>>> Building on exopi-4 under lang/rust BDEPENDS = [security/libssh2;shells/bash;net/curl;devel/llvm/18;devel/ninja;lang/python/3;devel/cmake;archivers/xz;devel/gmake;devel/gdb] DIST = [lang/rust,-main:rust/rustc-bootstrap-amd64-1.84.0.tar.lz;lang/rust,-main:rust/rustc-1.84.1-src.tar.xz] FULLPKGNAME = rust-1.84.1 RDEPENDS = [net/curl;security/libssh2] (Junk lock obtained for exopi-4 at 1738587122.42) >>> Running depends in lang/rust at 1738587122.48 last junk was in sysutils/croc /usr/sbin/pkg_add -aI -Drepair bash-5.2.37 curl-8.11.1 gdb-15.2 libssh2-1.11.0 llvm-18.1.8p3 xz-5.6.4 was: /usr/sbin/pkg_add -aI -Drepair bash-5.2.37 cmake-3.31.2v1 curl-8.11.1 gdb-15.2 gmake-4.4.1 libssh2-1.11.0 llvm-18.1.8p3 ninja-1.11.1p0v0 python-3.12.8p2 xz-5.6.4 /usr/sbin/pkg_add -aI -Drepair bash-5.2.37 curl-8.11.1 gdb-15.2 libssh2-1.11.0 llvm-18.1.8p3 xz-5.6.4 New and changed readme(s): /usr/local/share/doc/pkg-readmes/llvm-18 >>> Running show-prepare-results in lang/rust at 1738587165.96 ===> lang/rust ===> Building from scratch rust-1.84.1 ===> rust-1.84.1 depends on: cmake-* -> cmake-3.31.2v1 ===> rust-1.84.1 depends on: bash-* -> bash-5.2.37 ===> rust-1.84.1 depends on: ninja-* -> ninja-1.11.1p0v0 ===> rust-1.84.1 depends on: gdb-* -> gdb-15.2 ===> rust-1.84.1 depends on: python->=3.12,<3.13 -> python-3.12.8p2 ===> rust-1.84.1 depends on: llvm->=18,<19 -> llvm-18.1.8p3 ===> rust-1.84.1 depends on: gmake-* -> gmake-4.4.1 ===> rust-1.84.1 depends on: xz->=5.4.0 -> xz-5.6.4 ===> rust-1.84.1 depends on: curl-* -> curl-8.11.1 ===> rust-1.84.1 depends on: libssh2-* -> libssh2-1.11.0 ===> Verifying specs: c++ c++abi pthread c crypto curl m pthread ssh2 ssl z c++ c++abi pthread c m pthread c++ c++abi pthread c m pthread ===> found c++.10.0 c++abi.7.0 pthread.27.1 c.100.3 crypto.55.0 curl.26.29 m.10.1 ssh2.10.1 ssl.58.0 z.7.1 bash-5.2.37 cmake-3.31.2v1 curl-8.11.1 gdb-15.2 gmake-4.4.1 libssh2-1.11.0 llvm-18.1.8p3 ninja-1.11.1p0v0 python-3.12.8p2 xz-5.6.4 (Junk lock released for exopi-4 at 1738587169.81) distfiles size=445128449 >>> Running patch in lang/rust at 1738587169.87 ===> lang/rust ===> Checking files for rust-1.84.1 `/exopi-cvs/ports/distfiles/rust/rustc-1.84.1-src.tar.xz' is up to date. `/exopi-cvs/ports/distfiles/rust/rustc-bootstrap-amd64-1.84.0.tar.lz' is up to date. >> (SHA256) all files: OK ===> Extracting for rust-1.84.1 ===> Patching for rust-1.84.1 ===> Applying OpenBSD patch patch-compiler_rustc_session_src_options_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |amd64: make -Z cf-protection=branch the default |aarch64: make -Z branch-protection=bti,pac-ret the default | |Index: compiler/rustc_session/src/options.rs |--- compiler/rustc_session/src/options.rs.orig |+++ compiler/rustc_session/src/options.rs -------------------------- Patching file compiler/rustc_session/src/options.rs using Plan A... Hunk #1 succeeded at 1671. Hunk #2 succeeded at 1713. done ===> Applying OpenBSD patch patch-library_std_src_sys_pal_unix_os_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |argv0 isn't suitable as current_exe() in all cases. | |Index: library/std/src/sys/pal/unix/os.rs |--- library/std/src/sys/pal/unix/os.rs.orig |+++ library/std/src/sys/pal/unix/os.rs -------------------------- Patching file library/std/src/sys/pal/unix/os.rs using Plan A... Hunk #1 succeeded at 384. done ===> Applying OpenBSD patch patch-src_bootstrap_bootstrap_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Workaround for sparc64: bootstrap segfaults without -O3 | |Index: src/bootstrap/bootstrap.py |--- src/bootstrap/bootstrap.py.orig |+++ src/bootstrap/bootstrap.py -------------------------- Patching file src/bootstrap/bootstrap.py using Plan A... Hunk #1 succeeded at 1023. done ===> Applying OpenBSD patch patch-src_bootstrap_src_bin_rustc_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |try to reduce memory usage on aarch64: | - reduce memory use by retaining fewer names within compilation artifacts | |Index: src/bootstrap/src/bin/rustc.rs |--- src/bootstrap/src/bin/rustc.rs.orig |+++ src/bootstrap/src/bin/rustc.rs -------------------------- Patching file src/bootstrap/src/bin/rustc.rs using Plan A... Hunk #1 succeeded at 171. done ===> Applying OpenBSD patch patch-src_bootstrap_src_core_build_steps_test_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Disable "Bootstrap" test by default (it requires network). | |Index: src/bootstrap/src/core/build_steps/test.rs |--- src/bootstrap/src/core/build_steps/test.rs.orig |+++ src/bootstrap/src/core/build_steps/test.rs -------------------------- Patching file src/bootstrap/src/core/build_steps/test.rs using Plan A... Hunk #1 succeeded at 3028. done ===> Applying OpenBSD patch patch-src_bootstrap_src_lib_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |let us compilation choice to be honored. |https://github.com/rust-lang/rust/issues/39900 | |Index: src/bootstrap/src/lib.rs |--- src/bootstrap/src/lib.rs.orig |+++ src/bootstrap/src/lib.rs -------------------------- Patching file src/bootstrap/src/lib.rs using Plan A... Hunk #1 succeeded at 1204. done ===> Applying OpenBSD patch patch-src_etc_rust-gdb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |use egdb (gdb from ports) | |Index: src/etc/rust-gdb |--- src/etc/rust-gdb.orig |+++ src/etc/rust-gdb -------------------------- Patching file src/etc/rust-gdb using Plan A... Hunk #1 succeeded at 19. done ===> Applying OpenBSD patch patch-src_etc_rust-lldb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Use lldb from ports (lldb from base does not support importing modules) | |Index: src/etc/rust-lldb |--- src/etc/rust-lldb.orig |+++ src/etc/rust-lldb -------------------------- Patching file src/etc/rust-lldb using Plan A... Hunk #1 succeeded at 10. done ===> Applying OpenBSD patch patch-src_llvm-project_llvm_cmake_modules_GetLibraryName_cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Properly parse library suffixes on OpenBSD | |Index: src/llvm-project/llvm/cmake/modules/GetLibraryName.cmake |--- src/llvm-project/llvm/cmake/modules/GetLibraryName.cmake.orig |+++ src/llvm-project/llvm/cmake/modules/GetLibraryName.cmake -------------------------- Patching file src/llvm-project/llvm/cmake/modules/GetLibraryName.cmake using Plan A... Hunk #1 succeeded at 2. done ===> Applying OpenBSD patch patch-src_llvm-project_llvm_tools_llvm-shlib_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Do not pass -Bsymbolic-functions on sparc64, the linker doesn't support it | |Index: src/llvm-project/llvm/tools/llvm-shlib/CMakeLists.txt |--- src/llvm-project/llvm/tools/llvm-shlib/CMakeLists.txt.orig |+++ src/llvm-project/llvm/tools/llvm-shlib/CMakeLists.txt -------------------------- Patching file src/llvm-project/llvm/tools/llvm-shlib/CMakeLists.txt using Plan A... Hunk #1 succeeded at 55. done ===> Applying OpenBSD patch patch-src_tools_cargo_crates_cargo-test-support_src_paths_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/tools/cargo/crates/cargo-test-support/src/paths.rs |--- src/tools/cargo/crates/cargo-test-support/src/paths.rs.orig |+++ src/tools/cargo/crates/cargo-test-support/src/paths.rs -------------------------- Patching file src/tools/cargo/crates/cargo-test-support/src/paths.rs using Plan A... Hunk #1 succeeded at 19. done ===> Applying OpenBSD patch patch-vendor_libgit2-sys_build_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |libgit2: force embedded version | |Index: vendor/libgit2-sys-0.17.0+1.8.1/build.rs |--- vendor/libgit2-sys-0.17.0+1.8.1/build.rs.orig |+++ vendor/libgit2-sys-0.17.0+1.8.1/build.rs -------------------------- Patching file vendor/libgit2-sys-0.17.0+1.8.1/build.rs using Plan A... Hunk #1 succeeded at 26. Hunk #2 succeeded at 50. done ===> Applying OpenBSD patch patch-vendor_openssl-0_10_57_src_conf_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://github.com/sfackler/rust-openssl/pull/2287 | |Index: vendor/openssl-0.10.57/src/conf.rs |--- vendor/openssl-0.10.57/src/conf.rs.orig |+++ vendor/openssl-0.10.57/src/conf.rs -------------------------- Patching file vendor/openssl-0.10.57/src/conf.rs using Plan A... Hunk #1 succeeded at 8. Hunk #2 succeeded at 61. done ===> Applying OpenBSD patch patch-vendor_openssl-sys-0_9_102_build_cfgs_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://github.com/sfackler/rust-openssl/pull/2287 | |Index: vendor/openssl-sys-0.9.102/build/cfgs.rs |--- vendor/openssl-sys-0.9.102/build/cfgs.rs.orig |+++ vendor/openssl-sys-0.9.102/build/cfgs.rs -------------------------- Patching file vendor/openssl-sys-0.9.102/build/cfgs.rs using Plan A... Hunk #1 succeeded at 65. done ===> Applying OpenBSD patch patch-vendor_openssl-sys-0_9_102_src_handwritten_conf_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://github.com/sfackler/rust-openssl/pull/2287 | |Index: vendor/openssl-sys-0.9.102/src/handwritten/conf.rs |--- vendor/openssl-sys-0.9.102/src/handwritten/conf.rs.orig |+++ vendor/openssl-sys-0.9.102/src/handwritten/conf.rs -------------------------- Patching file vendor/openssl-sys-0.9.102/src/handwritten/conf.rs using Plan A... Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-vendor_openssl-sys-0_9_102_src_handwritten_types_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://github.com/sfackler/rust-openssl/pull/2287 | |Index: vendor/openssl-sys-0.9.102/src/handwritten/types.rs |--- vendor/openssl-sys-0.9.102/src/handwritten/types.rs.orig |+++ vendor/openssl-sys-0.9.102/src/handwritten/types.rs -------------------------- Patching file vendor/openssl-sys-0.9.102/src/handwritten/types.rs using Plan A... Hunk #1 succeeded at 458. done ===> Applying OpenBSD patch patch-vendor_openssl-sys-0_9_102_src_handwritten_x509_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://github.com/sfackler/rust-openssl/pull/2227 | |Index: vendor/openssl-sys-0.9.102/src/handwritten/x509.rs |--- vendor/openssl-sys-0.9.102/src/handwritten/x509.rs.orig |+++ vendor/openssl-sys-0.9.102/src/handwritten/x509.rs -------------------------- Patching file vendor/openssl-sys-0.9.102/src/handwritten/x509.rs using Plan A... Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-vendor_openssl-sys-0_9_102_src_handwritten_x509_vfy_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://github.com/sfackler/rust-openssl/pull/2276 | |Index: vendor/openssl-sys-0.9.102/src/handwritten/x509_vfy.rs |--- vendor/openssl-sys-0.9.102/src/handwritten/x509_vfy.rs.orig |+++ vendor/openssl-sys-0.9.102/src/handwritten/x509_vfy.rs -------------------------- Patching file vendor/openssl-sys-0.9.102/src/handwritten/x509_vfy.rs using Plan A... Hunk #1 succeeded at 9. done ===> Applying OpenBSD patch patch-vendor_openssl-sys-0_9_92_build_main_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |The LibreSSL version in -current isn't explicitly supported. | |Index: vendor/openssl-sys-0.9.92/build/main.rs |--- vendor/openssl-sys-0.9.92/build/main.rs.orig |+++ vendor/openssl-sys-0.9.92/build/main.rs -------------------------- Patching file vendor/openssl-sys-0.9.92/build/main.rs using Plan A... Hunk #1 succeeded at 273. done ===> Applying OpenBSD patch patch-vendor_openssl-sys-0_9_92_src_handwritten_x509_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://github.com/sfackler/rust-openssl/pull/2145 | |Index: vendor/openssl-sys-0.9.92/src/handwritten/x509.rs |--- vendor/openssl-sys-0.9.92/src/handwritten/x509.rs.orig |+++ vendor/openssl-sys-0.9.92/src/handwritten/x509.rs -------------------------- Patching file vendor/openssl-sys-0.9.92/src/handwritten/x509.rs using Plan A... Hunk #1 succeeded at 685. done ===> Applying OpenBSD patch patch-vendor_openssl-sys_build_main_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |The LibreSSL version in -current isn't explicitly supported. | |Index: vendor/openssl-sys-0.9.102/build/main.rs |--- vendor/openssl-sys-0.9.102/build/main.rs.orig |+++ vendor/openssl-sys-0.9.102/build/main.rs -------------------------- Patching file vendor/openssl-sys-0.9.102/build/main.rs using Plan A... Hunk #1 succeeded at 304. done ===> Applying OpenBSD patch patch-vendor_openssl_build_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://github.com/sfackler/rust-openssl/pull/2124 | |Index: vendor/openssl-0.10.57/build.rs |--- vendor/openssl-0.10.57/build.rs.orig |+++ vendor/openssl-0.10.57/build.rs -------------------------- Patching file vendor/openssl-0.10.57/build.rs using Plan A... Hunk #1 succeeded at 73. done ===> Applying OpenBSD patch patch-vendor_openssl_src_lib_rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Part of https://github.com/sfackler/rust-openssl/pull/2121 | |Index: vendor/openssl-0.10.57/src/lib.rs |--- vendor/openssl-0.10.57/src/lib.rs.orig |+++ vendor/openssl-0.10.57/src/lib.rs -------------------------- Patching file vendor/openssl-0.10.57/src/lib.rs using Plan A... Hunk #1 succeeded at 204. done ===> Applying OpenBSD patch patch-vendor_psm_src_arch_x86_64_s Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add some endbr64 instructions: required for rustc binary on amd64 with IBT. | |Index: vendor/psm-0.1.23/src/arch/x86_64.s |--- vendor/psm-0.1.23/src/arch/x86_64.s.orig |+++ vendor/psm-0.1.23/src/arch/x86_64.s -------------------------- Patching file vendor/psm-0.1.23/src/arch/x86_64.s using Plan A... Hunk #1 succeeded at 26. Hunk #2 succeeded at 39. Hunk #3 succeeded at 59. Hunk #4 succeeded at 73. done sed -i 's/"files":{[^}]*}/"files":{}/' /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/*/.cargo-checksum.json /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DMODPY_PYCACHE=__pycache__/ -DMODPY_COMMENT= -DMODPY_ABI3SO=.abi3 -DMODPY_PYC_MAGIC_TAG=cpython-312. -DMODPY_BIN=/usr/local/bin/python3.12 -DMODPY_DISTV= -DMODPY_VERSION=3.12 -DMODPY_PY_PREFIX=py3- -DMODPY_PYOEXTENSION=opt-1.pyc -DTRIPLE_ARCH=x86_64-unknown-openbsd -DV=1.84.1 -DLIBRUST_HASH=6815158062d4b0 -DWRKBUILD=/exopi-obj/pobj/rust-1.84.1/build-amd64 -DARCH=amd64 -DBASE_PKGPATH=lang/rust -DFLAVOR_EXT= -DFULLPKGNAME=rust-1.84.1 -DHOMEPAGE=https://www.rust-lang.org/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=Sebastien\ Marie\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM= -i -B /exopi-obj/pobj/rust-1.84.1 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-test-support/src/paths.rs ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in lang/rust at 1738587348.81 ===> lang/rust ===> Generating configure for rust-1.84.1 ===> Configuring for rust-1.84.1 Using /exopi-obj/pobj/rust-1.84.1/config.site (generated) echo 'change-id = 125535' >/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo '[build]' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'rustc = "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc"' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'cargo = "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo"' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'python = "/usr/local/bin/python3.12"' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'gdb = "/usr/local/bin/egdb"' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'vendor = true' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'extended = true' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'tools = ["cargo", "clippy", "rustdoc", "rustfmt"]' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'docs = false' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'verbose = 2' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'host = ["x86_64-unknown-openbsd"]' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'target = ["x86_64-unknown-openbsd"]' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo '[install]' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'prefix = "/usr/local"' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'sysconfdir = "/etc"' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'mandir = "man"' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo '[rust]' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'channel = "stable"' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'codegen-tests = false' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'verbose-tests = true' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'deny-warnings = false' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo '[dist]' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'compression-formats = ["gz"]' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo '[llvm]' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'static-libstdcpp = false' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'ninja = true' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'cxxflags = "-O2 -pipe -fno-ret-protector -mno-retpoline"' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo '[target.x86_64-unknown-openbsd]' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml echo 'llvm-config = "/usr/local/bin/llvm-config-18"' >>/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml >>> Running build in lang/rust at 1738587349.78 ===> lang/rust ===> Building for rust-1.84.1 cd /exopi-obj/pobj/rust-1.84.1/build-amd64 && exec /usr/bin/env -i LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" CARGO_HOME=/exopi-obj/pobj/rust-1.84.1/build-amd64/cargo-home TMPDIR=/exopi-obj/pobj/rust-1.84.1/build-amd64 LIBSSH2_SYS_USE_PKG_CONFIG=1 CC=cc PYTHONUSERBASE=/exopi-obj/pobj/rust-1.84.1 AUTOMAKE_VERSION=1.4 AUTOCONF_VERSION=2.13 CONFIG_SITE='/exopi-obj/pobj/rust-1.84.1/config.site' PORTSDIR="/exopi-cvs/ports" LIBTOOL="/usr/bin/libtool" PATH='/exopi-obj/pobj/rust-1.84.1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe' TRUEPREFIX='/usr/local' DESTDIR='' HOME='/rust-1.84.1_writes_to_HOME' PICFLAG="-fpic" BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP=-s MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/exopi-obj/pobj/rust-1.84.1/bin/install -c -s -m 755" BSD_INSTALL_SCRIPT="/exopi-obj/pobj/rust-1.84.1/bin/install -c -m 755" BSD_INSTALL_DATA="/exopi-obj/pobj/rust-1.84.1/bin/install -c -m 644" BSD_INSTALL_MAN="/exopi-obj/pobj/rust-1.84.1/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/exopi-obj/pobj/rust-1.84.1/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/exopi-obj/pobj/rust-1.84.1/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/exopi-obj/pobj/rust-1.84.1/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/exopi-obj/pobj/rust-1.84.1/bin/install -d -m 755" /usr/local/bin/python3.12 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/x.py dist --jobs=6 rust-std rustc cargo clippy rustfmt rust-src Building bootstrap running: /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo build --manifest-path /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap/Cargo.toml --verbose --verbose --frozen Compiling libc v0.2.159 Compiling proc-macro2 v1.0.86 Compiling unicode-ident v1.0.13 Compiling memchr v2.7.4 Compiling version_check v0.9.5 Compiling typenum v1.17.0 Compiling shlex v1.3.0 Compiling crossbeam-utils v0.8.20 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.159 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=159 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=3c180a92df48bb09 -C extra-filename=-3c180a92df48bb09 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/libc-3c180a92df48bb09 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name shlex --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=34f1ebaa9fdae1d7 -C extra-filename=-34f1ebaa9fdae1d7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.86 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=86 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=50c05142b2c04506 -C extra-filename=-50c05142b2c04506 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/proc-macro2-50c05142b2c04506 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name memchr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=1bcf0cf76f82ea91 -C extra-filename=-1bcf0cf76f82ea91 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name build_script_main --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=9bc3e129d66ca492 -C extra-filename=-9bc3e129d66ca492 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/typenum-9bc3e129d66ca492 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name version_check --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4b81b5338fab5d1 -C extra-filename=-e4b81b5338fab5d1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name unicode_ident --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1449f3449f10dd4d -C extra-filename=-1449f3449f10dd4d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c60b856a007ebe8d -C extra-filename=-c60b856a007ebe8d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/crossbeam-utils-c60b856a007ebe8d -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/version.rs:192:32 | 192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/version.rs:199:32 | 199 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/channel.rs:192:32 | 192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/date.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `manual_codegen_check` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:353:12 | 353 | #[cfg_attr(manual_codegen_check, inline(never))] | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:26:1 | 26 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:196:38 | 196 | .collect::>, QuoteError>>()? | ---^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 196 | .collect::>, QuoteError>>()? | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:484:37 | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:497:48 | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs:228:34 | 228 | pub fn quote(in_str: &str) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 228 | pub fn quote(in_str: &str) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs:241:45 | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:46:32 | 46 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:161:32 | 161 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 161 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs:25:32 | 25 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs:35:32 | 35 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:740:38 | 740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Compiling cc v1.1.22 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=0bf9db7090c3dd4d -C extra-filename=-0bf9db7090c3dd4d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern shlex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libshlex-34f1ebaa9fdae1d7.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `shlex` (lib) generated 7 warnings Compiling rustix v0.38.37 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=70b3fa8bafa5a69c -C extra-filename=-70b3fa8bafa5a69c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/rustix-70b3fa8bafa5a69c -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling serde v1.0.210 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.210 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=210 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b3469ed31cde7b41 -C extra-filename=-b3469ed31cde7b41 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/serde-b3469ed31cde7b41 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.86 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=86 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/proc-macro2-a555ac1ffd071986/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/proc-macro2-50c05142b2c04506/build-script-build` warning: `version_check` (lib) generated 4 warnings Compiling generic-array v0.14.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=6049ad8b83b6f372 -C extra-filename=-6049ad8b83b6f372 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/generic-array-6049ad8b83b6f372 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern version_check=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libversion_check-e4b81b5338fab5d1.rlib --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(fuzzing) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(no_is_available) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(no_literal_byte_character) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(no_literal_c_string) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(no_source_text) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(proc_macro_span) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(randomize_layout) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(span_locations) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(super_unstable) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(wrap_proc_macro) [proc-macro2 1.0.86] cargo:rerun-if-changed=build/probe.rs Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.159 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=159 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/libc-3b0c97307eb978db/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/libc-3c180a92df48bb09/build-script-build` [libc 0.2.159] cargo:rerun-if-changed=build.rs [proc-macro2 1.0.86] cargo:rustc-cfg=wrap_proc_macro Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.86 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=86 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/proc-macro2-a555ac1ffd071986/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name proc_macro2 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=5d0caac59002e48c -C extra-filename=-5d0caac59002e48c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libunicode_ident-1449f3449f10dd4d.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_MORE_LENGTHS=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/generic-array-6ff199acc91a9161/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/generic-array-6049ad8b83b6f372/build-script-build` [libc 0.2.159] cargo:rustc-cfg=freebsd11 [libc 0.2.159] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.159] cargo:rustc-cfg=libc_union [libc 0.2.159] cargo:rustc-cfg=libc_const_size_of [libc 0.2.159] cargo:rustc-cfg=libc_align [libc 0.2.159] cargo:rustc-cfg=libc_int128 [libc 0.2.159] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.159] cargo:rustc-cfg=libc_packedN [libc 0.2.159] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.159] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.159] cargo:rustc-cfg=libc_long_array [libc 0.2.159] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.159] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.159] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.159] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.159] cargo:rustc-check-cfg=cfg(espidf_time64) [libc 0.2.159] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.159] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.159] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.159] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.159] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.159] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.159] cargo:rustc-check-cfg=cfg(libc_ctest) [libc 0.2.159] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","visionos")) [libc 0.2.159] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.159] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.159 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=159 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/libc-3b0c97307eb978db/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=697ed3ce54c318f1 -C extra-filename=-697ed3ce54c318f1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` [generic-array 0.14.7] cargo:rustc-cfg=relaxed_coherence Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/crossbeam-utils-da46569506831737/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/crossbeam-utils-c60b856a007ebe8d/build-script-build` [crossbeam-utils 0.8.20] cargo:rerun-if-changed=no_atomic.rs [crossbeam-utils 0.8.20] cargo:rustc-check-cfg=cfg(crossbeam_no_atomic,crossbeam_sanitize_thread) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:76:48 | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:92:47 | 92 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:169:29 | 169 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:191:32 | 191 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:197:32 | 197 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:682:32 | 682 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:691:63 | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:773:34 | 773 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:897:32 | 897 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:909:32 | 909 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 909 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:1190:32 | 1190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/fallback.rs:1196:34 | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/wrapper.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/wrapper.rs:255:32 | 255 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 255 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/wrapper.rs:285:32 | 285 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 285 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/wrapper.rs:298:32 | 298 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 298 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/wrapper.rs:543:32 | 543 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 543 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/wrapper.rs:551:63 | 551 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 551 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/wrapper.rs:648:40 | 648 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/wrapper.rs:657:40 | 657 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 657 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/wrapper.rs:745:32 | 745 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 745 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/wrapper.rs:754:32 | 754 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 754 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/wrapper.rs:967:32 | 967 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 967 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/wrapper.rs:976:32 | 976 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 976 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:306:32 | 306 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:325:32 | 325 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:331:32 | 331 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 331 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:560:32 | 560 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 560 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:634:32 | 634 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 634 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:646:32 | 646 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 646 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:792:40 | 792 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 792 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:798:40 | 798 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 798 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:871:32 | 871 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 871 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:877:34 | 877 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:1060:32 | 1060 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1060 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:1066:32 | 1066 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1066 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:1310:32 | 1310 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:1316:32 | 1316 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1316 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs:1352:36 | 1352 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1352 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling pkg-config v0.3.31 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkg-config-0.3.31 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkg-config-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name pkg_config --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7aa91ef34fdc12b -C extra-filename=-b7aa91ef34fdc12b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/rustix-ca33abb9c4af1907/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/rustix-70b3fa8bafa5a69c/build-script-build` [rustix 0.38.37] cargo:rerun-if-changed=build.rs warning: `typenum` (build script) generated 5 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/typenum-6573a5c3cdd413ee/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/typenum-9bc3e129d66ca492/build-script-main` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/src/unix/bsd/mod.rs:177:42 | 177 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/src/unix/bsd/mod.rs:226:42 | 226 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ [typenum 1.17.0] cargo:rerun-if-changed=build/main.rs warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/src/unix/bsd/netbsdlike/openbsd/mod.rs:753:42 | 753 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.210 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=210 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/serde-a4a6c6bcd5b01415/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/serde-b3469ed31cde7b41/build-script-build` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/src/unix/bsd/netbsdlike/openbsd/mod.rs:786:42 | 786 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/src/unix/bsd/netbsdlike/openbsd/mod.rs:813:42 | 813 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ [serde 1.0.210] cargo:rerun-if-changed=build.rs warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/src/unix/bsd/netbsdlike/openbsd/mod.rs:851:42 | 851 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/src/unix/bsd/netbsdlike/openbsd/mod.rs:892:42 | 892 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/src/unix/bsd/netbsdlike/openbsd/mod.rs:925:42 | 925 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 925 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/src/unix/bsd/netbsdlike/openbsd/mod.rs:960:42 | 960 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/src/unix/bsd/netbsdlike/openbsd/mod.rs:1068:50 | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter) | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.159/src/unix/bsd/netbsdlike/openbsd/x86_64.rs:81:42 | 81 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_core_cstr) [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_core_error) [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_core_net) [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_core_num_saturating) [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_core_try_from) [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_float_copysign) [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_serde_derive) [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_std_atomic) [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_std_atomic64) [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) [serde 1.0.210] cargo:rustc-check-cfg=cfg(no_target_has_atomic) Compiling cfg-if v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=f031866530b444e6 -C extra-filename=-f031866530b444e6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` [rustix 0.38.37] cargo:rustc-cfg=static_assertions [rustix 0.38.37] cargo:rustc-cfg=libc [rustix 0.38.37] cargo:rustc-cfg=netbsdlike [rustix 0.38.37] cargo:rustc-cfg=bsd [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI Compiling bitflags v2.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name bitflags --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=82f4182c29f4ce37 -C extra-filename=-82f4182c29f4ce37 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=typenum CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/typenum-6573a5c3cdd413ee/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name typenum --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=82f1b2926fcfccc3 -C extra-filename=-82f1b2926fcfccc3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.210 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=210 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/serde-a4a6c6bcd5b01415/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=d1c193817c906817 -C extra-filename=-d1c193817c906817 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` warning: `memchr` (lib) generated 2 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/crossbeam-utils-da46569506831737/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name crossbeam_utils --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=84fcf93bd39d30f9 -C extra-filename=-84fcf93bd39d30f9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` Compiling aho-corasick v1.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name aho_corasick --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=26e5a68dc3edb60c -C extra-filename=-26e5a68dc3edb60c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libmemchr-1bcf0cf76f82ea91.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:51:5 | 51 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:61:13 | 61 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/bit.rs:187:7 | 187 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/uint.rs:1656:7 | 1656 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/uint.rs:1709:16 | 1709 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::suspicious_arithmetic_impl))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused import: `*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:104:25 | 104 | N1, N2, Z0, P1, P2, *, | ^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:45:7 | 45 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `clippy`, `crossbeam_no_atomic`, `crossbeam_sanitize_thread`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: requested on the command line with `-W unexpected-cfgs` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:68:11 | 68 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:109:11 | 109 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:25:11 | 25 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:28:11 | 28 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:36:19 | 36 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:53:19 | 53 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:107:7 | 107 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 71 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ ... 79 | impl_atomic!(AtomicBool, bool); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 71 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ ... 80 | impl_atomic!(AtomicUsize, usize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 71 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ ... 81 | impl_atomic!(AtomicIsize, isize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 71 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ ... 82 | impl_atomic!(AtomicU8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 71 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ ... 83 | impl_atomic!(AtomicI8, i8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 71 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ ... 84 | impl_atomic!(AtomicU16, u16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 71 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ ... 85 | impl_atomic!(AtomicI16, i16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 71 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ ... 87 | impl_atomic!(AtomicU32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 71 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ ... 89 | impl_atomic!(AtomicI32, i32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 71 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ ... 94 | impl_atomic!(AtomicU64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 71 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ ... 99 | impl_atomic!(AtomicI64, i64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:15:11 | 15 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 293 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 294 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 295 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 296 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 297 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 298 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 299 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 300 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 301 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 302 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 303 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 304 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 305 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 306 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:283:48 | 283 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 307 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 283 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:388:40 | 388 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 388 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:556:40 | 556 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:661:40 | 661 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 661 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:769:40 | 769 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:829:40 | 829 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 829 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:877:40 | 877 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/ahocorasick.rs:2030:38 | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:984:40 | 984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/automaton.rs:1117:50 | 1117 | fn next(&mut self) -> Option> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1117 | fn next(&mut self) -> Option>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:997:40 | 997 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/dfa.rs:306:38 | 306 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/nfa/contiguous.rs:325:38 | 325 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:1310:40 | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/nfa/noncontiguous.rs:795:38 | 795 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 795 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/nfa/noncontiguous.rs:826:38 | 826 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 826 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/value.rs:1412:40 | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1412 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/alphabet.rs:85:49 | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/alphabet.rs:93:44 | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/alphabet.rs:288:38 | 288 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/error.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:354:38 | 354 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:526:46 | 526 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:628:46 | 628 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:526:46 | 526 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:628:46 | 628 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/search.rs:633:38 | 633 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/search.rs:719:38 | 719 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 457 | / impl_deserialize_num! { 458 | | f32, deserialize_f32 459 | | num_self!(f32:visit_f32); 460 | | num_as_copysign_self!(f64:visit_f64); 461 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 462 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 463 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 465 | / impl_deserialize_num! { 466 | | f64, deserialize_f64 467 | | num_self!(f64:visit_f64); 468 | | num_as_copysign_self!(f32:visit_f32); 469 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 470 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 471 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:553:46 | 553 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 553 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:599:46 | 599 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:645:46 | 645 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 645 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:722:46 | 722 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:757:46 | 757 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 757 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:794:46 | 794 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:891:46 | 891 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:959:46 | 959 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 959 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1020:62 | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1056:62 | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1020:62 | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1056:62 | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1020:62 | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1056:62 | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1020:62 | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1056:62 | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1020:62 | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1056:62 | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1164:54 | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1201:54 | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1255:46 | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1287:58 | 1287 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | = note: this warning originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1287 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1311:58 | 1311 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | = note: this warning originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1311 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1421:58 | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `tuple_impl_body` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1455:58 | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `tuple_impl_body` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1421:58 | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impl_body` which comes from the expansion of the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1455:58 | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impl_body` which comes from the expansion of the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1542:62 | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1568 | / map_impl! { 1569 | | #[cfg(any(feature = "std", feature = "alloc"))] 1570 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1571 | | BTreeMap, 1572 | | map, 1573 | | BTreeMap::new(), 1574 | | } | |_- in this macro invocation | = note: this warning originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1542:62 | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | = note: this warning originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1627:62 | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation | = note: this warning originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1696:54 | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation | = note: this warning originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1627:62 | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation | = note: this warning originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1696:54 | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation | = note: this warning originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1802:46 | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1841:46 | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1627:62 | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1902 | / variant_identifier! { 1903 | | OsStringKind (Unix; b"Unix"; 0, Windows; b"Windows"; 1) 1904 | | "`Unix` or `Windows`", 1905 | | OSSTR_VARIANTS 1906 | | } | |_- in this macro invocation | = note: this warning originates in the macro `variant_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1915:46 | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:2164:62 | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:2214:54 | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:2303:62 | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:2353:54 | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:2504:58 | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:2549:50 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:2661:58 | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:2704:50 | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:2799:58 | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:2842:50 | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:2910:62 | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:2968:54 | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:3021:62 | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:3077:54 | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:3173:46 | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/mod.rs:209:36 | 209 | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | ^^^^^^^^^^ expected lifetime parameter ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 209 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/mod.rs:227:37 | 227 | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | ^^^^^^^^^^ expected lifetime parameter ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 227 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/mod.rs:398:40 | 398 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 398 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/mod.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/mod.rs:484:40 | 484 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 484 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/mod.rs:490:40 | 490 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/mod.rs:496:40 | 496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/mod.rs:1310:46 | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/mod.rs:2281:40 | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/mod.rs:2303:40 | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:331:44 | 331 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 331 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:494:23 | 494 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 494 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:494:69 | 494 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 494 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:506:24 | 506 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 506 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:506:33 | 506 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 506 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:507:44 | 507 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:507:53 | 507 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:565:44 | 565 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 565 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:849:44 | 849 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 849 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:872:34 | 872 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 872 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:872:43 | 872 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 872 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:873:17 | 873 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 873 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:874:17 | 874 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 874 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:927:50 | 927 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 927 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:1004:50 | 1004 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1004 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:2282:50 | 2282 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2282 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:2327:50 | 2327 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2327 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:2762:46 | 2762 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2762 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/ser.rs:61:40 | 61 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/ser.rs:1357:40 | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: `typenum` (lib) generated 6 warnings Compiling quote v1.0.37 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name quote --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=8a1e8664598bef09 -C extra-filename=-8a1e8664598bef09 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libproc_macro2-5d0caac59002e48c.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `libc` (lib) generated 11 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=generic_array CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/generic-array-6ff199acc91a9161/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name generic_array --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=a90a44c19c727c96 -C extra-filename=-a90a44c19c727c96 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern typenum=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtypenum-82f1b2926fcfccc3.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes --cfg relaxed_coherence` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling errno v0.3.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name errno --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e21b7a9fbd9a4962 -C extra-filename=-e21b7a9fbd9a4962 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liblibc-697ed3ce54c318f1.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/unix.rs:78:13 | 78 | target_os = "bitrig", | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("bitrig"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"bitrig\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs:46:34 | 46 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs:57:34 | 57 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:136:19 | 136 | #[cfg(relaxed_coherence)] | ^^^^^^^^^^^^^^^^^ ... 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:158:23 | 158 | #[cfg(not(relaxed_coherence))] | ^^^^^^^^^^^^^^^^^ ... 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info) warning: `proc-macro2` (lib) generated 111 warnings Compiling regex-syntax v0.8.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name regex_syntax --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=26dfe6156ef22609 -C extra-filename=-26dfe6156ef22609 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:136:19 | 136 | #[cfg(relaxed_coherence)] | ^^^^^^^^^^^^^^^^^ ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:158:23 | 158 | #[cfg(not(relaxed_coherence))] | ^^^^^^^^^^^^^^^^^ ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:69:34 | 69 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 69 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/iter.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:235:62 | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut, &mut usize) { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, T>, &mut usize) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:290:59 | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter, &mut usize) { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter<'_, T>, &mut usize) { | +++ warning: `errno` (lib) generated 3 warnings Compiling syn v2.0.79 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.79 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=79 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=8ac552a0fe399038 -C extra-filename=-8ac552a0fe399038 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libproc_macro2-5d0caac59002e48c.rmeta --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libquote-8a1e8664598bef09.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libunicode_ident-1449f3449f10dd4d.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `crossbeam-utils` (lib) generated 23 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/rustix-ca33abb9c4af1907/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name rustix --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d23866cd8091e3c7 -C extra-filename=-d23866cd8091e3c7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libbitflags-82f4182c29f4ce37.rmeta --extern libc_errno=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liberrno-e21b7a9fbd9a4962.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liblibc-697ed3ce54c318f1.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes --cfg static_assertions --cfg libc --cfg netbsdlike --cfg bsd` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4/src/hir/mod.rs:804:38 | 804 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 804 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4/src/hir/mod.rs:1029:38 | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4/src/hir/mod.rs:2901:38 | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Compiling lzma-sys v0.1.20 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lzma-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=8bfc27452b802707 -C extra-filename=-8bfc27452b802707 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/lzma-sys-8bfc27452b802707 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcc-0bf9db7090c3dd4d.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libpkg_config-b7aa91ef34fdc12b.rlib --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `quote` (lib) generated 13 warnings Compiling anstyle v1.0.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.8/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=1.0.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=696b84b5cc9221f7 -C extra-filename=-696b84b5cc9221f7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:128:21 | 128 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 128 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:155:25 | 155 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 155 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 181 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 182 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 183 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 184 | impl_low_level_token!("group token" proc_macro2::Group any_group); | ----------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 185 | impl_low_level_token!("lifetime" Lifetime lifetime); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:192:21 | 192 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:535:21 | 535 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:554:21 | 554 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 554 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:648:21 | 648 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:659:21 | 659 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:670:21 | 670 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 670 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:681:21 | 681 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 681 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:279:33 | 279 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 742 | | "yield" pub struct Yield 743 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 279 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:288:33 | 288 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 742 | | "yield" pub struct Yield 743 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 288 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:418:33 | 418 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 745 | / define_punctuation! { 746 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 747 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 748 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 791 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 792 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:427:33 | 427 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 745 | / define_punctuation! { 746 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 747 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 748 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 791 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 792 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 427 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:979:34 | 979 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 979 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:990:40 | 990 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 990 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:999:41 | 999 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 999 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:1005:28 | 1005 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1005 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/token.rs:1032:35 | 1032 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1032 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:658:38 | 658 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 658 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:665:45 | 665 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 665 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:675:45 | 675 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 675 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:687:25 | 687 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:695:25 | 695 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 695 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:703:25 | 703 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 703 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:709:60 | 709 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 709 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:719:54 | 719 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:728:60 | 728 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 728 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:753:44 | 753 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/attr.rs:764:44 | 764 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 764 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/buffer.rs:81:28 | 81 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/buffer.rs:405:29 | 405 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 405 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/buffer.rs:405:40 | 405 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 405 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/buffer.rs:409:30 | 409 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 409 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/buffer.rs:409:41 | 409 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 409 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/buffer.rs:413:28 | 413 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 413 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/buffer.rs:422:43 | 422 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/buffer.rs:422:54 | 422 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/buffer.rs:426:42 | 426 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 426 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/data.rs:141:77 | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members] { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/data.rs:257:25 | 257 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 257 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/data.rs:378:25 | 378 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 378 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/data.rs:389:25 | 389 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/data.rs:401:35 | 401 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 401 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/data.rs:438:37 | 438 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 438 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:811:45 | 811 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:873:52 | 873 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 873 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:976:40 | 976 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 976 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1026:40 | 1026 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1026 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/custom_keyword.rs:133:45 | 133 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1153:9 | 1153 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 133 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/custom_keyword.rs:147:44 | 147 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1153:9 | 1153 | crate::custom_keyword!(builtin); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 147 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/custom_keyword.rs:133:45 | 133 | fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { | ----------------^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1154:9 | 1154 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 133 | fn peek(cursor: $crate::buffer::Cursor<'_>) -> $crate::__private::bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/custom_keyword.rs:147:44 | 147 | fn parse(input: $crate::parse::ParseStream) -> $crate::parse::Result<$ident> { | ---------------^^^^^^^^^^^ | | | expected lifetime parameter | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1154:9 | 1154 | crate::custom_keyword!(raw); | --------------------------- in this macro invocation | = note: this warning originates in the macro `$crate::impl_parse_for_custom_keyword` which comes from the expansion of the macro `crate::custom_keyword` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 147 | fn parse(input: $crate::parse::ParseStream<'_>) -> $crate::parse::Result<$ident> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1167:25 | 1167 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1167 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1177:59 | 1177 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1177 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1248:30 | 1248 | fn can_begin_expr(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | fn can_begin_expr(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1268:16 | 1268 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1268 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1381:16 | 1381 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1381 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1415:31 | 1415 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1415 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1431:16 | 1431 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1431 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1449:26 | 1449 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1449 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1462:26 | 1462 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1462 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1528:16 | 1528 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1528 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1530:16 | 1530 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1530 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1548:30 | 1548 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1548 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1712:25 | 1712 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1712 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1789:28 | 1789 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1789 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1847:28 | 1847 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1847 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1862:16 | 1862 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1862 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1879:16 | 1879 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1879 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1915:25 | 1915 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1915 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1923:30 | 1923 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1923 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:1962:31 | 1962 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1962 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2009:25 | 2009 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2009 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2035:25 | 2035 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2035 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2068:25 | 2068 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2068 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2077:16 | 2077 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2077 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2113:25 | 2113 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2113 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2126:25 | 2126 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2126 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2133:24 | 2133 | fn expr_let(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2133 | fn expr_let(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2149:25 | 2149 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2149 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2204:25 | 2204 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2204 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2215:25 | 2215 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2215 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2245:25 | 2245 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2245 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2267:25 | 2267 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2267 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2301:37 | 2301 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2316 | / impl_by_parsing_expr! { 2317 | | ExprAssign, Assign, "expected assignment expression", 2318 | | ExprAwait, Await, "expected await expression", 2319 | | ExprBinary, Binary, "expected binary operation", ... | 2327 | | ExprTuple, Tuple, "expected tuple expression", 2328 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2301 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2333:25 | 2333 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2333 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2342:16 | 2342 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2342 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2356:25 | 2356 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2356 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2365:25 | 2365 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2365 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2379:25 | 2379 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2379 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2388:25 | 2388 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2388 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2404:27 | 2404 | fn expr_become(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2404 | fn expr_become(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2414:25 | 2414 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2414 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2426:25 | 2426 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2426 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2442:28 | 2442 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2442 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2500:25 | 2500 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2500 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2511:27 | 2511 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2511 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2549:25 | 2549 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2573:25 | 2573 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2573 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2592:25 | 2592 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2592 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2603:25 | 2603 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2603 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2615:25 | 2615 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2615 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2625:26 | 2625 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2625 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2660:25 | 2660 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2660 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2689:25 | 2689 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2689 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2697:16 | 2697 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2697 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2744:25 | 2744 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2744 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2763:25 | 2763 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2763 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2781:26 | 2781 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2781 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2794:16 | 2794 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2794 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2815:25 | 2815 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2815 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2832:45 | 2832 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2832 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2852:25 | 2852 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2867:25 | 2867 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2867 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2881:25 | 2881 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2881 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2914:25 | 2914 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2914 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/expr.rs:2973:26 | 2973 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2973 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/file.rs:95:25 | 95 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:108:74 | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes] { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:115:86 | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut] { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:122:72 | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams] { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:129:84 | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut] { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:136:74 | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams] { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:143:86 | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut] { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:176:38 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:176:52 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:371:35 | 371 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 371 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:530:25 | 530 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 530 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:593:25 | 593 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 593 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:620:25 | 620 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 620 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:658:25 | 658 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 658 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:687:25 | 687 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:698:25 | 698 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 698 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:739:25 | 739 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 739 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:800:20 | 800 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 800 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:826:25 | 826 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 826 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:862:25 | 862 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 862 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:886:25 | 886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:917:25 | 917 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 917 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/generics.rs:928:25 | 928 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 928 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1150:20 | 1150 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1150 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1198:20 | 1198 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1198 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1219:45 | 1219 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1232:25 | 1232 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1261:28 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1261:66 | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1286:25 | 1286 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1286 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1319:25 | 1319 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1319 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1326:16 | 1326 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1326 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1353:25 | 1353 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1353 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1360:16 | 1360 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1437:25 | 1437 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1437 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1455:25 | 1455 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1455 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1488:30 | 1488 | fn peek_signature(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1488 | fn peek_signature(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1499:25 | 1499 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1499 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1533:25 | 1533 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1533 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1542:16 | 1542 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1542 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1562:25 | 1562 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1562 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1578:16 | 1578 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1578 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1629:25 | 1629 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1629 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1673:16 | 1673 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1673 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1743:25 | 1743 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1743 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1792:25 | 1792 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1792 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1817:25 | 1817 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1817 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1896:25 | 1896 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1896 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1912:25 | 1912 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1912 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1928:25 | 1928 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1928 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1944:39 | 1944 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1944 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1944:59 | 1944 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1944 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1977:25 | 1977 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1977 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:1995:25 | 1995 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1995 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2013:31 | 2013 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2013 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2013:51 | 2013 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2013 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2049:25 | 2049 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2049 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2073:25 | 2073 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2073 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2097:25 | 2097 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2097 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2118:42 | 2118 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2118 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2148:25 | 2148 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2148 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2170:16 | 2170 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2170 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2223:25 | 2223 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2223 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2230:16 | 2230 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2230 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2241:16 | 2241 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2241 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2279:25 | 2279 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2279 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2364:25 | 2364 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2364 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2401:25 | 2401 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2401 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2430:25 | 2430 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2430 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2452:37 | 2452 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2452 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2452:57 | 2452 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2452 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2487:25 | 2487 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2487 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2505:25 | 2505 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2505 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2511:26 | 2511 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2511 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2617:25 | 2617 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2617 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2712:25 | 2712 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2712 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2749:25 | 2749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2756:16 | 2756 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2756 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2790:25 | 2790 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2790 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2815:36 | 2815 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2815 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2815:56 | 2815 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2815 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2852:25 | 2852 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2852 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/item.rs:2879:25 | 2879 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2879 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:502:40 | 502 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:574:40 | 574 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 574 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:867:25 | 867 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:897:47 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:897:71 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:949:25 | 949 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:960:25 | 960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:971:25 | 971 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:982:25 | 982 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:993:25 | 993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1004:25 | 1004 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1004 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1015:25 | 1015 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1015 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1024:26 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1024:43 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/mac.rs:153:38 | 153 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/mac.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:215:21 | 215 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:277:32 | 277 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:283:32 | 283 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:387:13 | 387 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:389:6 | 389 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:393:51 | 393 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:430:30 | 430 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option<(Span, Delimiter)>) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 430 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option<(Span, Delimiter)>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:441:39 | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:445:50 | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option<(Span, Delimiter)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option<(Span, Delimiter)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:505:40 | 505 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:621:27 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:621:49 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:631:27 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:631:49 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:736:20 | 736 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 736 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:1162:21 | 1162 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1162 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:1169:21 | 1169 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1169 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:1180:21 | 1180 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1180 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:1187:21 | 1187 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1187 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:1197:21 | 1197 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1197 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:1211:21 | 1211 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1211 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:1221:21 | 1221 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1221 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:1274:52 | 1274 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1274 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:1283:15 | 1283 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1283 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse.rs:1365:22 | 1365 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1365 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse_quote.rs:127:21 | 127 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse_quote.rs:131:21 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse_quote.rs:147:21 | 147 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse_quote.rs:158:21 | 158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse_quote.rs:188:21 | 188 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 188 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse_quote.rs:195:21 | 195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse_quote.rs:201:21 | 201 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 201 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/parse_quote.rs:208:21 | 208 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:456:24 | 456 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:463:23 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:463:43 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:469:25 | 469 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 469 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:494:16 | 494 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 494 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:521:26 | 521 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:556:25 | 556 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:604:25 | 604 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 604 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:622:35 | 622 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:643:34 | 643 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:673:29 | 673 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 673 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:682:32 | 682 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:726:31 | 726 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:759:25 | 759 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 759 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/pat.rs:794:25 | 794 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/path.rs:402:41 | 402 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 402 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/path.rs:447:39 | 447 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/path.rs:454:20 | 454 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/path.rs:482:25 | 482 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 482 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/path.rs:490:25 | 490 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/path.rs:502:25 | 502 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/path.rs:508:32 | 508 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 508 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/path.rs:569:39 | 569 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 569 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/path.rs:601:43 | 601 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 601 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/path.rs:616:20 | 616 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 616 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/path.rs:636:32 | 636 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 636 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:119:31 | 119 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 119 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:130:42 | 130 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 130 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:141:33 | 141 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:150:44 | 150 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:290:36 | 290 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:309:16 | 309 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:310:20 | 310 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:342:44 | 342 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 342 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:361:16 | 361 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:362:20 | 362 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 362 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/stmt.rs:151:36 | 151 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/stmt.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/stmt.rs:192:25 | 192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/stmt.rs:198:26 | 198 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 198 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/stmt.rs:265:24 | 265 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 265 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/stmt.rs:282:26 | 282 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 282 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/stmt.rs:334:16 | 334 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 334 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:594:25 | 594 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 594 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:605:25 | 605 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 605 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:618:25 | 618 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 618 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:641:25 | 641 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 641 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:654:25 | 654 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 654 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:701:25 | 701 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 701 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:710:25 | 710 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 710 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:719:25 | 719 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:752:25 | 752 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 752 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:761:25 | 761 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 761 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:770:36 | 770 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 770 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:775:36 | 775 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 775 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:789:25 | 789 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:797:25 | 797 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 797 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:805:36 | 805 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 805 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:811:36 | 811 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:823:20 | 823 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 823 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:851:25 | 851 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:859:36 | 859 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 859 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:864:36 | 864 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 864 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:894:25 | 894 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:905:25 | 905 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:912:25 | 912 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 912 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:926:25 | 926 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 926 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:932:33 | 932 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 932 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:980:35 | 980 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 980 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:997:25 | 997 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/ty.rs:1007:25 | 1007 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn parse(input: ParseStream<'_>) -> Result { | ++++ Compiling heck v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name heck --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80a6e8b3704cfeda -C extra-filename=-80a6e8b3704cfeda --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling clap_lex v0.7.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_lex-0.7.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_lex-0.7.2/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name clap_lex --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_lex-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c5988766d4d08eb -C extra-filename=-8c5988766d4d08eb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/kebab.rs:43:32 | 43 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 43 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lower_camel.rs:47:32 | 47 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 47 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/shouty_kebab.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/shouty_snake.rs:58:32 | 58 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 58 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/snake.rs:58:32 | 58 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 58 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/title.rs:47:32 | 47 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 47 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/train.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/upper_camel.rs:60:32 | 60 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 60 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:76:30 | 76 | F: FnMut(&str, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 76 | F: FnMut(&str, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:77:24 | 77 | G: FnMut(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 77 | G: FnMut(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:73:18 | 73 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:161:36 | 161 | fn lowercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 161 | fn lowercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:174:36 | 174 | fn uppercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 174 | fn uppercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:182:37 | 182 | fn capitalize(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 182 | fn capitalize(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `generic-array` (lib) generated 8 warnings Compiling crypto-common v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crypto_common CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Common cryptographic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crypto-common CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name crypto_common --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=dccf5b80c0826fd8 -C extra-filename=-dccf5b80c0826fd8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern generic_array=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libgeneric_array-a90a44c19c727c96.rmeta --extern typenum=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtypenum-82f1b2926fcfccc3.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling clap_builder v4.5.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.18 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name clap_builder --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=1ffa1fb214190852 -C extra-filename=-1ffa1fb214190852 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libanstyle-696b84b5cc9221f7.rmeta --extern clap_lex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap_lex-8c5988766d4d08eb.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `heck` (lib) generated 14 warnings Compiling block-buffer v0.10.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=block_buffer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Buffer type for block processing of data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=block-buffer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name block_buffer --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60a5feed2a9f61e3 -C extra-filename=-60a5feed2a9f61e3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern generic_array=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libgeneric_array-a90a44c19c727c96.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20 CARGO_MANIFEST_LINKS=lzma CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lzma-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/lzma-sys-af54d96d6e1424ac/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/lzma-sys-8bfc27452b802707/build-script-build` [lzma-sys 0.1.20] cargo:rerun-if-changed=build.rs [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LZMA_API_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_NO_PKG_CONFIG [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_DYNAMIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR Compiling crossbeam-epoch v0.9.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_epoch CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.9.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name crossbeam_epoch --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=1c9575ff91183c6c -C extra-filename=-1c9575ff91183c6c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcrossbeam_utils-84fcf93bd39d30f9.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=SYSROOT [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_DYNAMIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [lzma-sys 0.1.20] cargo:rustc-link-search=native=/usr/local/lib [lzma-sys 0.1.20] cargo:rustc-link-lib=lzma [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LIBLZMA_DYNAMIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [lzma-sys 0.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:66:7 | 66 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:69:7 | 69 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:91:11 | 91 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1675:21 | 1675 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:350:15 | 350 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:358:11 | 358 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/collector.rs:112:21 | 112 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:90:21 | 90 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:56:15 | 56 | #[cfg(not(any(crossbeam_sanitize, miri)))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:59:11 | 59 | #[cfg(any(crossbeam_sanitize, miri))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:300:15 | 300 | #[cfg(not(any(crossbeam_sanitize, miri)))] // `crossbeam_sanitize` and `miri` reduce the size of `Local` | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:557:21 | 557 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:202:29 | 202 | let steps = if cfg!(crossbeam_sanitize) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/mod.rs:5:11 | 5 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/list.rs:298:21 | 298 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/queue.rs:217:21 | 217 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:64:21 | 64 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:14:15 | 14 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:22:11 | 22 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Compiling bstr v1.10.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bstr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A string type that is not required to be valid UTF-8.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/bstr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bstr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/bstr' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name bstr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=68e06375b00a933f -C extra-filename=-68e06375b00a933f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libmemchr-1bcf0cf76f82ea91.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/escape_bytes.rs:15:43 | 14 | impl<'a> EscapeBytes<'a> { | -- lifetime `'a` declared here 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes { | ^^^^^^^^^^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/escape_bytes.rs:15:43 | 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/escape_bytes.rs:83:38 | 83 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 83 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 363 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 363 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 363 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 363 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 364 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 364 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 364 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 364 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 365 | impl_partial_eq!(BString, &'a [u8]); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 365 | impl_partial_eq!(BString, &'a [u8]); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 366 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 366 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 366 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 366 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 367 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 367 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 367 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 367 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 368 | impl_partial_eq!(BString, &'a str); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 368 | impl_partial_eq!(BString, &'a str); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 369 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 369 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 369 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 369 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 370 | impl_partial_eq!(BString, &'a BStr); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 370 | impl_partial_eq!(BString, &'a BStr); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 386 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 386 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 386 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 386 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 387 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 387 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 387 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 387 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 388 | impl_partial_ord!(BString, &'a [u8]); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 388 | impl_partial_ord!(BString, &'a [u8]); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 389 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 389 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 389 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 389 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 390 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 390 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 390 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 390 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 391 | impl_partial_ord!(BString, &'a str); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 391 | impl_partial_ord!(BString, &'a str); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 392 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 392 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 392 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 392 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 393 | impl_partial_ord!(BString, &'a BStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 393 | impl_partial_ord!(BString, &'a BStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 810 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 810 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 810 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 810 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 811 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 811 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 812 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 812 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 812 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 812 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 813 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 813 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 816 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 816 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 816 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 816 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 818 | impl_partial_eq!(&'a BStr, Vec); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 818 | impl_partial_eq!(&'a BStr, Vec); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 820 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 820 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 820 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 820 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 3 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 822 | impl_partial_eq!(&'a BStr, String); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 11 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 822 | impl_partial_eq!(&'a BStr, String); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:24:18 | 24 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 824 | impl_partial_eq_cow!(&'a BStr, Cow<'a, BStr>); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq_cow` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:32:18 | 32 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 824 | impl_partial_eq_cow!(&'a BStr, Cow<'a, BStr>); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq_cow` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:24:18 | 24 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 826 | impl_partial_eq_cow!(&'a BStr, Cow<'a, str>); | -------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq_cow` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:32:18 | 32 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 826 | impl_partial_eq_cow!(&'a BStr, Cow<'a, str>); | -------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq_cow` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:24:18 | 24 | impl<'a, 'b> PartialEq<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 828 | impl_partial_eq_cow!(&'a BStr, Cow<'a, [u8]>); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq_cow` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:32:18 | 32 | impl<'a, 'b> PartialEq<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 828 | impl_partial_eq_cow!(&'a BStr, Cow<'a, [u8]>); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_eq_cow` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 844 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 844 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 844 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 844 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 845 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 845 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 846 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 846 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 846 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 846 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 847 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 847 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 850 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 850 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 850 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 850 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 852 | impl_partial_ord!(&'a BStr, Vec); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 852 | impl_partial_ord!(&'a BStr, Vec); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | ^^-- | | | help: elide the unused lifetime ... 854 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 854 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | ^^-- | | | help: elide the unused lifetime ... 854 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 854 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 44 | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | --^^ | | | help: elide the unused lifetime ... 856 | impl_partial_ord!(&'a BStr, String); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 52 | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | --^^ | | | help: elide the unused lifetime ... 856 | impl_partial_ord!(&'a BStr, String); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_partial_ord` (in Nightly builds, run with -Z macro-backtrace for more info) warning: `crossbeam-epoch` (lib) generated 20 warnings Compiling log v0.4.22 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name log --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=b7caf46da12b54b5 -C extra-filename=-b7caf46da12b54b5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:533:34 | 533 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 533 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:639:34 | 639 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 639 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1179:34 | 1179 | fn enabled(&self, metadata: &Metadata) -> bool; | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1179 | fn enabled(&self, metadata: &Metadata<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1188:28 | 1188 | fn log(&self, record: &Record); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn log(&self, record: &Record<'_>); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1203:27 | 1203 | fn enabled(&self, _: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | fn enabled(&self, _: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1207:23 | 1207 | fn log(&self, _: &Record) {} | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1207 | fn log(&self, _: &Record<'_>) {} | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1215:34 | 1215 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1215 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1219:28 | 1219 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1469:34 | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1486:34 | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:38:11 | 38 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 38 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:40:65 | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location<'_>), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:41:26 | 41 | kvs: Option<&[(&str, Value)]>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | kvs: Option<&[(&str, Value<'_>)]>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:65:11 | 65 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:67:64 | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location<'_>), | ++++ Compiling regex-automata v0.4.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name regex_automata --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "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"))' -C metadata=d64826612d376eed -C extra-filename=-d64826612d376eed --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libaho_corasick-26e5a68dc3edb60c.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libmemchr-1bcf0cf76f82ea91.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libregex_syntax-26dfe6156ef22609.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `log` (lib) generated 15 warnings Compiling serde_json v1.0.128 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.128 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=128 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=0ad8c701bc835b5d -C extra-filename=-0ad8c701bc835b5d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/serde_json-0ad8c701bc835b5d -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/dfa/onepass.rs:524:45 | 522 | impl<'a> InternalBuilder<'a> { | -- lifetime `'a` declared here 523 | /// Create a new builder with an initial empty DFA. 524 | fn new(config: Config, nfa: &'a NFA) -> InternalBuilder { | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/dfa/onepass.rs:524:45 | 524 | fn new(config: Config, nfa: &'a NFA) -> InternalBuilder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 524 | fn new(config: Config, nfa: &'a NFA) -> InternalBuilder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/dfa/onepass.rs:2359:38 | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/dfa/onepass.rs:2361:32 | 2361 | f: &mut core::fmt::Formatter, | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2361 | f: &mut core::fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/dfa/onepass.rs:2647:38 | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/dfa/onepass.rs:2751:38 | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/dfa/onepass.rs:2831:38 | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/dfa/onepass.rs:2939:38 | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/hybrid/id.rs:346:38 | 346 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/nfa/thompson/literal_trie.rs:279:38 | 279 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/nfa/thompson/literal_trie.rs:418:38 | 418 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/nfa/thompson/literal_trie.rs:472:38 | 472 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 472 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/alphabet.rs:177:38 | 177 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/alphabet.rs:472:44 | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/alphabet.rs:480:46 | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/alphabet.rs:789:34 | 789 | pub(crate) fn iter(&self) -> ByteSetIter { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | pub(crate) fn iter(&self) -> ByteSetIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/alphabet.rs:794:41 | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter { | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/alphabet.rs:857:38 | 857 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/captures.rs:1205:38 | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/captures.rs:1223:38 | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/captures.rs:1227:46 | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/escape.rs:22:38 | 22 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/escape.rs:52:38 | 52 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 52 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/lazy.rs:92:32 | 92 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/lazy.rs:208:36 | 208 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/look.rs:502:38 | 502 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/pool.rs:187:38 | 187 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/pool.rs:229:38 | 229 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 229 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/pool.rs:786:42 | 786 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/primitives.rs:78:38 | 78 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/primitives.rs:391:38 | 391 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 391 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/primitives.rs:548:46 | 548 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/primitives.rs:653:46 | 653 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/primitives.rs:548:46 | 548 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/primitives.rs:653:46 | 653 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/start.rs:308:38 | 308 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/wire.rs:114:38 | 114 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 114 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/wire.rs:218:38 | 218 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/determinize/state.rs:123:38 | 123 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/determinize/state.rs:221:38 | 221 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/determinize/state.rs:280:38 | 280 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 280 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/determinize/state.rs:566:38 | 566 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 566 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/search.rs:773:38 | 773 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/search.rs:853:38 | 853 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/search.rs:1345:38 | 1345 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1345 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/search.rs:1901:38 | 1901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/util/sparse_set.rs:220:38 | 220 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Compiling same-file v1.0.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=same_file CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple crate for determining whether two file paths point to the same file. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/same-file' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=same-file CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/same-file' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name same_file --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=354c05ef429bd07f -C extra-filename=-354c05ef429bd07f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: unused return value of `into_raw_fd` that must be used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6/src/unix.rs:23:13 | 23 | self.file.take().unwrap().into_raw_fd(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: losing the raw file descriptor may leak resources = note: `#[warn(unused_must_use)]` on by default help: use `let _ = ...` to ignore the resulting value | 23 | let _ = self.file.take().unwrap().into_raw_fd(); | +++++++ warning: `bstr` (lib) generated 109 warnings Compiling semver v1.0.23 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=6e1e46ccdb78d3d5 -C extra-filename=-6e1e46ccdb78d3d5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/semver-6e1e46ccdb78d3d5 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `same-file` (lib) generated 1 warning Compiling walkdir v2.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=walkdir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/walkdir-2.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/walkdir-2.5.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Recursively walk a directory.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/walkdir' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=walkdir CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/walkdir' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name walkdir --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dff4f707eb35d9a7 -C extra-filename=-dff4f707eb35d9a7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern same_file=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsame_file-354c05ef429bd07f.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1047:47 | 1047 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1047:47 | 1047 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1047:47 | 1047 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1047:47 | 1047 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ ^^^^ ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: remove these bounds | 1047 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 1047 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1047:47 | 1047 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1193:39 | 1193 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1242:33 | 1242 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1450:51 | 1450 | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | ^^^^ help: remove this bound ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `tuple_impl_body` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/impls.rs:1450:51 | 1450 | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | ^^^^ help: remove these bounds ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impl_body` which comes from the expansion of the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:2369:29 | 2369 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:2483:39 | 2483 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:2642:29 | 2642 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:2685:32 | 2685 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:1638:46 | 1638 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:2116:39 | 2116 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/de.rs:2145:42 | 2145 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/ser.rs:988:35 | 988 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/ser.rs:1182:37 | 1182 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/ser.rs:1220:40 | 1220 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/ser.rs:1245:56 | 1245 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/private/ser.rs:1289:57 | 1289 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.210/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/semver-4325be806d49f119/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/semver-6e1e46ccdb78d3d5/build-script-build` [semver 1.0.23] cargo:rerun-if-changed=build.rs [semver 1.0.23] cargo:rustc-check-cfg=cfg(doc_cfg) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_alloc_crate) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_const_vec_new) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_exhaustive_int_match) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_non_exhaustive) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_nonzero_bitscan) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_str_strip_prefix) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_track_caller) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint) [semver 1.0.23] cargo:rustc-check-cfg=cfg(test_node_semver) warning: `aho-corasick` (lib) generated 18 warnings Compiling crossbeam-deque v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.128 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=128 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/serde_json-8520e413bae3e0e0/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/serde_json-0ad8c701bc835b5d/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_deque CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Concurrent work-stealing deque' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-deque CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name crossbeam_deque --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bc9a51e8d1eb5f07 -C extra-filename=-bc9a51e8d1eb5f07 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern crossbeam_epoch=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcrossbeam_epoch-1c9575ff91183c6c.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcrossbeam_utils-84fcf93bd39d30f9.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` [serde_json 1.0.128] cargo:rerun-if-changed=build.rs [serde_json 1.0.128] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) [serde_json 1.0.128] cargo:rustc-cfg=fast_arithmetic="64" Compiling xattr v1.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=xattr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xattr-1.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xattr-1.3.1/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen ' CARGO_PKG_DESCRIPTION='unix extended filesystem attributes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xattr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/xattr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name xattr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=ab30d17194a51106 -C extra-filename=-ab30d17194a51106 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern rustix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/librustix-d23866cd8091e3c7.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=lzma_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lzma-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/lzma-sys-af54d96d6e1424ac/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name lzma_sys --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=7e57d4ba1959950f -C extra-filename=-7e57d4ba1959950f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liblibc-697ed3ce54c318f1.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib -l lzma` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xattr-1.3.1/src/error.rs:22:32 | 22 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling digest v0.10.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=digest CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic hash functions and message authentication codes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=digest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name digest --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=973829ccd5a3e883 -C extra-filename=-973829ccd5a3e883 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern block_buffer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libblock_buffer-60a5feed2a9f61e3.rmeta --extern crypto_common=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcrypto_common-dccf5b80c0826fd8.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `xattr` (lib) generated 1 warning Compiling filetime v0.2.25 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=filetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Platform-agnostic accessors of timestamps in File metadata ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/filetime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=filetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/filetime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name filetime --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b98b91ad1582a6b9 -C extra-filename=-b98b91ad1582a6b9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcfg_if-f031866530b444e6.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liblibc-697ed3ce54c318f1.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling cpufeatures v0.2.14 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cpufeatures CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cpufeatures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name cpufeatures --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba2251169fcc298e -C extra-filename=-ba2251169fcc298e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25/src/unix/mod.rs:88:11 | 88 | #[cfg(target_os = "bitrig")] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("bitrig"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"bitrig\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25/src/unix/mod.rs:97:15 | 97 | #[cfg(not(target_os = "bitrig"))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("bitrig"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"bitrig\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `emulate_second_only_system` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25/src/lib.rs:82:17 | 82 | if cfg!(emulate_second_only_system) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(emulate_second_only_system)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(emulate_second_only_system)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25/src/lib.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling ryu v1.0.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.18 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name ryu --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=0718425b91bf5fa1 -C extra-filename=-0718425b91bf5fa1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `filetime` (lib) generated 4 warnings Compiling bootstrap v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name build_script_build --edition=2021 build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=1 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootstrap-self-test", "build-metrics", "sysinfo"))' -C metadata=882da918bed9ef89 -C extra-filename=-882da918bed9ef89 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/bootstrap-882da918bed9ef89 -C incremental=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/incremental -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling itoa v1.0.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.11 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name itoa --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=5ec16651a404905a -C extra-filename=-5ec16651a404905a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `serde` (lib) generated 221 warnings (42 duplicates) Compiling sha2 v0.10.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sha2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name sha2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=fe1dc1e03f812f2a -C extra-filename=-fe1dc1e03f812f2a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcfg_if-f031866530b444e6.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcpufeatures-ba2251169fcc298e.rmeta --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libdigest-973829ccd5a3e883.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: unexpected `cfg` condition value: `` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default = note: this warning originates in the macro `$crate::__unless_target_features` which comes from the expansion of the macro `cpufeatures::new` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `$crate::__unless_target_features` which comes from the expansion of the macro `cpufeatures::new` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `$crate::__unless_target_features` which comes from the expansion of the macro `cpufeatures::new` (in Nightly builds, run with -Z macro-backtrace for more info) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.128 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=128 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/serde_json-8520e413bae3e0e0/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a96246af2b7553ff -C extra-filename=-a96246af2b7553ff --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libitoa-5ec16651a404905a.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libmemchr-1bcf0cf76f82ea91.rmeta --extern ryu=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libryu-0718425b91bf5fa1.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde-d1c193817c906817.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` Compiling tar v0.4.42 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tar CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/tar-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tar CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/tar-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.42 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name tar --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=6fe38ec448735d1a -C extra-filename=-6fe38ec448735d1a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern filetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libfiletime-b98b91ad1582a6b9.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liblibc-697ed3ce54c318f1.rmeta --extern xattr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libxattr-ab30d17194a51106.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Zallow-features=-Wrust_2018_idioms-Wunused_lifetimes' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/bootstrap-7462993c0f7143cb/out PROFILE=debug RUSTC=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/bootstrap-882da918bed9ef89/build-script-build` [bootstrap 0.0.0] cargo:rerun-if-changed=build.rs [bootstrap 0.0.0] cargo:rustc-env=BUILD_TRIPLE=x86_64-unknown-openbsd Compiling xz2 v0.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=xz2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xz2-0.1.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xz2-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust bindings to liblzma providing Read/Write streams as well as low-level in-memory encoding/decoding. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xz2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name xz2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xz2-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=1d2266ff36e885e1 -C extra-filename=-1d2266ff36e885e1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern lzma_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liblzma_sys-7e57d4ba1959950f.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/archive.rs:81:52 | 81 | pub fn entries(&mut self) -> io::Result> { | -------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 81 | pub fn entries(&mut self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/archive.rs:186:62 | 186 | pub fn entries_with_seek(&mut self) -> io::Result> { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 186 | pub fn entries_with_seek(&mut self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:77:41 | 77 | pub fn path(&self) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn path(&self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:87:36 | 87 | pub fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 87 | pub fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:104:53 | 104 | pub fn link_name(&self) -> io::Result>> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 104 | pub fn link_name(&self) -> io::Result>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:113:48 | 113 | pub fn link_name_bytes(&self) -> Option> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub fn link_name_bytes(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:135:59 | 135 | pub fn pax_extensions(&mut self) -> io::Result> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | pub fn pax_extensions(&mut self) -> io::Result>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:285:38 | 285 | pub fn from(entry: Entry) -> EntryFields { | -----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 285 | pub fn from(entry: Entry<'_, R>) -> EntryFields { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:285:46 | 285 | pub fn from(entry: Entry) -> EntryFields { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 285 | pub fn from(entry: Entry) -> EntryFields<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:303:37 | 303 | fn path(&self) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 303 | fn path(&self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:307:32 | 307 | fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 307 | fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:336:49 | 336 | fn link_name(&self) -> io::Result>> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 336 | fn link_name(&self) -> io::Result>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:343:44 | 343 | fn link_name_bytes(&self) -> Option> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 343 | fn link_name_bytes(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:367:55 | 367 | fn pax_extensions(&mut self) -> io::Result> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn pax_extensions(&mut self) -> io::Result>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:860:32 | 860 | fn set_xattrs(me: &mut EntryFields, dst: &Path) -> io::Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 860 | fn set_xattrs(me: &mut EntryFields<'_>, dst: &Path) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/error.rs:32:32 | 32 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 32 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:346:41 | 346 | pub fn path(&self) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 346 | pub fn path(&self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:357:36 | 357 | pub fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 357 | pub fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:406:53 | 406 | pub fn link_name(&self) -> io::Result>> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn link_name(&self) -> io::Result>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:420:48 | 420 | pub fn link_name_bytes(&self) -> Option> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 420 | pub fn link_name_bytes(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:853:41 | 853 | fn debug_fields(&self, b: &mut fmt::DebugStruct) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 853 | fn debug_fields(&self, b: &mut fmt::DebugStruct<'_, '_>) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:900:32 | 900 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 900 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:924:32 | 924 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 924 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:948:32 | 948 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 948 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:957:36 | 957 | pub fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 957 | pub fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:1119:32 | 1119 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1119 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:1304:32 | 1304 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1304 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:1322:32 | 1322 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1322 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:1375:32 | 1375 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1375 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:1630:46 | 1630 | pub fn path2bytes(p: &Path) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1630 | pub fn path2bytes(p: &Path) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:1659:29 | 1659 | pub fn bytes2path(bytes: Cow<[u8]>) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1659 | pub fn bytes2path(bytes: Cow<'_, [u8]>) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/header.rs:1659:54 | 1659 | pub fn bytes2path(bytes: Cow<[u8]>) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1659 | pub fn bytes2path(bytes: Cow<[u8]>) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/map.rs:273:43 | 273 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/map.rs:302:27 | 302 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 302 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/map.rs:310:35 | 310 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/map.rs:318:27 | 318 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 318 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/map.rs:326:29 | 326 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 326 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/map.rs:334:37 | 334 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 334 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/map.rs:453:40 | 453 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 453 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/map.rs:485:54 | 485 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 485 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/value/de.rs:1269:46 | 1269 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1269 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/value/de.rs:1311:29 | 1311 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1311 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/number.rs:408:54 | 408 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 408 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/number.rs:788:40 | 788 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 788 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xz2-0.1.7/src/stream.rs:837:32 | 837 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 837 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `regex-syntax` (lib) generated 7 warnings Compiling toml v0.5.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.5.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.5.11/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.48.0 CARGO_PKG_VERSION=0.5.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name toml --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "preserve_order"))' -C metadata=7dd82ddc3b3bddc0 -C extra-filename=-7dd82ddc3b3bddc0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde-d1c193817c906817.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `sha2` (lib) generated 8 warnings (5 duplicates) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/semver-4325be806d49f119/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b5d2a8b4cb9855b6 -C extra-filename=-b5d2a8b4cb9855b6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `xz2` (lib) generated 1 warning Compiling fd-lock v4.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fd_lock CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fd-lock-4.0.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fd-lock-4.0.2/Cargo.toml CARGO_PKG_AUTHORS='Yoshua Wuyts ' CARGO_PKG_DESCRIPTION='Advisory cross-platform lock on a file using a file descriptor to it.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fd-lock CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yoshuawuyts/fd-lock' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=4.0.2 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name fd_lock --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9d50ea0716adf95 -C extra-filename=-f9d50ea0716adf95 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcfg_if-f031866530b444e6.rmeta --extern rustix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/librustix-d23866cd8091e3c7.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/archive.rs:36:27 | 36 | pub struct Entries<'a, R: 'a + Read> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/entry.rs:23:25 | 23 | pub struct Entry<'a, R: 'a + Read> { | ^^^^^ help: remove this bound warning: use of deprecated method `de::Deserializer::<'a>::end` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.5.11/src/de.rs:79:7 | 79 | d.end()?; | ^^^ | = note: `#[warn(deprecated)]` on by default Compiling cmake v0.1.48 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cmake CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cmake-0.1.48 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cmake-0.1.48/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build dependency for running `cmake` to build a native library ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cmake-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cmake CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cmake-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.48 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=48 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name cmake --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cmake-0.1.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=78420f4e934b8586 -C extra-filename=-78420f4e934b8586 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcc-0bf9db7090c3dd4d.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: unexpected `cfg` condition value: `dragonflybsd` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cmake-0.1.48/src/lib.rs:807:33 | 807 | || cfg!(target_os = "dragonflybsd")) => | ^^^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"dragonfly"` | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("dragonflybsd"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"dragonflybsd\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cmake-0.1.48/src/lib.rs:806:33 | 806 | || cfg!(target_os = "bitrig") | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("bitrig"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"bitrig\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: use of deprecated unit variant `cc::windows_registry::VsVers::Vs12`: Visual Studio 12 is no longer supported. cc will never return this value. --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cmake-0.1.48/src/lib.rs:872:24 | 872 | Ok(VsVers::Vs12) => "Visual Studio 12 2013", | ^^^^ | = note: `#[warn(deprecated)]` on by default warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:560:23 | 560 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 560 - pub struct Pairs<'a, T: 'a, P: 'a> { 560 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:610:26 | 610 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 610 - pub struct PairsMut<'a, T: 'a, P: 'a> { 610 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:747:22 | 747 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:755:25 | 755 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 755 - struct PrivateIter<'a, T: 'a, P: 'a> { 755 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:861:25 | 861 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.79/src/punctuated.rs:870:28 | 870 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 870 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 870 + struct PrivateIterMut<'a, T, P> { | warning: `semver` (lib) generated 15 warnings Compiling object v0.36.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.36.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=36 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name object --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=26b1bef32d7f19e0 -C extra-filename=-26b1bef32d7f19e0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libmemchr-1bcf0cf76f82ea91.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `cmake` (lib) generated 3 warnings Compiling home v0.5.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=home CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/home-0.5.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/home-0.5.9/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson ' CARGO_PKG_DESCRIPTION='Shared definitions of home directories.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=home CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.5.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name home --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9e11e9b527fde11 -C extra-filename=-f9e11e9b527fde11 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/de.rs:1911:23 | 1911 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/de.rs:1958:23 | 1958 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/de.rs:2015:27 | 2015 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/de.rs:2068:31 | 2068 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/de.rs:2131:20 | 2131 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/ser.rs:412:31 | 412 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 412 - struct Adapter<'ser, W: 'ser, F: 'ser> { 412 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/ser.rs:467:24 | 467 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 467 - pub enum Compound<'a, W: 'a, F: 'a> { 467 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/ser.rs:769:30 | 769 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 769 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 769 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.128/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound Compiling opener v0.5.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=opener CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/opener-0.5.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/opener-0.5.2/Cargo.toml CARGO_PKG_AUTHORS='Brian Bowman ' CARGO_PKG_DESCRIPTION='Open a file or link using the system default program.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=opener CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Seeker14491/opener' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name opener --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/opener-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e122db6d8a57edb -C extra-filename=-8e122db6d8a57edb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: function `is_wsl` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/opener-0.5.2/src/linux_and_more.rs:80:15 | 80 | pub(crate) fn is_wsl() -> bool { | ^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: function `is_docker` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/opener-0.5.2/src/linux_and_more.rs:100:4 | 100 | fn is_docker() -> bool { | ^^^^^^^^^ warning: `opener` (lib) generated 2 warnings Compiling termcolor v1.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name termcolor --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f354d512942d120d -C extra-filename=-f354d512942d120d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:187:41 | 187 | fn set_hyperlink(&mut self, _link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 187 | fn set_hyperlink(&mut self, _link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:211:40 | 211 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 211 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:232:40 | 232 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:371:32 | 371 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 371 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:728:40 | 728 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 728 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:772:40 | 772 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 772 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:819:40 | 819 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 819 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:891:40 | 891 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:979:40 | 979 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 979 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:1360:40 | 1360 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:1441:37 | 1441 | fn set_hyperlink(&mut self, _: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | fn set_hyperlink(&mut self, _: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:1547:40 | 1547 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1547 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:1694:37 | 1694 | fn set_hyperlink(&mut self, _: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1694 | fn set_hyperlink(&mut self, _: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:2335:40 | 2335 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2335 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: `termcolor` (lib) generated 14 warnings Compiling globset v0.4.15 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=globset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.15 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.15/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=globset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name globset --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=ddef5f9f129c7f6f -C extra-filename=-ddef5f9f129c7f6f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libaho_corasick-26e5a68dc3edb60c.rmeta --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libbstr-68e06375b00a933f.rmeta --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liblog-b7caf46da12b54b5.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libregex_automata-d64826612d376eed.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libregex_syntax-26dfe6156ef22609.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `tar` (lib) generated 34 warnings warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.15/src/lib.rs:531:37 | 531 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 531 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: `serde_json` (lib) generated 34 warnings warning: `toml` (lib) generated 1 warning Compiling ignore v0.4.23 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ignore CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ignore-0.4.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ignore-0.4.23/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A fast library for efficiently matching ignore files such as `.gitignore` against file paths. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ignore CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name ignore --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ignore-0.4.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=86d162a58e4fe51f -C extra-filename=-86d162a58e4fe51f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern crossbeam_deque=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcrossbeam_deque-bc9a51e8d1eb5f07.rmeta --extern globset=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libglobset-ddef5f9f129c7f6f.rmeta --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liblog-b7caf46da12b54b5.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libmemchr-1bcf0cf76f82ea91.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libregex_automata-d64826612d376eed.rmeta --extern same_file=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsame_file-354c05ef429bd07f.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libwalkdir-dff4f707eb35d9a7.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `globset` (lib) generated 1 warning warning: `syn` (lib) generated 405 warnings Compiling clap_derive v4.5.18 Compiling serde_derive v1.0.210 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_derive-4.5.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.18 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name clap_derive --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=87ff56d6ee6fccde -C extra-filename=-87ff56d6ee6fccde --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern heck=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libheck-80a6e8b3704cfeda.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libproc_macro2-5d0caac59002e48c.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libquote-8a1e8664598bef09.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsyn-8ac552a0fe399038.rlib --extern proc_macro --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.210 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=210 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=8cfd4d4f4e9da624 -C extra-filename=-8cfd4d4f4e9da624 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libproc_macro2-5d0caac59002e48c.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libquote-8a1e8664598bef09.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsyn-8ac552a0fe399038.rlib --extern proc_macro --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `regex-automata` (lib) generated 47 warnings warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/ast.rs:133:23 | 133 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 133 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:147:23 | 147 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 147 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:148:22 | 148 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:149:35 | 149 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:557:54 | 557 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 557 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:660:36 | 660 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 660 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:679:15 | 679 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 679 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:680:23 | 680 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 680 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:681:18 | 681 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 681 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:740:23 | 740 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 740 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:741:25 | 741 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 741 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:1391:35 | 1391 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1391 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:1386:12 | 1386 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1386 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:1431:12 | 1431 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1431 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:1439:12 | 1439 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1439 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:1447:12 | 1447 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1447 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:1456:12 | 1456 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1456 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:1465:12 | 1465 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1465 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:1500:12 | 1500 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1500 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:1522:12 | 1522 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1522 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:1545:12 | 1545 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1545 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:1566:12 | 1566 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1566 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:1589:12 | 1589 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1589 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/attr.rs:1596:54 | 1596 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1596 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/bound.rs:311:12 | 311 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/bound.rs:370:24 | 370 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:460:15 | 460 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 460 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:462:11 | 462 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 462 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:681:15 | 681 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 681 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:862:13 | 862 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 862 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:917:15 | 917 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 917 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:919:11 | 919 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 919 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:1196:17 | 1196 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:1212:17 | 1212 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1212 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:1227:42 | 1227 | fn prepare_enum_variant_enum(variants: &[Variant]) -> (TokenStream, Stmts) { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1227 | fn prepare_enum_variant_enum(variants: &[Variant<'_>]) -> (TokenStream, Stmts) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:1272:17 | 1272 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1272 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:1365:17 | 1365 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1365 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:1412:17 | 1412 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1412 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:1727:17 | 1727 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1727 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:1736:17 | 1736 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1736 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:1792:15 | 1792 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1792 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:1839:15 | 1839 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1839 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:1881:15 | 1881 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1881 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:1937:13 | 1937 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1937 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:1975:13 | 1975 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:2084:17 | 2084 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2084 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:2473:15 | 2473 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2473 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:2896:15 | 2896 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2896 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:2911:15 | 2911 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2911 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:2956:28 | 2956 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2956 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:2997:13 | 2997 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2997 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:3023:30 | 3023 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3023 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:3032:26 | 3032 | fn has_flatten(fields: &[Field]) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3032 | fn has_flatten(fields: &[Field<'_>]) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:3163:5 | 3163 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3163 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:3164:5 | 3164 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3164 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/de.rs:3165:10 | 3165 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3165 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:325:15 | 325 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:366:15 | 366 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:390:52 | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:418:15 | 418 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:500:15 | 500 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 500 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:573:15 | 573 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 573 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:639:15 | 639 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 639 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:762:15 | 762 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 762 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:809:14 | 809 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 809 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:811:15 | 811 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:880:14 | 880 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 880 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:882:15 | 882 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 882 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:964:14 | 964 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 964 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:966:15 | 966 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 966 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:1051:15 | 1051 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:1099:15 | 1099 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1099 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:1176:15 | 1176 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1176 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:1260:44 | 1260 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1260 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/ser.rs:1289:30 | 1289 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1289 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.210/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ Compiling clap v4.5.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.18 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name clap --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=4a7bdd73b6614791 -C extra-filename=-4a7bdd73b6614791 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern clap_builder=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap_builder-1ffa1fb214190852.rmeta --extern clap_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap_derive-87ff56d6ee6fccde.so --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Compiling clap_complete v4.5.29 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap_complete CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_complete-4.5.29 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_complete-4.5.29/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Generate shell completion scripts for your clap::Command' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_complete CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.29 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=29 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name clap_complete --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_complete-4.5.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-doc", "unstable-dynamic"))' -C metadata=f67d895af9338b8f -C extra-filename=-f67d895af9338b8f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap-4a7bdd73b6614791.rmeta --cap-lints warn -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` warning: `serde_derive` (lib) generated 122 warnings Compiling build_helper v0.1.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/build_helper) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_helper CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/build_helper CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/build_helper/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=build_helper CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name build_helper --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/build_helper/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29241d5565c97e6a -C extra-filename=-29241d5565c97e6a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C incremental=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/incremental -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde-d1c193817c906817.rmeta --extern serde_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde_derive-8cfd4d4f4e9da624.so -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes` Running `BUILD_TRIPLE=x86_64-unknown-openbsd CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bootstrap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/bootstrap-7462993c0f7143cb/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name bootstrap --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=1 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootstrap-self-test", "build-metrics", "sysinfo"))' -C metadata=7a73f7ba8f62a4cc -C extra-filename=-7a73f7ba8f62a4cc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C incremental=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/incremental -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern build_helper=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libbuild_helper-29241d5565c97e6a.rmeta --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcc-0bf9db7090c3dd4d.rmeta --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap-4a7bdd73b6614791.rmeta --extern clap_complete=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap_complete-f67d895af9338b8f.rmeta --extern cmake=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcmake-78420f4e934b8586.rmeta --extern fd_lock=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libfd_lock-f9d50ea0716adf95.rmeta --extern home=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libhome-f9e11e9b527fde11.rmeta --extern ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libignore-86d162a58e4fe51f.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liblibc-697ed3ce54c318f1.rmeta --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libobject-26b1bef32d7f19e0.rmeta --extern opener=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libopener-8e122db6d8a57edb.rmeta --extern semver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsemver-b5d2a8b4cb9855b6.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde-d1c193817c906817.rmeta --extern serde_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde_derive-8cfd4d4f4e9da624.so --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde_json-a96246af2b7553ff.rmeta --extern sha2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsha2-fe1dc1e03f812f2a.rmeta --extern tar=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtar-6fe38ec448735d1a.rmeta --extern termcolor=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtermcolor-f354d512942d120d.rmeta --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtoml-7dd82ddc3b3bddc0.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libwalkdir-dff4f707eb35d9a7.rmeta --extern xz2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libxz2-1d2266ff36e885e1.rmeta -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib` Running `BUILD_TRIPLE=x86_64-unknown-openbsd CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=rustdoc CARGO_CRATE_NAME=rustdoc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/bootstrap-7462993c0f7143cb/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name rustdoc --edition=2021 src/bin/rustdoc.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=1 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootstrap-self-test", "build-metrics", "sysinfo"))' -C metadata=0fbfb9e681afece5 -C extra-filename=-0fbfb9e681afece5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C incremental=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/incremental -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern bootstrap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libbootstrap-7a73f7ba8f62a4cc.rlib --extern build_helper=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libbuild_helper-29241d5565c97e6a.rlib --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcc-0bf9db7090c3dd4d.rlib --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap-4a7bdd73b6614791.rlib --extern clap_complete=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap_complete-f67d895af9338b8f.rlib --extern cmake=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcmake-78420f4e934b8586.rlib --extern fd_lock=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libfd_lock-f9d50ea0716adf95.rlib --extern home=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libhome-f9e11e9b527fde11.rlib --extern ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libignore-86d162a58e4fe51f.rlib --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liblibc-697ed3ce54c318f1.rlib --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libobject-26b1bef32d7f19e0.rlib --extern opener=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libopener-8e122db6d8a57edb.rlib --extern semver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsemver-b5d2a8b4cb9855b6.rlib --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde-d1c193817c906817.rlib --extern serde_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde_derive-8cfd4d4f4e9da624.so --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde_json-a96246af2b7553ff.rlib --extern sha2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsha2-fe1dc1e03f812f2a.rlib --extern tar=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtar-6fe38ec448735d1a.rlib --extern termcolor=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtermcolor-f354d512942d120d.rlib --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtoml-7dd82ddc3b3bddc0.rlib --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libwalkdir-dff4f707eb35d9a7.rlib --extern xz2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libxz2-1d2266ff36e885e1.rlib -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib` Running `BUILD_TRIPLE=x86_64-unknown-openbsd CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=sccache-plus-cl CARGO_CRATE_NAME=sccache_plus_cl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/bootstrap-7462993c0f7143cb/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name sccache_plus_cl --edition=2021 src/bin/sccache-plus-cl.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=1 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootstrap-self-test", "build-metrics", "sysinfo"))' -C metadata=21ceda0cee7a4e03 -C extra-filename=-21ceda0cee7a4e03 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C incremental=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/incremental -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern bootstrap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libbootstrap-7a73f7ba8f62a4cc.rlib --extern build_helper=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libbuild_helper-29241d5565c97e6a.rlib --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcc-0bf9db7090c3dd4d.rlib --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap-4a7bdd73b6614791.rlib --extern clap_complete=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap_complete-f67d895af9338b8f.rlib --extern cmake=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcmake-78420f4e934b8586.rlib --extern fd_lock=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libfd_lock-f9d50ea0716adf95.rlib --extern home=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libhome-f9e11e9b527fde11.rlib --extern ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libignore-86d162a58e4fe51f.rlib --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liblibc-697ed3ce54c318f1.rlib --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libobject-26b1bef32d7f19e0.rlib --extern opener=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libopener-8e122db6d8a57edb.rlib --extern semver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsemver-b5d2a8b4cb9855b6.rlib --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde-d1c193817c906817.rlib --extern serde_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde_derive-8cfd4d4f4e9da624.so --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde_json-a96246af2b7553ff.rlib --extern sha2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsha2-fe1dc1e03f812f2a.rlib --extern tar=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtar-6fe38ec448735d1a.rlib --extern termcolor=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtermcolor-f354d512942d120d.rlib --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtoml-7dd82ddc3b3bddc0.rlib --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libwalkdir-dff4f707eb35d9a7.rlib --extern xz2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libxz2-1d2266ff36e885e1.rlib -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib` Running `BUILD_TRIPLE=x86_64-unknown-openbsd CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=bootstrap CARGO_CRATE_NAME=bootstrap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/bootstrap-7462993c0f7143cb/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name bootstrap --edition=2021 src/bin/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=1 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootstrap-self-test", "build-metrics", "sysinfo"))' -C metadata=1840b16d4db4752d -C extra-filename=-1840b16d4db4752d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C incremental=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/incremental -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern bootstrap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libbootstrap-7a73f7ba8f62a4cc.rlib --extern build_helper=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libbuild_helper-29241d5565c97e6a.rlib --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcc-0bf9db7090c3dd4d.rlib --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap-4a7bdd73b6614791.rlib --extern clap_complete=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap_complete-f67d895af9338b8f.rlib --extern cmake=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcmake-78420f4e934b8586.rlib --extern fd_lock=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libfd_lock-f9d50ea0716adf95.rlib --extern home=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libhome-f9e11e9b527fde11.rlib --extern ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libignore-86d162a58e4fe51f.rlib --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liblibc-697ed3ce54c318f1.rlib --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libobject-26b1bef32d7f19e0.rlib --extern opener=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libopener-8e122db6d8a57edb.rlib --extern semver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsemver-b5d2a8b4cb9855b6.rlib --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde-d1c193817c906817.rlib --extern serde_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde_derive-8cfd4d4f4e9da624.so --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde_json-a96246af2b7553ff.rlib --extern sha2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsha2-fe1dc1e03f812f2a.rlib --extern tar=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtar-6fe38ec448735d1a.rlib --extern termcolor=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtermcolor-f354d512942d120d.rlib --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtoml-7dd82ddc3b3bddc0.rlib --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libwalkdir-dff4f707eb35d9a7.rlib --extern xz2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libxz2-1d2266ff36e885e1.rlib -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib` Running `BUILD_TRIPLE=x86_64-unknown-openbsd CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=rustc CARGO_CRATE_NAME=rustc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/bootstrap/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bootstrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/build/bootstrap-7462993c0f7143cb/out /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc --crate-name rustc --edition=2021 src/bin/rustc.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=1 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootstrap-self-test", "build-metrics", "sysinfo"))' -C metadata=82c35fbcb6caa278 -C extra-filename=-82c35fbcb6caa278 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps -C incremental=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/incremental -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps --extern bootstrap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libbootstrap-7a73f7ba8f62a4cc.rlib --extern build_helper=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libbuild_helper-29241d5565c97e6a.rlib --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcc-0bf9db7090c3dd4d.rlib --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap-4a7bdd73b6614791.rlib --extern clap_complete=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libclap_complete-f67d895af9338b8f.rlib --extern cmake=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libcmake-78420f4e934b8586.rlib --extern fd_lock=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libfd_lock-f9d50ea0716adf95.rlib --extern home=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libhome-f9e11e9b527fde11.rlib --extern ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libignore-86d162a58e4fe51f.rlib --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/liblibc-697ed3ce54c318f1.rlib --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libobject-26b1bef32d7f19e0.rlib --extern opener=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libopener-8e122db6d8a57edb.rlib --extern semver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsemver-b5d2a8b4cb9855b6.rlib --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde-d1c193817c906817.rlib --extern serde_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde_derive-8cfd4d4f4e9da624.so --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libserde_json-a96246af2b7553ff.rlib --extern sha2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libsha2-fe1dc1e03f812f2a.rlib --extern tar=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtar-6fe38ec448735d1a.rlib --extern termcolor=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtermcolor-f354d512942d120d.rlib --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libtoml-7dd82ddc3b3bddc0.rlib --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libwalkdir-dff4f707eb35d9a7.rlib --extern xz2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/deps/libxz2-1d2266ff36e885e1.rlib -Zallow-features= -Wrust_2018_idioms -Wunused_lifetimes -L native=/usr/local/lib` Finished `dev` profile [unoptimized] target(s) in 2m 04s running: /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/bootstrap dist --jobs=6 rust-std rustc cargo clippy rustfmt rust-src There have been changes to x.py since you last updated: [WARNING] `llvm.lld` is enabled by default for the dist profile. If set to false, `lld` will not be included in the dist build. - PR Link https://github.com/rust-lang/rust/pull/126701 [WARNING] `debug-logging` option has been removed from the default `tools` profile. - PR Link https://github.com/rust-lang/rust/pull/127913 [INFO] the `wasm-component-ld` tool is now built as part of `build.extended` and can be a member of `build.tools` - PR Link https://github.com/rust-lang/rust/pull/127866 [INFO] Removed android-ndk r25b support in favor of android-ndk r26d. - PR Link https://github.com/rust-lang/rust/pull/120593 [WARNING] For tarball sources, default value for `rust.channel` will be taken from `src/ci/channel` file. - PR Link https://github.com/rust-lang/rust/pull/125181 [INFO] New option `llvm.libzstd` to control whether llvm is built with zstd support. - PR Link https://github.com/rust-lang/rust/pull/125642 [WARNING] ./x test --rustc-args was renamed to --compiletest-rustc-args as it only applies there. ./x miri --rustc-args was also removed. - PR Link https://github.com/rust-lang/rust/pull/128841 [INFO] The `build.profiler` option now tries to use source code from `download-ci-llvm` if possible, instead of checking out the `src/llvm-project` submodule. - PR Link https://github.com/rust-lang/rust/pull/129295 [INFO] New option `build.cargo-clippy` added for supporting the use of custom/external clippy. - PR Link https://github.com/rust-lang/rust/pull/129152 [WARNING] Removed `rust.split-debuginfo` as it was deprecated long time ago. - PR Link https://github.com/rust-lang/rust/pull/129925 [INFO] New option `llvm.enzyme` to control whether the llvm based autodiff tool (Enzyme) is built. - PR Link https://github.com/rust-lang/rust/pull/129176 [WARNING] `download-ci-llvm = true` now checks if CI llvm is available and has become the default for the compiler profile - PR Link https://github.com/rust-lang/rust/pull/129473 [INFO] 'tools' and 'library' profiles switched `download-ci-llvm` option from `if-unchanged` to `true`. - PR Link https://github.com/rust-lang/rust/pull/130202 [INFO] New option `dist.vendor` added to control whether bootstrap should vendor dependencies for dist tarball. - PR Link https://github.com/rust-lang/rust/pull/130110 [INFO] If `llvm.download-ci-llvm` is not defined, it defaults to `true`. - PR Link https://github.com/rust-lang/rust/pull/130529 [INFO] New option `./x setup editor` added, replacing `./x setup vscode` and adding support for vim, emacs and helix. - PR Link https://github.com/rust-lang/rust/pull/131075 [INFO] Allow setting `--jobs` in config.toml with `build.jobs`. - PR Link https://github.com/rust-lang/rust/pull/131838 [INFO] New option `build.compiletest-diff-tool` that adds support for a custom differ for compiletest - PR Link https://github.com/rust-lang/rust/pull/131181 [INFO] New option `llvm.offload` to control whether the llvm offload runtime for GPU support is built. Implicitly enables the openmp runtime as dependency. - PR Link https://github.com/rust-lang/rust/pull/131513 [WARNING] Deprecated `rust.parallel_compiler` as the compiler now always defaults to being parallel (with 1 thread) - PR Link https://github.com/rust-lang/rust/pull/132282 [INFO] `download-rustc='if-unchanged'` is now a default option for library profile. - PR Link https://github.com/rust-lang/rust/pull/132494 [INFO] `rust.llvm-tools` is now enabled by default when no `config.toml` is provided. - PR Link https://github.com/rust-lang/rust/pull/133207 NOTE: to silence this warning, update `config.toml` to use `change-id = 133207` instead auto-detected local-rebuild 1.84.0 finding compilers CC_x86_64-unknown-openbsd = "cc" CFLAGS_x86_64-unknown-openbsd = ["-O2", "-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "--target=x86_64-unknown-openbsd", "-O2", "-pipe"] CXX_x86_64-unknown-openbsd = "c++" CXXFLAGS_x86_64-unknown-openbsd = ["-O2", "-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "--target=x86_64-unknown-openbsd"] AR_x86_64-unknown-openbsd = "ar" running sanity check running: "/usr/local/bin/llvm-config-18" "--bindir" (failure_mode=Exit) (created at src/lib.rs:830:31, executed at src/lib.rs:830:58) running: "/usr/local/bin/llvm-config-18" "--libdir" (failure_mode=Exit) (created at src/lib.rs:837:35, executed at src/lib.rs:837:62) learning about cargo running: RUSTC_BOOTSTRAP="1" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "metadata" "--format-version" "1" "--no-deps" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/Cargo.toml" (failure_mode=Exit) (created at src/core/metadata.rs:81:25, executed at src/core/metadata.rs:92:50) running: RUSTC_BOOTSTRAP="1" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "metadata" "--format-version" "1" "--no-deps" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/Cargo.toml" (failure_mode=Exit) (created at src/core/metadata.rs:81:25, executed at src/core/metadata.rs:92:50) > Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1 to avoid caching bugs < Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib to avoid caching bugs < Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Llvm { target: x86_64-unknown-openbsd } < Llvm { target: x86_64-unknown-openbsd } > Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [] } > Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } > StartupObjects { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < StartupObjects { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot to avoid caching bugs < Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib to avoid caching bugs c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } < Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_RELEASE_CHANNEL="stable" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" LIBC_CHECK_CFG="1" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="-Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Clinker= -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.84.1/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="-Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Cforce-frame-pointers=yes -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.84.1/\")" RUST_COMPILER_RT_ROOT="/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/compiler-rt" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrapstd" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" "backtrace panic-unwind compiler-builtins-c" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot/Cargo.toml" "--message-format" "json-render-diagnostics" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > StdLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < StdLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } < Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_LIBDIR_RELATIVE="lib" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" LIBC_CHECK_CFG="1" LLVM_CONFIG="/usr/local/bin/llvm-config-18" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Clinker= -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=off -Wrustc::internal -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zon-broken-pipe=kill" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrap" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" "llvm max_level_info" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > RustcLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, previous_stage_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < RustcLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, previous_stage_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } < Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [] } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } < Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Std { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } > StartupObjects { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < StartupObjects { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_RELEASE_CHANNEL="stable" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" LIBC_CHECK_CFG="1" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="-Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Clinker= -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.84.1/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="-Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Cembed-bitcode=yes -Cforce-frame-pointers=yes -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.84.1/\")" RUST_COMPILER_RT_ROOT="/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/compiler-rt" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="stablestd" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" "backtrace panic-unwind compiler-builtins-c" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot/Cargo.toml" "--message-format" "json-render-diagnostics" c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > StdLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < StdLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } < Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > ToolBuild { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rust-installer", path: "src/tools/rust-installer", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.84.1" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.84.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_ALLOW_FEATURES="binary-dep-depinfo,proc_macro_span,proc_macro_span_shrink,proc_macro_diagnostic" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="-Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Clinker=" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="-Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstrap" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer/Cargo.toml" "--message-format" "json-render-diagnostics" < ToolBuild { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rust-installer", path: "src/tools/rust-installer", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } < RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Std { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Assemble { target_compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } > Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2 to avoid caching bugs < Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/lib to avoid caching bugs < Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Llvm { target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_LIBDIR_RELATIVE="lib" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" LIBC_CHECK_CFG="1" LLVM_CONFIG="/usr/local/bin/llvm-config-18" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Clinker= -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=off -Wrustc::internal -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zon-broken-pipe=kill" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="stable" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" "llvm max_level_info" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > RustcLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, previous_stage_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < RustcLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, previous_stage_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } < Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } < Assemble { target_compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } > Rustc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } > Rustdoc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } < Rustdoc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } c Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > DebuggerScripts { sysroot: "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image", host: x86_64-unknown-openbsd } < DebuggerScripts { sysroot: "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image", host: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Rustc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, source_type: Submodule, extra_features: [], allow_features: "", cargo_args: [] } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMMIT_DATE="2024-11-19" CFG_COMMIT_HASH="66221abdeca2002d318fde6efff516aab091df0e" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.84.1" CFG_SHORT_COMMIT_HASH="66221abde" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.84.1" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Clinker=" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/Cargo.toml" "--message-format" "json-render-diagnostics" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, source_type: Submodule, extra_features: [], allow_features: "", cargo_args: [] } < Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.84.1" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.84.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Clinker=" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/Cargo.toml" "--message-format" "json-render-diagnostics" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } < Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > CargoClippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-clippy", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.84.1" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.84.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Clinker=" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/Cargo.toml" "--message-format" "json-render-diagnostics" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-clippy", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } < CargoClippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.84.1" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.84.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Clinker=" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/Cargo.toml" "--message-format" "json-render-diagnostics" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } < Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > Cargofmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-fmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CARGO_TARGET_X86_64_UNKNOWN_OPENBSD_LINKER="" CC_x86_64_unknown_openbsd="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.84.1" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="" CXXFLAGS_x86_64_unknown_openbsd="" CXX_x86_64_unknown_openbsd="" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.84.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Clinker=" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/Cargo.toml" "--message-format" "json-render-diagnostics" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-fmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } < Cargofmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Src c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Src > Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1 to avoid caching bugs < Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib to avoid caching bugs < Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Llvm { target: x86_64-unknown-openbsd } running: "/usr/local/bin/llvm-config-18" "--version" (failure_mode=Exit) (created at src/core/build_steps/llvm.rs:610:19, executed at src/core/build_steps/llvm.rs:610:57) < Llvm { target: x86_64-unknown-openbsd } running: "/usr/local/bin/llvm-config-18" "--bindir" (failure_mode=Exit) (created at src/core/build_steps/compile.rs:1789:21, executed at src/core/build_steps/compile.rs:1789:58) Copy/Link "/usr/local/llvm18/bin/llvm-cov" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-cov" Copy/Link "/usr/local/llvm18/bin/llvm-nm" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-nm" Copy/Link "/usr/local/llvm18/bin/llvm-objcopy" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-objcopy" Copy/Link "/usr/local/llvm18/bin/llvm-objdump" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-objdump" Copy/Link "/usr/local/llvm18/bin/llvm-profdata" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-profdata" Copy/Link "/usr/local/llvm18/bin/llvm-readobj" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-readobj" Copy/Link "/usr/local/llvm18/bin/llvm-size" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-size" Copy/Link "/usr/local/llvm18/bin/llvm-strip" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-strip" Copy/Link "/usr/local/llvm18/bin/llvm-ar" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-ar" Copy/Link "/usr/local/llvm18/bin/llvm-as" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-as" Copy/Link "/usr/local/llvm18/bin/llvm-dis" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-dis" Copy/Link "/usr/local/llvm18/bin/llvm-link" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-link" Copy/Link "/usr/local/llvm18/bin/llc" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llc" Copy/Link "/usr/local/llvm18/bin/opt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/opt" > Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } < Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [] } > Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } > StartupObjects { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < StartupObjects { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot to avoid caching bugs < Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib to avoid caching bugs c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } < Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/bin/rust-objcopy" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/bin/rust-objcopy" c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot Dirty - /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std Building stage0 library artifacts (x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_RELEASE_CHANNEL="stable" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd" CXX_x86_64_unknown_openbsd="c++" LIBC_CHECK_CFG="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="-Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.84.1/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="-Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Cforce-frame-pointers=yes -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.84.1/\")" RUST_COMPILER_RT_ROOT="/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/compiler-rt" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrapstd" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" "backtrace panic-unwind compiler-builtins-c" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot/Cargo.toml" "--message-format" "json-render-diagnostics" 3.498248798s INFO prepare_target{force=false package_id=sysroot v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot) target="sysroot"}: cargo::core::compiler::fingerprint: fingerprint error for sysroot v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot)/Build/TargetInner { name_inferred: true, ..: lib_target("sysroot", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot/src/lib.rs", Edition2021) } 3.498491148s INFO prepare_target{force=false package_id=sysroot v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot) target="sysroot"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/sysroot-27352afa8aa4a152/lib-sysroot` Caused by: No such file or directory (os error 2) 3.499298623s INFO prepare_target{force=false package_id=proc_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro) target="proc_macro"}: cargo::core::compiler::fingerprint: fingerprint error for proc_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro)/Build/TargetInner { name_inferred: true, ..: lib_target("proc_macro", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/lib.rs", Edition2021) } 3.499324838s INFO prepare_target{force=false package_id=proc_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro) target="proc_macro"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/proc_macro-be514f4d17a0a3fd/lib-proc_macro` Caused by: No such file or directory (os error 2) 3.499647871s INFO prepare_target{force=false package_id=core v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core) target="core"}: cargo::core::compiler::fingerprint: fingerprint error for core v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core)/Build/TargetInner { name_inferred: true, tested: false, benched: false, ..: lib_target("core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/lib.rs", Edition2021) } 3.499672042s INFO prepare_target{force=false package_id=core v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core) target="core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/core-5ff783d25ebb2375/lib-core` Caused by: No such file or directory (os error 2) 3.500004632s INFO prepare_target{force=false package_id=std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) target="std"}: cargo::core::compiler::fingerprint: fingerprint error for std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std)/Build/TargetInner { name_inferred: true, ..: lib_target("std", ["dylib", "rlib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/lib.rs", Edition2021) } 3.500027950s INFO prepare_target{force=false package_id=std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) target="std"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/std-32541e0c43848a59/lib-std` Caused by: No such file or directory (os error 2) 3.500514144s INFO prepare_target{force=false package_id=addr2line v0.22.0 target="addr2line"}: cargo::core::compiler::fingerprint: fingerprint error for addr2line v0.22.0/Build/TargetInner { name_inferred: true, ..: lib_target("addr2line", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/addr2line-0.22.0/src/lib.rs", Edition2018) } 3.500535810s INFO prepare_target{force=false package_id=addr2line v0.22.0 target="addr2line"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/addr2line-8d241eb80d5d2b78/lib-addr2line` Caused by: No such file or directory (os error 2) 3.500888770s INFO prepare_target{force=false package_id=compiler_builtins v0.1.138 target="compiler_builtins"}: cargo::core::compiler::fingerprint: fingerprint error for compiler_builtins v0.1.138/Build/TargetInner { tested: false, ..: lib_target("compiler_builtins", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/src/lib.rs", Edition2021) } 3.500910010s INFO prepare_target{force=false package_id=compiler_builtins v0.1.138 target="compiler_builtins"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/compiler_builtins-63c9f13654774140/lib-compiler_builtins` Caused by: No such file or directory (os error 2) 3.501957363s INFO prepare_target{force=false package_id=compiler_builtins v0.1.138 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for compiler_builtins v0.1.138/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/build.rs", Edition2021) } 3.501978381s INFO prepare_target{force=false package_id=compiler_builtins v0.1.138 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/compiler_builtins-497326d1db82ee85/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.502186747s INFO prepare_target{force=false package_id=compiler_builtins v0.1.138 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for compiler_builtins v0.1.138/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/build.rs", Edition2021) } 3.502205917s INFO prepare_target{force=false package_id=compiler_builtins v0.1.138 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/.fingerprint/compiler_builtins-ae7dae4c4241c443/build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.502545489s INFO prepare_target{force=false package_id=cc v1.1.22 target="cc"}: cargo::core::compiler::fingerprint: fingerprint error for cc v1.1.22/Build/TargetInner { ..: lib_target("cc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22/src/lib.rs", Edition2018) } 3.502565279s INFO prepare_target{force=false package_id=cc v1.1.22 target="cc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/.fingerprint/cc-a52703a86e3056cb/lib-cc` Caused by: No such file or directory (os error 2) 3.502842438s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: fingerprint error for shlex v1.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("shlex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs", Edition2015) } 3.502861766s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/.fingerprint/shlex-308b63a6ba059cb4/lib-shlex` Caused by: No such file or directory (os error 2) 3.503141345s INFO prepare_target{force=false package_id=rustc-std-workspace-core v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core) target="rustc_std_workspace_core"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-std-workspace-core v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_std_workspace_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core/lib.rs", Edition2021) } 3.503164992s INFO prepare_target{force=false package_id=rustc-std-workspace-core v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core) target="rustc_std_workspace_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/rustc-std-workspace-core-8bc6e7424a00beab/lib-rustc_std_workspace_core` Caused by: No such file or directory (os error 2) 3.503573963s INFO prepare_target{force=false package_id=gimli v0.29.0 target="gimli"}: cargo::core::compiler::fingerprint: fingerprint error for gimli v0.29.0/Build/TargetInner { name_inferred: true, ..: lib_target("gimli", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/lib.rs", Edition2018) } 3.503592184s INFO prepare_target{force=false package_id=gimli v0.29.0 target="gimli"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/gimli-8a527e049ed395eb/lib-gimli` Caused by: No such file or directory (os error 2) 3.503904371s INFO prepare_target{force=false package_id=rustc-std-workspace-alloc v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc) target="rustc_std_workspace_alloc"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-std-workspace-alloc v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_std_workspace_alloc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc/lib.rs", Edition2021) } 3.503926860s INFO prepare_target{force=false package_id=rustc-std-workspace-alloc v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc) target="rustc_std_workspace_alloc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/rustc-std-workspace-alloc-006c57b559b79409/lib-rustc_std_workspace_alloc` Caused by: No such file or directory (os error 2) 3.504230843s INFO prepare_target{force=false package_id=alloc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc) target="alloc"}: cargo::core::compiler::fingerprint: fingerprint error for alloc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc)/Build/TargetInner { name_inferred: true, ..: lib_target("alloc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/lib.rs", Edition2021) } 3.504251498s INFO prepare_target{force=false package_id=alloc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc) target="alloc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/alloc-f6b6498d9524799e/lib-alloc` Caused by: No such file or directory (os error 2) 3.504558589s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: fingerprint error for cfg-if v1.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("cfg_if", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs", Edition2018) } 3.504577336s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/cfg-if-d9e604bec6824ce1/lib-cfg_if` Caused by: No such file or directory (os error 2) 3.504897370s INFO prepare_target{force=false package_id=hashbrown v0.15.0 target="hashbrown"}: cargo::core::compiler::fingerprint: fingerprint error for hashbrown v0.15.0/Build/TargetInner { ..: lib_target("hashbrown", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs", Edition2021) } 3.504915778s INFO prepare_target{force=false package_id=hashbrown v0.15.0 target="hashbrown"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/hashbrown-2b452a7b73d83720/lib-hashbrown` Caused by: No such file or directory (os error 2) 3.505256646s INFO prepare_target{force=false package_id=libc v0.2.162 target="libc"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.162/Build/TargetInner { ..: lib_target("libc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/src/lib.rs", Edition2015) } 3.505277472s INFO prepare_target{force=false package_id=libc v0.2.162 target="libc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/libc-bffa2c046aebf2de/lib-libc` Caused by: No such file or directory (os error 2) 3.506314350s INFO prepare_target{force=false package_id=libc v0.2.162 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.162/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/build.rs", Edition2015) } 3.506334243s INFO prepare_target{force=false package_id=libc v0.2.162 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/libc-bf4eae4ea9ac8f8f/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.506552698s INFO prepare_target{force=false package_id=libc v0.2.162 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.162/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/build.rs", Edition2015) } 3.506571741s INFO prepare_target{force=false package_id=libc v0.2.162 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/.fingerprint/libc-0c7d7d534b270a95/build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.506925137s INFO prepare_target{force=false package_id=miniz_oxide v0.7.4 target="miniz_oxide"}: cargo::core::compiler::fingerprint: fingerprint error for miniz_oxide v0.7.4/Build/TargetInner { ..: lib_target("miniz_oxide", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/lib.rs", Edition2018) } 3.506943926s INFO prepare_target{force=false package_id=miniz_oxide v0.7.4 target="miniz_oxide"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/miniz_oxide-22214d629e2c2768/lib-miniz_oxide` Caused by: No such file or directory (os error 2) 3.507313019s INFO prepare_target{force=false package_id=adler v1.0.2 target="adler"}: cargo::core::compiler::fingerprint: fingerprint error for adler v1.0.2/Build/TargetInner { name_inferred: true, ..: lib_target("adler", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler-1.0.2/src/lib.rs", Edition2015) } 3.507333380s INFO prepare_target{force=false package_id=adler v1.0.2 target="adler"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/adler-820ad63850fb762b/lib-adler` Caused by: No such file or directory (os error 2) 3.507741907s INFO prepare_target{force=false package_id=object v0.36.5 target="object"}: cargo::core::compiler::fingerprint: fingerprint error for object v0.36.5/Build/TargetInner { ..: lib_target("object", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/lib.rs", Edition2018) } 3.507762197s INFO prepare_target{force=false package_id=object v0.36.5 target="object"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/object-f306fa75f396872c/lib-object` Caused by: No such file or directory (os error 2) 3.508135192s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: fingerprint error for memchr v2.7.4/Build/TargetInner { benched: false, ..: lib_target("memchr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs", Edition2021) } 3.508155247s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/memchr-6b04f1f4badc1de3/lib-memchr` Caused by: No such file or directory (os error 2) 3.508543394s INFO prepare_target{force=false package_id=panic_abort v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort) target="panic_abort"}: cargo::core::compiler::fingerprint: fingerprint error for panic_abort v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, ..: lib_target("panic_abort", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort/src/lib.rs", Edition2021) } 3.508567009s INFO prepare_target{force=false package_id=panic_abort v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort) target="panic_abort"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/panic_abort-64635d0b0ef0eb62/lib-panic_abort` Caused by: No such file or directory (os error 2) 3.508949254s INFO prepare_target{force=false package_id=panic_unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind) target="panic_unwind"}: cargo::core::compiler::fingerprint: fingerprint error for panic_unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, ..: lib_target("panic_unwind", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind/src/lib.rs", Edition2021) } 3.508972898s INFO prepare_target{force=false package_id=panic_unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind) target="panic_unwind"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/panic_unwind-6baff6797439f9e7/lib-panic_unwind` Caused by: No such file or directory (os error 2) 3.509364369s INFO prepare_target{force=false package_id=unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind) target="unwind"}: cargo::core::compiler::fingerprint: fingerprint error for unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, ..: lib_target("unwind", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind/src/lib.rs", Edition2021) } 3.509388570s INFO prepare_target{force=false package_id=unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind) target="unwind"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/unwind-78a78f63357a5fa7/lib-unwind` Caused by: No such file or directory (os error 2) 3.509759400s INFO prepare_target{force=false package_id=rustc-demangle v0.1.24 target="rustc_demangle"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-demangle v0.1.24/Build/TargetInner { ..: lib_target("rustc_demangle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs", Edition2015) } 3.509780335s INFO prepare_target{force=false package_id=rustc-demangle v0.1.24 target="rustc_demangle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/rustc-demangle-b4db2176ca1158c6/lib-rustc_demangle` Caused by: No such file or directory (os error 2) 3.511334935s INFO prepare_target{force=false package_id=std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std)/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/build.rs", Edition2021) } 3.511370670s INFO prepare_target{force=false package_id=std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/std-17840ad866f2ec94/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.511756394s INFO prepare_target{force=false package_id=std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std)/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/build.rs", Edition2021) } 3.511779145s INFO prepare_target{force=false package_id=std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/.fingerprint/std-aec788bbd34e180a/build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.512192189s INFO prepare_target{force=false package_id=std_detect v0.1.5 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect) target="std_detect"}: cargo::core::compiler::fingerprint: fingerprint error for std_detect v0.1.5 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect)/Build/TargetInner { name_inferred: true, ..: lib_target("std_detect", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/lib.rs", Edition2021) } 3.512219793s INFO prepare_target{force=false package_id=std_detect v0.1.5 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect) target="std_detect"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/std_detect-9c5fd2069797b11c/lib-std_detect` Caused by: No such file or directory (os error 2) 3.512693214s INFO prepare_target{force=false package_id=test v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test) target="test"}: cargo::core::compiler::fingerprint: fingerprint error for test v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test)/Build/TargetInner { name_inferred: true, ..: lib_target("test", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/lib.rs", Edition2021) } 3.512718332s INFO prepare_target{force=false package_id=test v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test) target="test"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/test-b79bac196edf1f43/lib-test` Caused by: No such file or directory (os error 2) 3.513111448s INFO prepare_target{force=false package_id=getopts v0.2.21 target="getopts"}: cargo::core::compiler::fingerprint: fingerprint error for getopts v0.2.21/Build/TargetInner { name_inferred: true, ..: lib_target("getopts", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs", Edition2015) } 3.513132141s INFO prepare_target{force=false package_id=getopts v0.2.21 target="getopts"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/getopts-8d4573593e75be65/lib-getopts` Caused by: No such file or directory (os error 2) 3.513643337s INFO prepare_target{force=false package_id=rustc-std-workspace-std v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std) target="rustc_std_workspace_std"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-std-workspace-std v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_std_workspace_std", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std/lib.rs", Edition2021) } 3.513667802s INFO prepare_target{force=false package_id=rustc-std-workspace-std v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std) target="rustc_std_workspace_std"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/rustc-std-workspace-std-1ece215d465569db/lib-rustc_std_workspace_std` Caused by: No such file or directory (os error 2) 3.513990903s 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/Build/TargetInner { ..: lib_target("unicode_width", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs", Edition2021) } 3.514011161s INFO prepare_target{force=false package_id=unicode-width v0.1.14 target="unicode_width"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/.fingerprint/unicode-width-c17bbf2cdb32c4bd/lib-unicode_width` Caused by: No such file or directory (os error 2) Compiling shlex v1.3.0 Compiling core v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core) Compiling libc v0.2.162 Compiling std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name shlex --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=308b63a6ba059cb4 -C extra-filename=-308b63a6ba059cb4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.162 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=162 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="align"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-std-workspace-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=0c7d7d534b270a95 -C extra-filename=-0c7d7d534b270a95 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/libc-0c7d7d534b270a95 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Core Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name core --edition=2021 core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_fp_fmt_parse)' --check-cfg 'cfg(stdarch_intel_sde)' --check-cfg 'cfg(target_os, values("rtems"))' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug_refcell", "optimize_for_size", "panic_immediate_abort"))' -C metadata=5ff783d25ebb2375 -C extra-filename=-5ff783d25ebb2375 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 std/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(target_os, values("rtems"))' -C debug-assertions=off --cfg 'feature="addr2line"' --cfg 'feature="backtrace"' --cfg 'feature="compiler-builtins-c"' --cfg 'feature="miniz_oxide"' --cfg 'feature="object"' --cfg 'feature="panic_unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("addr2line", "backtrace", "compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "llvm-libunwind", "miniz_oxide", "object", "optimize_for_size", "panic-unwind", "panic_immediate_abort", "panic_unwind", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io", "system-llvm-libunwind", "windows_raw_dylib"))' -C metadata=aec788bbd34e180a -C extra-filename=-aec788bbd34e180a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/std-aec788bbd34e180a -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `manual_codegen_check` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:353:12 | 353 | #[cfg_attr(manual_codegen_check, inline(never))] | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:26:1 | 26 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:196:38 | 196 | .collect::>, QuoteError>>()? | ---^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 196 | .collect::>, QuoteError>>()? | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:484:37 | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:497:48 | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs:228:34 | 228 | pub fn quote(in_str: &str) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 228 | pub fn quote(in_str: &str) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs:241:45 | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | +++ Compiling cc v1.1.22 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=a52703a86e3056cb -C extra-filename=-a52703a86e3056cb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern shlex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps/libshlex-308b63a6ba059cb4.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `shlex` (lib) generated 7 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Zinline-mir-preserve-debug-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Cforce-frame-pointers=yes-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' CARGO_FEATURE_ALIGN=1 CARGO_FEATURE_RUSTC_DEP_OF_STD=1 CARGO_FEATURE_RUSTC_STD_WORKSPACE_CORE=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.162 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=162 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/libc-bf4eae4ea9ac8f8f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/libc-0c7d7d534b270a95/build-script-build` [libc 0.2.162] cargo:rerun-if-changed=build.rs [libc 0.2.162] cargo:rustc-cfg=freebsd12 [libc 0.2.162] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.162] cargo:rustc-cfg=libc_union [libc 0.2.162] cargo:rustc-cfg=libc_const_size_of [libc 0.2.162] cargo:rustc-cfg=libc_align [libc 0.2.162] cargo:rustc-cfg=libc_int128 [libc 0.2.162] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.162] cargo:rustc-cfg=libc_packedN [libc 0.2.162] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.162] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.162] cargo:rustc-cfg=libc_long_array [libc 0.2.162] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.162] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.162] cargo:rustc-cfg=libc_thread_local [libc 0.2.162] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.162] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.162] cargo:rustc-check-cfg=cfg(espidf_time32) [libc 0.2.162] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.162] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.162] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.162] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.162] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.162] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_ctest) [libc 0.2.162] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) [libc 0.2.162] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.162] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Compiling compiler_builtins v0.1.138 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE='MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.138 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=138 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C codegen-units=10000 -C debug-assertions=off --cfg 'feature="c"' --cfg 'feature="cc"' --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=ae7dae4c4241c443 -C extra-filename=-ae7dae4c4241c443 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/compiler_builtins-ae7dae4c4241c443 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps/libcc-a52703a86e3056cb.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Zinline-mir-preserve-debug-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Cforce-frame-pointers=yes-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' CARGO_FEATURE_C=1 CARGO_FEATURE_CC=1 CARGO_FEATURE_COMPILER_BUILTINS=1 CARGO_FEATURE_CORE=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_RUSTC_DEP_OF_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138 CARGO_MANIFEST_LINKS=compiler-rt CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE='MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.138 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=138 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/compiler_builtins-497326d1db82ee85/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/compiler_builtins-ae7dae4c4241c443/build-script-build` [compiler_builtins 0.1.138] cargo::rerun-if-changed=build.rs [compiler_builtins 0.1.138] cargo::rerun-if-changed=configure.rs [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__ashldi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__ashlsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__ashrdi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__ashrsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__bswapsi2, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__bswapdi2, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__bswapti2, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__divdi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__divsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__divmoddi4, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__divmodsi4, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__divmodsi4, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__divmodti4, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__lshrdi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__lshrsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__moddi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__modsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__muldi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__udivdi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__udivmoddi4, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__udivmodsi4, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__udivsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__umoddi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__umodsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas1_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas1_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas1_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas1_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas2_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas2_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas2_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas2_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas4_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas4_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas4_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas4_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas8_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas8_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas8_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas8_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas16_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas16_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas16_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas16_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd1_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd1_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd1_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd1_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd2_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd2_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd2_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd2_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd4_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd4_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd4_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd4_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd8_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd8_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd8_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd8_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr1_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr1_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr1_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr1_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr2_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr2_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr2_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr2_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr4_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr4_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr4_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr4_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr8_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr8_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr8_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr8_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor1_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor1_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor1_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor1_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor2_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor2_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor2_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor2_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor4_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor4_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor4_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor4_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor8_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor8_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor8_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor8_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset1_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset1_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset1_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset1_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset2_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset2_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset2_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset2_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset4_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset4_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset4_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset4_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset8_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset8_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset8_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset8_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp1_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp1_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp1_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp1_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp2_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp2_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp2_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp2_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp4_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp4_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp4_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp4_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp8_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp8_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp8_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp8_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(target_feature, values("vis3")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(feature, values("checked")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(assert_no_panic) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(f16_enabled) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(f128_enabled) [compiler_builtins 0.1.138] cargo::rustc-cfg=f16_enabled [compiler_builtins 0.1.138] cargo::rustc-cfg=f128_enabled [compiler_builtins 0.1.138] cargo:compiler-rt=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/compiler-rt [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(feature, values("unstable", "force-soft-floats")) [compiler_builtins 0.1.138] cargo:rustc-cfg=feature="unstable" [compiler_builtins 0.1.138] cargo:rustc-cfg=feature="force-soft-floats" [compiler_builtins 0.1.138] cargo:rustc-link-search=native=/usr/lib [compiler_builtins 0.1.138] cargo:rustc-link-lib=compiler_rt Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Zinline-mir-preserve-debug-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Cforce-frame-pointers=yes-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' CARGO_FEATURE_ADDR2LINE=1 CARGO_FEATURE_BACKTRACE=1 CARGO_FEATURE_COMPILER_BUILTINS_C=1 CARGO_FEATURE_MINIZ_OXIDE=1 CARGO_FEATURE_OBJECT=1 CARGO_FEATURE_PANIC_UNWIND=1 CARGO_FEATURE_STD_DETECT_DLSYM_GETAUXVAL=1 CARGO_FEATURE_STD_DETECT_FILE_IO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_COMPILER_RT_COMPILER_RT=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/compiler-rt HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/std-17840ad866f2ec94/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/build/std-aec788bbd34e180a/build-script-build` [std 0.0.0] cargo:rerun-if-changed=build.rs [std 0.0.0] cargo:rustc-check-cfg=cfg(netbsd10) [std 0.0.0] cargo:rustc-check-cfg=cfg(restricted_std) [std 0.0.0] cargo:rustc-check-cfg=cfg(backtrace_in_libstd) [std 0.0.0] cargo:rustc-cfg=backtrace_in_libstd [std 0.0.0] cargo:rustc-env=STD_ENV_ARCH=x86_64 [std 0.0.0] cargo:rustc-check-cfg=cfg(reliable_f16) [std 0.0.0] cargo:rustc-check-cfg=cfg(reliable_f128) [std 0.0.0] cargo:rustc-check-cfg=cfg(reliable_f16_math) [std 0.0.0] cargo:rustc-check-cfg=cfg(reliable_f128_math) [std 0.0.0] cargo:rustc-cfg=reliable_f16 [std 0.0.0] cargo:rustc-cfg=reliable_f128 Compiling rustc-std-workspace-core v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_core --edition=2021 rustc-std-workspace-core/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bc6e7424a00beab -C extra-filename=-8bc6e7424a00beab --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-5ff783d25ebb2375.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=compiler_builtins CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE='MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.138 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=138 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/compiler_builtins-497326d1db82ee85/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name compiler_builtins --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=10000 --cfg 'feature="c"' --cfg 'feature="cc"' --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=63c9f13654774140 -C extra-filename=-63c9f13654774140 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib -l compiler_rt --cfg f16_enabled --cfg f128_enabled --cfg 'feature="unstable"' --cfg 'feature="force-soft-floats"' --check-cfg 'cfg(__ashldi3, values("optimized-c"))' --check-cfg 'cfg(__ashlsi3, values("optimized-c"))' --check-cfg 'cfg(__ashrdi3, values("optimized-c"))' --check-cfg 'cfg(__ashrsi3, values("optimized-c"))' --check-cfg 'cfg(__bswapsi2, values("optimized-c"))' --check-cfg 'cfg(__bswapdi2, values("optimized-c"))' --check-cfg 'cfg(__bswapti2, values("optimized-c"))' --check-cfg 'cfg(__divdi3, values("optimized-c"))' --check-cfg 'cfg(__divsi3, values("optimized-c"))' --check-cfg 'cfg(__divmoddi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodti4, values("optimized-c"))' --check-cfg 'cfg(__lshrdi3, values("optimized-c"))' --check-cfg 'cfg(__lshrsi3, values("optimized-c"))' --check-cfg 'cfg(__moddi3, values("optimized-c"))' --check-cfg 'cfg(__modsi3, values("optimized-c"))' --check-cfg 'cfg(__muldi3, values("optimized-c"))' --check-cfg 'cfg(__udivdi3, values("optimized-c"))' --check-cfg 'cfg(__udivmoddi4, values("optimized-c"))' --check-cfg 'cfg(__udivmodsi4, values("optimized-c"))' --check-cfg 'cfg(__udivsi3, values("optimized-c"))' --check-cfg 'cfg(__umoddi3, values("optimized-c"))' --check-cfg 'cfg(__umodsi3, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(target_feature, values("vis3"))' --check-cfg 'cfg(feature, values("checked"))' --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)' --check-cfg 'cfg(feature, values("unstable", "force-soft-floats"))'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.162 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=162 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/libc-bf4eae4ea9ac8f8f/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="align"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-std-workspace-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=bffa2c046aebf2de -C extra-filename=-bffa2c046aebf2de --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern rustc_std_workspace_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo --cfg freebsd12 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_thread_local --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` warning: the feature `link_cfg` is internal to the compiler or standard library --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/src/lib.rs:22:51 | 22 | #![cfg_attr(feature = "rustc-dep-of-std", feature(link_cfg, no_core))] | ^^^^^^^^ | = note: using it is strongly discouraged = note: `#[warn(internal_features)]` on by default warning: private item shadows public glob re-export --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/src/lib.rs:42:13 | 42 | use core::option; | ^^^^^^^^^^^^ | note: the name `option` in the type namespace is supposed to be publicly re-exported here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/src/lib.rs:135:17 | 135 | pub use unix::*; | ^^^^^^^ note: but the private item here shadows it --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/src/lib.rs:42:13 | 42 | use core::option; | ^^^^^^^^^^^^ = note: `#[warn(hidden_glob_reexports)]` on by default warning: unexpected `cfg` condition name: `kernel_user_helpers` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/src/lib.rs:73:5 | 73 | kernel_user_helpers, | ^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `__aarch64_cas16_acq`, `__aarch64_cas16_acq_rel`, `__aarch64_cas16_rel`, `__aarch64_cas16_relax`, `__aarch64_cas1_acq`, `__aarch64_cas1_acq_rel`, `__aarch64_cas1_rel`, `__aarch64_cas1_relax`, `__aarch64_cas2_acq`, `__aarch64_cas2_acq_rel`, `__aarch64_cas2_rel`, `__aarch64_cas2_relax`, `__aarch64_cas4_acq`, `__aarch64_cas4_acq_rel`, `__aarch64_cas4_rel`, `__aarch64_cas4_relax`, `__aarch64_cas8_acq`, `__aarch64_cas8_acq_rel`, `__aarch64_cas8_rel`, `__aarch64_cas8_relax`, `__aarch64_ldadd1_acq`, `__aarch64_ldadd1_acq_rel`, `__aarch64_ldadd1_rel`, `__aarch64_ldadd1_relax`, `__aarch64_ldadd2_acq`, `__aarch64_ldadd2_acq_rel`, `__aarch64_ldadd2_rel`, `__aarch64_ldadd2_relax`, `__aarch64_ldadd4_acq`, `__aarch64_ldadd4_acq_rel`, `__aarch64_ldadd4_rel`, `__aarch64_ldadd4_relax`, `__aarch64_ldadd8_acq`, `__aarch64_ldadd8_acq_rel`, and `__aarch64_ldadd8_rel` and 125 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kernel_user_helpers)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kernel_user_helpers)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `libc` (lib) generated 2 warnings Compiling alloc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=alloc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust core allocation and collections library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=alloc CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name alloc --edition=2021 alloc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_global_oom_handling)' --check-cfg 'cfg(no_rc)' --check-cfg 'cfg(no_sync)' --check-cfg 'cfg(randomized_layouts)' --cfg 'feature="compiler-builtins-c"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "optimize_for_size", "panic_immediate_abort"))' -C metadata=f6b6498d9524799e -C extra-filename=-f6b6498d9524799e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-5ff783d25ebb2375.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling cfg-if v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=d9e604bec6824ce1 -C extra-filename=-d9e604bec6824ce1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unwind CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unwind CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unwind --edition=2021 unwind/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("rtems"))' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("llvm-libunwind", "system-llvm-libunwind"))' -C metadata=78a78f63357a5fa7 -C extra-filename=-78a78f63357a5fa7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcfg_if-d9e604bec6824ce1.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-5ff783d25ebb2375.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-bffa2c046aebf2de.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling adler v1.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler-1.0.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler-1.0.2/Cargo.toml CARGO_PKG_AUTHORS='Jonas Schievink ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name adler --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=820ad63850fb762b -C extra-filename=-820ad63850fb762b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling memchr v2.7.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=6b04f1f4badc1de3 -C extra-filename=-6b04f1f4badc1de3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling rustc-demangle v0.1.24 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_demangle --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=b4db2176ca1158c6 -C extra-filename=-b4db2176ca1158c6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:740:38 | 740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/legacy.rs:49:37 | 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { | ^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/legacy.rs:106:32 | 106 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:37:37 | 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:241:32 | 241 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 241 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:92:33 | 92 | pub fn demangle(mut s: &str) -> Demangle { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:237:40 | 237 | pub fn try_demangle(s: &str) -> Result { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:281:32 | 281 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:314:32 | 314 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 314 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:349:32 | 349 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:568:22 | 568 | struct Printer<'a, 'b: 'a, 's> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `memchr` (lib) generated 2 warnings warning: `rustc-demangle` (lib) generated 11 warnings Compiling rustc-std-workspace-alloc v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_alloc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-alloc CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_alloc --edition=2021 rustc-std-workspace-alloc/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=006c57b559b79409 -C extra-filename=-006c57b559b79409 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liballoc-f6b6498d9524799e.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling gimli v0.29.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gimli --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C embed-bitcode=no --cfg 'feature="read"' --cfg 'feature="read-core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=8a527e049ed395eb -C extra-filename=-8a527e049ed395eb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-006c57b559b79409.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` 103 | 104 | / dw!( 105 | | /// The section type field in a `.dwp` unit index. 106 | | /// 107 | | /// This is used for version 5 and later. ... | 117 | | DW_SECT_RNGLISTS = 8, 118 | | }); | |__- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 120 | / dw!( 121 | | /// The section type field in a `.dwp` unit index with version 2. 122 | | DwSectV2(u32) { 123 | | DW_SECT_V2_INFO = 1, ... | 130 | | DW_SECT_V2_MACRO = 8, 131 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 133 | / dw!( 134 | | /// The unit type field in a unit header. 135 | | /// 136 | | /// See Section 7.5.1, Table 7.2. ... | 145 | | DW_UT_hi_user = 0xff, 146 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 148 | / dw!( 149 | | /// The opcode for a call frame instruction. 150 | | /// 151 | | /// Section 7.24: ... | 193 | | DW_CFA_AARCH64_negate_ra_state = 0x2d, 194 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 196 | / dw!( 197 | | /// The child determination encodings for DIE attributes. 198 | | /// 199 | | /// See Section 7.5.3, Table 7.4. ... | 202 | | DW_CHILDREN_yes = 1, 203 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 205 | / dw!( 206 | | /// The tag encodings for DIE attributes. 207 | | /// 208 | | /// See Section 7.5.3, Table 7.3. ... | 347 | | DW_TAG_BORLAND_Delphi_variant = 0xb004, 348 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 350 | / dw!( 351 | | /// The attribute encodings for DIE attributes. 352 | | /// 353 | | /// See Section 7.5.4, Table 7.5. ... | 657 | | DW_AT_APPLE_property = 0x3fed 658 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 660 | / dw!( 661 | | /// The attribute form encodings for DIE attributes. 662 | | /// 663 | | /// See Section 7.5.6, Table 7.6. ... | 721 | | DW_FORM_GNU_strp_alt = 0x1f21 722 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 724 | / dw!( 725 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute. 726 | | /// 727 | | /// See Section 7.8, Table 7.11. ... | 753 | | DW_ATE_hi_user = 0xff, 754 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 756 | / dw!( 757 | | /// The encodings of the constants used in location list entries. 758 | | /// 759 | | /// See Section 7.7.3, Table 7.10. ... | 770 | | DW_LLE_GNU_view_pair = 0x09, 771 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 773 | / dw!( 774 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute. 775 | | /// 776 | | /// See Section 7.8, Table 7.12. ... | 782 | | DW_DS_trailing_separate = 0x05, 783 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 785 | / dw!( 786 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute. 787 | | /// 788 | | /// See Section 7.8, Table 7.13. ... | 794 | | DW_END_hi_user = 0xff, 795 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 797 | / dw!( 798 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute. 799 | | /// 800 | | /// See Section 7.9, Table 7.14. ... | 804 | | DW_ACCESS_private = 0x03, 805 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 807 | / dw!( 808 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute. 809 | | /// 810 | | /// See Section 7.10, Table 7.15. ... | 814 | | DW_VIS_qualified = 0x03, 815 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 817 | / dw!( 818 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute. 819 | | /// 820 | | /// See Section 7.11, Table 7.16. ... | 824 | | DW_VIRTUALITY_pure_virtual = 0x02, 825 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 827 | / dw!( 828 | | /// The encodings of the constants used in the `DW_AT_language` attribute. 829 | | /// 830 | | /// See Section 7.12, Table 7.17. ... | 886 | | DW_LANG_BORLAND_Delphi = 0xb000, 887 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 925 | / dw!( 926 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute. 927 | | /// 928 | | /// There is only one value that is common to all target architectures. ... | 931 | | DW_ADDR_none = 0x00, 932 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 934 | / dw!( 935 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute. 936 | | /// 937 | | /// See Section 7.14, Table 7.18. ... | 942 | | DW_ID_case_insensitive = 0x03, 943 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 945 | / dw!( 946 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute. 947 | | /// 948 | | /// See Section 7.15, Table 7.19. ... | 956 | | DW_CC_hi_user = 0xff, 957 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 959 | / dw!( 960 | | /// The encodings of the constants used in the `DW_AT_inline` attribute. 961 | | /// 962 | | /// See Section 7.16, Table 7.20. ... | 967 | | DW_INL_declared_inlined = 0x03, 968 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 970 | / dw!( 971 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute. 972 | | /// 973 | | /// See Section 7.17, Table 7.17. ... | 976 | | DW_ORD_col_major = 0x01, 977 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 979 | / dw!( 980 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute. 981 | | /// 982 | | /// See Section 7.18, Table 7.22. ... | 985 | | DW_DSC_range = 0x01, 986 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 988 | / dw!( 989 | | /// Name index attribute encodings. 990 | | /// 991 | | /// See Section 7.19, Table 7.23. ... | 999 | | DW_IDX_hi_user = 0x3fff, 1000 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1002 | / dw!( 1003 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute. 1004 | | /// 1005 | | /// See Section 7.20, Table 7.24. ... | 1009 | | DW_DEFAULTED_out_of_class = 0x02, 1010 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1012 | / dw!( 1013 | | /// The encodings for the standard opcodes for line number information. 1014 | | /// 1015 | | /// See Section 7.22, Table 7.25. ... | 1028 | | DW_LNS_set_isa = 0x0c, 1029 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1031 | / dw!( 1032 | | /// The encodings for the extended opcodes for line number information. 1033 | | /// 1034 | | /// See Section 7.22, Table 7.26. ... | 1042 | | DW_LNE_hi_user = 0xff, 1043 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1045 | / dw!( 1046 | | /// The encodings for the line number header entry formats. 1047 | | /// 1048 | | /// See Section 7.22, Table 7.27. ... | 1056 | | DW_LNCT_hi_user = 0x3fff, 1057 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1059 | / dw!( 1060 | | /// The encodings for macro information entry types. 1061 | | /// 1062 | | /// See Section 7.23, Table 7.28. ... | 1077 | | DW_MACRO_hi_user = 0xff, 1078 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1080 | / dw!( 1081 | | /// Range list entry encoding values. 1082 | | /// 1083 | | /// See Section 7.25, Table 7.30. ... | 1092 | | DW_RLE_start_length = 0x07, 1093 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1095 | / dw!( 1096 | | /// The encodings for DWARF expression operations. 1097 | | /// 1098 | | /// See Section 7.7.1, Table 7.9. ... | 1279 | | DW_OP_WASM_location = 0xed, 1280 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1282 | / dw!( 1283 | | /// Pointer encoding used by `.eh_frame`. 1284 | | /// 1285 | | /// The four lower bits describe the ... | 1337 | | DW_EH_PE_omit = 0xff, 1338 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:210:45 | 210 | pub fn table(&self) -> Option> { | ----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 210 | pub fn table(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:1248:56 | 1248 | encoding_parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | encoding_parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:1715:47 | 1715 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1715 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:1993:32 | 1993 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1993 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:2527:32 | 2527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:2597:39 | 2597 | fn iter(&self) -> RegisterRuleIter { | ----------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 2597 | fn iter(&self) -> RegisterRuleIter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:2674:32 | 2674 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2674 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:2815:48 | 2815 | pub fn registers(&self) -> RegisterRuleIter { | ----------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 2815 | pub fn registers(&self) -> RegisterRuleIter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:3212:47 | 3212 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 3212 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:3560:43 | 3560 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 3560 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:542:42 | 542 | entry: &DebuggingInformationEntry, | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 542 | entry: &DebuggingInformationEntry<'_, '_, R>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:994:43 | 994 | sections: UnitIndexSectionIterator, | ------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 994 | sections: UnitIndexSectionIterator<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:1273:91 | 1273 | pub fn entry(&self, offset: UnitOffset) -> Result> { | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1273 | pub fn entry(&self, offset: UnitOffset) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:1279:43 | 1279 | pub fn entries(&self) -> EntriesCursor { | -------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1279 | pub fn entries(&self) -> EntriesCursor<'_, '_, R> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:1286:91 | 1286 | pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> { | -------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1286 | pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:1293:92 | 1293 | pub fn entries_tree(&self, offset: Option>) -> Result> { | -----------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1293 | pub fn entries_tree(&self, offset: Option>) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:1299:90 | 1299 | pub fn entries_raw(&self, offset: Option>) -> Result> { | ----------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1299 | pub fn entries_raw(&self, offset: Option>) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/endian_slice.rs:307:37 | 307 | fn to_slice(&self) -> Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 307 | fn to_slice(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/endian_slice.rs:313:38 | 313 | fn to_string(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn to_string(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/endian_slice.rs:322:44 | 322 | fn to_string_lossy(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn to_string_lossy(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/reader.rs:277:37 | 277 | fn to_slice(&self) -> Result>; | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn to_slice(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/reader.rs:288:38 | 288 | fn to_string(&self) -> Result>; | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn to_string(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/reader.rs:297:44 | 297 | fn to_string_lossy(&self) -> Result>; | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn to_string_lossy(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/relocate.rs:133:37 | 133 | fn to_slice(&self) -> Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 133 | fn to_slice(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/relocate.rs:139:38 | 139 | fn to_string(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 139 | fn to_string(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/relocate.rs:145:44 | 145 | fn to_string_lossy(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn to_string_lossy(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/index.rs:259:76 | 259 | pub fn sections(&self, mut row: u32) -> Result> { | ------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 259 | pub fn sections(&self, mut row: u32) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/line.rs:524:32 | 524 | fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 524 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> result::Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/value.rs:112:42 | 112 | entry: &DebuggingInformationEntry, | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 112 | entry: &DebuggingInformationEntry<'_, '_, R>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/mod.rs:445:32 | 445 | fn fmt(&self, f: &mut fmt::Formatter) -> ::core::result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 445 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> ::core::result::Result<(), fmt::Error> { | ++++ Compiling hashbrown v0.15.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.15.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="nightly"' --cfg 'feature="raw-entry"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-internal-api"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=2b452a7b73d83720 -C extra-filename=-2b452a7b73d83720 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-006c57b559b79409.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling miniz_oxide v0.7.4 Compiling std_detect v0.1.5 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/Cargo.toml CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name miniz_oxide --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=22214d629e2c2768 -C extra-filename=-22214d629e2c2768 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern adler=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libadler-820ad63850fb762b.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-006c57b559b79409.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=std_detect CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Andrew Gallant :Gonzalo Brito Gadeschi ' CARGO_PKG_DESCRIPTION='`std::detect` - Rust'\''s standard library run-time CPU feature detection.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stdarch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std_detect CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stdarch' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name std_detect --edition=2021 stdarch/crates/std_detect/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="libc"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io"))' -C metadata=9c5fd2069797b11c -C extra-filename=-9c5fd2069797b11c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcfg_if-d9e604bec6824ce1.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-bffa2c046aebf2de.rmeta --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-006c57b559b79409.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling object v0.36.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.36.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=36 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name object --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=f306fa75f396872c -C extra-filename=-f306fa75f396872c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libmemchr-6b04f1f4badc1de3.rmeta --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-006c57b559b79409.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: `compiler_builtins` (lib) generated 1 warning Compiling panic_abort v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=panic_abort CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Implementation of Rust panics via process aborts' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=panic_abort CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name panic_abort --edition=2021 panic_abort/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64635d0b0ef0eb62 -C extra-filename=-64635d0b0ef0eb62 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liballoc-f6b6498d9524799e.rmeta --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcfg_if-d9e604bec6824ce1.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-5ff783d25ebb2375.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-bffa2c046aebf2de.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:392:38 | 392 | fn read_u16_le(iter: &mut slice::Iter) -> u16 { | -----------^--- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 392 | fn read_u16_le(iter: &mut slice::Iter<'_, u8>) -> u16 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:407:38 | 407 | fn read_u32_le(iter: &mut slice::Iter) -> u32 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn read_u32_le(iter: &mut slice::Iter<'_, u8>) -> u32 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:423:64 | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter) { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:491:30 | 491 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 491 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:599:42 | 599 | fn read_byte(in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn read_byte(in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:618:30 | 618 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 618 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:647:64 | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:981:30 | 981 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 981 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:982:19 | 982 | out_buf: &mut OutputBuffer, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | out_buf: &mut OutputBuffer<'_>, | ++++ warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:1800:18 | 1800 | if !cfg!(fuzzing) { | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unknown lint: `fuzzy_provenance_casts` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs:39:34 | 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: the `fuzzy_provenance_casts` lint is unstable = note: see issue #130351 for more information = help: add `#![feature(strict_provenance_lints)]` to the crate attributes to enable = note: this compiler was built on 2025-01-07; consider upgrading it if it is out of date = note: `#[warn(unknown_lints)]` on by default warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs:55:1 | 55 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs:38:9 | 38 | #![warn(rust_2018_idioms)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(unused_extern_crates)]` implied by `#[warn(rust_2018_idioms)]` help: convert it to a `use` | 55 | use alloc; | ~~~ Compiling panic_unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=panic_unwind CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Implementation of Rust panics via stack unwinding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=panic_unwind CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name panic_unwind --edition=2021 panic_unwind/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("rtems"))' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6baff6797439f9e7 -C extra-filename=-6baff6797439f9e7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liballoc-f6b6498d9524799e.rmeta --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcfg_if-d9e604bec6824ce1.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-5ff783d25ebb2375.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-bffa2c046aebf2de.rmeta --extern unwind=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libunwind-78a78f63357a5fa7.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: the feature `strict_provenance` has been stable since 1.84.0 and no longer requires an attribute to enable --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs:24:9 | 24 | strict_provenance | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default warning: `miniz_oxide` (lib) generated 10 warnings warning: `hashbrown` (lib) generated 3 warnings Compiling addr2line v0.22.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=addr2line CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/addr2line-0.22.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/addr2line-0.22.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A cross-platform symbolication library written in Rust, using `gimli`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=addr2line CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/addr2line' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name addr2line --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/addr2line-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "memmap2", "object", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "std-object"))' -C metadata=8d241eb80d5d2b78 -C extra-filename=-8d241eb80d5d2b78 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern gimli=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libgimli-8a527e049ed395eb.rmeta --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-006c57b559b79409.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/addr2line-0.22.0/src/lib.rs:37:1 | 37 | pub extern crate gimli; | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 37 | pub use gimli; | ~~~ warning: `addr2line` (lib) generated 1 warning warning: `gimli` (lib) generated 61 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=std CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/build/std-17840ad866f2ec94/out STD_ENV_ARCH=x86_64 /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name std --edition=2021 std/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type dylib --crate-type rlib --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(target_os, values("rtems"))' --cfg 'feature="addr2line"' --cfg 'feature="backtrace"' --cfg 'feature="compiler-builtins-c"' --cfg 'feature="miniz_oxide"' --cfg 'feature="object"' --cfg 'feature="panic_unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("addr2line", "backtrace", "compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "llvm-libunwind", "miniz_oxide", "object", "optimize_for_size", "panic-unwind", "panic_immediate_abort", "panic_unwind", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io", "system-llvm-libunwind", "windows_raw_dylib"))' -C metadata=32541e0c43848a59 -C extra-filename=-32541e0c43848a59 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern 'priv:addr2line=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libaddr2line-8d241eb80d5d2b78.rlib' --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liballoc-f6b6498d9524799e.rlib --extern 'priv:cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcfg_if-d9e604bec6824ce1.rlib' --extern 'priv:compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rlib' --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-5ff783d25ebb2375.rlib --extern 'priv:hashbrown=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libhashbrown-2b452a7b73d83720.rlib' --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-bffa2c046aebf2de.rlib --extern 'priv:miniz_oxide=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libminiz_oxide-22214d629e2c2768.rlib' --extern 'priv:object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libobject-f306fa75f396872c.rlib' --extern 'priv:panic_abort=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libpanic_abort-64635d0b0ef0eb62.rlib' --extern 'priv:panic_unwind=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libpanic_unwind-6baff6797439f9e7.rlib' --extern 'priv:rustc_demangle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_demangle-b4db2176ca1158c6.rlib' --extern 'priv:std_detect=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd_detect-9c5fd2069797b11c.rlib' --extern 'priv:unwind=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libunwind-78a78f63357a5fa7.rlib' -Z unstable-options -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib --cfg backtrace_in_libstd --cfg reliable_f16 --cfg reliable_f128 --check-cfg 'cfg(netbsd10)' --check-cfg 'cfg(restricted_std)' --check-cfg 'cfg(backtrace_in_libstd)' --check-cfg 'cfg(reliable_f16)' --check-cfg 'cfg(reliable_f128)' --check-cfg 'cfg(reliable_f16_math)' --check-cfg 'cfg(reliable_f128_math)'` Compiling rustc-std-workspace-std v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std) Compiling proc_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_std CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-std CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_std --edition=2021 rustc-std-workspace-std/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ece215d465569db -C extra-filename=-1ece215d465569db --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-32541e0c43848a59.so --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-32541e0c43848a59.rlib -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=proc_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro --edition=2021 proc_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be514f4d17a0a3fd -C extra-filename=-be514f4d17a0a3fd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-5ff783d25ebb2375.rmeta --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-32541e0c43848a59.so --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-32541e0c43848a59.rlib -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling unicode-width v0.1.14 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cjk"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=c17bbf2cdb32c4bd -C extra-filename=-c17bbf2cdb32c4bd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-1ece215d465569db.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling getopts v0.2.21 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=getopts CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='getopts-like option parsing. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/getopts' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getopts CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/getopts' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name getopts --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=8d4573593e75be65 -C extra-filename=-8d4573593e75be65 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rmeta --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-1ece215d465569db.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libunicode_width-c17bbf2cdb32c4bd.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling test v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=test CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=test CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name test --edition=2021 test/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b79bac196edf1f43 -C extra-filename=-b79bac196edf1f43 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-5ff783d25ebb2375.rmeta --extern getopts=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libgetopts-8d4573593e75be65.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-bffa2c046aebf2de.rmeta --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-32541e0c43848a59.so --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-32541e0c43848a59.rlib -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: `getopts` (lib) generated 1 warning Compiling sysroot v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sysroot CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sysroot CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sysroot --edition=2021 sysroot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="backtrace"' --cfg 'feature="compiler-builtins-c"' --cfg 'feature="default"' --cfg 'feature="panic-unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "default", "llvm-libunwind", "optimize_for_size", "panic-unwind", "panic_immediate_abort", "profiler", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io", "system-llvm-libunwind", "windows_raw_dylib"))' -C metadata=27352afa8aa4a152 -C extra-filename=-27352afa8aa4a152 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/release/deps --extern proc_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libproc_macro-be514f4d17a0a3fd.rmeta --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-32541e0c43848a59.so --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-32541e0c43848a59.rlib --extern test=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libtest-b79bac196edf1f43.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Finished `release` profile [optimized] target(s) in 2m 31s c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > StdLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libaddr2line-8d241eb80d5d2b78.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libaddr2line-8d241eb80d5d2b78.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libadler-820ad63850fb762b.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libadler-820ad63850fb762b.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liballoc-f6b6498d9524799e.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liballoc-f6b6498d9524799e.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcfg_if-d9e604bec6824ce1.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-d9e604bec6824ce1.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-63c9f13654774140.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcompiler_builtins-63c9f13654774140.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libcore-5ff783d25ebb2375.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcore-5ff783d25ebb2375.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libgetopts-8d4573593e75be65.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-8d4573593e75be65.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libgimli-8a527e049ed395eb.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgimli-8a527e049ed395eb.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libhashbrown-2b452a7b73d83720.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-2b452a7b73d83720.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/liblibc-bffa2c046aebf2de.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-bffa2c046aebf2de.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libmemchr-6b04f1f4badc1de3.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmemchr-6b04f1f4badc1de3.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libminiz_oxide-22214d629e2c2768.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_oxide-22214d629e2c2768.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libobject-f306fa75f396872c.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libobject-f306fa75f396872c.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libpanic_abort-64635d0b0ef0eb62.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_abort-64635d0b0ef0eb62.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libpanic_unwind-6baff6797439f9e7.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_unwind-6baff6797439f9e7.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libproc_macro-be514f4d17a0a3fd.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro-be514f4d17a0a3fd.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_demangle-b4db2176ca1158c6.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-b4db2176ca1158c6.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-006c57b559b79409.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_alloc-006c57b559b79409.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-8bc6e7424a00beab.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_core-8bc6e7424a00beab.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-1ece215d465569db.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_std-1ece215d465569db.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-32541e0c43848a59.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-32541e0c43848a59.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd-32541e0c43848a59.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-32541e0c43848a59.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libstd_detect-9c5fd2069797b11c.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstd_detect-9c5fd2069797b11c.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libsysroot-27352afa8aa4a152.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libsysroot-27352afa8aa4a152.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libtest-b79bac196edf1f43.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtest-b79bac196edf1f43.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libunicode_width-c17bbf2cdb32c4bd.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-c17bbf2cdb32c4bd.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-std/x86_64-unknown-openbsd/release/deps/libunwind-78a78f63357a5fa7.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunwind-78a78f63357a5fa7.rlib" < StdLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } < Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot running: "/usr/local/bin/llvm-config-18" "--version" (failure_mode=Exit) (created at src/core/build_steps/llvm.rs:610:19, executed at src/core/build_steps/llvm.rs:610:57) c Llvm { target: x86_64-unknown-openbsd } Building compiler artifacts (stage0 -> stage1, x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_LIBDIR_RELATIVE="lib" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd" CXX_x86_64_unknown_openbsd="c++" LIBC_CHECK_CFG="1" LLVM_CONFIG="/usr/local/bin/llvm-config-18" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=off -Wrustc::internal -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zon-broken-pipe=kill" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrap" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" "llvm max_level_info" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" 4.932942572s INFO prepare_target{force=false package_id=rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) target="rustc-main"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc)/Build/TargetInner { name: "rustc-main", doc: true, ..: with_path("/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/src/main.rs", Edition2021) } 4.933087907s INFO prepare_target{force=false package_id=rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) target="rustc-main"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-main-31a250f84d3799a9/bin-rustc-main` Caused by: No such file or directory (os error 2) 4.936806259s INFO prepare_target{force=false package_id=rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc)/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/build.rs", Edition2021) } 4.936858920s INFO prepare_target{force=false package_id=rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-main-33c430311ea39ff3/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.937248983s INFO prepare_target{force=false package_id=rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc)/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/build.rs", Edition2021) } 4.937289656s INFO prepare_target{force=false package_id=rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/rustc-main-4f816f24e8e63214/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.937865495s INFO prepare_target{force=false package_id=rustc_codegen_ssa v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa) target="rustc_codegen_ssa"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_codegen_ssa v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_codegen_ssa", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa/src/lib.rs", Edition2021) } 4.937913230s INFO prepare_target{force=false package_id=rustc_codegen_ssa v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa) target="rustc_codegen_ssa"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_codegen_ssa-d18e9a8f49a952f0/lib-rustc_codegen_ssa` Caused by: No such file or directory (os error 2) 4.939204525s INFO prepare_target{force=false package_id=ar_archive_writer v0.4.2 target="ar_archive_writer"}: cargo::core::compiler::fingerprint: fingerprint error for ar_archive_writer v0.4.2/Build/TargetInner { ..: lib_target("ar_archive_writer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ar_archive_writer-0.4.2/src/lib.rs", Edition2021) } 4.939247038s INFO prepare_target{force=false package_id=ar_archive_writer v0.4.2 target="ar_archive_writer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/ar_archive_writer-3caecb351f08bcd1/lib-ar_archive_writer` Caused by: No such file or directory (os error 2) 4.939813724s INFO prepare_target{force=false package_id=object v0.36.5 target="object"}: cargo::core::compiler::fingerprint: fingerprint error for object v0.36.5/Build/TargetInner { ..: lib_target("object", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/lib.rs", Edition2018) } 4.939855414s INFO prepare_target{force=false package_id=object v0.36.5 target="object"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/object-b466a8c14a4cc98d/lib-object` Caused by: No such file or directory (os error 2) 4.940618104s INFO prepare_target{force=false package_id=crc32fast v1.4.2 target="crc32fast"}: cargo::core::compiler::fingerprint: fingerprint error for crc32fast v1.4.2/Build/TargetInner { name_inferred: true, ..: lib_target("crc32fast", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/lib.rs", Edition2015) } 4.940657049s INFO prepare_target{force=false package_id=crc32fast v1.4.2 target="crc32fast"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/crc32fast-cd56a120fecafb29/lib-crc32fast` Caused by: No such file or directory (os error 2) 4.941229806s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: fingerprint error for cfg-if v1.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("cfg_if", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs", Edition2018) } 4.941270792s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/cfg-if-0910425d2a08be3e/lib-cfg_if` Caused by: No such file or directory (os error 2) 4.941790398s INFO prepare_target{force=false package_id=flate2 v1.0.34 target="flate2"}: cargo::core::compiler::fingerprint: fingerprint error for flate2 v1.0.34/Build/TargetInner { ..: lib_target("flate2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/lib.rs", Edition2018) } 4.941828494s INFO prepare_target{force=false package_id=flate2 v1.0.34 target="flate2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/flate2-3b2b6204e07bc2d3/lib-flate2` Caused by: No such file or directory (os error 2) 4.942483081s INFO prepare_target{force=false package_id=miniz_oxide v0.8.0 target="miniz_oxide"}: cargo::core::compiler::fingerprint: fingerprint error for miniz_oxide v0.8.0/Build/TargetInner { ..: lib_target("miniz_oxide", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/lib.rs", Edition2021) } 4.942517675s INFO prepare_target{force=false package_id=miniz_oxide v0.8.0 target="miniz_oxide"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/miniz_oxide-9697f0e0a564c0ba/lib-miniz_oxide` Caused by: No such file or directory (os error 2) 4.943051253s INFO prepare_target{force=false package_id=adler2 v2.0.0 target="adler2"}: cargo::core::compiler::fingerprint: fingerprint error for adler2 v2.0.0/Build/TargetInner { ..: lib_target("adler2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0/src/lib.rs", Edition2021) } 4.943085226s INFO prepare_target{force=false package_id=adler2 v2.0.0 target="adler2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/adler2-8830456063db424a/lib-adler2` Caused by: No such file or directory (os error 2) 4.943572616s INFO prepare_target{force=false package_id=hashbrown v0.15.0 target="hashbrown"}: cargo::core::compiler::fingerprint: fingerprint error for hashbrown v0.15.0/Build/TargetInner { ..: lib_target("hashbrown", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs", Edition2021) } 4.943608503s INFO prepare_target{force=false package_id=hashbrown v0.15.0 target="hashbrown"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/hashbrown-1cbc17c3792788df/lib-hashbrown` Caused by: No such file or directory (os error 2) 4.944114419s INFO prepare_target{force=false package_id=foldhash v0.1.3 target="foldhash"}: cargo::core::compiler::fingerprint: fingerprint error for foldhash v0.1.3/Build/TargetInner { benched: false, ..: lib_target("foldhash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/foldhash-0.1.3/src/lib.rs", Edition2021) } 4.944149036s INFO prepare_target{force=false package_id=foldhash v0.1.3 target="foldhash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/foldhash-328c9b3dac35e954/lib-foldhash` Caused by: No such file or directory (os error 2) 4.944616158s INFO prepare_target{force=false package_id=indexmap v2.6.0 target="indexmap"}: cargo::core::compiler::fingerprint: fingerprint error for indexmap v2.6.0/Build/TargetInner { benched: false, ..: lib_target("indexmap", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.6.0/src/lib.rs", Edition2021) } 4.944649465s INFO prepare_target{force=false package_id=indexmap v2.6.0 target="indexmap"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/indexmap-edf0f6b1239f8413/lib-indexmap` Caused by: No such file or directory (os error 2) 4.945221108s INFO prepare_target{force=false package_id=equivalent v1.0.1 target="equivalent"}: cargo::core::compiler::fingerprint: fingerprint error for equivalent v1.0.1/Build/TargetInner { name_inferred: true, ..: lib_target("equivalent", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/equivalent-1.0.1/src/lib.rs", Edition2015) } 4.945253958s INFO prepare_target{force=false package_id=equivalent v1.0.1 target="equivalent"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/equivalent-4c5fab7196da2bc8/lib-equivalent` Caused by: No such file or directory (os error 2) 4.945800884s INFO prepare_target{force=false package_id=rustc-rayon v0.5.0 target="rayon"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-rayon v0.5.0/Build/TargetInner { ..: lib_target("rayon", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/lib.rs", Edition2021) } 4.945833191s INFO prepare_target{force=false package_id=rustc-rayon v0.5.0 target="rayon"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-rayon-0bce8bfdb463c3ff/lib-rayon` Caused by: No such file or directory (os error 2) 4.946364614s INFO prepare_target{force=false package_id=either v1.13.0 target="either"}: cargo::core::compiler::fingerprint: fingerprint error for either v1.13.0/Build/TargetInner { name_inferred: true, ..: lib_target("either", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0/src/lib.rs", Edition2018) } 4.946398514s INFO prepare_target{force=false package_id=either v1.13.0 target="either"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/either-bece2021b0fc1168/lib-either` Caused by: No such file or directory (os error 2) 4.946953873s INFO prepare_target{force=false package_id=rustc-rayon-core v0.5.0 target="rayon_core"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-rayon-core v0.5.0/Build/TargetInner { ..: lib_target("rayon_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/lib.rs", Edition2021) } 4.946986331s INFO prepare_target{force=false package_id=rustc-rayon-core v0.5.0 target="rayon_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-rayon-core-230998e6c82cbb77/lib-rayon_core` Caused by: No such file or directory (os error 2) 4.947658081s INFO prepare_target{force=false package_id=crossbeam-channel v0.5.13 target="crossbeam_channel"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-channel v0.5.13/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_channel", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/lib.rs", Edition2021) } 4.947692661s INFO prepare_target{force=false package_id=crossbeam-channel v0.5.13 target="crossbeam_channel"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-channel-4a7b0bc92f7d7c13/lib-crossbeam_channel` Caused by: No such file or directory (os error 2) 4.948242923s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="crossbeam_utils"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.20/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_utils", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs", Edition2021) } 4.948277096s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="crossbeam_utils"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-utils-e0062810de0b2da4/lib-crossbeam_utils` Caused by: No such file or directory (os error 2) 4.949833330s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.20/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/build.rs", Edition2021) } 4.949875312s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-utils-ddd080248411db3f/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.950202392s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.20/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/build.rs", Edition2021) } 4.950231812s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/crossbeam-utils-7ca6848fea0efd1f/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.950729299s INFO prepare_target{force=false package_id=crossbeam-deque v0.8.5 target="crossbeam_deque"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-deque v0.8.5/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_deque", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/lib.rs", Edition2021) } 4.950761317s INFO prepare_target{force=false package_id=crossbeam-deque v0.8.5 target="crossbeam_deque"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-deque-1ec01d7a90e09117/lib-crossbeam_deque` Caused by: No such file or directory (os error 2) 4.951279282s INFO prepare_target{force=false package_id=crossbeam-epoch v0.9.18 target="crossbeam_epoch"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-epoch v0.9.18/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_epoch", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs", Edition2021) } 4.951328546s INFO prepare_target{force=false package_id=crossbeam-epoch v0.9.18 target="crossbeam_epoch"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-epoch-5014fcae2f5224d7/lib-crossbeam_epoch` Caused by: No such file or directory (os error 2) 4.951962597s INFO prepare_target{force=false package_id=num_cpus v1.16.0 target="num_cpus"}: cargo::core::compiler::fingerprint: fingerprint error for num_cpus v1.16.0/Build/TargetInner { name_inferred: true, ..: lib_target("num_cpus", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs", Edition2015) } 4.951994125s INFO prepare_target{force=false package_id=num_cpus v1.16.0 target="num_cpus"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/num_cpus-465dda44746e9929/lib-num_cpus` Caused by: No such file or directory (os error 2) 4.952468757s INFO prepare_target{force=false package_id=libc v0.2.164 target="libc"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/Build/TargetInner { ..: lib_target("libc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/lib.rs", Edition2015) } 4.952499656s INFO prepare_target{force=false package_id=libc v0.2.164 target="libc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/libc-7040f7cb7b8580d0/lib-libc` Caused by: No such file or directory (os error 2) 4.953906297s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs", Edition2015) } 4.953937263s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/libc-f0bbbc724bb352a3/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.954288654s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs", Edition2015) } 4.954316745s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/libc-8e05f41d89165266/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.954802424s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: fingerprint error for memchr v2.7.4/Build/TargetInner { benched: false, ..: lib_target("memchr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs", Edition2021) } 4.954843515s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/memchr-943ade0a503260fc/lib-memchr` Caused by: No such file or directory (os error 2) 4.955379652s INFO prepare_target{force=false package_id=ruzstd v0.7.2 target="ruzstd"}: cargo::core::compiler::fingerprint: fingerprint error for ruzstd v0.7.2/Build/TargetInner { ..: lib_target("ruzstd", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/lib.rs", Edition2018) } 4.955410671s INFO prepare_target{force=false package_id=ruzstd v0.7.2 target="ruzstd"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/ruzstd-a564e2d0b0ac1a4b/lib-ruzstd` Caused by: No such file or directory (os error 2) 4.955941794s INFO prepare_target{force=false package_id=twox-hash v1.6.3 target="twox_hash"}: cargo::core::compiler::fingerprint: fingerprint error for twox-hash v1.6.3/Build/TargetInner { name_inferred: true, ..: lib_target("twox_hash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/lib.rs", Edition2018) } 4.955972962s INFO prepare_target{force=false package_id=twox-hash v1.6.3 target="twox_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/twox-hash-daf9c25f1ae79608/lib-twox_hash` Caused by: No such file or directory (os error 2) 4.956485161s INFO prepare_target{force=false package_id=rand v0.8.5 target="rand"}: cargo::core::compiler::fingerprint: fingerprint error for rand v0.8.5/Build/TargetInner { name_inferred: true, ..: lib_target("rand", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs", Edition2018) } 4.956514928s INFO prepare_target{force=false package_id=rand v0.8.5 target="rand"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rand-b63affec7d33b5ba/lib-rand` Caused by: No such file or directory (os error 2) 4.957056651s INFO prepare_target{force=false package_id=rand_chacha v0.3.1 target="rand_chacha"}: cargo::core::compiler::fingerprint: fingerprint error for rand_chacha v0.3.1/Build/TargetInner { name_inferred: true, ..: lib_target("rand_chacha", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/lib.rs", Edition2018) } 4.957086540s INFO prepare_target{force=false package_id=rand_chacha v0.3.1 target="rand_chacha"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rand_chacha-9f3e3041515479fb/lib-rand_chacha` Caused by: No such file or directory (os error 2) 4.957620282s INFO prepare_target{force=false package_id=ppv-lite86 v0.2.20 target="ppv_lite86"}: cargo::core::compiler::fingerprint: fingerprint error for ppv-lite86 v0.2.20/Build/TargetInner { ..: lib_target("ppv_lite86", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/lib.rs", Edition2021) } 4.957650123s INFO prepare_target{force=false package_id=ppv-lite86 v0.2.20 target="ppv_lite86"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/ppv-lite86-3b4748fee72bec96/lib-ppv_lite86` Caused by: No such file or directory (os error 2) 4.958159271s INFO prepare_target{force=false package_id=zerocopy v0.7.35 target="zerocopy"}: cargo::core::compiler::fingerprint: fingerprint error for zerocopy v0.7.35/Build/TargetInner { name_inferred: true, ..: lib_target("zerocopy", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-0.7.35/src/lib.rs", Edition2018) } 4.958189771s INFO prepare_target{force=false package_id=zerocopy v0.7.35 target="zerocopy"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/zerocopy-646e0f195647d055/lib-zerocopy` Caused by: No such file or directory (os error 2) 4.958736436s INFO prepare_target{force=false package_id=byteorder v1.5.0 target="byteorder"}: cargo::core::compiler::fingerprint: fingerprint error for byteorder v1.5.0/Build/TargetInner { benched: false, ..: lib_target("byteorder", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs", Edition2021) } 4.958768245s INFO prepare_target{force=false package_id=byteorder v1.5.0 target="byteorder"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/byteorder-baea48c6b1b8b828/lib-byteorder` Caused by: No such file or directory (os error 2) 4.959217193s INFO prepare_target{force=false package_id=zerocopy-derive v0.7.35 target="zerocopy_derive"}: cargo::core::compiler::fingerprint: fingerprint error for zerocopy-derive v0.7.35/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("zerocopy_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-derive-0.7.35/src/lib.rs", Edition2018) } 4.959251106s INFO prepare_target{force=false package_id=zerocopy-derive v0.7.35 target="zerocopy_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/zerocopy-derive-0a7574f79f5bb40f/lib-zerocopy_derive` Caused by: No such file or directory (os error 2) 4.959734613s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="proc_macro2"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.89/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("proc_macro2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs", Edition2021) } 4.959784961s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="proc_macro2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/proc-macro2-56c928c128d4a9c9/lib-proc_macro2` Caused by: No such file or directory (os error 2) 4.961301541s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.89/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/build.rs", Edition2021) } 4.961333276s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/proc-macro2-3462642bcbcd274a/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.961812200s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.89/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/build.rs", Edition2021) } 4.961841440s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/proc-macro2-e22a26ee4f214982/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.962308230s INFO prepare_target{force=false package_id=unicode-ident v1.0.13 target="unicode_ident"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-ident v1.0.13/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("unicode_ident", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/src/lib.rs", Edition2018) } 4.962339899s INFO prepare_target{force=false package_id=unicode-ident v1.0.13 target="unicode_ident"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/unicode-ident-efd10f0c2391c873/lib-unicode_ident` Caused by: No such file or directory (os error 2) 4.962804267s INFO prepare_target{force=false package_id=quote v1.0.37 target="quote"}: cargo::core::compiler::fingerprint: fingerprint error for quote v1.0.37/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("quote", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs", Edition2018) } 4.962835947s INFO prepare_target{force=false package_id=quote v1.0.37 target="quote"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/quote-2a54a39a506f10dd/lib-quote` Caused by: No such file or directory (os error 2) 4.963322495s INFO prepare_target{force=false package_id=syn v2.0.87 target="syn"}: cargo::core::compiler::fingerprint: fingerprint error for syn v2.0.87/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("syn", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs", Edition2021) } 4.963353913s INFO prepare_target{force=false package_id=syn v2.0.87 target="syn"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/syn-5eaabbb92e148b0a/lib-syn` Caused by: No such file or directory (os error 2) 4.963952708s INFO prepare_target{force=false package_id=rand_core v0.6.4 target="rand_core"}: cargo::core::compiler::fingerprint: fingerprint error for rand_core v0.6.4/Build/TargetInner { name_inferred: true, ..: lib_target("rand_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/lib.rs", Edition2018) } 4.963983936s INFO prepare_target{force=false package_id=rand_core v0.6.4 target="rand_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rand_core-7f2d4ecf1988dff5/lib-rand_core` Caused by: No such file or directory (os error 2) 4.964503692s INFO prepare_target{force=false package_id=getrandom v0.2.15 target="getrandom"}: cargo::core::compiler::fingerprint: fingerprint error for getrandom v0.2.15/Build/TargetInner { ..: lib_target("getrandom", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/lib.rs", Edition2018) } 4.964533992s INFO prepare_target{force=false package_id=getrandom v0.2.15 target="getrandom"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/getrandom-06b528ad80124937/lib-getrandom` Caused by: No such file or directory (os error 2) 4.965065648s INFO prepare_target{force=false package_id=static_assertions v1.1.0 target="static_assertions"}: cargo::core::compiler::fingerprint: fingerprint error for static_assertions v1.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("static_assertions", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/static_assertions-1.1.0/src/lib.rs", Edition2015) } 4.965096646s INFO prepare_target{force=false package_id=static_assertions v1.1.0 target="static_assertions"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/static_assertions-7ddd953d2e6d6962/lib-static_assertions` Caused by: No such file or directory (os error 2) 4.965599439s INFO prepare_target{force=false package_id=wasmparser v0.218.0 target="wasmparser"}: cargo::core::compiler::fingerprint: fingerprint error for wasmparser v0.218.0/Build/TargetInner { ..: lib_target("wasmparser", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/lib.rs", Edition2021) } 4.965639486s INFO prepare_target{force=false package_id=wasmparser v0.218.0 target="wasmparser"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/wasmparser-31df03908b4673f9/lib-wasmparser` Caused by: No such file or directory (os error 2) 4.966220295s INFO prepare_target{force=false package_id=bitflags v2.6.0 target="bitflags"}: cargo::core::compiler::fingerprint: fingerprint error for bitflags v2.6.0/Build/TargetInner { name_inferred: true, ..: lib_target("bitflags", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/src/lib.rs", Edition2021) } 4.966257871s INFO prepare_target{force=false package_id=bitflags v2.6.0 target="bitflags"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/bitflags-aa27d74e230091b7/lib-bitflags` Caused by: No such file or directory (os error 2) 4.966856165s INFO prepare_target{force=false package_id=arrayvec v0.7.6 target="arrayvec"}: cargo::core::compiler::fingerprint: fingerprint error for arrayvec v0.7.6/Build/TargetInner { ..: lib_target("arrayvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/lib.rs", Edition2018) } 4.966899599s INFO prepare_target{force=false package_id=arrayvec v0.7.6 target="arrayvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/arrayvec-e718d846c76fe65e/lib-arrayvec` Caused by: No such file or directory (os error 2) 4.967406844s INFO prepare_target{force=false package_id=cc v1.2.5 target="cc"}: cargo::core::compiler::fingerprint: fingerprint error for cc v1.2.5/Build/TargetInner { ..: lib_target("cc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs", Edition2018) } 4.967436599s INFO prepare_target{force=false package_id=cc v1.2.5 target="cc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/cc-05f43a07cc45db53/lib-cc` Caused by: No such file or directory (os error 2) 4.967925922s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: fingerprint error for shlex v1.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("shlex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs", Edition2015) } 4.967957453s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/shlex-af88d438ef6358d4/lib-shlex` Caused by: No such file or directory (os error 2) 4.968590392s INFO prepare_target{force=false package_id=itertools v0.12.1 target="itertools"}: cargo::core::compiler::fingerprint: fingerprint error for itertools v0.12.1/Build/TargetInner { name_inferred: true, tested: false, benched: false, ..: lib_target("itertools", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs", Edition2018) } 4.968637396s INFO prepare_target{force=false package_id=itertools v0.12.1 target="itertools"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/itertools-ab09486c34baeba2/lib-itertools` Caused by: No such file or directory (os error 2) 4.969165284s INFO prepare_target{force=false package_id=jobserver v0.1.32 target="jobserver"}: cargo::core::compiler::fingerprint: fingerprint error for jobserver v0.1.32/Build/TargetInner { name_inferred: true, ..: lib_target("jobserver", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs", Edition2021) } 4.969195420s INFO prepare_target{force=false package_id=jobserver v0.1.32 target="jobserver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/jobserver-a79900c381b6c186/lib-jobserver` Caused by: No such file or directory (os error 2) 4.969699918s INFO prepare_target{force=false package_id=pathdiff v0.2.2 target="pathdiff"}: cargo::core::compiler::fingerprint: fingerprint error for pathdiff v0.2.2/Build/TargetInner { ..: lib_target("pathdiff", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.2/src/lib.rs", Edition2018) } 4.969729754s INFO prepare_target{force=false package_id=pathdiff v0.2.2 target="pathdiff"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/pathdiff-e137b078d845dcc6/lib-pathdiff` Caused by: No such file or directory (os error 2) 4.970213649s INFO prepare_target{force=false package_id=regex v1.11.1 target="regex"}: cargo::core::compiler::fingerprint: fingerprint error for regex v1.11.1/Build/TargetInner { ..: lib_target("regex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/lib.rs", Edition2021) } 4.970242915s INFO prepare_target{force=false package_id=regex v1.11.1 target="regex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/regex-764cbffbe0704ad8/lib-regex` Caused by: No such file or directory (os error 2) 4.970856045s INFO prepare_target{force=false package_id=aho-corasick v1.1.3 target="aho_corasick"}: cargo::core::compiler::fingerprint: fingerprint error for aho-corasick v1.1.3/Build/TargetInner { ..: lib_target("aho_corasick", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/lib.rs", Edition2021) } 4.970894560s INFO prepare_target{force=false package_id=aho-corasick v1.1.3 target="aho_corasick"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/aho-corasick-7b76996c05fd0678/lib-aho_corasick` Caused by: No such file or directory (os error 2) 4.971387034s INFO prepare_target{force=false package_id=regex-automata v0.4.8 target="regex_automata"}: cargo::core::compiler::fingerprint: fingerprint error for regex-automata v0.4.8/Build/TargetInner { benched: false, ..: lib_target("regex_automata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/lib.rs", Edition2021) } 4.971415808s INFO prepare_target{force=false package_id=regex-automata v0.4.8 target="regex_automata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/regex-automata-80558bd16824c1ef/lib-regex_automata` Caused by: No such file or directory (os error 2) 4.972042251s INFO prepare_target{force=false package_id=regex-syntax v0.8.5 target="regex_syntax"}: cargo::core::compiler::fingerprint: fingerprint error for regex-syntax v0.8.5/Build/TargetInner { ..: lib_target("regex_syntax", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/lib.rs", Edition2021) } 4.972071029s INFO prepare_target{force=false package_id=regex-syntax v0.8.5 target="regex_syntax"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/regex-syntax-a79888e87da7e473/lib-regex_syntax` Caused by: No such file or directory (os error 2) 4.972536293s INFO prepare_target{force=false package_id=rustc_abi v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi) target="rustc_abi"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_abi v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_abi", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi/src/lib.rs", Edition2021) } 4.972570076s INFO prepare_target{force=false package_id=rustc_abi v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi) target="rustc_abi"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_abi-b6cfbf0a4490c6a1/lib-rustc_abi` Caused by: No such file or directory (os error 2) 4.973202940s INFO prepare_target{force=false package_id=rand_xoshiro v0.6.0 target="rand_xoshiro"}: cargo::core::compiler::fingerprint: fingerprint error for rand_xoshiro v0.6.0/Build/TargetInner { name_inferred: true, ..: lib_target("rand_xoshiro", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0/src/lib.rs", Edition2018) } 4.973230863s INFO prepare_target{force=false package_id=rand_xoshiro v0.6.0 target="rand_xoshiro"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rand_xoshiro-8c84da97980880b6/lib-rand_xoshiro` Caused by: No such file or directory (os error 2) 4.973729885s INFO prepare_target{force=false package_id=rustc_data_structures v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures) target="rustc_data_structures"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_data_structures v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_data_structures", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures/src/lib.rs", Edition2021) } 4.973773454s INFO prepare_target{force=false package_id=rustc_data_structures v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures) target="rustc_data_structures"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_data_structures-f5d2b617af0737a2/lib-rustc_data_structures` Caused by: No such file or directory (os error 2) 4.974549137s INFO prepare_target{force=false package_id=elsa v1.7.1 target="elsa"}: cargo::core::compiler::fingerprint: fingerprint error for elsa v1.7.1/Build/TargetInner { name_inferred: true, ..: lib_target("elsa", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/lib.rs", Edition2018) } 4.974577816s INFO prepare_target{force=false package_id=elsa v1.7.1 target="elsa"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/elsa-e81a5365f22c63c8/lib-elsa` Caused by: No such file or directory (os error 2) 4.975018849s INFO prepare_target{force=false package_id=stable_deref_trait v1.2.0 target="stable_deref_trait"}: cargo::core::compiler::fingerprint: fingerprint error for stable_deref_trait v1.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("stable_deref_trait", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stable_deref_trait-1.2.0/src/lib.rs", Edition2015) } 4.975046509s INFO prepare_target{force=false package_id=stable_deref_trait v1.2.0 target="stable_deref_trait"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/stable_deref_trait-5eeeb9cb34eddf90/lib-stable_deref_trait` Caused by: No such file or directory (os error 2) 4.975540523s INFO prepare_target{force=false package_id=ena v0.14.3 target="ena"}: cargo::core::compiler::fingerprint: fingerprint error for ena v0.14.3/Build/TargetInner { name_inferred: true, ..: lib_target("ena", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ena-0.14.3/src/lib.rs", Edition2015) } 4.975567467s INFO prepare_target{force=false package_id=ena v0.14.3 target="ena"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/ena-cc5e6393a6d15c70/lib-ena` Caused by: No such file or directory (os error 2) 4.975971913s INFO prepare_target{force=false package_id=log v0.4.22 target="log"}: cargo::core::compiler::fingerprint: fingerprint error for log v0.4.22/Build/TargetInner { name_inferred: true, ..: lib_target("log", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs", Edition2021) } 4.976015369s INFO prepare_target{force=false package_id=log v0.4.22 target="log"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/log-5a344423a404ff18/lib-log` Caused by: No such file or directory (os error 2) 4.976470358s INFO prepare_target{force=false package_id=measureme v11.0.1 target="measureme"}: cargo::core::compiler::fingerprint: fingerprint error for measureme v11.0.1/Build/TargetInner { name_inferred: true, ..: lib_target("measureme", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/lib.rs", Edition2018) } 4.976496775s INFO prepare_target{force=false package_id=measureme v11.0.1 target="measureme"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/measureme-289bf1312bce94d1/lib-measureme` Caused by: No such file or directory (os error 2) 4.976935917s INFO prepare_target{force=false package_id=parking_lot v0.12.3 target="parking_lot"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot v0.12.3/Build/TargetInner { ..: lib_target("parking_lot", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/lib.rs", Edition2021) } 4.976961722s INFO prepare_target{force=false package_id=parking_lot v0.12.3 target="parking_lot"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/parking_lot-d7bfadf49ffbb127/lib-parking_lot` Caused by: No such file or directory (os error 2) 4.977374744s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="lock_api"}: cargo::core::compiler::fingerprint: fingerprint error for lock_api v0.4.12/Build/TargetInner { name_inferred: true, ..: lib_target("lock_api", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/lib.rs", Edition2021) } 4.977439587s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="lock_api"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/lock_api-5f421542401ea4bc/lib-lock_api` Caused by: No such file or directory (os error 2) 4.978676541s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for lock_api v0.4.12/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/build.rs", Edition2021) } 4.978703108s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/lock_api-38a0caedc7e8a4e5/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.978982422s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for lock_api v0.4.12/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/build.rs", Edition2021) } 4.979005298s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/lock_api-b4110132756fdd4e/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.979433766s INFO prepare_target{force=false package_id=autocfg v1.4.0 target="autocfg"}: cargo::core::compiler::fingerprint: fingerprint error for autocfg v1.4.0/Build/TargetInner { ..: lib_target("autocfg", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0/src/lib.rs", Edition2015) } 4.979463963s INFO prepare_target{force=false package_id=autocfg v1.4.0 target="autocfg"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/autocfg-a5bb435b6bb19264/lib-autocfg` Caused by: No such file or directory (os error 2) 4.979870648s INFO prepare_target{force=false package_id=scopeguard v1.2.0 target="scopeguard"}: cargo::core::compiler::fingerprint: fingerprint error for scopeguard v1.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("scopeguard", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0/src/lib.rs", Edition2015) } 4.979894673s INFO prepare_target{force=false package_id=scopeguard v1.2.0 target="scopeguard"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/scopeguard-a0de2c9e8c4fbf60/lib-scopeguard` Caused by: No such file or directory (os error 2) 4.980312479s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="parking_lot_core"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot_core v0.9.10/Build/TargetInner { name_inferred: true, ..: lib_target("parking_lot_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/lib.rs", Edition2021) } 4.980337955s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="parking_lot_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/parking_lot_core-dbcf60068f3f2ecf/lib-parking_lot_core` Caused by: No such file or directory (os error 2) 4.981554385s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot_core v0.9.10/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/build.rs", Edition2021) } 4.981579816s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/parking_lot_core-1f61dbee1e38e216/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.981869009s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot_core v0.9.10/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/build.rs", Edition2021) } 4.981891852s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/parking_lot_core-34aaf48312862d7f/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.982291231s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: fingerprint error for smallvec v1.13.2/Build/TargetInner { name_inferred: true, ..: lib_target("smallvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs", Edition2018) } 4.982318359s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/smallvec-59e0e5d99ed660e1/lib-smallvec` Caused by: No such file or directory (os error 2) 4.982988529s 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/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/src/lib.rs", Edition2015) } 4.983015335s INFO prepare_target{force=false package_id=rustc-hash v1.1.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-hash-3d624b9bd1137268/lib-rustc_hash` Caused by: No such file or directory (os error 2) 4.983395762s INFO prepare_target{force=false package_id=memmap2 v0.2.3 target="memmap2"}: cargo::core::compiler::fingerprint: fingerprint error for memmap2 v0.2.3/Build/TargetInner { name_inferred: true, ..: lib_target("memmap2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs", Edition2018) } 4.983419317s INFO prepare_target{force=false package_id=memmap2 v0.2.3 target="memmap2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/memmap2-ac939994702da1be/lib-memmap2` Caused by: No such file or directory (os error 2) 4.983829212s INFO prepare_target{force=false package_id=rustc-hash v2.0.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-hash v2.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/lib.rs", Edition2021) } 4.983851636s INFO prepare_target{force=false package_id=rustc-hash v2.0.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-hash-e649a996dd5e02e5/lib-rustc_hash` Caused by: No such file or directory (os error 2) 4.984234011s INFO prepare_target{force=false package_id=rustc-stable-hash v0.1.0 target="rustc_stable_hash"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-stable-hash v0.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_stable_hash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-stable-hash-0.1.0/src/lib.rs", Edition2021) } 4.984258918s INFO prepare_target{force=false package_id=rustc-stable-hash v0.1.0 target="rustc_stable_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-stable-hash-9b051e2638e2467a/lib-rustc_stable_hash` Caused by: No such file or directory (os error 2) 4.984655214s INFO prepare_target{force=false package_id=rustc_arena v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena) target="rustc_arena"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_arena v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_arena", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena/src/lib.rs", Edition2021) } 4.984684195s INFO prepare_target{force=false package_id=rustc_arena v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena) target="rustc_arena"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_arena-5c4cd65efdbb98e8/lib-rustc_arena` Caused by: No such file or directory (os error 2) 4.985088193s INFO prepare_target{force=false package_id=rustc_graphviz v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz) target="rustc_graphviz"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_graphviz v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_graphviz", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz/src/lib.rs", Edition2021) } 4.985116269s INFO prepare_target{force=false package_id=rustc_graphviz v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz) target="rustc_graphviz"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_graphviz-07c5c5521728c49d/lib-rustc_graphviz` Caused by: No such file or directory (os error 2) 4.985537962s INFO prepare_target{force=false package_id=rustc_index v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index) target="rustc_index"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_index v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_index", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index/src/lib.rs", Edition2021) } 4.985565626s INFO prepare_target{force=false package_id=rustc_index v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index) target="rustc_index"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_index-a0ec7f973af6fd68/lib-rustc_index` Caused by: No such file or directory (os error 2) 4.986036005s INFO prepare_target{force=false package_id=rustc_index_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros) target="rustc_index_macros"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_index_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros)/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("rustc_index_macros", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros/src/lib.rs", Edition2021) } 4.986074693s INFO prepare_target{force=false package_id=rustc_index_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros) target="rustc_index_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/rustc_index_macros-38c4d30f20de5dc3/lib-rustc_index_macros` Caused by: No such file or directory (os error 2) 4.986540056s INFO prepare_target{force=false package_id=rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) target="rustc_macros"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros)/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("rustc_macros", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros/src/lib.rs", Edition2021) } 4.986569801s INFO prepare_target{force=false package_id=rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) target="rustc_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/rustc_macros-b375d9a4bc5ac43e/lib-rustc_macros` Caused by: No such file or directory (os error 2) 4.987719407s INFO prepare_target{force=false package_id=rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros)/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros/build.rs", Edition2021) } 4.987747970s INFO prepare_target{force=false package_id=rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/rustc_macros-775d97b26b0f3637/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.988004882s INFO prepare_target{force=false package_id=rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros)/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros/build.rs", Edition2021) } 4.988029833s INFO prepare_target{force=false package_id=rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/rustc_macros-48ba199d4aaff4fd/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.988384393s INFO prepare_target{force=false package_id=synstructure v0.13.1 target="synstructure"}: cargo::core::compiler::fingerprint: fingerprint error for synstructure v0.13.1/Build/TargetInner { name_inferred: true, ..: lib_target("synstructure", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/synstructure-0.13.1/src/lib.rs", Edition2018) } 4.988408057s INFO prepare_target{force=false package_id=synstructure v0.13.1 target="synstructure"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/synstructure-e21b4ee97c139afa/lib-synstructure` Caused by: No such file or directory (os error 2) 4.988782048s INFO prepare_target{force=false package_id=rustc_serialize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize) target="rustc_serialize"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_serialize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_serialize", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize/src/lib.rs", Edition2021) } 4.988808781s INFO prepare_target{force=false package_id=rustc_serialize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize) target="rustc_serialize"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_serialize-e7d358e6480fcd1e/lib-rustc_serialize` Caused by: No such file or directory (os error 2) 4.989225026s INFO prepare_target{force=false package_id=thin-vec v0.2.13 target="thin_vec"}: cargo::core::compiler::fingerprint: fingerprint error for thin-vec v0.2.13/Build/TargetInner { name_inferred: true, ..: lib_target("thin_vec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs", Edition2018) } 4.989249921s INFO prepare_target{force=false package_id=thin-vec v0.2.13 target="thin_vec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/thin-vec-195a61754961ff5a/lib-thin_vec` Caused by: No such file or directory (os error 2) 4.989620462s INFO prepare_target{force=false package_id=stacker v0.1.17 target="stacker"}: cargo::core::compiler::fingerprint: fingerprint error for stacker v0.1.17/Build/TargetInner { tested: false, doctest: false, ..: lib_target("stacker", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs", Edition2015) } 4.989645209s INFO prepare_target{force=false package_id=stacker v0.1.17 target="stacker"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/stacker-0b86043a04778ed6/lib-stacker` Caused by: No such file or directory (os error 2) 4.990069438s INFO prepare_target{force=false package_id=psm v0.1.23 target="psm"}: cargo::core::compiler::fingerprint: fingerprint error for psm v0.1.23/Build/TargetInner { name_inferred: true, ..: lib_target("psm", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs", Edition2015) } 4.990097008s INFO prepare_target{force=false package_id=psm v0.1.23 target="psm"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/psm-70fd95344cdbc2c5/lib-psm` Caused by: No such file or directory (os error 2) 4.991419124s INFO prepare_target{force=false package_id=psm v0.1.23 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for psm v0.1.23/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/build.rs", Edition2015) } 4.991444531s INFO prepare_target{force=false package_id=psm v0.1.23 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/psm-1972626f39793306/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.991823572s INFO prepare_target{force=false package_id=psm v0.1.23 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for psm v0.1.23/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/build.rs", Edition2015) } 4.991846604s INFO prepare_target{force=false package_id=psm v0.1.23 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/psm-8348e544cd7ba960/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.992236102s INFO prepare_target{force=false package_id=cc v1.2.5 target="cc"}: cargo::core::compiler::fingerprint: fingerprint error for cc v1.2.5/Build/TargetInner { ..: lib_target("cc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs", Edition2018) } 4.992260638s INFO prepare_target{force=false package_id=cc v1.2.5 target="cc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/cc-7678ed3dafcb06cf/lib-cc` Caused by: No such file or directory (os error 2) 4.992626296s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: fingerprint error for shlex v1.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("shlex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs", Edition2015) } 4.992650325s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/shlex-6b3d85452fd0be34/lib-shlex` Caused by: No such file or directory (os error 2) 4.993834994s INFO prepare_target{force=false package_id=stacker v0.1.17 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for stacker v0.1.17/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/build.rs", Edition2015) } 4.993868413s INFO prepare_target{force=false package_id=stacker v0.1.17 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/stacker-cc5f06083040d270/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.994139964s INFO prepare_target{force=false package_id=stacker v0.1.17 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for stacker v0.1.17/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/build.rs", Edition2015) } 4.994161617s INFO prepare_target{force=false package_id=stacker v0.1.17 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/stacker-e50359962850585c/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.994558983s INFO prepare_target{force=false package_id=tempfile v3.13.0 target="tempfile"}: cargo::core::compiler::fingerprint: fingerprint error for tempfile v3.13.0/Build/TargetInner { ..: lib_target("tempfile", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.13.0/src/lib.rs", Edition2021) } 4.994582958s INFO prepare_target{force=false package_id=tempfile v3.13.0 target="tempfile"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/tempfile-5ae5f47f4d32c2a1/lib-tempfile` Caused by: No such file or directory (os error 2) 4.995108136s INFO prepare_target{force=false package_id=fastrand v2.1.1 target="fastrand"}: cargo::core::compiler::fingerprint: fingerprint error for fastrand v2.1.1/Build/TargetInner { ..: lib_target("fastrand", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.1/src/lib.rs", Edition2018) } 4.995135279s INFO prepare_target{force=false package_id=fastrand v2.1.1 target="fastrand"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/fastrand-1d23fec101d3a414/lib-fastrand` Caused by: No such file or directory (os error 2) 4.995558412s INFO prepare_target{force=false package_id=once_cell v1.20.2 target="once_cell"}: cargo::core::compiler::fingerprint: fingerprint error for once_cell v1.20.2/Build/TargetInner { ..: lib_target("once_cell", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs", Edition2021) } 4.995582291s INFO prepare_target{force=false package_id=once_cell v1.20.2 target="once_cell"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/once_cell-22898cffeb33b285/lib-once_cell` Caused by: No such file or directory (os error 2) 4.995991097s INFO prepare_target{force=false package_id=rustix v0.38.38 target="rustix"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.38/Build/TargetInner { ..: lib_target("rustix", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/lib.rs", Edition2021) } 4.996015890s INFO prepare_target{force=false package_id=rustix v0.38.38 target="rustix"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustix-f670d38b50bb9ade/lib-rustix` Caused by: No such file or directory (os error 2) 4.996496576s INFO prepare_target{force=false package_id=errno v0.3.9 target="errno"}: cargo::core::compiler::fingerprint: fingerprint error for errno v0.3.9/Build/TargetInner { name_inferred: true, ..: lib_target("errno", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs", Edition2018) } 4.996521136s INFO prepare_target{force=false package_id=errno v0.3.9 target="errno"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/errno-25f90d63ae098ad5/lib-errno` Caused by: No such file or directory (os error 2) 4.997600123s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.38/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/build.rs", Edition2021) } 4.997623299s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustix-93b0816df9ba7d31/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.997872230s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.38/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/build.rs", Edition2021) } 4.997892116s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/rustix-b00ba8d14c2dbfa3/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.998290998s INFO prepare_target{force=false package_id=tracing v0.1.37 target="tracing"}: cargo::core::compiler::fingerprint: fingerprint error for tracing v0.1.37/Build/TargetInner { name_inferred: true, ..: lib_target("tracing", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs", Edition2018) } 4.998314048s INFO prepare_target{force=false package_id=tracing v0.1.37 target="tracing"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/tracing-d4f1b9f2e7275dea/lib-tracing` Caused by: No such file or directory (os error 2) 4.998746158s INFO prepare_target{force=false package_id=pin-project-lite v0.2.15 target="pin_project_lite"}: cargo::core::compiler::fingerprint: fingerprint error for pin-project-lite v0.2.15/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("pin_project_lite", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.15/src/lib.rs", Edition2018) } 4.998782892s INFO prepare_target{force=false package_id=pin-project-lite v0.2.15 target="pin_project_lite"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/pin-project-lite-9b7fd002e57410e6/lib-pin_project_lite` Caused by: No such file or directory (os error 2) 4.999193328s INFO prepare_target{force=false package_id=tracing-attributes v0.1.27 target="tracing_attributes"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-attributes v0.1.27/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("tracing_attributes", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/src/lib.rs", Edition2018) } 4.999218319s INFO prepare_target{force=false package_id=tracing-attributes v0.1.27 target="tracing_attributes"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/tracing-attributes-a756df4c1a77ee55/lib-tracing_attributes` Caused by: No such file or directory (os error 2) 4.999611499s INFO prepare_target{force=false package_id=tracing-core v0.1.30 target="tracing_core"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-core v0.1.30/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs", Edition2018) } 4.999634371s INFO prepare_target{force=false package_id=tracing-core v0.1.30 target="tracing_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/tracing-core-23415ebe40305a1f/lib-tracing_core` Caused by: No such file or directory (os error 2) 5.000056917s INFO prepare_target{force=false package_id=rustc_feature v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature) target="rustc_feature"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_feature v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_feature", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature/src/lib.rs", Edition2021) } 5.000085283s INFO prepare_target{force=false package_id=rustc_feature v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature) target="rustc_feature"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_feature-fc3a30d73f01b979/lib-rustc_feature` Caused by: No such file or directory (os error 2) 5.000523362s INFO prepare_target{force=false package_id=rustc_span v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span) target="rustc_span"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_span v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_span", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span/src/lib.rs", Edition2021) } 5.000549725s INFO prepare_target{force=false package_id=rustc_span v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span) target="rustc_span"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_span-ae768c8de8cdd902/lib-rustc_span` Caused by: No such file or directory (os error 2) 5.001069228s INFO prepare_target{force=false package_id=blake3 v1.5.4 target="blake3"}: cargo::core::compiler::fingerprint: fingerprint error for blake3 v1.5.4/Build/TargetInner { ..: lib_target("blake3", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs", Edition2021) } 5.001093012s INFO prepare_target{force=false package_id=blake3 v1.5.4 target="blake3"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/blake3-31211e8a08f301aa/lib-blake3` Caused by: No such file or directory (os error 2) 5.001488540s INFO prepare_target{force=false package_id=arrayref v0.3.9 target="arrayref"}: cargo::core::compiler::fingerprint: fingerprint error for arrayref v0.3.9/Build/TargetInner { name_inferred: true, ..: lib_target("arrayref", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayref-0.3.9/src/lib.rs", Edition2015) } 5.001511955s INFO prepare_target{force=false package_id=arrayref v0.3.9 target="arrayref"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/arrayref-af48e041e1e3639d/lib-arrayref` Caused by: No such file or directory (os error 2) 5.002600829s INFO prepare_target{force=false package_id=blake3 v1.5.4 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for blake3 v1.5.4/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/build.rs", Edition2021) } 5.002623651s INFO prepare_target{force=false package_id=blake3 v1.5.4 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/blake3-4d8e44a596ac2b52/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.002876867s INFO prepare_target{force=false package_id=blake3 v1.5.4 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for blake3 v1.5.4/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/build.rs", Edition2021) } 5.002909016s INFO prepare_target{force=false package_id=blake3 v1.5.4 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/blake3-d1a9fa0b41b6746d/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.003251631s INFO prepare_target{force=false package_id=constant_time_eq v0.3.1 target="constant_time_eq"}: cargo::core::compiler::fingerprint: fingerprint error for constant_time_eq v0.3.1/Build/TargetInner { ..: lib_target("constant_time_eq", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/constant_time_eq-0.3.1/src/lib.rs", Edition2021) } 5.003272109s INFO prepare_target{force=false package_id=constant_time_eq v0.3.1 target="constant_time_eq"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/constant_time_eq-970a3b330c6611f1/lib-constant_time_eq` Caused by: No such file or directory (os error 2) 5.003625150s INFO prepare_target{force=false package_id=derive-where v1.2.7 target="derive_where"}: cargo::core::compiler::fingerprint: fingerprint error for derive-where v1.2.7/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("derive_where", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/lib.rs", Edition2021) } 5.003646346s INFO prepare_target{force=false package_id=derive-where v1.2.7 target="derive_where"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/derive-where-e9a417574228b605/lib-derive_where` Caused by: No such file or directory (os error 2) 5.004044014s INFO prepare_target{force=false package_id=itoa v1.0.11 target="itoa"}: cargo::core::compiler::fingerprint: fingerprint error for itoa v1.0.11/Build/TargetInner { name_inferred: true, doc_scrape_examples: Disabled, ..: lib_target("itoa", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11/src/lib.rs", Edition2018) } 5.004067625s INFO prepare_target{force=false package_id=itoa v1.0.11 target="itoa"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/itoa-3614d75eb8e9d8aa/lib-itoa` Caused by: No such file or directory (os error 2) 5.004417894s INFO prepare_target{force=false package_id=md-5 v0.10.6 target="md5"}: cargo::core::compiler::fingerprint: fingerprint error for md-5 v0.10.6/Build/TargetInner { ..: lib_target("md5", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/md-5-0.10.6/src/lib.rs", Edition2018) } 5.004439309s INFO prepare_target{force=false package_id=md-5 v0.10.6 target="md5"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/md-5-24818ad8c6d52b5e/lib-md5` Caused by: No such file or directory (os error 2) 5.004838911s INFO prepare_target{force=false package_id=digest v0.10.7 target="digest"}: cargo::core::compiler::fingerprint: fingerprint error for digest v0.10.7/Build/TargetInner { name_inferred: true, ..: lib_target("digest", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/src/lib.rs", Edition2018) } 5.004868708s INFO prepare_target{force=false package_id=digest v0.10.7 target="digest"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/digest-3e3d65ed12084bad/lib-digest` Caused by: No such file or directory (os error 2) 5.005257843s INFO prepare_target{force=false package_id=block-buffer v0.10.4 target="block_buffer"}: cargo::core::compiler::fingerprint: fingerprint error for block-buffer v0.10.4/Build/TargetInner { name_inferred: true, ..: lib_target("block_buffer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/src/lib.rs", Edition2018) } 5.005279018s INFO prepare_target{force=false package_id=block-buffer v0.10.4 target="block_buffer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/block-buffer-b6c68e5afca886b7/lib-block_buffer` Caused by: No such file or directory (os error 2) 5.005622382s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="generic_array"}: cargo::core::compiler::fingerprint: fingerprint error for generic-array v0.14.7/Build/TargetInner { ..: lib_target("generic_array", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs", Edition2015) } 5.005644580s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="generic_array"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/generic-array-f2ef47c10eb4e932/lib-generic_array` Caused by: No such file or directory (os error 2) 5.007272300s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for generic-array v0.14.7/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/build.rs", Edition2015) } 5.007316984s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/generic-array-edc4ef022611be34/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.007584882s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for generic-array v0.14.7/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/build.rs", Edition2015) } 5.007623760s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/generic-array-2bda171cd371477a/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.008139003s INFO prepare_target{force=false package_id=version_check v0.9.5 target="version_check"}: cargo::core::compiler::fingerprint: fingerprint error for version_check v0.9.5/Build/TargetInner { ..: lib_target("version_check", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/lib.rs", Edition2015) } 5.008162273s INFO prepare_target{force=false package_id=version_check v0.9.5 target="version_check"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/version_check-4a69c0cd361af2e0/lib-version_check` Caused by: No such file or directory (os error 2) 5.008497619s INFO prepare_target{force=false package_id=typenum v1.17.0 target="typenum"}: cargo::core::compiler::fingerprint: fingerprint error for typenum v1.17.0/Build/TargetInner { ..: lib_target("typenum", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs", Edition2018) } 5.008519015s INFO prepare_target{force=false package_id=typenum v1.17.0 target="typenum"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/typenum-6823ba339146a6c7/lib-typenum` Caused by: No such file or directory (os error 2) 5.009573463s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: fingerprint error for typenum v1.17.0/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-main", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs", Edition2018) } 5.009601885s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/typenum-d8462314b06f2cd1/run-build-script-build-script-main` Caused by: No such file or directory (os error 2) 5.009837667s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: fingerprint error for typenum v1.17.0/Build/TargetInner { ..: custom_build_target("build-script-main", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs", Edition2018) } 5.009856761s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/typenum-b556858ccdafa4a9/build-script-build-script-main` Caused by: No such file or directory (os error 2) 5.010191100s INFO prepare_target{force=false package_id=crypto-common v0.1.6 target="crypto_common"}: cargo::core::compiler::fingerprint: fingerprint error for crypto-common v0.1.6/Build/TargetInner { name_inferred: true, ..: lib_target("crypto_common", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/src/lib.rs", Edition2018) } 5.010211351s INFO prepare_target{force=false package_id=crypto-common v0.1.6 target="crypto_common"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/crypto-common-308f0321fb75d440/lib-crypto_common` Caused by: No such file or directory (os error 2) 5.010585858s INFO prepare_target{force=false package_id=scoped-tls v1.0.1 target="scoped_tls"}: cargo::core::compiler::fingerprint: fingerprint error for scoped-tls v1.0.1/Build/TargetInner { name_inferred: true, ..: lib_target("scoped_tls", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scoped-tls-1.0.1/src/lib.rs", Edition2015) } 5.010608080s INFO prepare_target{force=false package_id=scoped-tls v1.0.1 target="scoped_tls"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/scoped-tls-fa2a1049fca28d26/lib-scoped_tls` Caused by: No such file or directory (os error 2) 5.010930908s INFO prepare_target{force=false package_id=sha1 v0.10.6 target="sha1"}: cargo::core::compiler::fingerprint: fingerprint error for sha1 v0.10.6/Build/TargetInner { name_inferred: true, ..: lib_target("sha1", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/lib.rs", Edition2018) } 5.010952009s INFO prepare_target{force=false package_id=sha1 v0.10.6 target="sha1"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/sha1-54a11ec965bb9872/lib-sha1` Caused by: No such file or directory (os error 2) 5.011286886s INFO prepare_target{force=false package_id=cpufeatures v0.2.14 target="cpufeatures"}: cargo::core::compiler::fingerprint: fingerprint error for cpufeatures v0.2.14/Build/TargetInner { ..: lib_target("cpufeatures", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs", Edition2018) } 5.011306481s INFO prepare_target{force=false package_id=cpufeatures v0.2.14 target="cpufeatures"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/cpufeatures-5576a107eed0c038/lib-cpufeatures` Caused by: No such file or directory (os error 2) 5.011616698s INFO prepare_target{force=false package_id=sha2 v0.10.8 target="sha2"}: cargo::core::compiler::fingerprint: fingerprint error for sha2 v0.10.8/Build/TargetInner { name_inferred: true, ..: lib_target("sha2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/lib.rs", Edition2018) } 5.011636023s INFO prepare_target{force=false package_id=sha2 v0.10.8 target="sha2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/sha2-bb7d564bd8a9d194/lib-sha2` Caused by: No such file or directory (os error 2) 5.011987920s INFO prepare_target{force=false package_id=unicode-width v0.2.0 target="unicode_width"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-width v0.2.0/Build/TargetInner { ..: lib_target("unicode_width", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.2.0/src/lib.rs", Edition2021) } 5.012009154s INFO prepare_target{force=false package_id=unicode-width v0.2.0 target="unicode_width"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-width-2b0816f494764c12/lib-unicode_width` Caused by: No such file or directory (os error 2) 5.012318053s INFO prepare_target{force=false package_id=serde v1.0.214 target="serde"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.214/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs", Edition2018) } 5.012339557s INFO prepare_target{force=false package_id=serde v1.0.214 target="serde"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/serde-a09314bb33eaaae9/lib-serde` Caused by: No such file or directory (os error 2) 5.013255206s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.214/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/build.rs", Edition2018) } 5.013276826s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/serde-10c9d233bbd45cf8/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.013501892s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.214/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/build.rs", Edition2018) } 5.013519804s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/serde-9ef7f9cde25b876c/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.013834619s INFO prepare_target{force=false package_id=serde_derive v1.0.214 target="serde_derive"}: cargo::core::compiler::fingerprint: fingerprint error for serde_derive v1.0.214/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("serde_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/lib.rs", Edition2015) } 5.013855851s INFO prepare_target{force=false package_id=serde_derive v1.0.214 target="serde_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/serde_derive-a44a9de16d79cad2/lib-serde_derive` Caused by: No such file or directory (os error 2) 5.014216484s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="serde_json"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.132/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde_json", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/lib.rs", Edition2021) } 5.014239103s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="serde_json"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/serde_json-63fbef0759efb83a/lib-serde_json` Caused by: No such file or directory (os error 2) 5.014641731s INFO prepare_target{force=false package_id=ryu v1.0.18 target="ryu"}: cargo::core::compiler::fingerprint: fingerprint error for ryu v1.0.18/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("ryu", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/lib.rs", Edition2018) } 5.014663528s INFO prepare_target{force=false package_id=ryu v1.0.18 target="ryu"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/ryu-73753efb5edaaa5d/lib-ryu` Caused by: No such file or directory (os error 2) 5.015639110s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.132/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/build.rs", Edition2021) } 5.015658505s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/serde_json-72cea2453ec43fa6/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.015886621s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.132/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/build.rs", Edition2021) } 5.015924486s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/serde_json-e34f4d5a87c86711/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.016288022s INFO prepare_target{force=false package_id=rustc_ast v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast) target="rustc_ast"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_ast v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_ast", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast/src/lib.rs", Edition2021) } 5.016310715s INFO prepare_target{force=false package_id=rustc_ast v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast) target="rustc_ast"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_ast-d71d302d4f8fcbc9/lib-rustc_ast` Caused by: No such file or directory (os error 2) 5.016831566s INFO prepare_target{force=false package_id=rustc_ast_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir) target="rustc_ast_ir"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_ast_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_ast_ir", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir/src/lib.rs", Edition2021) } 5.016856477s INFO prepare_target{force=false package_id=rustc_ast_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir) target="rustc_ast_ir"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_ast_ir-a5c0bf17c458be9f/lib-rustc_ast_ir` Caused by: No such file or directory (os error 2) 5.017235608s INFO prepare_target{force=false package_id=rustc_lexer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer) target="rustc_lexer"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_lexer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_lexer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer/src/lib.rs", Edition2021) } 5.017259567s INFO prepare_target{force=false package_id=rustc_lexer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer) target="rustc_lexer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_lexer-f136ea18a00a9413/lib-rustc_lexer` Caused by: No such file or directory (os error 2) 5.017663530s INFO prepare_target{force=false package_id=unicode-properties v0.1.3 target="unicode_properties"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-properties v0.1.3/Build/TargetInner { ..: lib_target("unicode_properties", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-properties-0.1.3/src/lib.rs", Edition2021) } 5.017684273s INFO prepare_target{force=false package_id=unicode-properties v0.1.3 target="unicode_properties"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-properties-abc7d4325b36e402/lib-unicode_properties` Caused by: No such file or directory (os error 2) 5.017966285s 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/Build/TargetInner { ..: lib_target("unicode_xid", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-xid-0.2.6/src/lib.rs", Edition2015) } 5.017986194s INFO prepare_target{force=false package_id=unicode-xid v0.2.6 target="unicode_xid"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-xid-f61242575104beac/lib-unicode_xid` Caused by: No such file or directory (os error 2) 5.018328068s INFO prepare_target{force=false package_id=rustc_attr v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr) target="rustc_attr"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_attr v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_attr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr/src/lib.rs", Edition2021) } 5.018351175s INFO prepare_target{force=false package_id=rustc_attr v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr) target="rustc_attr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_attr-9dc89347b423681d/lib-rustc_attr` Caused by: No such file or directory (os error 2) 5.018743055s INFO prepare_target{force=false package_id=rustc_ast_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty) target="rustc_ast_pretty"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_ast_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_ast_pretty", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty/src/lib.rs", Edition2021) } 5.018766863s INFO prepare_target{force=false package_id=rustc_ast_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty) target="rustc_ast_pretty"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_ast_pretty-2cce120561067906/lib-rustc_ast_pretty` Caused by: No such file or directory (os error 2) 5.019113450s INFO prepare_target{force=false package_id=rustc_errors v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors) target="rustc_errors"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_errors v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_errors", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors/src/lib.rs", Edition2021) } 5.019135805s INFO prepare_target{force=false package_id=rustc_errors v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors) target="rustc_errors"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_errors-ee4432f7bd87bc2e/lib-rustc_errors` Caused by: No such file or directory (os error 2) 5.019628924s INFO prepare_target{force=false package_id=annotate-snippets v0.11.4 target="annotate_snippets"}: cargo::core::compiler::fingerprint: fingerprint error for annotate-snippets v0.11.4/Build/TargetInner { ..: lib_target("annotate_snippets", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/src/lib.rs", Edition2021) } 5.019660673s INFO prepare_target{force=false package_id=annotate-snippets v0.11.4 target="annotate_snippets"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/annotate-snippets-aafd3f08ca501753/lib-annotate_snippets` Caused by: No such file or directory (os error 2) 5.020188217s INFO prepare_target{force=false package_id=anstyle v1.0.10 target="anstyle"}: cargo::core::compiler::fingerprint: fingerprint error for anstyle v1.0.10/Build/TargetInner { ..: lib_target("anstyle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/src/lib.rs", Edition2021) } 5.020206962s INFO prepare_target{force=false package_id=anstyle v1.0.10 target="anstyle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/anstyle-f785d47d0e2007ee/lib-anstyle` Caused by: No such file or directory (os error 2) 5.020523249s 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/Build/TargetInner { ..: lib_target("unicode_width", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs", Edition2021) } 5.020543050s INFO prepare_target{force=false package_id=unicode-width v0.1.14 target="unicode_width"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-width-8c7e8784419cfde0/lib-unicode_width` Caused by: No such file or directory (os error 2) 5.020854902s INFO prepare_target{force=false package_id=derive_setters v0.1.6 target="derive_setters"}: cargo::core::compiler::fingerprint: fingerprint error for derive_setters v0.1.6/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("derive_setters", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive_setters-0.1.6/src/lib.rs", Edition2018) } 5.020873592s INFO prepare_target{force=false package_id=derive_setters v0.1.6 target="derive_setters"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/derive_setters-112edf8ece67f424/lib-derive_setters` Caused by: No such file or directory (os error 2) 5.021242584s INFO prepare_target{force=false package_id=darling v0.20.10 target="darling"}: cargo::core::compiler::fingerprint: fingerprint error for darling v0.20.10/Build/TargetInner { name_inferred: true, ..: lib_target("darling", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling-0.20.10/src/lib.rs", Edition2021) } 5.021263157s INFO prepare_target{force=false package_id=darling v0.20.10 target="darling"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/darling-5690cf2407a1721b/lib-darling` Caused by: No such file or directory (os error 2) 5.021601014s INFO prepare_target{force=false package_id=darling_core v0.20.10 target="darling_core"}: cargo::core::compiler::fingerprint: fingerprint error for darling_core v0.20.10/Build/TargetInner { name_inferred: true, ..: lib_target("darling_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_core-0.20.10/src/lib.rs", Edition2021) } 5.021619881s INFO prepare_target{force=false package_id=darling_core v0.20.10 target="darling_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/darling_core-bc454d8a54f1d4f2/lib-darling_core` Caused by: No such file or directory (os error 2) 5.021968479s INFO prepare_target{force=false package_id=fnv v1.0.7 target="fnv"}: cargo::core::compiler::fingerprint: fingerprint error for fnv v1.0.7/Build/TargetInner { ..: lib_target("fnv", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fnv-1.0.7/lib.rs", Edition2015) } 5.021987636s INFO prepare_target{force=false package_id=fnv v1.0.7 target="fnv"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/fnv-69a318086af263ab/lib-fnv` Caused by: No such file or directory (os error 2) 5.022351638s INFO prepare_target{force=false package_id=ident_case v1.0.1 target="ident_case"}: cargo::core::compiler::fingerprint: fingerprint error for ident_case v1.0.1/Build/TargetInner { name_inferred: true, ..: lib_target("ident_case", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ident_case-1.0.1/src/lib.rs", Edition2015) } 5.022370745s INFO prepare_target{force=false package_id=ident_case v1.0.1 target="ident_case"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/ident_case-fc73ba3ed0845f71/lib-ident_case` Caused by: No such file or directory (os error 2) 5.022647716s INFO prepare_target{force=false package_id=strsim v0.11.1 target="strsim"}: cargo::core::compiler::fingerprint: fingerprint error for strsim v0.11.1/Build/TargetInner { name_inferred: true, ..: lib_target("strsim", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/src/lib.rs", Edition2015) } 5.022665267s INFO prepare_target{force=false package_id=strsim v0.11.1 target="strsim"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/strsim-84b8a7e32617999a/lib-strsim` Caused by: No such file or directory (os error 2) 5.022933937s INFO prepare_target{force=false package_id=darling_macro v0.20.10 target="darling_macro"}: cargo::core::compiler::fingerprint: fingerprint error for darling_macro v0.20.10/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("darling_macro", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_macro-0.20.10/src/lib.rs", Edition2021) } 5.022951835s INFO prepare_target{force=false package_id=darling_macro v0.20.10 target="darling_macro"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/darling_macro-e8329114ee69654b/lib-darling_macro` Caused by: No such file or directory (os error 2) 5.023276534s INFO prepare_target{force=false package_id=rustc_error_codes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes) target="rustc_error_codes"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_error_codes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_error_codes", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes/src/lib.rs", Edition2021) } 5.023297414s INFO prepare_target{force=false package_id=rustc_error_codes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes) target="rustc_error_codes"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_error_codes-71bddecccaf558a0/lib-rustc_error_codes` Caused by: No such file or directory (os error 2) 5.023566431s INFO prepare_target{force=false package_id=rustc_error_messages v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages) target="rustc_error_messages"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_error_messages v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_error_messages", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages/src/lib.rs", Edition2021) } 5.023598318s INFO prepare_target{force=false package_id=rustc_error_messages v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages) target="rustc_error_messages"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_error_messages-23bd5cd9669cc9f6/lib-rustc_error_messages` Caused by: No such file or directory (os error 2) 5.023979183s INFO prepare_target{force=false package_id=fluent-bundle v0.15.3 target="fluent_bundle"}: cargo::core::compiler::fingerprint: fingerprint error for fluent-bundle v0.15.3/Build/TargetInner { ..: lib_target("fluent_bundle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/lib.rs", Edition2021) } 5.023999197s INFO prepare_target{force=false package_id=fluent-bundle v0.15.3 target="fluent_bundle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/fluent-bundle-9e41e2d2b708757d/lib-fluent_bundle` Caused by: No such file or directory (os error 2) 5.024334786s INFO prepare_target{force=false package_id=fluent-langneg v0.13.0 target="fluent_langneg"}: cargo::core::compiler::fingerprint: fingerprint error for fluent-langneg v0.13.0/Build/TargetInner { name_inferred: true, ..: lib_target("fluent_langneg", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0/src/lib.rs", Edition2018) } 5.024355484s INFO prepare_target{force=false package_id=fluent-langneg v0.13.0 target="fluent_langneg"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/fluent-langneg-5f5a745a54526967/lib-fluent_langneg` Caused by: No such file or directory (os error 2) 5.024697081s INFO prepare_target{force=false package_id=unic-langid v0.9.5 target="unic_langid"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid v0.9.5/Build/TargetInner { ..: lib_target("unic_langid", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5/src/lib.rs", Edition2021) } 5.024716150s INFO prepare_target{force=false package_id=unic-langid v0.9.5 target="unic_langid"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/unic-langid-b011ebd9e07be9ce/lib-unic_langid` Caused by: No such file or directory (os error 2) 5.025040046s INFO prepare_target{force=false package_id=unic-langid-impl v0.9.5 target="unic_langid_impl"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid-impl v0.9.5/Build/TargetInner { ..: lib_target("unic_langid_impl", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/lib.rs", Edition2021) } 5.025059395s INFO prepare_target{force=false package_id=unic-langid-impl v0.9.5 target="unic_langid_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/unic-langid-impl-8e398e7e4433f5bc/lib-unic_langid_impl` Caused by: No such file or directory (os error 2) 5.025366970s INFO prepare_target{force=false package_id=tinystr v0.7.6 target="tinystr"}: cargo::core::compiler::fingerprint: fingerprint error for tinystr v0.7.6/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("tinystr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/lib.rs", Edition2021) } 5.025391480s INFO prepare_target{force=false package_id=tinystr v0.7.6 target="tinystr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/tinystr-b679a2c088615f76/lib-tinystr` Caused by: No such file or directory (os error 2) 5.025710303s INFO prepare_target{force=false package_id=displaydoc v0.2.5 target="displaydoc"}: cargo::core::compiler::fingerprint: fingerprint error for displaydoc v0.2.5/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("displaydoc", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/displaydoc-0.2.5/src/lib.rs", Edition2021) } 5.025728312s INFO prepare_target{force=false package_id=displaydoc v0.2.5 target="displaydoc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/displaydoc-b39b89e85f3bcff4/lib-displaydoc` Caused by: No such file or directory (os error 2) 5.026059076s INFO prepare_target{force=false package_id=zerovec v0.10.4 target="zerovec"}: cargo::core::compiler::fingerprint: fingerprint error for zerovec v0.10.4/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("zerovec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/lib.rs", Edition2021) } 5.026079036s INFO prepare_target{force=false package_id=zerovec v0.10.4 target="zerovec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/zerovec-385aa4ba2d520db9/lib-zerovec` Caused by: No such file or directory (os error 2) 5.026427218s INFO prepare_target{force=false package_id=yoke v0.7.4 target="yoke"}: cargo::core::compiler::fingerprint: fingerprint error for yoke v0.7.4/Build/TargetInner { name_inferred: true, ..: lib_target("yoke", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/lib.rs", Edition2021) } 5.026447177s INFO prepare_target{force=false package_id=yoke v0.7.4 target="yoke"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/yoke-ecb3a5950c5c48a3/lib-yoke` Caused by: No such file or directory (os error 2) 5.026763494s INFO prepare_target{force=false package_id=yoke-derive v0.7.4 target="yoke_derive"}: cargo::core::compiler::fingerprint: fingerprint error for yoke-derive v0.7.4/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("yoke_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-derive-0.7.4/src/lib.rs", Edition2021) } 5.026781275s INFO prepare_target{force=false package_id=yoke-derive v0.7.4 target="yoke_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/yoke-derive-154ae6e6dd94af00/lib-yoke_derive` Caused by: No such file or directory (os error 2) 5.027151055s INFO prepare_target{force=false package_id=zerofrom v0.1.4 target="zerofrom"}: cargo::core::compiler::fingerprint: fingerprint error for zerofrom v0.1.4/Build/TargetInner { name_inferred: true, ..: lib_target("zerofrom", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-0.1.4/src/lib.rs", Edition2021) } 5.027169707s INFO prepare_target{force=false package_id=zerofrom v0.1.4 target="zerofrom"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/zerofrom-93e27f7c486df9a9/lib-zerofrom` Caused by: No such file or directory (os error 2) 5.027476245s INFO prepare_target{force=false package_id=zerofrom-derive v0.1.4 target="zerofrom_derive"}: cargo::core::compiler::fingerprint: fingerprint error for zerofrom-derive v0.1.4/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("zerofrom_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-derive-0.1.4/src/lib.rs", Edition2021) } 5.027496708s INFO prepare_target{force=false package_id=zerofrom-derive v0.1.4 target="zerofrom_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/zerofrom-derive-1ddac7462e655cf9/lib-zerofrom_derive` Caused by: No such file or directory (os error 2) 5.027851768s INFO prepare_target{force=false package_id=zerovec-derive v0.10.3 target="zerovec_derive"}: cargo::core::compiler::fingerprint: fingerprint error for zerovec-derive v0.10.3/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("zerovec_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/lib.rs", Edition2021) } 5.027883871s INFO prepare_target{force=false package_id=zerovec-derive v0.10.3 target="zerovec_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/zerovec-derive-e4af3192c642bd76/lib-zerovec_derive` Caused by: No such file or directory (os error 2) 5.028191702s INFO prepare_target{force=false package_id=unic-langid-macros v0.9.5 target="unic_langid_macros"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid-macros v0.9.5/Build/TargetInner { ..: lib_target("unic_langid_macros", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5/src/lib.rs", Edition2021) } 5.028217692s INFO prepare_target{force=false package_id=unic-langid-macros v0.9.5 target="unic_langid_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/unic-langid-macros-b91c653e2a677c98/lib-unic_langid_macros` Caused by: No such file or directory (os error 2) 5.028524940s INFO prepare_target{force=false package_id=proc-macro-hack v0.5.20+deprecated target="proc_macro_hack"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro-hack v0.5.20+deprecated/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("proc_macro_hack", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs", Edition2018) } 5.028543056s INFO prepare_target{force=false package_id=proc-macro-hack v0.5.20+deprecated target="proc_macro_hack"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/proc-macro-hack-873fadc04ba7c823/lib-proc_macro_hack` Caused by: No such file or directory (os error 2) 5.029358203s INFO prepare_target{force=false package_id=proc-macro-hack v0.5.20+deprecated target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro-hack v0.5.20+deprecated/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/build.rs", Edition2018) } 5.029378005s INFO prepare_target{force=false package_id=proc-macro-hack v0.5.20+deprecated target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/proc-macro-hack-692a379a7853f0d2/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.029589960s INFO prepare_target{force=false package_id=proc-macro-hack v0.5.20+deprecated target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro-hack v0.5.20+deprecated/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/build.rs", Edition2018) } 5.029606539s INFO prepare_target{force=false package_id=proc-macro-hack v0.5.20+deprecated target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/proc-macro-hack-9fd818877d314a89/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.029885354s INFO prepare_target{force=false package_id=unic-langid-macros-impl v0.9.5 target="unic_langid_macros_impl"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid-macros-impl v0.9.5/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("unic_langid_macros_impl", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-impl-0.9.5/src/lib.rs", Edition2021) } 5.029903929s INFO prepare_target{force=false package_id=unic-langid-macros-impl v0.9.5 target="unic_langid_macros_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/unic-langid-macros-impl-830a3853354acb4c/lib-unic_langid_macros_impl` Caused by: No such file or directory (os error 2) 5.030247406s INFO prepare_target{force=false package_id=unic-langid-impl v0.9.5 target="unic_langid_impl"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid-impl v0.9.5/Build/TargetInner { ..: lib_target("unic_langid_impl", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/lib.rs", Edition2021) } 5.030266086s INFO prepare_target{force=false package_id=unic-langid-impl v0.9.5 target="unic_langid_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/unic-langid-impl-a87391f96eed6ccd/lib-unic_langid_impl` Caused by: No such file or directory (os error 2) 5.030589874s INFO prepare_target{force=false package_id=tinystr v0.7.6 target="tinystr"}: cargo::core::compiler::fingerprint: fingerprint error for tinystr v0.7.6/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("tinystr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/lib.rs", Edition2021) } 5.030608894s INFO prepare_target{force=false package_id=tinystr v0.7.6 target="tinystr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/tinystr-56cfc747e11eb0dd/lib-tinystr` Caused by: No such file or directory (os error 2) 5.030915742s INFO prepare_target{force=false package_id=fluent-syntax v0.11.1 target="fluent_syntax"}: cargo::core::compiler::fingerprint: fingerprint error for fluent-syntax v0.11.1/Build/TargetInner { name_inferred: true, ..: lib_target("fluent_syntax", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/src/lib.rs", Edition2021) } 5.030934146s INFO prepare_target{force=false package_id=fluent-syntax v0.11.1 target="fluent_syntax"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/fluent-syntax-450b5cfd7bc4c48f/lib-fluent_syntax` Caused by: No such file or directory (os error 2) 5.031240658s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="thiserror"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/Build/TargetInner { ..: lib_target("thiserror", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/src/lib.rs", Edition2021) } 5.031257516s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="thiserror"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/thiserror-848564230f3b272c/lib-thiserror` Caused by: No such file or directory (os error 2) 5.032070631s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/build.rs", Edition2021) } 5.032088585s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/thiserror-d3e5ec7d218cdfa2/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.032292209s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/build.rs", Edition2021) } 5.032307358s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/thiserror-c24d34b418c00302/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.032575345s INFO prepare_target{force=false package_id=thiserror-impl v1.0.66 target="thiserror_impl"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror-impl v1.0.66/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("thiserror_impl", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs", Edition2021) } 5.032593169s INFO prepare_target{force=false package_id=thiserror-impl v1.0.66 target="thiserror_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/thiserror-impl-46f0f1157eb7bd93/lib-thiserror_impl` Caused by: No such file or directory (os error 2) 5.032879820s INFO prepare_target{force=false package_id=intl-memoizer v0.5.2 target="intl_memoizer"}: cargo::core::compiler::fingerprint: fingerprint error for intl-memoizer v0.5.2/Build/TargetInner { name_inferred: true, ..: lib_target("intl_memoizer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs", Edition2021) } 5.032896461s INFO prepare_target{force=false package_id=intl-memoizer v0.5.2 target="intl_memoizer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/intl-memoizer-a0f1b2e0e17f0306/lib-intl_memoizer` Caused by: No such file or directory (os error 2) 5.033165152s INFO prepare_target{force=false package_id=type-map v0.5.0 target="type_map"}: cargo::core::compiler::fingerprint: fingerprint error for type-map v0.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("type_map", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/src/lib.rs", Edition2018) } 5.033181614s INFO prepare_target{force=false package_id=type-map v0.5.0 target="type_map"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/type-map-918c21d29a24feb6/lib-type_map` Caused by: No such file or directory (os error 2) 5.033448059s INFO prepare_target{force=false package_id=intl_pluralrules v7.0.2 target="intl_pluralrules"}: cargo::core::compiler::fingerprint: fingerprint error for intl_pluralrules v7.0.2/Build/TargetInner { name_inferred: true, ..: lib_target("intl_pluralrules", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/lib.rs", Edition2018) } 5.033464522s INFO prepare_target{force=false package_id=intl_pluralrules v7.0.2 target="intl_pluralrules"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/intl_pluralrules-126c44a49534c81a/lib-intl_pluralrules` Caused by: No such file or directory (os error 2) 5.033725261s INFO prepare_target{force=false package_id=self_cell v0.10.3 target="self_cell"}: cargo::core::compiler::fingerprint: fingerprint error for self_cell v0.10.3/Build/TargetInner { name_inferred: true, ..: lib_target("self_cell", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3/src/lib.rs", Edition2018) } 5.033741960s INFO prepare_target{force=false package_id=self_cell v0.10.3 target="self_cell"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/self_cell-8e21c7245cc83aad/lib-self_cell` Caused by: No such file or directory (os error 2) 5.034036070s INFO prepare_target{force=false package_id=self_cell v1.0.4 target="self_cell"}: cargo::core::compiler::fingerprint: fingerprint error for self_cell v1.0.4/Build/TargetInner { name_inferred: true, ..: lib_target("self_cell", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/lib.rs", Edition2018) } 5.034052921s INFO prepare_target{force=false package_id=self_cell v1.0.4 target="self_cell"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/self_cell-51b7302a453e61a2/lib-self_cell` Caused by: No such file or directory (os error 2) 5.034353004s INFO prepare_target{force=false package_id=icu_list v1.5.0 target="icu_list"}: cargo::core::compiler::fingerprint: fingerprint error for icu_list v1.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("icu_list", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list-1.5.0/src/lib.rs", Edition2021) } 5.034374168s INFO prepare_target{force=false package_id=icu_list v1.5.0 target="icu_list"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_list-3d42f3e12b49f240/lib-icu_list` Caused by: No such file or directory (os error 2) 5.034736913s INFO prepare_target{force=false package_id=icu_list_data v1.5.0 target="icu_list_data"}: cargo::core::compiler::fingerprint: fingerprint error for icu_list_data v1.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("icu_list_data", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list_data-1.5.0/src/lib.rs", Edition2021) } 5.034755249s INFO prepare_target{force=false package_id=icu_list_data v1.5.0 target="icu_list_data"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_list_data-45646b75b92d75f3/lib-icu_list_data` Caused by: No such file or directory (os error 2) 5.035049396s INFO prepare_target{force=false package_id=icu_locid_transform v1.5.0 target="icu_locid_transform"}: cargo::core::compiler::fingerprint: fingerprint error for icu_locid_transform v1.5.0/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("icu_locid_transform", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/lib.rs", Edition2021) } 5.035068361s INFO prepare_target{force=false package_id=icu_locid_transform v1.5.0 target="icu_locid_transform"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_locid_transform-3dfdb84d9673e590/lib-icu_locid_transform` Caused by: No such file or directory (os error 2) 5.035435139s INFO prepare_target{force=false package_id=icu_locid v1.5.0 target="icu_locid"}: cargo::core::compiler::fingerprint: fingerprint error for icu_locid v1.5.0/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("icu_locid", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/lib.rs", Edition2021) } 5.035462944s INFO prepare_target{force=false package_id=icu_locid v1.5.0 target="icu_locid"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_locid-a39d3fc228b780e4/lib-icu_locid` Caused by: No such file or directory (os error 2) 5.035795580s INFO prepare_target{force=false package_id=litemap v0.7.3 target="litemap"}: cargo::core::compiler::fingerprint: fingerprint error for litemap v0.7.3/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("litemap", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/litemap-0.7.3/src/lib.rs", Edition2021) } 5.035814935s INFO prepare_target{force=false package_id=litemap v0.7.3 target="litemap"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/litemap-d63c6d3599802362/lib-litemap` Caused by: No such file or directory (os error 2) 5.036093657s INFO prepare_target{force=false package_id=writeable v0.5.5 target="writeable"}: cargo::core::compiler::fingerprint: fingerprint error for writeable v0.5.5/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("writeable", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/lib.rs", Edition2021) } 5.036110787s INFO prepare_target{force=false package_id=writeable v0.5.5 target="writeable"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/writeable-e1e7665884459ee7/lib-writeable` Caused by: No such file or directory (os error 2) 5.036385097s INFO prepare_target{force=false package_id=icu_locid_transform_data v1.5.0 target="icu_locid_transform_data"}: cargo::core::compiler::fingerprint: fingerprint error for icu_locid_transform_data v1.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("icu_locid_transform_data", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform_data-1.5.0/src/lib.rs", Edition2021) } 5.036402423s INFO prepare_target{force=false package_id=icu_locid_transform_data v1.5.0 target="icu_locid_transform_data"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_locid_transform_data-a451974950c35a04/lib-icu_locid_transform_data` Caused by: No such file or directory (os error 2) 5.036668974s INFO prepare_target{force=false package_id=icu_provider v1.5.0 target="icu_provider"}: cargo::core::compiler::fingerprint: fingerprint error for icu_provider v1.5.0/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("icu_provider", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/lib.rs", Edition2021) } 5.036685759s INFO prepare_target{force=false package_id=icu_provider v1.5.0 target="icu_provider"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_provider-6f23fe15c2102851/lib-icu_provider` Caused by: No such file or directory (os error 2) 5.037056178s INFO prepare_target{force=false package_id=icu_provider_macros v1.5.0 target="icu_provider_macros"}: cargo::core::compiler::fingerprint: fingerprint error for icu_provider_macros v1.5.0/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("icu_provider_macros", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_macros-1.5.0/src/lib.rs", Edition2021) } 5.037075710s INFO prepare_target{force=false package_id=icu_provider_macros v1.5.0 target="icu_provider_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/icu_provider_macros-b101ec4aa0edea2b/lib-icu_provider_macros` Caused by: No such file or directory (os error 2) 5.037387072s INFO prepare_target{force=false package_id=regex-automata v0.2.0 target="regex_automata"}: cargo::core::compiler::fingerprint: fingerprint error for regex-automata v0.2.0/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("regex_automata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.2.0/src/lib.rs", Edition2018) } 5.037405593s INFO prepare_target{force=false package_id=regex-automata v0.2.0 target="regex_automata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/regex-automata-87406ec2d6ddffd3/lib-regex_automata` Caused by: No such file or directory (os error 2) 5.037685501s INFO prepare_target{force=false package_id=icu_provider_adapters v1.5.0 target="icu_provider_adapters"}: cargo::core::compiler::fingerprint: fingerprint error for icu_provider_adapters v1.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("icu_provider_adapters", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/lib.rs", Edition2021) } 5.037702778s INFO prepare_target{force=false package_id=icu_provider_adapters v1.5.0 target="icu_provider_adapters"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_provider_adapters-5259b4bad6eb3dbc/lib-icu_provider_adapters` Caused by: No such file or directory (os error 2) 5.038008835s INFO prepare_target{force=false package_id=rustc_baked_icu_data v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data) target="rustc_baked_icu_data"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_baked_icu_data v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_baked_icu_data", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data/src/lib.rs", Edition2021) } 5.038029896s INFO prepare_target{force=false package_id=rustc_baked_icu_data v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data) target="rustc_baked_icu_data"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_baked_icu_data-823ac846532eafe5/lib-rustc_baked_icu_data` Caused by: No such file or directory (os error 2) 5.038365712s INFO prepare_target{force=false package_id=rustc_fluent_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro) target="rustc_fluent_macro"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_fluent_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro)/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("rustc_fluent_macro", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro/src/lib.rs", Edition2021) } 5.038387121s INFO prepare_target{force=false package_id=rustc_fluent_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro) target="rustc_fluent_macro"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/rustc_fluent_macro-dbbf4dcd55fbf21a/lib-rustc_fluent_macro` Caused by: No such file or directory (os error 2) 5.038766754s INFO prepare_target{force=false package_id=annotate-snippets v0.11.4 target="annotate_snippets"}: cargo::core::compiler::fingerprint: fingerprint error for annotate-snippets v0.11.4/Build/TargetInner { ..: lib_target("annotate_snippets", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/src/lib.rs", Edition2021) } 5.038785250s INFO prepare_target{force=false package_id=annotate-snippets v0.11.4 target="annotate_snippets"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/annotate-snippets-cdcb4ecba1c3393d/lib-annotate_snippets` Caused by: No such file or directory (os error 2) 5.039082016s INFO prepare_target{force=false package_id=anstyle v1.0.10 target="anstyle"}: cargo::core::compiler::fingerprint: fingerprint error for anstyle v1.0.10/Build/TargetInner { ..: lib_target("anstyle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/src/lib.rs", Edition2021) } 5.039100106s INFO prepare_target{force=false package_id=anstyle v1.0.10 target="anstyle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/anstyle-e6ed31ec4ef44376/lib-anstyle` Caused by: No such file or directory (os error 2) 5.039372967s 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/Build/TargetInner { ..: lib_target("unicode_width", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs", Edition2021) } 5.039388986s INFO prepare_target{force=false package_id=unicode-width v0.1.14 target="unicode_width"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/unicode-width-237889b0062a515f/lib-unicode_width` Caused by: No such file or directory (os error 2) 5.039636434s INFO prepare_target{force=false package_id=fluent-bundle v0.15.3 target="fluent_bundle"}: cargo::core::compiler::fingerprint: fingerprint error for fluent-bundle v0.15.3/Build/TargetInner { ..: lib_target("fluent_bundle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/lib.rs", Edition2021) } 5.039653053s INFO prepare_target{force=false package_id=fluent-bundle v0.15.3 target="fluent_bundle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/fluent-bundle-81d24b1d0a4b132c/lib-fluent_bundle` Caused by: No such file or directory (os error 2) 5.040109891s INFO prepare_target{force=false package_id=fluent-langneg v0.13.0 target="fluent_langneg"}: cargo::core::compiler::fingerprint: fingerprint error for fluent-langneg v0.13.0/Build/TargetInner { name_inferred: true, ..: lib_target("fluent_langneg", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0/src/lib.rs", Edition2018) } 5.040128327s INFO prepare_target{force=false package_id=fluent-langneg v0.13.0 target="fluent_langneg"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/fluent-langneg-8fbc5a1197651b08/lib-fluent_langneg` Caused by: No such file or directory (os error 2) 5.040397543s INFO prepare_target{force=false package_id=unic-langid v0.9.5 target="unic_langid"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid v0.9.5/Build/TargetInner { ..: lib_target("unic_langid", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5/src/lib.rs", Edition2021) } 5.040415964s INFO prepare_target{force=false package_id=unic-langid v0.9.5 target="unic_langid"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/unic-langid-fcc732d1314eb55d/lib-unic_langid` Caused by: No such file or directory (os error 2) 5.040700390s INFO prepare_target{force=false package_id=unic-langid-macros v0.9.5 target="unic_langid_macros"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid-macros v0.9.5/Build/TargetInner { ..: lib_target("unic_langid_macros", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5/src/lib.rs", Edition2021) } 5.040717171s INFO prepare_target{force=false package_id=unic-langid-macros v0.9.5 target="unic_langid_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/unic-langid-macros-da6130f95bbf9b84/lib-unic_langid_macros` Caused by: No such file or directory (os error 2) 5.041006896s INFO prepare_target{force=false package_id=fluent-syntax v0.11.1 target="fluent_syntax"}: cargo::core::compiler::fingerprint: fingerprint error for fluent-syntax v0.11.1/Build/TargetInner { name_inferred: true, ..: lib_target("fluent_syntax", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/src/lib.rs", Edition2021) } 5.041023398s INFO prepare_target{force=false package_id=fluent-syntax v0.11.1 target="fluent_syntax"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/fluent-syntax-94efdec0653934a8/lib-fluent_syntax` Caused by: No such file or directory (os error 2) 5.041354643s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="thiserror"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/Build/TargetInner { ..: lib_target("thiserror", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/src/lib.rs", Edition2021) } 5.041371198s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="thiserror"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/thiserror-60a07368af6dad75/lib-thiserror` Caused by: No such file or directory (os error 2) 5.042178491s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/build.rs", Edition2021) } 5.042196693s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/thiserror-de3dd87742184fe2/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.042399197s INFO prepare_target{force=false package_id=intl-memoizer v0.5.2 target="intl_memoizer"}: cargo::core::compiler::fingerprint: fingerprint error for intl-memoizer v0.5.2/Build/TargetInner { name_inferred: true, ..: lib_target("intl_memoizer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs", Edition2021) } 5.042416278s INFO prepare_target{force=false package_id=intl-memoizer v0.5.2 target="intl_memoizer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/intl-memoizer-869e02f32fc4379a/lib-intl_memoizer` Caused by: No such file or directory (os error 2) 5.042715471s INFO prepare_target{force=false package_id=type-map v0.5.0 target="type_map"}: cargo::core::compiler::fingerprint: fingerprint error for type-map v0.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("type_map", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/src/lib.rs", Edition2018) } 5.042742065s INFO prepare_target{force=false package_id=type-map v0.5.0 target="type_map"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/type-map-184d3df8acebd89a/lib-type_map` Caused by: No such file or directory (os error 2) 5.043024101s 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/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/src/lib.rs", Edition2015) } 5.043041568s INFO prepare_target{force=false package_id=rustc-hash v1.1.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/rustc-hash-c50ca4b20e3f713a/lib-rustc_hash` Caused by: No such file or directory (os error 2) 5.043308328s INFO prepare_target{force=false package_id=intl_pluralrules v7.0.2 target="intl_pluralrules"}: cargo::core::compiler::fingerprint: fingerprint error for intl_pluralrules v7.0.2/Build/TargetInner { name_inferred: true, ..: lib_target("intl_pluralrules", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/lib.rs", Edition2018) } 5.043325158s INFO prepare_target{force=false package_id=intl_pluralrules v7.0.2 target="intl_pluralrules"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/intl_pluralrules-aef283d776cdda66/lib-intl_pluralrules` Caused by: No such file or directory (os error 2) 5.043620629s INFO prepare_target{force=false package_id=self_cell v0.10.3 target="self_cell"}: cargo::core::compiler::fingerprint: fingerprint error for self_cell v0.10.3/Build/TargetInner { name_inferred: true, ..: lib_target("self_cell", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3/src/lib.rs", Edition2018) } 5.043637886s INFO prepare_target{force=false package_id=self_cell v0.10.3 target="self_cell"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/self_cell-4533091e8b2debe1/lib-self_cell` Caused by: No such file or directory (os error 2) 5.043906102s INFO prepare_target{force=false package_id=self_cell v1.0.4 target="self_cell"}: cargo::core::compiler::fingerprint: fingerprint error for self_cell v1.0.4/Build/TargetInner { name_inferred: true, ..: lib_target("self_cell", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/lib.rs", Edition2018) } 5.043923117s INFO prepare_target{force=false package_id=self_cell v1.0.4 target="self_cell"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/self_cell-c3765c001a34dd72/lib-self_cell` Caused by: No such file or directory (os error 2) 5.044190317s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: fingerprint error for smallvec v1.13.2/Build/TargetInner { name_inferred: true, ..: lib_target("smallvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs", Edition2018) } 5.044207133s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/smallvec-7f288ac4b6f00270/lib-smallvec` Caused by: No such file or directory (os error 2) 5.044489249s INFO prepare_target{force=false package_id=rustc_hir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir) target="rustc_hir"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_hir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hir", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir/src/lib.rs", Edition2021) } 5.044509046s INFO prepare_target{force=false package_id=rustc_hir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir) target="rustc_hir"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_hir-6ace2b9df5d02d3b/lib-rustc_hir` Caused by: No such file or directory (os error 2) 5.044927302s INFO prepare_target{force=false package_id=odht v0.3.1 target="odht"}: cargo::core::compiler::fingerprint: fingerprint error for odht v0.3.1/Build/TargetInner { name_inferred: true, ..: lib_target("odht", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs", Edition2018) } 5.044946058s INFO prepare_target{force=false package_id=odht v0.3.1 target="odht"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/odht-07601dbd82f06fec/lib-odht` Caused by: No such file or directory (os error 2) 5.045281183s INFO prepare_target{force=false package_id=rustc_target v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target) target="rustc_target"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_target v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_target", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target/src/lib.rs", Edition2021) } 5.045303775s INFO prepare_target{force=false package_id=rustc_target v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target) target="rustc_target"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_target-1343fc0bab5da7aa/lib-rustc_target` Caused by: No such file or directory (os error 2) 5.045723814s INFO prepare_target{force=false package_id=rustc_fs_util v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util) target="rustc_fs_util"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_fs_util v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_fs_util", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util/src/lib.rs", Edition2021) } 5.045746178s INFO prepare_target{force=false package_id=rustc_fs_util v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util) target="rustc_fs_util"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_fs_util-f2710aa483514ae6/lib-rustc_fs_util` Caused by: No such file or directory (os error 2) 5.046238942s INFO prepare_target{force=false package_id=rustc_lint_defs v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs) target="rustc_lint_defs"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_lint_defs v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_lint_defs", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs/src/lib.rs", Edition2021) } 5.046260755s INFO prepare_target{force=false package_id=rustc_lint_defs v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs) target="rustc_lint_defs"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_lint_defs-c39988305a4dec42/lib-rustc_lint_defs` Caused by: No such file or directory (os error 2) 5.046637424s INFO prepare_target{force=false package_id=rustc_type_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir) target="rustc_type_ir"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_type_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_type_ir", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir/src/lib.rs", Edition2021) } 5.046666485s INFO prepare_target{force=false package_id=rustc_type_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir) target="rustc_type_ir"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_type_ir-d68f32707fada953/lib-rustc_type_ir` Caused by: No such file or directory (os error 2) 5.047089348s INFO prepare_target{force=false package_id=rustc_type_ir_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros) target="rustc_type_ir_macros"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_type_ir_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros)/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("rustc_type_ir_macros", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros/src/lib.rs", Edition2021) } 5.047122871s INFO prepare_target{force=false package_id=rustc_type_ir_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros) target="rustc_type_ir_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/rustc_type_ir_macros-29c666194668eef5/lib-rustc_type_ir_macros` Caused by: No such file or directory (os error 2) 5.047431118s INFO prepare_target{force=false package_id=termcolor v1.4.1 target="termcolor"}: cargo::core::compiler::fingerprint: fingerprint error for termcolor v1.4.1/Build/TargetInner { benched: false, ..: lib_target("termcolor", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs", Edition2018) } 5.047450497s INFO prepare_target{force=false package_id=termcolor v1.4.1 target="termcolor"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/termcolor-6a505df0c4f39c72/lib-termcolor` Caused by: No such file or directory (os error 2) 5.047731904s INFO prepare_target{force=false package_id=termize v0.1.1 target="termize"}: cargo::core::compiler::fingerprint: fingerprint error for termize v0.1.1/Build/TargetInner { name_inferred: true, ..: lib_target("termize", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/lib.rs", Edition2018) } 5.047750151s INFO prepare_target{force=false package_id=termize v0.1.1 target="termize"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/termize-67a2c5aef2e43a72/lib-termize` Caused by: No such file or directory (os error 2) 5.048069765s INFO prepare_target{force=false package_id=rustc_session v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session) target="rustc_session"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_session v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_session", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session/src/lib.rs", Edition2021) } 5.048090225s INFO prepare_target{force=false package_id=rustc_session v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session) target="rustc_session"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_session-c225aa80c426cf0b/lib-rustc_session` Caused by: No such file or directory (os error 2) 5.048508726s INFO prepare_target{force=false package_id=getopts v0.2.21 target="getopts"}: cargo::core::compiler::fingerprint: fingerprint error for getopts v0.2.21/Build/TargetInner { name_inferred: true, ..: lib_target("getopts", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs", Edition2015) } 5.048527918s INFO prepare_target{force=false package_id=getopts v0.2.21 target="getopts"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/getopts-6e072770860a4c2c/lib-getopts` Caused by: No such file or directory (os error 2) 5.048862939s INFO prepare_target{force=false package_id=rustc_incremental v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental) target="rustc_incremental"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_incremental v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_incremental", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental/src/lib.rs", Edition2021) } 5.048895687s INFO prepare_target{force=false package_id=rustc_incremental v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental) target="rustc_incremental"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_incremental-e2a20796bfc683e6/lib-rustc_incremental` Caused by: No such file or directory (os error 2) 5.049274771s INFO prepare_target{force=false package_id=rustc_middle v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle) target="rustc_middle"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_middle v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_middle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle/src/lib.rs", Edition2021) } 5.049297013s INFO prepare_target{force=false package_id=rustc_middle v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle) target="rustc_middle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_middle-1ccb77809d798f3f/lib-rustc_middle` Caused by: No such file or directory (os error 2) 5.049789959s INFO prepare_target{force=false package_id=field-offset v0.3.6 target="field_offset"}: cargo::core::compiler::fingerprint: fingerprint error for field-offset v0.3.6/Build/TargetInner { name_inferred: true, ..: lib_target("field_offset", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs", Edition2015) } 5.049809388s INFO prepare_target{force=false package_id=field-offset v0.3.6 target="field_offset"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/field-offset-1282cd94a774f3b6/lib-field_offset` Caused by: No such file or directory (os error 2) 5.050687704s INFO prepare_target{force=false package_id=field-offset v0.3.6 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for field-offset v0.3.6/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/build.rs", Edition2015) } 5.050706610s INFO prepare_target{force=false package_id=field-offset v0.3.6 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/field-offset-9861ff4212f240aa/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.050925546s INFO prepare_target{force=false package_id=field-offset v0.3.6 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for field-offset v0.3.6/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/build.rs", Edition2015) } 5.050941497s INFO prepare_target{force=false package_id=field-offset v0.3.6 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/field-offset-b69f4e6ea77f0865/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.051351288s INFO prepare_target{force=false package_id=rustc_version v0.4.1 target="rustc_version"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_version v0.4.1/Build/TargetInner { ..: lib_target("rustc_version", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_version-0.4.1/src/lib.rs", Edition2018) } 5.051370478s INFO prepare_target{force=false package_id=rustc_version v0.4.1 target="rustc_version"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/rustc_version-9c74833355734264/lib-rustc_version` Caused by: No such file or directory (os error 2) 5.051694528s INFO prepare_target{force=false package_id=semver v1.0.23 target="semver"}: cargo::core::compiler::fingerprint: fingerprint error for semver v1.0.23/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("semver", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/lib.rs", Edition2018) } 5.051713349s INFO prepare_target{force=false package_id=semver v1.0.23 target="semver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/semver-48433fd682f476b4/lib-semver` Caused by: No such file or directory (os error 2) 5.052585265s INFO prepare_target{force=false package_id=semver v1.0.23 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for semver v1.0.23/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/build.rs", Edition2018) } 5.052603892s INFO prepare_target{force=false package_id=semver v1.0.23 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/semver-0debd04b48748c25/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.052812525s INFO prepare_target{force=false package_id=semver v1.0.23 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for semver v1.0.23/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/build.rs", Edition2018) } 5.052828456s INFO prepare_target{force=false package_id=semver v1.0.23 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/semver-c78a94e1563ffef4/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.053254099s INFO prepare_target{force=false package_id=memoffset v0.9.1 target="memoffset"}: cargo::core::compiler::fingerprint: fingerprint error for memoffset v0.9.1/Build/TargetInner { name_inferred: true, ..: lib_target("memoffset", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/lib.rs", Edition2015) } 5.053272349s INFO prepare_target{force=false package_id=memoffset v0.9.1 target="memoffset"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/memoffset-dbcedc67d3473828/lib-memoffset` Caused by: No such file or directory (os error 2) 5.054147701s INFO prepare_target{force=false package_id=memoffset v0.9.1 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for memoffset v0.9.1/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/build.rs", Edition2015) } 5.054165641s INFO prepare_target{force=false package_id=memoffset v0.9.1 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/memoffset-2cfbc7da435015aa/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.054377909s INFO prepare_target{force=false package_id=memoffset v0.9.1 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for memoffset v0.9.1/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/build.rs", Edition2015) } 5.054393613s INFO prepare_target{force=false package_id=memoffset v0.9.1 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/memoffset-0c9a270d7e9280e7/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.054705352s INFO prepare_target{force=false package_id=gsgdt v0.1.2 target="gsgdt"}: cargo::core::compiler::fingerprint: fingerprint error for gsgdt v0.1.2/Build/TargetInner { name_inferred: true, ..: lib_target("gsgdt", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/lib.rs", Edition2018) } 5.054733118s INFO prepare_target{force=false package_id=gsgdt v0.1.2 target="gsgdt"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/gsgdt-731c21ce1de8afdc/lib-gsgdt` Caused by: No such file or directory (os error 2) 5.055035831s INFO prepare_target{force=false package_id=polonius-engine v0.13.0 target="polonius_engine"}: cargo::core::compiler::fingerprint: fingerprint error for polonius-engine v0.13.0/Build/TargetInner { name_inferred: true, ..: lib_target("polonius_engine", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/polonius-engine-0.13.0/src/lib.rs", Edition2015) } 5.055054135s INFO prepare_target{force=false package_id=polonius-engine v0.13.0 target="polonius_engine"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/polonius-engine-09d49d249c441785/lib-polonius_engine` Caused by: No such file or directory (os error 2) 5.055368216s INFO prepare_target{force=false package_id=datafrog v2.0.1 target="datafrog"}: cargo::core::compiler::fingerprint: fingerprint error for datafrog v2.0.1/Build/TargetInner { name_inferred: true, ..: lib_target("datafrog", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/lib.rs", Edition2018) } 5.055395916s INFO prepare_target{force=false package_id=datafrog v2.0.1 target="datafrog"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/datafrog-db8bdc4b90b07069/lib-datafrog` Caused by: No such file or directory (os error 2) 5.055676719s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="rustc_apfloat"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_apfloat v0.2.1+llvm-462a31f5a5ab/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_apfloat", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs", Edition2021) } 5.055695348s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="rustc_apfloat"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_apfloat-d08a1b603c4d003c/lib-rustc_apfloat` Caused by: No such file or directory (os error 2) 5.056005745s INFO prepare_target{force=false package_id=bitflags v1.3.2 target="bitflags"}: cargo::core::compiler::fingerprint: fingerprint error for bitflags v1.3.2/Build/TargetInner { name_inferred: true, ..: lib_target("bitflags", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-1.3.2/src/lib.rs", Edition2018) } 5.056023179s INFO prepare_target{force=false package_id=bitflags v1.3.2 target="bitflags"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/bitflags-eece33b6246c0144/lib-bitflags` Caused by: No such file or directory (os error 2) 5.056854580s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_apfloat v0.2.1+llvm-462a31f5a5ab/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/build.rs", Edition2021) } 5.056873503s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_apfloat-5f70d47f0022cc66/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.057083625s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_apfloat v0.2.1+llvm-462a31f5a5ab/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/build.rs", Edition2021) } 5.057100784s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/rustc_apfloat-63481a610bde5705/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.057409879s INFO prepare_target{force=false package_id=rustc_hir_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty) target="rustc_hir_pretty"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_hir_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hir_pretty", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty/src/lib.rs", Edition2021) } 5.057431448s INFO prepare_target{force=false package_id=rustc_hir_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty) target="rustc_hir_pretty"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_hir_pretty-b58501ae05a64d42/lib-rustc_hir_pretty` Caused by: No such file or directory (os error 2) 5.057777974s INFO prepare_target{force=false package_id=rustc_query_system v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system) target="rustc_query_system"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_query_system v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_query_system", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system/src/lib.rs", Edition2021) } 5.057800322s INFO prepare_target{force=false package_id=rustc_query_system v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system) target="rustc_query_system"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_query_system-395f2c2628254edf/lib-rustc_query_system` Caused by: No such file or directory (os error 2) 5.058309910s INFO prepare_target{force=false package_id=rustc_metadata v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata) target="rustc_metadata"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_metadata v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_metadata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata/src/lib.rs", Edition2021) } 5.058331932s INFO prepare_target{force=false package_id=rustc_metadata v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata) target="rustc_metadata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_metadata-b31026a75ff489d0/lib-rustc_metadata` Caused by: No such file or directory (os error 2) 5.058791392s INFO prepare_target{force=false package_id=libloading v0.8.5 target="libloading"}: cargo::core::compiler::fingerprint: fingerprint error for libloading v0.8.5/Build/TargetInner { name_inferred: true, ..: lib_target("libloading", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/lib.rs", Edition2015) } 5.058810146s INFO prepare_target{force=false package_id=libloading v0.8.5 target="libloading"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/libloading-cc101bd0945c8024/lib-libloading` Caused by: No such file or directory (os error 2) 5.059122266s INFO prepare_target{force=false package_id=rustc_expand v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand) target="rustc_expand"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_expand v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand)/Build/TargetInner { name_inferred: true, doctest: false, ..: lib_target("rustc_expand", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand/src/lib.rs", Edition2021) } 5.059145060s INFO prepare_target{force=false package_id=rustc_expand v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand) target="rustc_expand"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_expand-ea9ed1b1789ba4da/lib-rustc_expand` Caused by: No such file or directory (os error 2) 5.059575988s INFO prepare_target{force=false package_id=rustc_ast_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes) target="rustc_ast_passes"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_ast_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_ast_passes", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes/src/lib.rs", Edition2021) } 5.059599896s INFO prepare_target{force=false package_id=rustc_ast_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes) target="rustc_ast_passes"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_ast_passes-86107638f46ed439/lib-rustc_ast_passes` Caused by: No such file or directory (os error 2) 5.060041562s INFO prepare_target{force=false package_id=rustc_parse v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse) target="rustc_parse"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_parse v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_parse", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse/src/lib.rs", Edition2021) } 5.060091576s INFO prepare_target{force=false package_id=rustc_parse v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse) target="rustc_parse"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_parse-7da932cfb9888217/lib-rustc_parse` Caused by: No such file or directory (os error 2) 5.060495582s INFO prepare_target{force=false package_id=unicode-normalization v0.1.24 target="unicode_normalization"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-normalization v0.1.24/Build/TargetInner { ..: lib_target("unicode_normalization", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs", Edition2018) } 5.060514899s INFO prepare_target{force=false package_id=unicode-normalization v0.1.24 target="unicode_normalization"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-normalization-72aab85e554b26b8/lib-unicode_normalization` Caused by: No such file or directory (os error 2) 5.060833238s INFO prepare_target{force=false package_id=tinyvec v1.8.0 target="tinyvec"}: cargo::core::compiler::fingerprint: fingerprint error for tinyvec v1.8.0/Build/TargetInner { ..: lib_target("tinyvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/lib.rs", Edition2018) } 5.060861512s INFO prepare_target{force=false package_id=tinyvec v1.8.0 target="tinyvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/tinyvec-ec43587702740550/lib-tinyvec` Caused by: No such file or directory (os error 2) 5.061158540s INFO prepare_target{force=false package_id=tinyvec_macros v0.1.1 target="tinyvec_macros"}: cargo::core::compiler::fingerprint: fingerprint error for tinyvec_macros v0.1.1/Build/TargetInner { name_inferred: true, ..: lib_target("tinyvec_macros", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec_macros-0.1.1/src/lib.rs", Edition2018) } 5.061176030s INFO prepare_target{force=false package_id=tinyvec_macros v0.1.1 target="tinyvec_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/tinyvec_macros-d9bcbd09d073cf71/lib-tinyvec_macros` Caused by: No such file or directory (os error 2) 5.061518668s INFO prepare_target{force=false package_id=rustc_symbol_mangling v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling) target="rustc_symbol_mangling"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_symbol_mangling v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_symbol_mangling", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling/src/lib.rs", Edition2021) } 5.061548298s INFO prepare_target{force=false package_id=rustc_symbol_mangling v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling) target="rustc_symbol_mangling"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_symbol_mangling-bb4c88ae8050912e/lib-rustc_symbol_mangling` Caused by: No such file or directory (os error 2) 5.062014728s INFO prepare_target{force=false package_id=punycode v0.4.1 target="punycode"}: cargo::core::compiler::fingerprint: fingerprint error for punycode v0.4.1/Build/TargetInner { name_inferred: true, ..: lib_target("punycode", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1/src/lib.rs", Edition2015) } 5.062033405s INFO prepare_target{force=false package_id=punycode v0.4.1 target="punycode"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/punycode-fef964d3999c9d4d/lib-punycode` Caused by: No such file or directory (os error 2) 5.062331350s INFO prepare_target{force=false package_id=rustc-demangle v0.1.24 target="rustc_demangle"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-demangle v0.1.24/Build/TargetInner { ..: lib_target("rustc_demangle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs", Edition2015) } 5.062350382s INFO prepare_target{force=false package_id=rustc-demangle v0.1.24 target="rustc_demangle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-demangle-69fd4e1c315f67ce/lib-rustc_demangle` Caused by: No such file or directory (os error 2) 5.062643658s INFO prepare_target{force=false package_id=rustc_trait_selection v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection) target="rustc_trait_selection"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_trait_selection v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_trait_selection", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection/src/lib.rs", Edition2021) } 5.062664845s INFO prepare_target{force=false package_id=rustc_trait_selection v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection) target="rustc_trait_selection"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_trait_selection-141beca554215974/lib-rustc_trait_selection` Caused by: No such file or directory (os error 2) 5.063249740s INFO prepare_target{force=false package_id=rustc_infer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer) target="rustc_infer"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_infer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer)/Build/TargetInner { name_inferred: true, doctest: false, ..: lib_target("rustc_infer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer/src/lib.rs", Edition2021) } 5.063272593s INFO prepare_target{force=false package_id=rustc_infer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer) target="rustc_infer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_infer-130509f7e116fb03/lib-rustc_infer` Caused by: No such file or directory (os error 2) 5.063725357s INFO prepare_target{force=false package_id=rustc_next_trait_solver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver) target="rustc_next_trait_solver"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_next_trait_solver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_next_trait_solver", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver/src/lib.rs", Edition2021) } 5.063749447s INFO prepare_target{force=false package_id=rustc_next_trait_solver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver) target="rustc_next_trait_solver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_next_trait_solver-ab57d8043c7c49a3/lib-rustc_next_trait_solver` Caused by: No such file or directory (os error 2) 5.064124439s INFO prepare_target{force=false package_id=rustc_parse_format v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format) target="rustc_parse_format"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_parse_format v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_parse_format", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format/src/lib.rs", Edition2021) } 5.064147499s INFO prepare_target{force=false package_id=rustc_parse_format v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format) target="rustc_parse_format"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_parse_format-f40f55c9ef1dfcf2/lib-rustc_parse_format` Caused by: No such file or directory (os error 2) 5.064467007s INFO prepare_target{force=false package_id=rustc_transmute v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute) target="rustc_transmute"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_transmute v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_transmute", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute/src/lib.rs", Edition2021) } 5.064498470s INFO prepare_target{force=false package_id=rustc_transmute v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute) target="rustc_transmute"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_transmute-3d0b905e5b87ad80/lib-rustc_transmute` Caused by: No such file or directory (os error 2) 5.064860072s INFO prepare_target{force=false package_id=thorin-dwp v0.8.0 target="thorin"}: cargo::core::compiler::fingerprint: fingerprint error for thorin-dwp v0.8.0/Build/TargetInner { benched: false, ..: lib_target("thorin", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs", Edition2021) } 5.064877935s INFO prepare_target{force=false package_id=thorin-dwp v0.8.0 target="thorin"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/thorin-dwp-738450d937c3266f/lib-thorin` Caused by: No such file or directory (os error 2) 5.065201416s INFO prepare_target{force=false package_id=gimli v0.30.0 target="gimli"}: cargo::core::compiler::fingerprint: fingerprint error for gimli v0.30.0/Build/TargetInner { name_inferred: true, ..: lib_target("gimli", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/lib.rs", Edition2018) } 5.065219537s INFO prepare_target{force=false package_id=gimli v0.30.0 target="gimli"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/gimli-ff3d3415b6971d62/lib-gimli` Caused by: No such file or directory (os error 2) 5.065533200s INFO prepare_target{force=false package_id=hashbrown v0.14.5 target="hashbrown"}: cargo::core::compiler::fingerprint: fingerprint error for hashbrown v0.14.5/Build/TargetInner { name_inferred: true, ..: lib_target("hashbrown", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/lib.rs", Edition2021) } 5.065550935s INFO prepare_target{force=false package_id=hashbrown v0.14.5 target="hashbrown"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/hashbrown-a55aa1258e6df305/lib-hashbrown` Caused by: No such file or directory (os error 2) 5.065857551s INFO prepare_target{force=false package_id=ahash v0.8.11 target="ahash"}: cargo::core::compiler::fingerprint: fingerprint error for ahash v0.8.11/Build/TargetInner { ..: lib_target("ahash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs", Edition2018) } 5.065875488s INFO prepare_target{force=false package_id=ahash v0.8.11 target="ahash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/ahash-3c9c2cdaeaa53027/lib-ahash` Caused by: No such file or directory (os error 2) 5.066762053s INFO prepare_target{force=false package_id=ahash v0.8.11 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for ahash v0.8.11/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/build.rs", Edition2018) } 5.066780756s INFO prepare_target{force=false package_id=ahash v0.8.11 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/ahash-088eba16d88ae078/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.067004005s INFO prepare_target{force=false package_id=ahash v0.8.11 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for ahash v0.8.11/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/build.rs", Edition2018) } 5.067030983s INFO prepare_target{force=false package_id=ahash v0.8.11 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/ahash-d660c6a50bc6a517/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.067327665s INFO prepare_target{force=false package_id=allocator-api2 v0.2.18 target="allocator_api2"}: cargo::core::compiler::fingerprint: fingerprint error for allocator-api2 v0.2.18/Build/TargetInner { name_inferred: true, ..: lib_target("allocator_api2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/lib.rs", Edition2018) } 5.067345405s INFO prepare_target{force=false package_id=allocator-api2 v0.2.18 target="allocator_api2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/allocator-api2-94183e4988f62c0d/lib-allocator_api2` Caused by: No such file or directory (os error 2) 5.067639350s INFO prepare_target{force=false package_id=wasm-encoder v0.216.0 target="wasm_encoder"}: cargo::core::compiler::fingerprint: fingerprint error for wasm-encoder v0.216.0/Build/TargetInner { ..: lib_target("wasm_encoder", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/lib.rs", Edition2021) } 5.067657242s INFO prepare_target{force=false package_id=wasm-encoder v0.216.0 target="wasm_encoder"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/wasm-encoder-b98e28d9185e85fc/lib-wasm_encoder` Caused by: No such file or directory (os error 2) 5.067940645s INFO prepare_target{force=false package_id=leb128 v0.2.5 target="leb128"}: cargo::core::compiler::fingerprint: fingerprint error for leb128 v0.2.5/Build/TargetInner { name_inferred: true, ..: lib_target("leb128", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/leb128-0.2.5/src/lib.rs", Edition2018) } 5.067958121s INFO prepare_target{force=false package_id=leb128 v0.2.5 target="leb128"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/leb128-c0918ad0425cce43/lib-leb128` Caused by: No such file or directory (os error 2) 5.068240200s INFO prepare_target{force=false package_id=rustc_driver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver) target="rustc_driver"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_driver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_driver", ["dylib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver/src/lib.rs", Edition2021) } 5.068260888s INFO prepare_target{force=false package_id=rustc_driver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver) target="rustc_driver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_driver-3167935cdd6ea5f8/lib-rustc_driver` Caused by: No such file or directory (os error 2) 5.069058642s INFO prepare_target{force=false package_id=rustc_driver_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl) target="rustc_driver_impl"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_driver_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_driver_impl", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl/src/lib.rs", Edition2021) } 5.069083070s INFO prepare_target{force=false package_id=rustc_driver_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl) target="rustc_driver_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_driver_impl-626eda8c309c6301/lib-rustc_driver_impl` Caused by: No such file or directory (os error 2) 5.069758661s INFO prepare_target{force=false package_id=ctrlc v3.4.5 target="ctrlc"}: cargo::core::compiler::fingerprint: fingerprint error for ctrlc v3.4.5/Build/TargetInner { name_inferred: true, ..: lib_target("ctrlc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/lib.rs", Edition2021) } 5.069779553s INFO prepare_target{force=false package_id=ctrlc v3.4.5 target="ctrlc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/ctrlc-8396eaa6c63259e7/lib-ctrlc` Caused by: No such file or directory (os error 2) 5.070079875s INFO prepare_target{force=false package_id=nix v0.29.0 target="nix"}: cargo::core::compiler::fingerprint: fingerprint error for nix v0.29.0/Build/TargetInner { name_inferred: true, ..: lib_target("nix", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/lib.rs", Edition2021) } 5.070100879s INFO prepare_target{force=false package_id=nix v0.29.0 target="nix"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/nix-a10e33a71c42c7bd/lib-nix` Caused by: No such file or directory (os error 2) 5.071197834s INFO prepare_target{force=false package_id=nix v0.29.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for nix v0.29.0/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/build.rs", Edition2021) } 5.071218073s INFO prepare_target{force=false package_id=nix v0.29.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/nix-4be0a95158d555a3/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.071940774s INFO prepare_target{force=false package_id=nix v0.29.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for nix v0.29.0/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/build.rs", Edition2021) } 5.071974811s INFO prepare_target{force=false package_id=nix v0.29.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/nix-84659ab41b7ebf07/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.072424421s INFO prepare_target{force=false package_id=cfg_aliases v0.2.1 target="cfg_aliases"}: cargo::core::compiler::fingerprint: fingerprint error for cfg_aliases v0.2.1/Build/TargetInner { name_inferred: true, ..: lib_target("cfg_aliases", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg_aliases-0.2.1/src/lib.rs", Edition2018) } 5.072449819s INFO prepare_target{force=false package_id=cfg_aliases v0.2.1 target="cfg_aliases"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/cfg_aliases-0c5bd77831992c94/lib-cfg_aliases` Caused by: No such file or directory (os error 2) 5.072784413s INFO prepare_target{force=false package_id=rustc_ast_lowering v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering) target="rustc_ast_lowering"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_ast_lowering v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering)/Build/TargetInner { name_inferred: true, doctest: false, ..: lib_target("rustc_ast_lowering", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering/src/lib.rs", Edition2021) } 5.072810063s INFO prepare_target{force=false package_id=rustc_ast_lowering v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering) target="rustc_ast_lowering"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_ast_lowering-a2e672f4127822bd/lib-rustc_ast_lowering` Caused by: No such file or directory (os error 2) 5.073393356s INFO prepare_target{force=false package_id=rustc_borrowck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck) target="rustc_borrowck"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_borrowck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_borrowck", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck/src/lib.rs", Edition2021) } 5.073419058s INFO prepare_target{force=false package_id=rustc_borrowck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck) target="rustc_borrowck"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_borrowck-924de1cd8d578731/lib-rustc_borrowck` Caused by: No such file or directory (os error 2) 5.073951483s INFO prepare_target{force=false package_id=rustc_mir_dataflow v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow) target="rustc_mir_dataflow"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_mir_dataflow v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_mir_dataflow", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow/src/lib.rs", Edition2021) } 5.073975629s INFO prepare_target{force=false package_id=rustc_mir_dataflow v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow) target="rustc_mir_dataflow"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_mir_dataflow-9c018ef66fff3545/lib-rustc_mir_dataflow` Caused by: No such file or directory (os error 2) 5.074441469s INFO prepare_target{force=false package_id=rustc_traits v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits) target="rustc_traits"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_traits v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_traits", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits/src/lib.rs", Edition2021) } 5.074473643s INFO prepare_target{force=false package_id=rustc_traits v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits) target="rustc_traits"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_traits-f1218df4ac4376da/lib-rustc_traits` Caused by: No such file or directory (os error 2) 5.074907933s INFO prepare_target{force=false package_id=rustc_builtin_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros) target="rustc_builtin_macros"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_builtin_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros)/Build/TargetInner { name_inferred: true, doctest: false, ..: lib_target("rustc_builtin_macros", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros/src/lib.rs", Edition2021) } 5.074932119s INFO prepare_target{force=false package_id=rustc_builtin_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros) target="rustc_builtin_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_builtin_macros-6de570ab309cde91/lib-rustc_builtin_macros` Caused by: No such file or directory (os error 2) 5.075418166s INFO prepare_target{force=false package_id=rustc_const_eval v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval) target="rustc_const_eval"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_const_eval v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_const_eval", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval/src/lib.rs", Edition2021) } 5.075440735s INFO prepare_target{force=false package_id=rustc_const_eval v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval) target="rustc_const_eval"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_const_eval-8b8d474757d9d2ab/lib-rustc_const_eval` Caused by: No such file or directory (os error 2) 5.075926056s INFO prepare_target{force=false package_id=rustc_hir_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis) target="rustc_hir_analysis"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_hir_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis)/Build/TargetInner { name_inferred: true, tested: false, doctest: false, ..: lib_target("rustc_hir_analysis", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis/src/lib.rs", Edition2021) } 5.075950073s INFO prepare_target{force=false package_id=rustc_hir_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis) target="rustc_hir_analysis"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_hir_analysis-9282e1d450501815/lib-rustc_hir_analysis` Caused by: No such file or directory (os error 2) 5.076555679s INFO prepare_target{force=false package_id=rustc_hir_typeck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck) target="rustc_hir_typeck"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_hir_typeck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hir_typeck", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck/src/lib.rs", Edition2021) } 5.076578078s INFO prepare_target{force=false package_id=rustc_hir_typeck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck) target="rustc_hir_typeck"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_hir_typeck-d93d2748a71cee43/lib-rustc_hir_typeck` Caused by: No such file or directory (os error 2) 5.077048724s INFO prepare_target{force=false package_id=rustc_lint v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint) target="rustc_lint"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_lint v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_lint", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint/src/lib.rs", Edition2021) } 5.077072036s INFO prepare_target{force=false package_id=rustc_lint v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint) target="rustc_lint"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_lint-8f2829c4db342c8a/lib-rustc_lint` Caused by: No such file or directory (os error 2) 5.077523641s INFO prepare_target{force=false package_id=unicode-security v0.1.2 target="unicode_security"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-security v0.1.2/Build/TargetInner { ..: lib_target("unicode_security", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-security-0.1.2/src/lib.rs", Edition2018) } 5.077543769s INFO prepare_target{force=false package_id=unicode-security v0.1.2 target="unicode_security"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-security-842c543878de5dac/lib-unicode_security` Caused by: No such file or directory (os error 2) 5.077863408s INFO prepare_target{force=false package_id=unicode-script v0.5.7 target="unicode_script"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-script v0.5.7/Build/TargetInner { ..: lib_target("unicode_script", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs", Edition2018) } 5.077883941s INFO prepare_target{force=false package_id=unicode-script v0.5.7 target="unicode_script"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-script-a92988a475a562f9/lib-unicode_script` Caused by: No such file or directory (os error 2) 5.078191993s INFO prepare_target{force=false package_id=rustc_interface v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface) target="rustc_interface"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_interface v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_interface", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface/src/lib.rs", Edition2021) } 5.078213820s INFO prepare_target{force=false package_id=rustc_interface v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface) target="rustc_interface"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_interface-dbdde4d7ebcf32ca/lib-rustc_interface` Caused by: No such file or directory (os error 2) 5.078843849s INFO prepare_target{force=false package_id=rustc_codegen_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm) target="rustc_codegen_llvm"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_codegen_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm)/Build/TargetInner { name_inferred: true, tested: false, ..: lib_target("rustc_codegen_llvm", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm/src/lib.rs", Edition2021) } 5.078869075s INFO prepare_target{force=false package_id=rustc_codegen_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm) target="rustc_codegen_llvm"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_codegen_llvm-df0c9f53e6cb1c42/lib-rustc_codegen_llvm` Caused by: No such file or directory (os error 2) 5.079567538s INFO prepare_target{force=false package_id=rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) target="rustc_llvm"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_llvm", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm/src/lib.rs", Edition2021) } 5.079591165s INFO prepare_target{force=false package_id=rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) target="rustc_llvm"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_llvm-4addbeca91c3eda6/lib-rustc_llvm` Caused by: No such file or directory (os error 2) 5.080551487s INFO prepare_target{force=false package_id=rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm)/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm/build.rs", Edition2021) } 5.080574689s INFO prepare_target{force=false package_id=rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_llvm-4c035b5706bb9db0/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.080792721s INFO prepare_target{force=false package_id=rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm)/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm/build.rs", Edition2021) } 5.080835848s INFO prepare_target{force=false package_id=rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/rustc_llvm-a5354bad0b1602e1/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.081166024s INFO prepare_target{force=false package_id=rustc_sanitizers v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers) target="rustc_sanitizers"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_sanitizers v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_sanitizers", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers/src/lib.rs", Edition2021) } 5.081187660s INFO prepare_target{force=false package_id=rustc_sanitizers v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers) target="rustc_sanitizers"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_sanitizers-3b4cf3259e8c9056/lib-rustc_sanitizers` Caused by: No such file or directory (os error 2) 5.081643992s INFO prepare_target{force=false package_id=rustc_mir_build v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build) target="rustc_mir_build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_mir_build v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_mir_build", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build/src/lib.rs", Edition2021) } 5.081668347s INFO prepare_target{force=false package_id=rustc_mir_build v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build) target="rustc_mir_build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_mir_build-26a9743febf445c9/lib-rustc_mir_build` Caused by: No such file or directory (os error 2) 5.082157024s INFO prepare_target{force=false package_id=rustc_pattern_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis) target="rustc_pattern_analysis"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_pattern_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_pattern_analysis", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis/src/lib.rs", Edition2021) } 5.082194211s INFO prepare_target{force=false package_id=rustc_pattern_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis) target="rustc_pattern_analysis"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_pattern_analysis-2106cd74b1e19cf0/lib-rustc_pattern_analysis` Caused by: No such file or directory (os error 2) 5.082811080s INFO prepare_target{force=false package_id=rustc_mir_transform v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform) target="rustc_mir_transform"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_mir_transform v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_mir_transform", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform/src/lib.rs", Edition2021) } 5.082850986s INFO prepare_target{force=false package_id=rustc_mir_transform v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform) target="rustc_mir_transform"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_mir_transform-a6ca9ac6816142c5/lib-rustc_mir_transform` Caused by: No such file or directory (os error 2) 5.083384490s INFO prepare_target{force=false package_id=rustc_monomorphize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize) target="rustc_monomorphize"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_monomorphize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_monomorphize", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize/src/lib.rs", Edition2021) } 5.083407917s INFO prepare_target{force=false package_id=rustc_monomorphize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize) target="rustc_monomorphize"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_monomorphize-195e7c916169a95b/lib-rustc_monomorphize` Caused by: No such file or directory (os error 2) 5.083807623s INFO prepare_target{force=false package_id=rustc_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes) target="rustc_passes"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_passes", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes/src/lib.rs", Edition2021) } 5.083830383s INFO prepare_target{force=false package_id=rustc_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes) target="rustc_passes"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_passes-f5c0a756fc8b0291/lib-rustc_passes` Caused by: No such file or directory (os error 2) 5.084294579s INFO prepare_target{force=false package_id=rustc_privacy v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy) target="rustc_privacy"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_privacy v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_privacy", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy/src/lib.rs", Edition2021) } 5.084329153s INFO prepare_target{force=false package_id=rustc_privacy v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy) target="rustc_privacy"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_privacy-af0bfeda3eaaf06c/lib-rustc_privacy` Caused by: No such file or directory (os error 2) 5.084700657s INFO prepare_target{force=false package_id=rustc_ty_utils v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils) target="rustc_ty_utils"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_ty_utils v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_ty_utils", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils/src/lib.rs", Edition2021) } 5.084723495s INFO prepare_target{force=false package_id=rustc_ty_utils v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils) target="rustc_ty_utils"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_ty_utils-d2b92377b4d81778/lib-rustc_ty_utils` Caused by: No such file or directory (os error 2) 5.085176924s INFO prepare_target{force=false package_id=rustc_query_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl) target="rustc_query_impl"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_query_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_query_impl", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl/src/lib.rs", Edition2021) } 5.085199740s INFO prepare_target{force=false package_id=rustc_query_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl) target="rustc_query_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_query_impl-58a10e23108ec110/lib-rustc_query_impl` Caused by: No such file or directory (os error 2) 5.085593316s INFO prepare_target{force=false package_id=rustc_resolve v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve) target="rustc_resolve"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_resolve v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_resolve", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve/src/lib.rs", Edition2021) } 5.085615295s INFO prepare_target{force=false package_id=rustc_resolve v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve) target="rustc_resolve"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_resolve-5ceb7d94539480d8/lib-rustc_resolve` Caused by: No such file or directory (os error 2) 5.086043108s INFO prepare_target{force=false package_id=pulldown-cmark v0.11.3 target="pulldown_cmark"}: cargo::core::compiler::fingerprint: fingerprint error for pulldown-cmark v0.11.3/Build/TargetInner { name_inferred: true, ..: lib_target("pulldown_cmark", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/lib.rs", Edition2021) } 5.086063591s INFO prepare_target{force=false package_id=pulldown-cmark v0.11.3 target="pulldown_cmark"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/pulldown-cmark-2e6d788df8ff58a5/lib-pulldown_cmark` Caused by: No such file or directory (os error 2) 5.087122926s INFO prepare_target{force=false package_id=pulldown-cmark v0.11.3 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for pulldown-cmark v0.11.3/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/build.rs", Edition2021) } 5.087142179s INFO prepare_target{force=false package_id=pulldown-cmark v0.11.3 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/pulldown-cmark-bd718dedeb898192/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.087351805s INFO prepare_target{force=false package_id=pulldown-cmark v0.11.3 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for pulldown-cmark v0.11.3/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/build.rs", Edition2021) } 5.087368784s INFO prepare_target{force=false package_id=pulldown-cmark v0.11.3 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/pulldown-cmark-5c13696c3c9d1924/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.087658718s INFO prepare_target{force=false package_id=pulldown-cmark-escape v0.11.0 target="pulldown_cmark_escape"}: cargo::core::compiler::fingerprint: fingerprint error for pulldown-cmark-escape v0.11.0/Build/TargetInner { name_inferred: true, ..: lib_target("pulldown_cmark_escape", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs", Edition2021) } 5.087678181s INFO prepare_target{force=false package_id=pulldown-cmark-escape v0.11.0 target="pulldown_cmark_escape"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/pulldown-cmark-escape-e7c6fa7507e10834/lib-pulldown_cmark_escape` Caused by: No such file or directory (os error 2) 5.087969724s INFO prepare_target{force=false package_id=unicase v2.8.0 target="unicase"}: cargo::core::compiler::fingerprint: fingerprint error for unicase v2.8.0/Build/TargetInner { ..: lib_target("unicase", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs", Edition2018) } 5.087988347s INFO prepare_target{force=false package_id=unicase v2.8.0 target="unicase"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicase-661532e258be5b8c/lib-unicase` Caused by: No such file or directory (os error 2) 5.088309380s INFO prepare_target{force=false package_id=rustc_log v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log) target="rustc_log"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_log v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_log", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log/src/lib.rs", Edition2021) } 5.088330816s INFO prepare_target{force=false package_id=rustc_log v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log) target="rustc_log"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_log-41077c028a2cd7e9/lib-rustc_log` Caused by: No such file or directory (os error 2) 5.088762701s INFO prepare_target{force=false package_id=tracing-subscriber v0.3.18 target="tracing_subscriber"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-subscriber v0.3.18/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_subscriber", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs", Edition2018) } 5.088782645s INFO prepare_target{force=false package_id=tracing-subscriber v0.3.18 target="tracing_subscriber"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/tracing-subscriber-5b617b61927b69ff/lib-tracing_subscriber` Caused by: No such file or directory (os error 2) 5.089302347s INFO prepare_target{force=false package_id=matchers v0.1.0 target="matchers"}: cargo::core::compiler::fingerprint: fingerprint error for matchers v0.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("matchers", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/matchers-0.1.0/src/lib.rs", Edition2018) } 5.089322884s INFO prepare_target{force=false package_id=matchers v0.1.0 target="matchers"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/matchers-33f25afb762f960c/lib-matchers` Caused by: No such file or directory (os error 2) 5.089635349s INFO prepare_target{force=false package_id=regex-automata v0.1.10 target="regex_automata"}: cargo::core::compiler::fingerprint: fingerprint error for regex-automata v0.1.10/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("regex_automata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/lib.rs", Edition2015) } 5.089656421s INFO prepare_target{force=false package_id=regex-automata v0.1.10 target="regex_automata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/regex-automata-51deb4b182a2f657/lib-regex_automata` Caused by: No such file or directory (os error 2) 5.089999747s INFO prepare_target{force=false package_id=regex-syntax v0.6.29 target="regex_syntax"}: cargo::core::compiler::fingerprint: fingerprint error for regex-syntax v0.6.29/Build/TargetInner { name_inferred: true, ..: lib_target("regex_syntax", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/lib.rs", Edition2018) } 5.090018410s INFO prepare_target{force=false package_id=regex-syntax v0.6.29 target="regex_syntax"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/regex-syntax-f267e31dcc8d2d09/lib-regex_syntax` Caused by: No such file or directory (os error 2) 5.090440213s INFO prepare_target{force=false package_id=nu-ansi-term v0.46.0 target="nu_ansi_term"}: cargo::core::compiler::fingerprint: fingerprint error for nu-ansi-term v0.46.0/Build/TargetInner { name_inferred: true, ..: lib_target("nu_ansi_term", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/lib.rs", Edition2018) } 5.090460548s INFO prepare_target{force=false package_id=nu-ansi-term v0.46.0 target="nu_ansi_term"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/nu-ansi-term-8dcad4c9046decf1/lib-nu_ansi_term` Caused by: No such file or directory (os error 2) 5.090800087s INFO prepare_target{force=false package_id=overload v0.1.1 target="overload"}: cargo::core::compiler::fingerprint: fingerprint error for overload v0.1.1/Build/TargetInner { name_inferred: true, ..: lib_target("overload", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/overload-0.1.1/src/lib.rs", Edition2018) } 5.090819497s INFO prepare_target{force=false package_id=overload v0.1.1 target="overload"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/overload-45eda91e83174b03/lib-overload` Caused by: No such file or directory (os error 2) 5.091148367s INFO prepare_target{force=false package_id=sharded-slab v0.1.7 target="sharded_slab"}: cargo::core::compiler::fingerprint: fingerprint error for sharded-slab v0.1.7/Build/TargetInner { name_inferred: true, ..: lib_target("sharded_slab", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs", Edition2018) } 5.091166344s INFO prepare_target{force=false package_id=sharded-slab v0.1.7 target="sharded_slab"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/sharded-slab-25baf6f181facf69/lib-sharded_slab` Caused by: No such file or directory (os error 2) 5.091509748s INFO prepare_target{force=false package_id=lazy_static v1.5.0 target="lazy_static"}: cargo::core::compiler::fingerprint: fingerprint error for lazy_static v1.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("lazy_static", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/lib.rs", Edition2015) } 5.091528318s INFO prepare_target{force=false package_id=lazy_static v1.5.0 target="lazy_static"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/lazy_static-a0973535a14fbba1/lib-lazy_static` Caused by: No such file or directory (os error 2) 5.091847802s INFO prepare_target{force=false package_id=thread_local v1.1.8 target="thread_local"}: cargo::core::compiler::fingerprint: fingerprint error for thread_local v1.1.8/Build/TargetInner { name_inferred: true, ..: lib_target("thread_local", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs", Edition2021) } 5.091865913s INFO prepare_target{force=false package_id=thread_local v1.1.8 target="thread_local"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/thread_local-067a95ce2833ebe4/lib-thread_local` Caused by: No such file or directory (os error 2) 5.092189957s INFO prepare_target{force=false package_id=tracing-tree v0.3.1 target="tracing_tree"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-tree v0.3.1/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_tree", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs", Edition2018) } 5.092207609s INFO prepare_target{force=false package_id=tracing-tree v0.3.1 target="tracing_tree"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/tracing-tree-22d8ed02c0297b9b/lib-tracing_tree` Caused by: No such file or directory (os error 2) 5.092586356s INFO prepare_target{force=false package_id=nu-ansi-term v0.50.1 target="nu_ansi_term"}: cargo::core::compiler::fingerprint: fingerprint error for nu-ansi-term v0.50.1/Build/TargetInner { name_inferred: true, ..: lib_target("nu_ansi_term", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/lib.rs", Edition2021) } 5.092606466s INFO prepare_target{force=false package_id=nu-ansi-term v0.50.1 target="nu_ansi_term"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/nu-ansi-term-e74539da925d937c/lib-nu_ansi_term` Caused by: No such file or directory (os error 2) 5.092909502s INFO prepare_target{force=false package_id=tracing-log v0.2.0 target="tracing_log"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-log v0.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_log", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs", Edition2018) } 5.092929210s INFO prepare_target{force=false package_id=tracing-log v0.2.0 target="tracing_log"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/tracing-log-1f31f902e9f70c1d/lib-tracing_log` Caused by: No such file or directory (os error 2) 5.093302029s INFO prepare_target{force=false package_id=rustc_smir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir) target="rustc_smir"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_smir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_smir", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir/src/lib.rs", Edition2021) } 5.093324437s INFO prepare_target{force=false package_id=rustc_smir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir) target="rustc_smir"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_smir-5a7734238a2a8dc7/lib-rustc_smir` Caused by: No such file or directory (os error 2) 5.093763812s INFO prepare_target{force=false package_id=stable_mir v0.1.0-preview (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir) target="stable_mir"}: cargo::core::compiler::fingerprint: fingerprint error for stable_mir v0.1.0-preview (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir)/Build/TargetInner { name_inferred: true, ..: lib_target("stable_mir", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir/src/lib.rs", Edition2021) } 5.093786802s INFO prepare_target{force=false package_id=stable_mir v0.1.0-preview (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir) target="stable_mir"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/stable_mir-7129574c137cd874/lib-stable_mir` Caused by: No such file or directory (os error 2) 5.094125988s INFO prepare_target{force=false package_id=time v0.3.36 target="time"}: cargo::core::compiler::fingerprint: fingerprint error for time v0.3.36/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("time", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs", Edition2021) } 5.094145894s INFO prepare_target{force=false package_id=time v0.3.36 target="time"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/time-97ffffedf08889a9/lib-time` Caused by: No such file or directory (os error 2) 5.094528142s INFO prepare_target{force=false package_id=deranged v0.3.11 target="deranged"}: cargo::core::compiler::fingerprint: fingerprint error for deranged v0.3.11/Build/TargetInner { name_inferred: true, ..: lib_target("deranged", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs", Edition2021) } 5.094547911s INFO prepare_target{force=false package_id=deranged v0.3.11 target="deranged"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/deranged-5282f7cf73a15ad7/lib-deranged` Caused by: No such file or directory (os error 2) 5.094867430s INFO prepare_target{force=false package_id=powerfmt v0.2.0 target="powerfmt"}: cargo::core::compiler::fingerprint: fingerprint error for powerfmt v0.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("powerfmt", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/lib.rs", Edition2021) } 5.094896024s INFO prepare_target{force=false package_id=powerfmt v0.2.0 target="powerfmt"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/powerfmt-4eb9604a0e957007/lib-powerfmt` Caused by: No such file or directory (os error 2) 5.095320979s INFO prepare_target{force=false package_id=num-conv v0.1.0 target="num_conv"}: cargo::core::compiler::fingerprint: fingerprint error for num-conv v0.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("num_conv", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/src/lib.rs", Edition2021) } 5.095340646s INFO prepare_target{force=false package_id=num-conv v0.1.0 target="num_conv"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/num-conv-0ee16091b2912f66/lib-num_conv` Caused by: No such file or directory (os error 2) 5.095645054s INFO prepare_target{force=false package_id=time-core v0.1.2 target="time_core"}: cargo::core::compiler::fingerprint: fingerprint error for time-core v0.1.2/Build/TargetInner { name_inferred: true, ..: lib_target("time_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/src/lib.rs", Edition2021) } 5.095664596s INFO prepare_target{force=false package_id=time-core v0.1.2 target="time_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/.fingerprint/time-core-31cfd11ed36fb46a/lib-time_core` Caused by: No such file or directory (os error 2) 5.095965252s INFO prepare_target{force=false package_id=time-macros v0.2.18 target="time_macros"}: cargo::core::compiler::fingerprint: fingerprint error for time-macros v0.2.18/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("time_macros", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/lib.rs", Edition2021) } 5.095984989s INFO prepare_target{force=false package_id=time-macros v0.2.18 target="time_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/time-macros-0bb74942d1c4d54e/lib-time_macros` Caused by: No such file or directory (os error 2) 5.096303000s INFO prepare_target{force=false package_id=num-conv v0.1.0 target="num_conv"}: cargo::core::compiler::fingerprint: fingerprint error for num-conv v0.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("num_conv", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/src/lib.rs", Edition2021) } 5.096321160s INFO prepare_target{force=false package_id=num-conv v0.1.0 target="num_conv"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/num-conv-14f1158317d3cb1c/lib-num_conv` Caused by: No such file or directory (os error 2) 5.096596906s INFO prepare_target{force=false package_id=time-core v0.1.2 target="time_core"}: cargo::core::compiler::fingerprint: fingerprint error for time-core v0.1.2/Build/TargetInner { name_inferred: true, ..: lib_target("time_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/src/lib.rs", Edition2021) } 5.096615651s INFO prepare_target{force=false package_id=time-core v0.1.2 target="time_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/.fingerprint/time-core-a23171f9ead3ca42/lib-time_core` Caused by: No such file or directory (os error 2) Compiling proc-macro2 v1.0.89 Compiling unicode-ident v1.0.13 Compiling libc v0.2.164 Compiling cfg-if v1.0.0 Compiling stable_deref_trait v1.2.0 Compiling crossbeam-utils v0.8.20 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.89 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=89 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=e22a26ee4f214982 -C extra-filename=-e22a26ee4f214982 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro2-e22a26ee4f214982 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=7ca6848fea0efd1f -C extra-filename=-7ca6848fea0efd1f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/crossbeam-utils-7ca6848fea0efd1f -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=0910425d2a08be3e -C extra-filename=-0910425d2a08be3e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8e05f41d89165266 -C extra-filename=-8e05f41d89165266 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/libc-8e05f41d89165266 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_ident --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=efd10f0c2391c873 -C extra-filename=-efd10f0c2391c873 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stable_deref_trait-1.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stable_deref_trait-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name stable_deref_trait --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5eeeb9cb34eddf90 -C extra-filename=-5eeeb9cb34eddf90 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling version_check v0.9.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name version_check --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a69c0cd361af2e0 -C extra-filename=-4a69c0cd361af2e0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling shlex v1.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name shlex --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6b3d85452fd0be34 -C extra-filename=-6b3d85452fd0be34 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling autocfg v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION=1.0 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name autocfg --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5bb435b6bb19264 -C extra-filename=-a5bb435b6bb19264 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/version.rs:192:32 | 192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/version.rs:199:32 | 199 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/channel.rs:192:32 | 192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/date.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `manual_codegen_check` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:353:12 | 353 | #[cfg_attr(manual_codegen_check, inline(never))] | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0/src/error.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:26:1 | 26 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:196:38 | 196 | .collect::>, QuoteError>>()? | ---^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 196 | .collect::>, QuoteError>>()? | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:484:37 | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:497:48 | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs:228:34 | 228 | pub fn quote(in_str: &str) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 228 | pub fn quote(in_str: &str) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs:241:45 | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | +++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/crossbeam-utils-ddd080248411db3f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/crossbeam-utils-7ca6848fea0efd1f/build-script-build` [crossbeam-utils 0.8.20] cargo:rerun-if-changed=no_atomic.rs [crossbeam-utils 0.8.20] cargo:rustc-check-cfg=cfg(crossbeam_no_atomic,crossbeam_sanitize_thread) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/crossbeam-utils-ddd080248411db3f/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_utils --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=e0062810de0b2da4 -C extra-filename=-e0062810de0b2da4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.89 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=89 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro2-3462642bcbcd274a/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro2-e22a26ee4f214982/build-script-build` warning: `shlex` (lib) generated 7 warnings Compiling cc v1.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.2.5 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=7678ed3dafcb06cf -C extra-filename=-7678ed3dafcb06cf --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern shlex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libshlex-6b3d85452fd0be34.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:45:7 | 45 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_no_atomic`, `crossbeam_sanitize_thread`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, and `ub_checks` and 2 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: requested on the command line with `-W unexpected-cfgs` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:68:11 | 68 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:109:11 | 109 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:25:11 | 25 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:28:11 | 28 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:36:19 | 36 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:53:19 | 53 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:107:7 | 107 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` 78 | 79 | impl_atomic!(AtomicBool, bool); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 80 | impl_atomic!(AtomicUsize, usize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 81 | impl_atomic!(AtomicIsize, isize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 82 | impl_atomic!(AtomicU8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 83 | impl_atomic!(AtomicI8, i8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 84 | impl_atomic!(AtomicU16, u16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 85 | impl_atomic!(AtomicI16, i16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 87 | impl_atomic!(AtomicU32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 89 | impl_atomic!(AtomicI32, i32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 94 | impl_atomic!(AtomicU64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 99 | impl_atomic!(AtomicI64, i64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:15:11 | 15 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(fuzzing) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_is_available) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_literal_byte_character) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_literal_c_string) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_source_text) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(proc_macro_span) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(randomize_layout) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(span_locations) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(super_unstable) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(wrap_proc_macro) [proc-macro2 1.0.89] cargo:rerun-if-changed=build/probe.rs [proc-macro2 1.0.89] cargo:rustc-cfg=wrap_proc_macro Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.89 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=89 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro2-3462642bcbcd274a/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro2 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=56c928c128d4a9c9 -C extra-filename=-56c928c128d4a9c9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunicode_ident-efd10f0c2391c873.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/libc-f0bbbc724bb352a3/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/libc-8e05f41d89165266/build-script-build` [libc 0.2.164] cargo:rerun-if-changed=build.rs warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/flags.rs:166:18 | 166 | target: &TargetInfo, | ^^^^^^^^^^ expected lifetime parameter | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:220:9 | 220 | #![deny(warnings)] | ^^^^^^^^ = note: `#[warn(elided_lifetimes_in_paths)]` implied by `#[warn(warnings)]` help: indicate the anonymous lifetime | 166 | target: &TargetInfo<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:2427:64 | 2427 | fn add_inherited_rustflags(&self, cmd: &mut Tool, target: &TargetInfo) -> Result<(), Error> { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2427 | fn add_inherited_rustflags(&self, cmd: &mut Tool, target: &TargetInfo<'_>) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:3757:39 | 3757 | fn apple_sdk_root(&self, target: &TargetInfo) -> Result, Error> { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3757 | fn apple_sdk_root(&self, target: &TargetInfo<'_>) -> Result, Error> { | ++++ warning: `version_check` (lib) generated 4 warnings Compiling smallvec v1.13.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name smallvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="const_generics"' --cfg 'feature="may_dangle"' --cfg 'feature="union"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=59e0e5d99ed660e1 -C extra-filename=-59e0e5d99ed660e1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` [libc 0.2.164] cargo:rustc-cfg=freebsd11 [libc 0.2.164] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.164] cargo:rustc-cfg=libc_union [libc 0.2.164] cargo:rustc-cfg=libc_const_size_of [libc 0.2.164] cargo:rustc-cfg=libc_align [libc 0.2.164] cargo:rustc-cfg=libc_int128 [libc 0.2.164] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.164] cargo:rustc-cfg=libc_packedN [libc 0.2.164] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.164] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.164] cargo:rustc-cfg=libc_long_array [libc 0.2.164] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.164] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.164] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.164] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.164] cargo:rustc-check-cfg=cfg(espidf_time32) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_ctest) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/libc-f0bbbc724bb352a3/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=7040f7cb7b8580d0 -C extra-filename=-7040f7cb7b8580d0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:76:48 | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:92:47 | 92 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:169:29 | 169 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:191:32 | 191 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:197:32 | 197 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:682:32 | 682 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:691:63 | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:773:34 | 773 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:897:32 | 897 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:909:32 | 909 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 909 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1190:32 | 1190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1196:34 | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:255:32 | 255 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 255 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:285:32 | 285 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 285 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:298:32 | 298 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 298 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:566:63 | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:663:40 | 663 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 663 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:672:40 | 672 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 672 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:760:32 | 760 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:769:32 | 769 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:982:32 | 982 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:991:32 | 991 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 991 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:308:32 | 308 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:327:32 | 327 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 327 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:562:32 | 562 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 562 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:636:32 | 636 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:648:32 | 648 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:794:40 | 794 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:800:40 | 800 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 800 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:885:34 | 885 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 885 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1068:32 | 1068 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1074:32 | 1074 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1318:32 | 1318 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1318 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1324:32 | 1324 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1324 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1360:36 | 1360 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `alloc::alloc::dealloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:339:5 | 339 | alloc::alloc::dealloc(ptr.as_ptr() as *mut u8, layout) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:336:1 | 336 | unsafe fn deallocate(ptr: NonNull, capacity: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:638:27 | 638 | ConstNonNull::new(self.inline.as_ptr() as *const A::Item).unwrap() | ^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:637:5 | 637 | unsafe fn inline(&self) -> ConstNonNull { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:642:22 | 642 | NonNull::new(self.inline.as_mut_ptr() as *mut A::Item).unwrap() | ^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:641:5 | 641 | unsafe fn inline_mut(&mut self) -> NonNull { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:652:45 | 652 | core::mem::ManuallyDrop::into_inner(self.inline) | ^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:651:5 | 651 | unsafe fn into_inline(self) -> MaybeUninit { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:656:23 | 656 | (ConstNonNull(self.heap.0), self.heap.1) | ^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:655:5 | 655 | unsafe fn heap(&self) -> (ConstNonNull, usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:656:37 | 656 | (ConstNonNull(self.heap.0), self.heap.1) | ^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:660:22 | 660 | let h = &mut self.heap; | ^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:659:5 | 659 | unsafe fn heap_mut(&mut self) -> (NonNull, &mut usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1055:18 | 1055 | a = &*(src as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1048:1 | 1048 | / unsafe fn atomic_load(src: *mut T) -> T 1049 | | where 1050 | | T: Copy, | |____________^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1056:13 | 1056 | mem::transmute_copy(&a.load(Ordering::Acquire)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1055:18 | 1055 | a = &*(src as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::read_volatile` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1069:27 | 1069 | let val = ptr::read_volatile(src.cast::>()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1072:28 | 1072 | return val.assume_init(); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1078:23 | 1078 | let val = ptr::read(src); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1094:18 | 1094 | a = &*(dst as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1090:1 | 1090 | unsafe fn atomic_store(dst: *mut T, val: T) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1095:21 | 1095 | a.store(mem::transmute_copy(&val), Ordering::Release); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1094:18 | 1094 | a = &*(dst as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1100:13 | 1100 | ptr::write(dst, val); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1113:18 | 1113 | a = &*(dst as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1109:1 | 1109 | unsafe fn atomic_swap(dst: *mut T, val: T) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1114:23 | 1114 | let res = mem::transmute_copy(&a.swap(mem::transmute_copy(&val), Ordering::AcqRel)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1114:51 | 1114 | let res = mem::transmute_copy(&a.swap(mem::transmute_copy(&val), Ordering::AcqRel)); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1113:18 | 1113 | a = &*(dst as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::replace` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1120:13 | 1120 | ptr::replace(dst, val) | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1140:18 | 1140 | a = &*(dst as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1133:1 | 1133 | / unsafe fn atomic_compare_exchange_weak(dst: *mut T, mut current: T, new: T) -> Result 1134 | | where 1135 | | T: Copy + Eq, | |_________________^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:177:42 | 177 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:226:42 | 226 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: `autocfg` (lib) generated 1 warning Compiling once_cell v1.20.2 warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1141:35 | 1141 | let mut current_raw = mem::transmute_copy(¤t); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name once_cell --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=22898cffeb33b285 -C extra-filename=-22898cffeb33b285 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1142:27 | 1142 | let new_raw = mem::transmute_copy(&new); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1153:40 | 1153 | let previous = mem::transmute_copy(&previous_raw); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1140:18 | 1140 | a = &*(dst as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:753:42 | 753 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:786:42 | 786 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:813:42 | 813 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:851:42 | 851 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:892:42 | 892 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:925:42 | 925 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 925 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1172:23 | 1172 | if T::eq(&*dst, ¤t) { | ^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::replace` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1173:20 | 1173 | Ok(ptr::replace(dst, new)) | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:960:42 | 960 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1175:27 | 1175 | let val = ptr::read(dst); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1068:50 | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter) | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/x86_64.rs:81:42 | 81 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/once_lock.rs:77:10 | 77 | &*self.value.get().cast::() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/once_lock.rs:75:5 | 75 | unsafe fn get_unchecked(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `sync::parker::Unparker::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/parker.rs:204:23 | 204 | unparker: Unparker::from_raw(ptr), | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/parker.rs:202:5 | 202 | pub unsafe fn from_raw(ptr: *const ()) -> Parker { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::sync::Arc::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/parker.rs:291:20 | 291 | inner: Arc::from_raw(ptr.cast::()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/parker.rs:289:5 | 289 | pub unsafe fn from_raw(ptr: *const ()) -> Unparker { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:430:36 | 430 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:722:36 | 722 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:910:36 | 910 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:1261:36 | 1261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/sharded_lock.rs:581:14 | 581 | mapping: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/sharded_lock.rs:594:22 | 594 | mapping: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/imp_std.rs:101:21 | 101 | let slot = &*self.value.get(); | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/imp_std.rs:99:5 | 99 | pub(crate) unsafe fn get_unchecked(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::option::Option::::unwrap_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/imp_std.rs:102:9 | 102 | slot.as_ref().unwrap_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `imp::OnceCell::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:1032:13 | 1032 | self.0.get_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:1031:9 | 1031 | pub unsafe fn get_unchecked(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ For more information about this error, try `rustc --explain E0133`. warning: `smallvec` (lib) generated 7 warnings Compiling quote v1.0.37 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name quote --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=2a54a39a506f10dd -C extra-filename=-2a54a39a506f10dd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:591:12 | 591 | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:589:1 | 589 | / f! { 590 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr { 591 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() { 592 | | (*mhdr).msg_control as *mut ::cmsghdr ... | 622 | | } 623 | | } | |_- in this macro invocation = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:592:13 | 592 | (*mhdr).msg_control as *mut ::cmsghdr | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:599:40 | 599 | let bits = ::mem::size_of_val(&(*set).fds_bits[0]) * 8; | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:589:1 | 589 | / f! { 590 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr { 591 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() { 592 | | (*mhdr).msg_control as *mut ::cmsghdr ... | 622 | | } 623 | | } | |_- in this macro invocation warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:601:9 | 601 | (*set).fds_bits[fd / bits] &= !(1 << (fd % bits)); | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:606:40 | 606 | let bits = ::mem::size_of_val(&(*set).fds_bits[0]) * 8; | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:589:1 | 589 | / f! { 590 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr { 591 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() { 592 | | (*mhdr).msg_control as *mut ::cmsghdr ... | 622 | | } 623 | | } | |_- in this macro invocation warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:608:17 | 608 | return ((*set).fds_bits[fd / bits] & (1 << (fd % bits))) != 0 | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:612:40 | 612 | let bits = ::mem::size_of_val(&(*set).fds_bits[0]) * 8; | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:589:1 | 589 | / f! { 590 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr { 591 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() { 592 | | (*mhdr).msg_control as *mut ::cmsghdr ... | 622 | | } 623 | | } | |_- in this macro invocation warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:614:9 | 614 | (*set).fds_bits[fd / bits] |= 1 << (fd % bits); | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:619:21 | 619 | for slot in (*set).fds_bits.iter_mut() { | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:589:1 | 589 | / f! { 590 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr { 591 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() { 592 | | (*mhdr).msg_control as *mut ::cmsghdr ... | 622 | | } 623 | | } | |_- in this macro invocation warning: `once_cell` (lib) generated 7 warnings Compiling crossbeam-epoch v0.9.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_epoch CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.9.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_epoch --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=5014fcae2f5224d7 -C extra-filename=-5014fcae2f5224d7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-e0062810de0b2da4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:634:9 | 634 | (*(self as *const siginfo_t as *const siginfo_timer))._pid | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:625:5 | 625 | pub unsafe fn si_pid(&self) -> ::pid_t { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:647:9 | 647 | (*(self as *const siginfo_t as *const siginfo_timer))._uid | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:637:5 | 637 | pub unsafe fn si_uid(&self) -> ::uid_t { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:661:9 | 661 | (*(self as *const siginfo_t as *const siginfo_timer)).value | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:650:5 | 650 | pub unsafe fn si_value(&self) -> ::sigval { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1983:9 | 1983 | / (cmsg as *mut ::c_uchar) 1984 | | .offset(_ALIGN(::mem::size_of::<::cmsghdr>()) as isize) | |___________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1981:1 | 1981 | / f! { 1982 | | pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar { 1983 | | (cmsg as *mut ::c_uchar) 1984 | | .offset(_ALIGN(::mem::size_of::<::cmsghdr>()) as isize) ... | 2025 | | } 2026 | | } | |_- in this macro invocation warning[E0133]: call to unsafe function `unix::bsd::CMSG_FIRSTHDR` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1995:20 | 1995 | return ::CMSG_FIRSTHDR(mhdr); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1981:1 | 1981 | / f! { 1982 | | pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar { 1983 | | (cmsg as *mut ::c_uchar) 1984 | | .offset(_ALIGN(::mem::size_of::<::cmsghdr>()) as isize) ... | 2025 | | } 2026 | | } | |_- in this macro invocation warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1997:43 | 1997 | let next = cmsg as usize + _ALIGN((*cmsg).cmsg_len as usize) | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1999:19 | 1999 | let max = (*mhdr).msg_control as usize | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:2000:15 | 2000 | + (*mhdr).msg_controllen as usize; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:2004:37 | 2004 | (cmsg as usize + _ALIGN((*cmsg).cmsg_len as usize)) | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:66:7 | 66 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:69:7 | 69 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:91:11 | 91 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1675:21 | 1675 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:350:15 | 350 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:358:11 | 358 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/collector.rs:112:21 | 112 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:90:21 | 90 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:56:15 | 56 | #[cfg(not(any(crossbeam_sanitize, miri)))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:59:11 | 59 | #[cfg(any(crossbeam_sanitize, miri))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:300:15 | 300 | #[cfg(not(any(crossbeam_sanitize, miri)))] // `crossbeam_sanitize` and `miri` reduce the size of `Local` | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:557:21 | 557 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:202:29 | 202 | let steps = if cfg!(crossbeam_sanitize) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/mod.rs:5:11 | 5 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/list.rs:298:21 | 298 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/queue.rs:217:21 | 217 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:64:21 | 64 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:14:15 | 14 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:22:11 | 22 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:204:10 | 204 | &*(ptr as *const T) | ^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:203:5 | 203 | unsafe fn deref<'a>(ptr: usize) -> &'a Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:208:14 | 208 | &mut *(ptr as *mut T) | ^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:207:5 | 207 | unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:212:14 | 212 | drop(Box::from_raw(ptr as *mut T)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:211:5 | 211 | unsafe fn drop(ptr: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::alloc::alloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:260:19 | 260 | let ptr = alloc::alloc::alloc(layout).cast::>(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:258:5 | 258 | unsafe fn init(len: Self::Init) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:264:9 | 264 | ptr::addr_of_mut!((*ptr).len).write(len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:264:27 | 264 | ptr::addr_of_mut!((*ptr).len).write(len); | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:269:22 | 269 | let array = &*(ptr as *const Array); | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:268:5 | 268 | unsafe fn deref<'a>(ptr: usize) -> &'a Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:270:9 | 270 | slice::from_raw_parts(array.elements.as_ptr() as *const _, array.len) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:274:22 | 274 | let array = &*(ptr as *mut Array); | ^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:273:5 | 273 | unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:275:9 | 275 | slice::from_raw_parts_mut(array.elements.as_ptr() as *mut _, array.len) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:279:19 | 279 | let len = (*(ptr as *mut Array)).len; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:278:5 | 278 | unsafe fn drop(ptr: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::alloc::dealloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:281:9 | 281 | alloc::alloc::dealloc(ptr as *mut u8, layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `atomic::Pointer::from_usize` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:884:9 | 884 | Owned::from_usize(self.data.into_inner()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:883:5 | 883 | pub unsafe fn into_owned(self) -> Owned { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Pointer::from_usize` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:925:18 | 925 | Some(Owned::from_usize(data)) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:920:5 | 920 | pub unsafe fn try_into_owned(self) -> Option> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Pointer::from_usize` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1102:9 | 1102 | Self::from_usize(raw) | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1099:5 | 1099 | pub unsafe fn from_raw(raw: *mut T) -> Owned { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `quote` (lib) generated 13 warnings Compiling syn v2.0.87 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.87 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=87 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=5eaabbb92e148b0a -C extra-filename=-5eaabbb92e148b0a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rmeta --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunicode_ident-efd10f0c2391c873.rmeta --cap-lints warn -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `atomic::Pointable::deref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1421:9 | 1421 | T::deref(raw) | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1419:5 | 1419 | pub unsafe fn deref(&self) -> &'g T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Pointable::deref_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1463:9 | 1463 | T::deref_mut(raw) | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1461:5 | 1461 | pub unsafe fn deref_mut(&mut self) -> &'g mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Pointable::deref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1503:18 | 1503 | Some(T::deref(raw)) | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1498:5 | 1498 | pub unsafe fn as_ref(&self) -> Option<&'g T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Pointer::from_usize` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1533:9 | 1533 | Owned::from_usize(self.data) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1531:5 | 1531 | pub unsafe fn into_owned(self) -> Owned { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Pointer::from_usize` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1562:18 | 1562 | Some(Owned::from_usize(self.data)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1558:5 | 1558 | pub unsafe fn try_into_owned(self) -> Option> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:52:32 | 52 | let f: F = ptr::read(raw.cast::()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:51:17 | 51 | unsafe fn call(raw: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:69:37 | 69 | let b: Box = ptr::read(raw.cast::>()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:66:17 | 66 | unsafe fn call(raw: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::const_ptr::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/guard.rs:192:30 | 192 | if let Some(local) = self.local.as_ref() { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/guard.rs:188:5 | 188 | / pub unsafe fn defer_unchecked(&self, f: F) 189 | | where 190 | | F: FnOnce() -> R, | |_________________________^ warning[E0133]: call to unsafe function `internal::Local::defer` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/guard.rs:193:13 | 193 | local.defer(Deferred::new(move || drop(f())), self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `guard::Guard::defer_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/guard.rs:269:9 | 269 | self.defer_unchecked(move || ptr.into_owned()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/guard.rs:268:5 | 268 | pub unsafe fn defer_destroy(&self, ptr: Shared<'_, T>) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Shared::<'g, T>::into_owned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/guard.rs:269:38 | 269 | self.defer_unchecked(move || ptr.into_owned()); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:361:46 | 361 | let bag = self.bag.with_mut(|b| &mut *b); | ^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:360:5 | 360 | pub(crate) unsafe fn defer(&self, mut deferred: Deferred, guard: &Guard) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `internal::Bag::try_push` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:363:28 | 363 | while let Err(d) = bag.try_push(deferred) { | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:360:5 | 360 | pub(crate) unsafe fn defer(&self, mut deferred: Deferred, guard: &Guard) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:549:10 | 549 | &*local_ptr | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:546:5 | 546 | unsafe fn element_of(entry: &Entry) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `guard::Guard::defer_destroy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:553:9 | 553 | guard.defer_destroy(Shared::from(Self::element_of(entry) as *const _)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:552:5 | 552 | unsafe fn finalize(entry: &Entry, guard: &Guard) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `sync::list::IsElement::element_of` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:553:42 | 553 | guard.defer_destroy(Shared::from(Self::element_of(entry) as *const _)); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `atomic::Shared::<'g, T>::deref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/list.rs:176:41 | 176 | let entry: &Entry = C::entry_of(container.deref()); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/list.rs:172:5 | 172 | pub(crate) unsafe fn insert<'g>(&'g self, container: Shared<'g, T>, guard: &'g Guard) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/once_lock.rs:77:10 | 77 | &*self.value.get().cast::() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/once_lock.rs:75:5 | 75 | unsafe fn get_unchecked(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `proc-macro2` (lib) generated 111 warnings Compiling num_cpus v1.16.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.16.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name num_cpus --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=465dda44746e9929 -C extra-filename=-465dda44746e9929 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `nacl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs:355:5 | 355 | target_os = "nacl", | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("nacl"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"nacl\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nacl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs:437:5 | 437 | target_os = "nacl", | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("nacl"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"nacl\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs:34:1 | 33 | / #[cfg(not(windows))] 34 | | extern crate libc; | | ^^^^^^^^^^^^^^^^^- | |__________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `crossbeam-utils` (lib) generated 51 warnings Compiling crossbeam-deque v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_deque CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Concurrent work-stealing deque' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-deque CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_deque --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1ec01d7a90e09117 -C extra-filename=-1ec01d7a90e09117 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern crossbeam_epoch=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_epoch-5014fcae2f5224d7.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-e0062810de0b2da4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `num_cpus` (lib) generated 3 warnings Compiling crossbeam-channel v0.5.13 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_channel CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Multi-producer multi-consumer channels for message passing' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.5.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_channel --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4a7b0bc92f7d7c13 -C extra-filename=-4a7b0bc92f7d7c13 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-e0062810de0b2da4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `libc` (lib) generated 29 warnings Compiling either v1.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name either --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=bece2021b0fc1168 -C extra-filename=-bece2021b0fc1168 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:53:14 | 53 | drop(Box::from_raw(slice::from_raw_parts_mut( | ______________^ 54 | | self.ptr.cast::>(), 55 | | self.cap, 56 | | ))); | |__________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:52:5 | 52 | unsafe fn dealloc(self) { | ^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:53:28 | 53 | drop(Box::from_raw(slice::from_raw_parts_mut( | ____________________________^ 54 | | self.ptr.cast::>(), 55 | | self.cap, 56 | | ))); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:64:9 | 64 | self.ptr.offset(index & (self.cap - 1) as isize) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:60:5 | 60 | unsafe fn at(&self, index: isize) -> *mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::write_volatile` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:74:9 | 74 | ptr::write_volatile(self.at(index).cast::>(), task) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:73:5 | 73 | unsafe fn write(&self, index: isize, task: MaybeUninit) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `deque::Buffer::::at` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:74:29 | 74 | ptr::write_volatile(self.at(index).cast::>(), task) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::read_volatile` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:84:9 | 84 | ptr::read_volatile(self.at(index).cast::>()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:83:5 | 83 | unsafe fn read(&self, index: isize) -> MaybeUninit { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `deque::Buffer::::at` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:84:28 | 84 | ptr::read_volatile(self.at(index).cast::>()) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:296:13 | 296 | ptr::copy_nonoverlapping(buffer.at(i), new.at(i), 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:286:5 | 286 | unsafe fn resize(&self, new_cap: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `deque::Buffer::::at` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:296:38 | 296 | ptr::copy_nonoverlapping(buffer.at(i), new.at(i), 1); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `deque::Buffer::::at` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:296:52 | 296 | ptr::copy_nonoverlapping(buffer.at(i), new.at(i), 1); | ^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `crossbeam_epoch::Guard::defer_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:310:9 | 310 | guard.defer_unchecked(move || old.into_owned().into_box().dealloc()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `deque::Buffer::::dealloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:310:39 | 310 | guard.defer_unchecked(move || old.into_owned().into_box().dealloc()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `crossbeam_epoch::Shared::<'g, T>::into_owned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:310:39 | 310 | guard.defer_unchecked(move || old.into_owned().into_box().dealloc()); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:1257:24 | 1257 | let slot = (*this).slots.get_unchecked(i); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:1253:5 | 1253 | unsafe fn destroy(this: *mut Block, count: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:1257:24 | 1257 | let slot = (*this).slots.get_unchecked(i); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:1269:14 | 1269 | drop(Box::from_raw(this)); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs:311:1 | 311 | extern crate self as syn; | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:128:21 | 128 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 128 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:155:25 | 155 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 155 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 181 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 182 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 183 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 184 | impl_low_level_token!("group token" proc_macro2::Group any_group); | ----------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 185 | impl_low_level_token!("lifetime" Lifetime lifetime); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:192:21 | 192 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:372:44 | 372 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 520 | / define_punctuation_structs! { 521 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 522 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 372 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:535:21 | 535 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:554:21 | 554 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 554 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:608:32 | 608 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 608 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:648:21 | 648 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:659:21 | 659 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:670:21 | 670 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 670 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:681:21 | 681 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 681 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:245:44 | 245 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 245 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:279:33 | 279 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 279 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:288:33 | 288 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 288 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:372:44 | 372 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 372 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:418:33 | 418 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:427:33 | 427 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 427 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: `crossbeam-deque` (lib) generated 16 warnings Compiling memchr v2.7.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=943ade0a503260fc -C extra-filename=-943ade0a503260fc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:479:44 | 479 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 795 | / define_delimiters! { 796 | | Brace pub struct Brace /// `{`…`}` 797 | | Bracket pub struct Bracket /// `[`…`]` 798 | | Parenthesis pub struct Paren /// `(`…`)` 799 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 479 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:981:34 | 981 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 981 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:992:40 | 992 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 992 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1001:41 | 1001 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1001 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1007:28 | 1007 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1034:35 | 1034 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1034 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:659:38 | 659 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:666:45 | 666 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:676:45 | 676 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 676 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:688:25 | 688 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 688 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:696:25 | 696 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:704:25 | 704 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 704 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:712:41 | 712 | fn parse_outermost_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 712 | fn parse_outermost_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:721:60 | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:731:54 | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:740:60 | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:765:44 | 765 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 765 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:776:44 | 776 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:81:28 | 81 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:29 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:40 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:30 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:41 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:415:28 | 415 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 415 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:43 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:54 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:428:42 | 428 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 428 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:141:77 | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members] { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:259:25 | 259 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 259 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:301:25 | 301 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 301 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:312:25 | 312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:324:35 | 324 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 324 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:361:37 | 361 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:828:45 | 828 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:890:52 | 890 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 890 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:906:24 | 906 | pub fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 906 | pub fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1024:40 | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1074:40 | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1219:25 | 1219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1229:59 | 1229 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1229 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1301:16 | 1301 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1301 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1414:16 | 1414 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1414 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1448:31 | 1448 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1464:16 | 1464 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1482:26 | 1482 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1482 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1495:26 | 1495 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1495 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1572:16 | 1572 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1572 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1574:16 | 1574 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1574 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1592:30 | 1592 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1592 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1756:25 | 1756 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1756 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1834:28 | 1834 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1834 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1892:28 | 1892 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1892 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1907:16 | 1907 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1907 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1924:16 | 1924 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1924 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1960:25 | 1960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1968:30 | 1968 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1968 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2007:31 | 2007 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2007 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2054:25 | 2054 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2054 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2080:25 | 2080 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2080 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2113:25 | 2113 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2113 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2122:16 | 2122 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2122 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2158:25 | 2158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2171:25 | 2171 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2171 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2178:24 | 2178 | fn expr_let(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2178 | fn expr_let(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2194:25 | 2194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2249:25 | 2249 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2260:25 | 2260 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2260 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2290:25 | 2290 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2290 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2346:37 | 2346 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2361 | / impl_by_parsing_expr! { 2362 | | ExprAssign, Assign, "expected assignment expression", 2363 | | ExprAwait, Await, "expected await expression", 2364 | | ExprBinary, Binary, "expected binary operation", ... | 2372 | | ExprTuple, Tuple, "expected tuple expression", 2373 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2346 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2378:25 | 2378 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2378 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2387:16 | 2387 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2387 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2401:25 | 2401 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2401 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2410:25 | 2410 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2410 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2425:25 | 2425 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2425 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2439:25 | 2439 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2439 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2448:25 | 2448 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2448 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2464:27 | 2464 | fn expr_become(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn expr_become(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2474:25 | 2474 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2474 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2486:25 | 2486 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2486 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2502:28 | 2502 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2502 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2560:25 | 2560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2571:27 | 2571 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2571 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2609:25 | 2609 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2609 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2633:25 | 2633 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2633 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2652:25 | 2652 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2652 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2663:25 | 2663 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2663 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2675:25 | 2675 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2685:26 | 2685 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2685 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2720:25 | 2720 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2720 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2749:25 | 2749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2757:16 | 2757 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2804:25 | 2804 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2804 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2823:25 | 2823 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2823 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2841:26 | 2841 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2841 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2854:16 | 2854 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2854 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2875:25 | 2875 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2875 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2892:45 | 2892 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2892 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2912:25 | 2912 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2912 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2927:25 | 2927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2941:25 | 2941 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2941 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2974:25 | 2974 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2974 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3036:25 | 3036 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3036 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `flavors::array::Channel::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1505:38 | 1505 | SenderFlavor::Array(chan) => chan.write(token, msg), | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1503:1 | 1503 | pub(crate) unsafe fn write(s: &Sender, token: &mut Token, msg: T) -> Result<(), T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `flavors::list::Channel::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1506:37 | 1506 | SenderFlavor::List(chan) => chan.write(token, msg), | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `flavors::zero::Channel::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1507:37 | 1507 | SenderFlavor::Zero(chan) => chan.write(token, msg), | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3048:26 | 3048 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3048 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `flavors::array::Channel::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1514:40 | 1514 | ReceiverFlavor::Array(chan) => chan.read(token), | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1512:1 | 1512 | pub(crate) unsafe fn read(r: &Receiver, token: &mut Token) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `flavors::list::Channel::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1515:39 | 1515 | ReceiverFlavor::List(chan) => chan.read(token), | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `flavors::zero::Channel::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1516:39 | 1516 | ReceiverFlavor::Zero(chan) => chan.read(token), | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/file.rs:95:25 | 95 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:108:74 | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes] { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:115:86 | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut] { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:122:72 | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams] { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:129:84 | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut] { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:136:74 | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams] { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:143:86 | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut] { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:38 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:52 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:331:48 | 331 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 362 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 331 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:331:48 | 331 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 364 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 331 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:331:48 | 331 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 366 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 331 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:371:35 | 371 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 371 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:561:25 | 561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1518:13 | 1518 | mem::transmute_copy::, Result>(&chan.read(token)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:624:25 | 624 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `flavors::at::Channel::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1518:72 | 1518 | mem::transmute_copy::, Result>(&chan.read(token)) | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1521:13 | 1521 | mem::transmute_copy::, Result>(&chan.read(token)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `flavors::tick::Channel::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1521:72 | 1521 | mem::transmute_copy::, Result>(&chan.read(token)) | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `flavors::never::Channel::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1523:40 | 1523 | ReceiverFlavor::Never(chan) => chan.read(token), | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:651:25 | 651 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 651 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:689:25 | 689 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:718:25 | 718 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 718 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:729:25 | 729 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 729 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:786:20 | 786 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:842:20 | 842 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 842 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:871:25 | 871 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 871 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:896:25 | 896 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 896 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:907:25 | 907 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:931:25 | 931 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:962:25 | 962 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 962 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:973:25 | 973 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:1043:25 | 1043 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1043 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:1081:25 | 1081 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1081 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1151:20 | 1151 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1199:20 | 1199 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1199 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1228:45 | 1228 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1228 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1241:25 | 1241 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1241 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1270:28 | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1270 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1270:66 | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1295:25 | 1295 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1295 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1328:25 | 1328 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1335:16 | 1335 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1335 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1362:25 | 1362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1369:16 | 1369 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1369 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1446:25 | 1446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1464:25 | 1464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1497:30 | 1497 | fn peek_signature(input: ParseStream, allow_safe: bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn peek_signature(input: ParseStream<'_>, allow_safe: bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1511:25 | 1511 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1511 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1517:31 | 1517 | fn parse_signature(input: ParseStream, allow_safe: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1517 | fn parse_signature(input: ParseStream<'_>, allow_safe: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1569:16 | 1569 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1569 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1589:25 | 1589 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1589 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1605:16 | 1605 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1605 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1656:25 | 1656 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1656 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1700:16 | 1700 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1700 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1770:25 | 1770 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1770 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1819:25 | 1819 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1819 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1844:25 | 1844 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1844 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1943:25 | 1943 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1943 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1959:25 | 1959 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1959 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1991:39 | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1991 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1991:59 | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2024:25 | 2024 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2024 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2042:25 | 2042 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2042 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2060:31 | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2060 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2060:51 | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2096:25 | 2096 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2096 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2120:25 | 2120 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2120 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2144:25 | 2144 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2144 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2165:42 | 2165 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2165 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2217:16 | 2217 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2217 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2274:25 | 2274 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2274 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2281:16 | 2281 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2292:16 | 2292 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2292 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2420:25 | 2420 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2420 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2457:25 | 2457 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2457 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/counter.rs:72:22 | 72 | drop(Box::from_raw(self.counter)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/counter.rs:67:5 | 67 | pub(crate) unsafe fn release bool>(&self, disconnect: F) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2486:25 | 2486 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2486 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2508:37 | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2508 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2508:57 | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2543:25 | 2543 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2543 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2561:25 | 2561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2567:26 | 2567 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2567 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2673:25 | 2673 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2673 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2769:25 | 2769 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2769 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2806:25 | 2806 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2806 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/counter.rs:127:22 | 127 | drop(Box::from_raw(self.counter)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/counter.rs:122:5 | 122 | pub(crate) unsafe fn release bool>(&self, disconnect: F) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2813:16 | 2813 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2847:25 | 2847 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2847 | fn parse(input: ParseStream<'_>) -> Result { | ++++ Compiling bitflags v2.6.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2872:36 | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2872 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2872:56 | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2909:25 | 2909 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn parse(input: ParseStream<'_>) -> Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=aa27d74e230091b7 -C extra-filename=-aa27d74e230091b7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2936:25 | 2936 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2936 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:502:40 | 502 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:574:40 | 574 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 574 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:609:44 | 609 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 609 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:615:57 | 615 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 615 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:625:44 | 625 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 625 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:631:57 | 631 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 631 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:641:44 | 641 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 641 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:647:57 | 647 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 647 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:657:44 | 657 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 657 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:220:31 | 220 | let slot: &Slot = &*token.array.slot.cast::>(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:214:5 | 214 | pub(crate) unsafe fn write(&self, token: &mut Token, msg: T) -> Result<(), T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:223:9 | 223 | slot.msg.get().write(MaybeUninit::new(msg)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:663:57 | 663 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 663 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:673:44 | 673 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 673 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:679:57 | 679 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 679 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:689:44 | 689 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:695:57 | 695 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 695 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:705:44 | 705 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:311:31 | 311 | let slot: &Slot = &*token.array.slot.cast::>(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:305:5 | 305 | pub(crate) unsafe fn read(&self, token: &mut Token) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:711:57 | 711 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 711 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:314:19 | 314 | let msg = slot.msg.get().read().assume_init(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:314:19 | 314 | let msg = slot.msg.get().read().assume_init(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:721:44 | 721 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 721 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:727:57 | 727 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 727 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:867:25 | 867 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:47 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:71 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:949:25 | 949 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:960:25 | 960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:971:25 | 971 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:982:25 | 982 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:993:25 | 993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1004:25 | 1004 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1004 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1015:25 | 1015 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1015 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:26 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:43 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:309:21 | 309 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:153:38 | 153 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:215:21 | 215 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:277:32 | 277 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:283:32 | 283 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:387:13 | 387 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:389:6 | 389 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:393:51 | 393 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:430:30 | 430 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option<(Span, Delimiter)>) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 430 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option<(Span, Delimiter)>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:441:39 | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:445:50 | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option<(Span, Delimiter)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option<(Span, Delimiter)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:505:40 | 505 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:27 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:104:24 | 104 | let slot = (*this).slots.get_unchecked(i); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:100:5 | 100 | unsafe fn destroy(this: *mut Block, start: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:104:24 | 104 | let slot = (*this).slots.get_unchecked(i); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:116:14 | 116 | drop(Box::from_raw(this)); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:49 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:27 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:49 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:736:20 | 736 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 736 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1167:21 | 1167 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1167 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1174:21 | 1174 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1174 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1185:21 | 1185 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1192:21 | 1192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1202:21 | 1202 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1202 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1216:21 | 1216 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1216 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1226:21 | 1226 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1226 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1279:52 | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1288:15 | 1288 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1288 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1370:22 | 1370 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1370 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1398:32 | 1398 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1398 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:127:21 | 127 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:131:21 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:147:21 | 147 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:158:21 | 158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:169:21 | 169 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:199:21 | 199 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:206:21 | 206 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 206 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:219:21 | 219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:291:20 | 291 | let slot = (*block).slots.get_unchecked(offset); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:282:5 | 282 | pub(crate) unsafe fn write(&self, token: &mut Token, msg: T) -> Result<(), T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:291:20 | 291 | let slot = (*block).slots.get_unchecked(offset); | ^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:292:9 | 292 | slot.msg.get().write(MaybeUninit::new(msg)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:395:20 | 395 | let slot = (*block).slots.get_unchecked(offset); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:386:5 | 386 | pub(crate) unsafe fn read(&self, token: &mut Token) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:395:20 | 395 | let slot = (*block).slots.get_unchecked(offset); | ^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:397:19 | 397 | let msg = slot.msg.get().read().assume_init(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:397:19 | 397 | let msg = slot.msg.get().read().assume_init(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `flavors::list::Block::::destroy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:402:13 | 402 | Block::destroy(block, 0); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `flavors::list::Block::::destroy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:404:13 | 404 | Block::destroy(block, offset + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:456:24 | 456 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:463:23 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:463:43 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:469:25 | 469 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 469 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:494:16 | 494 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 494 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:521:26 | 521 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:556:25 | 556 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:604:25 | 604 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 604 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:622:35 | 622 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:643:34 | 643 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:673:29 | 673 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 673 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:682:32 | 682 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:726:31 | 726 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:759:25 | 759 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 759 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:794:25 | 794 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:409:41 | 409 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 409 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:454:39 | 454 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:461:20 | 461 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 461 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:489:25 | 489 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 489 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:497:25 | 497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:509:25 | 509 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:515:32 | 515 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:576:39 | 576 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 576 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:608:43 | 608 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 608 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:623:20 | 623 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:643:32 | 643 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:119:31 | 119 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 119 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:130:42 | 130 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 130 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:141:33 | 141 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:150:44 | 150 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:290:36 | 290 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:309:16 | 309 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:310:20 | 310 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:342:44 | 342 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 342 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:361:16 | 361 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:362:20 | 362 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 362 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:442:32 | 442 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 442 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:151:36 | 151 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:192:25 | 192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:198:26 | 198 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 198 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:265:24 | 265 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 265 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:282:26 | 282 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 282 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:334:16 | 334 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 334 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:151:23 | 151 | let packet = &*(token.zero.0 as *const Packet); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:145:5 | 145 | pub(crate) unsafe fn write(&self, token: &mut Token, msg: T) -> Result<(), T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:152:9 | 152 | packet.msg.get().write(Some(msg)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:180:23 | 180 | let packet = &*(token.zero.0 as *const Packet); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:174:5 | 174 | pub(crate) unsafe fn read(&self, token: &mut Token) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:619:25 | 619 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 619 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::replace` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:186:23 | 186 | let msg = packet.msg.get().replace(None).unwrap(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:630:25 | 630 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 630 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:643:25 | 643 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:666:25 | 666 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:679:25 | 679 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 679 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:726:25 | 726 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:735:25 | 735 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:744:25 | 744 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:786:25 | 786 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:795:36 | 795 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 795 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:800:36 | 800 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 800 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:814:25 | 814 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:822:25 | 822 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 822 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:830:36 | 830 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 830 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:836:36 | 836 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 836 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:848:20 | 848 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 848 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:886:25 | 886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:894:36 | 894 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:899:36 | 899 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 899 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:952:25 | 952 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 952 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:963:25 | 963 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 963 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:970:25 | 970 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 970 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:984:25 | 984 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:990:33 | 990 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1038:35 | 1038 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1038 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1055:25 | 1055 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1055 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1065:25 | 1065 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1065 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:9:40 | 9 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 9 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:19:40 | 19 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:25:42 | 25 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:37:40 | 37 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:51:40 | 51 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 51 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:75:40 | 75 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 75 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:90:40 | 90 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:102:40 | 102 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 102 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:113:40 | 113 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 113 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:125:40 | 125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:274:40 | 274 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:284:40 | 284 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:296:40 | 296 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:315:40 | 315 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:330:40 | 330 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 330 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:342:40 | 342 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 342 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:354:40 | 354 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:360:42 | 360 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 360 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:371:40 | 371 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 371 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:377:42 | 377 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 377 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:388:40 | 388 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 388 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:394:42 | 394 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 394 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:404:40 | 404 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 404 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:417:40 | 417 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 417 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:496:40 | 496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:502:42 | 502 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:513:40 | 513 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 513 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:519:42 | 519 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 519 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:531:40 | 531 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 531 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:537:42 | 537 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 537 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:549:40 | 549 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 549 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:555:42 | 555 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 555 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:567:40 | 567 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 567 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:573:42 | 573 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 573 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:585:40 | 585 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:591:42 | 591 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 591 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:602:40 | 602 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 602 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:608:42 | 608 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 608 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:620:40 | 620 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 620 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:626:42 | 626 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 626 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:638:40 | 638 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 638 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:644:42 | 644 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 644 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::replace` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:193:23 | 193 | let msg = packet.msg.get().replace(None).unwrap(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:656:40 | 656 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 656 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:194:18 | 194 | drop(Box::from_raw(token.zero.0.cast::>())); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:662:42 | 662 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 662 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:681:40 | 681 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 681 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:687:42 | 687 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:698:40 | 698 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 698 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:704:42 | 704 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 704 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:715:40 | 715 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:721:42 | 721 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 721 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:733:40 | 733 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 733 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:739:42 | 739 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 739 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:754:40 | 754 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 754 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:760:42 | 760 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:771:40 | 771 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 771 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:777:42 | 777 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:790:40 | 790 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 790 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:796:42 | 796 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 796 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:808:40 | 808 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 808 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:814:42 | 814 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:824:40 | 824 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 824 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:830:42 | 830 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 830 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:843:40 | 843 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 843 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `crossbeam-epoch` (lib) generated 53 warnings Compiling foldhash v0.1.3 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:849:42 | 849 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 849 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=foldhash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/foldhash-0.1.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/foldhash-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='Orson Peters ' CARGO_PKG_DESCRIPTION='A fast, non-cryptographic, minimally DoS-resistant hashing algorithm.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Zlib CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=foldhash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/orlp/foldhash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name foldhash --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/foldhash-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=328c9b3dac35e954 -C extra-filename=-328c9b3dac35e954 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:859:40 | 859 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 859 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:865:42 | 865 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 865 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:877:40 | 877 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:883:42 | 883 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 883 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:893:40 | 893 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 893 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:899:42 | 899 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 899 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:912:40 | 912 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 912 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:918:42 | 918 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:933:40 | 933 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 933 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:939:42 | 939 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:950:40 | 950 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 950 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:956:42 | 956 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 956 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:967:40 | 967 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 967 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:973:42 | 973 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:985:40 | 985 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 985 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:991:42 | 991 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 991 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1004:40 | 1004 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1004 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1010:42 | 1010 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1010 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1022:40 | 1022 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1022 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1028:42 | 1028 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1028 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1041:40 | 1041 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1041 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1047:42 | 1047 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1047 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1058:40 | 1058 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1058 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1064:42 | 1064 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1064 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1079:40 | 1079 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1079 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1085:42 | 1085 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1085 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1096:40 | 1096 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1096 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1102:42 | 1102 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1102 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1113:40 | 1113 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1119:42 | 1119 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1119 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1130:40 | 1130 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1130 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1136:42 | 1136 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1136 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1147:40 | 1147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1153:42 | 1153 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1153 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1164:40 | 1164 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1170:42 | 1170 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1170 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1183:40 | 1183 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1183 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1189:42 | 1189 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1189 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1200:40 | 1200 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1214:40 | 1214 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1214 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1224:40 | 1224 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1224 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1236:40 | 1236 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1236 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1248:40 | 1248 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1260:40 | 1260 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1260 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1266:42 | 1266 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1266 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1276:40 | 1276 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1276 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1282:42 | 1282 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1282 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1292:40 | 1292 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1292 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1303:40 | 1303 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1303 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1322:40 | 1322 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1322 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1340:40 | 1340 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1340 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1346:42 | 1346 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1346 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1358:40 | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1364:42 | 1364 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1364 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1375:40 | 1375 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1375 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1381:42 | 1381 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1381 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1397:40 | 1397 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1397 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1403:42 | 1403 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1403 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1417:40 | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1456:40 | 1456 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1456 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1480:40 | 1480 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1480 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1492:40 | 1492 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1492 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1510:40 | 1510 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1510 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1516:42 | 1516 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1516 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1535:40 | 1535 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1535 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1541:42 | 1541 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1541 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1554:40 | 1554 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1554 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1560:42 | 1560 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1571:40 | 1571 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1571 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1577:42 | 1577 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1577 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1594:41 | 1594 | fn fmt(&self, _formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1594 | fn fmt(&self, _formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1601:40 | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1611:40 | 1611 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1611 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1640:40 | 1640 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1640 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1646:42 | 1646 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1646 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1664:40 | 1664 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1664 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1670:42 | 1670 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1670 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1685:40 | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1691:42 | 1691 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1706:40 | 1706 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1706 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1712:42 | 1712 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1712 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1724:40 | 1724 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1724 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1730:42 | 1730 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1730 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1743:40 | 1743 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1743 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1749:42 | 1749 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1749 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1766:40 | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1772:42 | 1772 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1772 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1784:40 | 1784 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1784 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1790:42 | 1790 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1805:40 | 1805 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1805 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1811:42 | 1811 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1811 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1829:40 | 1829 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1829 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1835:42 | 1835 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1850:40 | 1850 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1850 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1856:42 | 1856 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1856 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1876:40 | 1876 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1876 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1882:42 | 1882 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1882 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1898:40 | 1898 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1898 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1904:42 | 1904 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1904 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1920:40 | 1920 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1920 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1926:42 | 1926 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1940:40 | 1940 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1940 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1946:42 | 1946 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1946 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1960:40 | 1960 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1969:40 | 1969 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1969 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1974:42 | 1974 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1974 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1984:40 | 1984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1995:40 | 1995 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1995 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2017:40 | 2017 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2017 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2023:42 | 2023 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2023 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2036:40 | 2036 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2036 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2047:40 | 2047 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2047 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2059:40 | 2059 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2059 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2083:40 | 2083 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2083 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2102:40 | 2102 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2102 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2114:40 | 2114 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2114 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2120:42 | 2120 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2120 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2131:40 | 2131 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2131 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2137:42 | 2137 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2137 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2148:40 | 2148 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2148 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2154:42 | 2154 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2154 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2165:40 | 2165 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2165 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2195:40 | 2195 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2201:42 | 2201 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2201 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2214:40 | 2214 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2220:42 | 2220 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2220 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2231:40 | 2231 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2231 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2237:42 | 2237 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2237 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2248:40 | 2248 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2248 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2254:42 | 2254 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2254 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2266:40 | 2266 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2266 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2272:42 | 2272 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2272 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2282:40 | 2282 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2282 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2288:42 | 2288 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2288 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2299:40 | 2299 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2299 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2305:42 | 2305 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2305 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2319:40 | 2319 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2319 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2325:42 | 2325 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2325 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2336:40 | 2336 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2336 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2342:42 | 2342 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2342 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2355:40 | 2355 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2355 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2361:42 | 2361 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2361 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2373:40 | 2373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2379:42 | 2379 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2379 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2389:40 | 2389 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2389 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2395:42 | 2395 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2395 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2405:40 | 2405 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2405 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2421:40 | 2421 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2421 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2431:40 | 2431 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2431 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2450:40 | 2450 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2462:40 | 2462 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2462 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2473:40 | 2473 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2473 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2485:40 | 2485 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2485 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2498:40 | 2498 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2498 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2517:40 | 2517 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2517 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2531:40 | 2531 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2531 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2547:40 | 2547 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2547 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2566:40 | 2566 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2566 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2581:40 | 2581 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2581 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2603:40 | 2603 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2603 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2609:42 | 2609 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2609 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2620:40 | 2620 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2620 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2632:40 | 2632 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2632 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2647:40 | 2647 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2647 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2665:40 | 2665 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2665 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2671:42 | 2671 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2671 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2687:40 | 2687 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2687 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2693:42 | 2693 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2693 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2705:40 | 2705 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2705 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2711:42 | 2711 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2711 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2722:40 | 2722 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2722 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2728:42 | 2728 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2728 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2744:40 | 2744 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2744 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2772:40 | 2772 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2772 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2778:42 | 2778 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2778 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2790:40 | 2790 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2790 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2796:42 | 2796 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2796 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2812:40 | 2812 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2812 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2818:42 | 2818 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2818 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2828:40 | 2828 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2828 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2834:42 | 2834 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2844:40 | 2844 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2844 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2850:42 | 2850 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2850 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2859:40 | 2859 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2859 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2865:42 | 2865 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2865 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2874:40 | 2874 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2874 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2880:42 | 2880 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2880 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2889:40 | 2889 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2889 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2903:40 | 2903 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2903 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2931:40 | 2931 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2931 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2937:42 | 2937 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2937 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2947:40 | 2947 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2947 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2953:42 | 2953 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2953 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2963:40 | 2963 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2963 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2969:42 | 2969 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2969 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2981:40 | 2981 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2981 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2987:42 | 2987 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2987 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2999:40 | 2999 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2999 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3005:42 | 3005 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3005 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3015:40 | 3015 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3015 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3021:42 | 3021 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3021 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3031:40 | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3037:42 | 3037 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3037 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3047:40 | 3047 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3047 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3071:40 | 3071 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3071 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3080:40 | 3080 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3080 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3090:40 | 3090 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3090 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3099:40 | 3099 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3099 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3110:40 | 3110 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3110 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3121:40 | 3121 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3121 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3155:40 | 3155 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3155 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3167:40 | 3167 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3167 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3179:40 | 3179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3185:42 | 3185 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3185 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3197:40 | 3197 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3197 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3213:40 | 3213 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3213 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3223:40 | 3223 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3223 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:740:38 | 740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:136:19 | 136 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:127:5 | 127 | / pub unsafe fn find_raw( 128 | | &self, 129 | | start: *const u8, 130 | | end: *const u8, 131 | | ) -> Option<*const u8> { | |__________________________^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:138:20 | 138 | return generic::fwd_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:143:21 | 143 | let chunk = start.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:145:20 | 145 | return generic::fwd_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:154:13 | 154 | start.add(USIZE_BYTES - (start.as_usize() & USIZE_ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:157:20 | 157 | return generic::fwd_byte_by_byte(cur, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:159:23 | 159 | debug_assert!(end.sub(One::LOOP_BYTES) >= start); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:160:22 | 160 | while cur <= end.sub(One::LOOP_BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:163:21 | 163 | let a = cur.cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:164:21 | 164 | let b = cur.add(USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:164:21 | 164 | let b = cur.add(USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:168:19 | 168 | cur = cur.add(One::LOOP_BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:170:9 | 170 | generic::fwd_byte_by_byte(cur, end, confirm) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:206:19 | 206 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:197:5 | 197 | / pub unsafe fn rfind_raw( 198 | | &self, 199 | | start: *const u8, 200 | | end: *const u8, 201 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:208:20 | 208 | return generic::rev_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:211:21 | 211 | let chunk = end.sub(USIZE_BYTES).cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:211:21 | 211 | let chunk = end.sub(USIZE_BYTES).cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:213:20 | 213 | return generic::rev_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:216:23 | 216 | let mut cur = end.sub(end.as_usize() & USIZE_ALIGN); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:219:20 | 219 | return generic::rev_byte_by_byte(start, cur, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:221:22 | 221 | while cur >= start.add(One::LOOP_BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:224:21 | 224 | let a = cur.sub(2 * USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:224:21 | 224 | let a = cur.sub(2 * USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:225:21 | 225 | let b = cur.sub(1 * USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:225:21 | 225 | let b = cur.sub(1 * USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:229:19 | 229 | cur = cur.sub(One::LOOP_BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:231:9 | 231 | generic::rev_byte_by_byte(start, cur, confirm) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:265:23 | 265 | count += (ptr.read() == self.s1) as usize; | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:256:5 | 256 | pub unsafe fn count_raw(&self, start: *const u8, end: *const u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:266:19 | 266 | ptr = ptr.offset(1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:446:19 | 446 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:437:5 | 437 | / pub unsafe fn find_raw( 438 | | &self, 439 | | start: *const u8, 440 | | end: *const u8, 441 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:448:20 | 448 | return generic::fwd_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:453:21 | 453 | let chunk = start.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:455:20 | 455 | return generic::fwd_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:464:13 | 464 | start.add(USIZE_BYTES - (start.as_usize() & USIZE_ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:466:23 | 466 | debug_assert!(end.sub(USIZE_BYTES) >= start); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:467:22 | 467 | while cur <= end.sub(USIZE_BYTES) { | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:470:25 | 470 | let chunk = cur.cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:474:19 | 474 | cur = cur.add(USIZE_BYTES); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:476:9 | 476 | generic::fwd_byte_by_byte(cur, end, confirm) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:512:19 | 512 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:503:5 | 503 | / pub unsafe fn rfind_raw( 504 | | &self, 505 | | start: *const u8, 506 | | end: *const u8, 507 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:514:20 | 514 | return generic::rev_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:517:21 | 517 | let chunk = end.sub(USIZE_BYTES).cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:517:21 | 517 | let chunk = end.sub(USIZE_BYTES).cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:519:20 | 519 | return generic::rev_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:522:23 | 522 | let mut cur = end.sub(end.as_usize() & USIZE_ALIGN); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:524:22 | 524 | while cur >= start.add(USIZE_BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:527:25 | 527 | let chunk = cur.sub(USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:527:25 | 527 | let chunk = cur.sub(USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:531:19 | 531 | cur = cur.sub(USIZE_BYTES); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:533:9 | 533 | generic::rev_byte_by_byte(start, cur, confirm) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:710:19 | 710 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:701:5 | 701 | / pub unsafe fn find_raw( 702 | | &self, 703 | | start: *const u8, 704 | | end: *const u8, 705 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:712:20 | 712 | return generic::fwd_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:717:21 | 717 | let chunk = start.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:719:20 | 719 | return generic::fwd_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:728:13 | 728 | start.add(USIZE_BYTES - (start.as_usize() & USIZE_ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:730:23 | 730 | debug_assert!(end.sub(USIZE_BYTES) >= start); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:731:22 | 731 | while cur <= end.sub(USIZE_BYTES) { | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:734:25 | 734 | let chunk = cur.cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:738:19 | 738 | cur = cur.add(USIZE_BYTES); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:740:9 | 740 | generic::fwd_byte_by_byte(cur, end, confirm) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:776:19 | 776 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:767:5 | 767 | / pub unsafe fn rfind_raw( 768 | | &self, 769 | | start: *const u8, 770 | | end: *const u8, 771 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:778:20 | 778 | return generic::rev_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:781:21 | 781 | let chunk = end.sub(USIZE_BYTES).cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:781:21 | 781 | let chunk = end.sub(USIZE_BYTES).cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:783:20 | 783 | return generic::rev_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:786:23 | 786 | let mut cur = end.sub(end.as_usize() & USIZE_ALIGN); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:788:22 | 788 | while cur >= start.add(USIZE_BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:791:25 | 791 | let chunk = cur.sub(USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:791:25 | 791 | let chunk = cur.sub(USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:795:19 | 795 | cur = cur.sub(USIZE_BYTES); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:797:9 | 797 | generic::rev_byte_by_byte(start, cur, confirm) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:157:20 | 157 | let hlen = hend.distance(hstart); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:150:5 | 150 | / pub unsafe fn find_raw( 151 | | &self, 152 | | hstart: *const u8, 153 | | hend: *const u8, 154 | | nstart: *const u8, 155 | | nend: *const u8, 156 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:158:20 | 158 | let nlen = nend.distance(nstart); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:163:19 | 163 | let end = hend.sub(nlen); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::rabinkarp::Hash::forward` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:164:24 | 164 | let mut hash = Hash::forward(cur, cur.add(nlen)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:164:43 | 164 | let mut hash = Hash::forward(cur, cur.add(nlen)); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::rabinkarp::is_equal_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:166:37 | 166 | if self.hash == hash && is_equal_raw(cur, nstart, nlen) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:172:29 | 172 | hash.roll(self, cur.read(), cur.add(nlen).read()); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:172:41 | 172 | hash.roll(self, cur.read(), cur.add(nlen).read()); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:172:41 | 172 | hash.roll(self, cur.read(), cur.add(nlen).read()); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:173:19 | 173 | cur = cur.add(1); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:255:20 | 255 | let hlen = hend.distance(hstart); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:248:5 | 248 | / pub unsafe fn rfind_raw( 249 | | &self, 250 | | hstart: *const u8, 251 | | hend: *const u8, 252 | | nstart: *const u8, 253 | | nend: *const u8, 254 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:256:20 | 256 | let nlen = nend.distance(nstart); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:260:23 | 260 | let mut cur = hend.sub(nlen); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::rabinkarp::Hash::reverse` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:262:24 | 262 | let mut hash = Hash::reverse(cur, cur.add(nlen)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:262:43 | 262 | let mut hash = Hash::reverse(cur, cur.add(nlen)); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::rabinkarp::is_equal_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:264:39 | 264 | if self.0.hash == hash && is_equal_raw(cur, nstart, nlen) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:270:19 | 270 | cur = cur.sub(1); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:271:32 | 271 | hash.roll(&self.0, cur.add(nlen).read(), cur.read()); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:271:32 | 271 | hash.roll(&self.0, cur.add(nlen).read(), cur.read()); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:271:54 | 271 | hash.roll(&self.0, cur.add(nlen).read(), cur.read()); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:303:22 | 303 | hash.add(start.read()); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:300:5 | 300 | unsafe fn forward(mut start: *const u8, end: *const u8) -> Hash { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:304:21 | 304 | start = start.add(1); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:318:19 | 318 | end = end.sub(1); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:315:5 | 315 | unsafe fn reverse(start: *const u8, mut end: *const u8) -> Hash { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:319:22 | 319 | hash.add(end.read()); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::is_equal_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:363:5 | 363 | crate::arch::all::is_equal_raw(x, y, n) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:362:1 | 362 | unsafe fn is_equal_raw(x: *const u8, y: *const u8, n: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:129:18 | 129 | let vx = x.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:108:1 | 108 | / pub unsafe fn is_equal_raw( 109 | | mut x: *const u8, 110 | | mut y: *const u8, 111 | | mut n: usize, 112 | | ) -> bool { | |_________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:130:18 | 130 | let vy = y.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:134:13 | 134 | x = x.add(4); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:135:13 | 135 | y = y.add(4); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:143:18 | 143 | let vx = x.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:144:18 | 144 | let vy = y.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:148:13 | 148 | x = x.add(2); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:149:13 | 149 | y = y.add(2); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:153:12 | 153 | if x.read() != y.read() { | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:153:24 | 153 | if x.read() != y.read() { | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:112:31 | 112 | One { s1: needle, v1: V::splat(needle) } | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:111:5 | 111 | pub(crate) unsafe fn new(needle: u8) -> One { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:155:19 | 155 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:143:5 | 143 | / pub(crate) unsafe fn find_raw( 144 | | &self, 145 | | start: *const u8, 146 | | end: *const u8, 147 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:165:28 | 165 | if let Some(cur) = self.search_chunk(start, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:169:23 | 169 | let mut cur = start.add(V::BYTES - (start.as_usize() & V::ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:170:38 | 170 | debug_assert!(cur > start && end.sub(V::BYTES) >= start); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:172:26 | 172 | while cur <= end.sub(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:175:25 | 175 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:176:25 | 176 | let b = V::load_aligned(cur.add(1 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:176:41 | 176 | let b = V::load_aligned(cur.add(1 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:177:25 | 177 | let c = V::load_aligned(cur.add(2 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:177:41 | 177 | let c = V::load_aligned(cur.add(2 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:178:25 | 178 | let d = V::load_aligned(cur.add(3 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:178:41 | 178 | let d = V::load_aligned(cur.add(3 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:179:27 | 179 | let eqa = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:180:27 | 180 | let eqb = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:181:27 | 181 | let eqc = self.v1.cmpeq(c); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:182:27 | 182 | let eqd = self.v1.cmpeq(d); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:183:27 | 183 | let or1 = eqa.or(eqb); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:184:27 | 184 | let or2 = eqc.or(eqd); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:185:27 | 185 | let or3 = or1.or(or2); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask_will_have_non_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:186:20 | 186 | if or3.movemask_will_have_non_zero() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:187:32 | 187 | let mask = eqa.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:189:37 | 189 | return Some(cur.add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:192:32 | 192 | let mask = eqb.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:194:37 | 194 | return Some(cur.add(1 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:194:37 | 194 | return Some(cur.add(1 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:197:32 | 197 | let mask = eqc.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:199:37 | 199 | return Some(cur.add(2 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:199:37 | 199 | return Some(cur.add(2 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:202:32 | 202 | let mask = eqd.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:204:33 | 204 | return Some(cur.add(3 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:204:33 | 204 | return Some(cur.add(3 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:206:23 | 206 | cur = cur.add(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:212:22 | 212 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:213:27 | 213 | debug_assert!(end.distance(cur) >= V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:214:32 | 214 | if let Some(cur) = self.search_chunk(cur, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:217:19 | 217 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:224:27 | 224 | debug_assert!(end.distance(cur) < V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:225:19 | 225 | cur = cur.sub(V::BYTES - end.distance(cur)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:225:38 | 225 | cur = cur.sub(V::BYTES - end.distance(cur)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:226:30 | 226 | debug_assert_eq!(end.distance(cur), V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:227:20 | 227 | return self.search_chunk(cur, topos); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:266:19 | 266 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:254:5 | 254 | / pub(crate) unsafe fn rfind_raw( 255 | | &self, 256 | | start: *const u8, 257 | | end: *const u8, 258 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:274:28 | 274 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:274:46 | 274 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:277:23 | 277 | let mut cur = end.sub(end.as_usize() & V::ALIGN); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:280:26 | 280 | while cur >= start.add(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:283:23 | 283 | cur = cur.sub(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:284:25 | 284 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:285:25 | 285 | let b = V::load_aligned(cur.add(1 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:285:41 | 285 | let b = V::load_aligned(cur.add(1 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:286:25 | 286 | let c = V::load_aligned(cur.add(2 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:286:41 | 286 | let c = V::load_aligned(cur.add(2 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:287:25 | 287 | let d = V::load_aligned(cur.add(3 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:287:41 | 287 | let d = V::load_aligned(cur.add(3 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:288:27 | 288 | let eqa = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:289:27 | 289 | let eqb = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:290:27 | 290 | let eqc = self.v1.cmpeq(c); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:291:27 | 291 | let eqd = self.v1.cmpeq(d); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:292:27 | 292 | let or1 = eqa.or(eqb); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:293:27 | 293 | let or2 = eqc.or(eqd); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:294:27 | 294 | let or3 = or1.or(or2); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask_will_have_non_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:295:20 | 295 | if or3.movemask_will_have_non_zero() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:296:32 | 296 | let mask = eqd.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:298:37 | 298 | return Some(cur.add(3 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:298:37 | 298 | return Some(cur.add(3 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:301:32 | 301 | let mask = eqc.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:303:37 | 303 | return Some(cur.add(2 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:303:37 | 303 | return Some(cur.add(2 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:306:32 | 306 | let mask = eqb.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:308:37 | 308 | return Some(cur.add(1 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:308:37 | 308 | return Some(cur.add(1 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:311:32 | 311 | let mask = eqa.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:313:33 | 313 | return Some(cur.add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:317:22 | 317 | while cur >= start.add(V::BYTES) { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:318:27 | 318 | debug_assert!(cur.distance(start) >= V::BYTES); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:319:19 | 319 | cur = cur.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:320:32 | 320 | if let Some(cur) = self.search_chunk(cur, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:325:27 | 325 | debug_assert!(cur.distance(start) < V::BYTES); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:326:20 | 326 | return self.search_chunk(start, topos); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:357:19 | 357 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:349:5 | 349 | / pub(crate) unsafe fn count_raw( 350 | | &self, 351 | | start: *const u8, 352 | | end: *const u8, 353 | | ) -> usize { | |______________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:366:23 | 366 | let mut cur = start.add(V::BYTES - (start.as_usize() & V::ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::count_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:368:25 | 368 | let mut count = count_byte_by_byte(start, cur, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:369:38 | 369 | debug_assert!(cur > start && end.sub(V::BYTES) >= start); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:371:26 | 371 | while cur <= end.sub(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:374:25 | 374 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:375:25 | 375 | let b = V::load_aligned(cur.add(1 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:375:41 | 375 | let b = V::load_aligned(cur.add(1 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:376:25 | 376 | let c = V::load_aligned(cur.add(2 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:376:41 | 376 | let c = V::load_aligned(cur.add(2 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:377:25 | 377 | let d = V::load_aligned(cur.add(3 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:377:41 | 377 | let d = V::load_aligned(cur.add(3 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:378:27 | 378 | let eqa = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:379:27 | 379 | let eqb = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:380:27 | 380 | let eqc = self.v1.cmpeq(c); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:381:27 | 381 | let eqd = self.v1.cmpeq(d); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:382:26 | 382 | count += eqa.movemask().count_ones(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:383:26 | 383 | count += eqb.movemask().count_ones(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:384:26 | 384 | count += eqc.movemask().count_ones(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:385:26 | 385 | count += eqd.movemask().count_ones(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:386:23 | 386 | cur = cur.add(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:392:22 | 392 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:393:27 | 393 | debug_assert!(end.distance(cur) >= V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:394:25 | 394 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:395:22 | 395 | count += self.v1.cmpeq(chunk).movemask().count_ones(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:395:22 | 395 | count += self.v1.cmpeq(chunk).movemask().count_ones(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:396:19 | 396 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::count_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:399:18 | 399 | count += count_byte_by_byte(cur, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:421:21 | 421 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:416:5 | 416 | / unsafe fn search_chunk( 417 | | &self, 418 | | cur: *const u8, 419 | | mask_to_offset: impl Fn(V::Mask) -> usize, 420 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:422:20 | 422 | let mask = self.v1.cmpeq(chunk).movemask(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:422:20 | 422 | let mask = self.v1.cmpeq(chunk).movemask(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:424:18 | 424 | Some(cur.add(mask_to_offset(mask))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:454:17 | 454 | v1: V::splat(needle1), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:450:5 | 450 | pub(crate) unsafe fn new(needle1: u8, needle2: u8) -> Two { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:455:17 | 455 | v2: V::splat(needle2), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:505:19 | 505 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:493:5 | 493 | / pub(crate) unsafe fn find_raw( 494 | | &self, 495 | | start: *const u8, 496 | | end: *const u8, 497 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:515:28 | 515 | if let Some(cur) = self.search_chunk(start, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:519:23 | 519 | let mut cur = start.add(V::BYTES - (start.as_usize() & V::ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:520:38 | 520 | debug_assert!(cur > start && end.sub(V::BYTES) >= start); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:522:26 | 522 | while cur <= end.sub(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:525:25 | 525 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:526:25 | 526 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:526:41 | 526 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:527:28 | 527 | let eqa1 = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:528:28 | 528 | let eqb1 = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:529:28 | 529 | let eqa2 = self.v2.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:530:28 | 530 | let eqb2 = self.v2.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:531:27 | 531 | let or1 = eqa1.or(eqb1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:532:27 | 532 | let or2 = eqa2.or(eqb2); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:533:27 | 533 | let or3 = or1.or(or2); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask_will_have_non_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:534:20 | 534 | if or3.movemask_will_have_non_zero() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:535:32 | 535 | let mask = eqa1.movemask().or(eqa2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:535:51 | 535 | let mask = eqa1.movemask().or(eqa2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:537:37 | 537 | return Some(cur.add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:540:32 | 540 | let mask = eqb1.movemask().or(eqb2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:540:51 | 540 | let mask = eqb1.movemask().or(eqb2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:542:33 | 542 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:542:33 | 542 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:544:23 | 544 | cur = cur.add(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:550:22 | 550 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:551:27 | 551 | debug_assert!(end.distance(cur) >= V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:552:32 | 552 | if let Some(cur) = self.search_chunk(cur, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:555:19 | 555 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:562:27 | 562 | debug_assert!(end.distance(cur) < V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:563:19 | 563 | cur = cur.sub(V::BYTES - end.distance(cur)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:563:38 | 563 | cur = cur.sub(V::BYTES - end.distance(cur)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:564:30 | 564 | debug_assert_eq!(end.distance(cur), V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:565:20 | 565 | return self.search_chunk(cur, topos); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:604:19 | 604 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:592:5 | 592 | / pub(crate) unsafe fn rfind_raw( 593 | | &self, 594 | | start: *const u8, 595 | | end: *const u8, 596 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:612:28 | 612 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:612:46 | 612 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:615:23 | 615 | let mut cur = end.sub(end.as_usize() & V::ALIGN); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:618:26 | 618 | while cur >= start.add(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:621:23 | 621 | cur = cur.sub(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:622:25 | 622 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:623:25 | 623 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:623:41 | 623 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:624:28 | 624 | let eqa1 = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:625:28 | 625 | let eqb1 = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:626:28 | 626 | let eqa2 = self.v2.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:627:28 | 627 | let eqb2 = self.v2.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:628:27 | 628 | let or1 = eqa1.or(eqb1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:629:27 | 629 | let or2 = eqa2.or(eqb2); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:630:27 | 630 | let or3 = or1.or(or2); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask_will_have_non_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:631:20 | 631 | if or3.movemask_will_have_non_zero() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:632:32 | 632 | let mask = eqb1.movemask().or(eqb2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:632:51 | 632 | let mask = eqb1.movemask().or(eqb2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:634:37 | 634 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:634:37 | 634 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:637:32 | 637 | let mask = eqa1.movemask().or(eqa2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:637:51 | 637 | let mask = eqa1.movemask().or(eqa2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:639:33 | 639 | return Some(cur.add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:643:22 | 643 | while cur >= start.add(V::BYTES) { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:644:27 | 644 | debug_assert!(cur.distance(start) >= V::BYTES); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:645:19 | 645 | cur = cur.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:646:32 | 646 | if let Some(cur) = self.search_chunk(cur, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:651:27 | 651 | debug_assert!(cur.distance(start) < V::BYTES); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:652:20 | 652 | return self.search_chunk(start, topos); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:675:21 | 675 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:670:5 | 670 | / unsafe fn search_chunk( 671 | | &self, 672 | | cur: *const u8, 673 | | mask_to_offset: impl Fn(V::Mask) -> usize, 674 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:676:19 | 676 | let eq1 = self.v1.cmpeq(chunk); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:677:19 | 677 | let eq2 = self.v2.cmpeq(chunk); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:678:20 | 678 | let mask = eq1.or(eq2).movemask(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:678:20 | 678 | let mask = eq1.or(eq2).movemask(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:680:25 | 680 | let mask1 = eq1.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:681:25 | 681 | let mask2 = eq2.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:682:18 | 682 | Some(cur.add(mask_to_offset(mask1.or(mask2)))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:719:17 | 719 | v1: V::splat(needle1), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:710:5 | 710 | / pub(crate) unsafe fn new( 711 | | needle1: u8, 712 | | needle2: u8, 713 | | needle3: u8, 714 | | ) -> Three { | |_________________^ warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:720:17 | 720 | v2: V::splat(needle2), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:721:17 | 721 | v3: V::splat(needle3), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:777:19 | 777 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:765:5 | 765 | / pub(crate) unsafe fn find_raw( 766 | | &self, 767 | | start: *const u8, 768 | | end: *const u8, 769 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:787:28 | 787 | if let Some(cur) = self.search_chunk(start, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:791:23 | 791 | let mut cur = start.add(V::BYTES - (start.as_usize() & V::ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:792:38 | 792 | debug_assert!(cur > start && end.sub(V::BYTES) >= start); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:794:26 | 794 | while cur <= end.sub(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:797:25 | 797 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:798:25 | 798 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:798:41 | 798 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:799:28 | 799 | let eqa1 = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:800:28 | 800 | let eqb1 = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:801:28 | 801 | let eqa2 = self.v2.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:802:28 | 802 | let eqb2 = self.v2.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:803:28 | 803 | let eqa3 = self.v3.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:804:28 | 804 | let eqb3 = self.v3.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:805:27 | 805 | let or1 = eqa1.or(eqb1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:806:27 | 806 | let or2 = eqa2.or(eqb2); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:807:27 | 807 | let or3 = eqa3.or(eqb3); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:808:27 | 808 | let or4 = or1.or(or2); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:809:27 | 809 | let or5 = or3.or(or4); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask_will_have_non_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:810:20 | 810 | if or5.movemask_will_have_non_zero() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:811:32 | 811 | let mask = eqa1 | ________________________________^ 812 | | .movemask() | |___________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:813:29 | 813 | .or(eqa2.movemask()) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:814:29 | 814 | .or(eqa3.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:816:37 | 816 | return Some(cur.add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:819:32 | 819 | let mask = eqb1 | ________________________________^ 820 | | .movemask() | |___________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:821:29 | 821 | .or(eqb2.movemask()) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:822:29 | 822 | .or(eqb3.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:824:33 | 824 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:824:33 | 824 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:826:23 | 826 | cur = cur.add(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:832:22 | 832 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:833:27 | 833 | debug_assert!(end.distance(cur) >= V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:834:32 | 834 | if let Some(cur) = self.search_chunk(cur, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:837:19 | 837 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:844:27 | 844 | debug_assert!(end.distance(cur) < V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:845:19 | 845 | cur = cur.sub(V::BYTES - end.distance(cur)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:845:38 | 845 | cur = cur.sub(V::BYTES - end.distance(cur)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:846:30 | 846 | debug_assert_eq!(end.distance(cur), V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:847:20 | 847 | return self.search_chunk(cur, topos); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:886:19 | 886 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:874:5 | 874 | / pub(crate) unsafe fn rfind_raw( 875 | | &self, 876 | | start: *const u8, 877 | | end: *const u8, 878 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:894:28 | 894 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:894:46 | 894 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:897:23 | 897 | let mut cur = end.sub(end.as_usize() & V::ALIGN); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:900:26 | 900 | while cur >= start.add(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:903:23 | 903 | cur = cur.sub(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:904:25 | 904 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:905:25 | 905 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:905:41 | 905 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:906:28 | 906 | let eqa1 = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:907:28 | 907 | let eqb1 = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:908:28 | 908 | let eqa2 = self.v2.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:909:28 | 909 | let eqb2 = self.v2.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:910:28 | 910 | let eqa3 = self.v3.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:911:28 | 911 | let eqb3 = self.v3.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:912:27 | 912 | let or1 = eqa1.or(eqb1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:913:27 | 913 | let or2 = eqa2.or(eqb2); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:914:27 | 914 | let or3 = eqa3.or(eqb3); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:915:27 | 915 | let or4 = or1.or(or2); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:916:27 | 916 | let or5 = or3.or(or4); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask_will_have_non_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:917:20 | 917 | if or5.movemask_will_have_non_zero() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:918:32 | 918 | let mask = eqb1 | ________________________________^ 919 | | .movemask() | |___________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:920:29 | 920 | .or(eqb2.movemask()) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:921:29 | 921 | .or(eqb3.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:923:37 | 923 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:923:37 | 923 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:926:32 | 926 | let mask = eqa1 | ________________________________^ 927 | | .movemask() | |___________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:928:29 | 928 | .or(eqa2.movemask()) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:929:29 | 929 | .or(eqa3.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:931:33 | 931 | return Some(cur.add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:935:22 | 935 | while cur >= start.add(V::BYTES) { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:936:27 | 936 | debug_assert!(cur.distance(start) >= V::BYTES); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:937:19 | 937 | cur = cur.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:938:32 | 938 | if let Some(cur) = self.search_chunk(cur, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:943:27 | 943 | debug_assert!(cur.distance(start) < V::BYTES); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:944:20 | 944 | return self.search_chunk(start, topos); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:967:21 | 967 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:962:5 | 962 | / unsafe fn search_chunk( 963 | | &self, 964 | | cur: *const u8, 965 | | mask_to_offset: impl Fn(V::Mask) -> usize, 966 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:968:19 | 968 | let eq1 = self.v1.cmpeq(chunk); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:969:19 | 969 | let eq2 = self.v2.cmpeq(chunk); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:970:19 | 970 | let eq3 = self.v3.cmpeq(chunk); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:971:20 | 971 | let mask = eq1.or(eq2).or(eq3).movemask(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:971:20 | 971 | let mask = eq1.or(eq2).or(eq3).movemask(); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:971:20 | 971 | let mask = eq1.or(eq2).or(eq3).movemask(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:973:25 | 973 | let mask1 = eq1.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:974:25 | 974 | let mask2 = eq2.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:975:25 | 975 | let mask3 = eq3.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:976:18 | 976 | Some(cur.add(mask_to_offset(mask1.or(mask2).or(mask3)))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1057:22 | 1057 | let result = found.distance(self.original_start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1044:5 | 1044 | / pub(crate) unsafe fn next( 1045 | | &mut self, 1046 | | mut find_raw: impl FnMut(*const u8, *const u8) -> Option<*const u8>, 1047 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1058:22 | 1058 | self.start = found.add(1); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1096:22 | 1096 | let result = found.distance(self.original_start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1083:5 | 1083 | / pub(crate) unsafe fn next_back( 1084 | | &mut self, 1085 | | mut rfind_raw: impl FnMut(*const u8, *const u8) -> Option<*const u8>, 1086 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1133:15 | 1133 | let end = start.add(haystack.len()); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1125:1 | 1125 | / pub(crate) unsafe fn search_slice_with_raw( 1126 | | haystack: &[u8], 1127 | | mut find_raw: impl FnMut(*const u8, *const u8) -> Option<*const u8>, 1128 | | ) -> Option { | |__________________^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1135:10 | 1135 | Some(found.distance(start)) | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1156:20 | 1156 | if confirm(*ptr) { | ^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1148:1 | 1148 | / pub(crate) unsafe fn fwd_byte_by_byte bool>( 1149 | | start: *const u8, 1150 | | end: *const u8, 1151 | | confirm: F, 1152 | | ) -> Option<*const u8> { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1159:15 | 1159 | ptr = ptr.offset(1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1183:15 | 1183 | ptr = ptr.offset(-1); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1174:1 | 1174 | / pub(crate) unsafe fn rev_byte_by_byte bool>( 1175 | | start: *const u8, 1176 | | end: *const u8, 1177 | | confirm: F, 1178 | | ) -> Option<*const u8> { | |______________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1184:20 | 1184 | if confirm(*ptr) { | ^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1208:20 | 1208 | if confirm(*ptr) { | ^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1199:1 | 1199 | / pub(crate) unsafe fn count_byte_by_byte bool>( 1200 | | start: *const u8, 1201 | | end: *const u8, 1202 | | confirm: F, 1203 | | ) -> usize { | |__________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1211:15 | 1211 | ptr = ptr.offset(1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:58:18 | 58 | let v1 = V::splat(needle[usize::from(pair.index1())]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:54:5 | 54 | pub(crate) unsafe fn new(needle: &[u8], pair: Pair) -> Finder { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:59:18 | 59 | let v2 = V::splat(needle[usize::from(pair.index2())]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:94:19 | 94 | let end = start.add(haystack.len()); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:80:5 | 80 | / pub(crate) unsafe fn find( 81 | | &self, 82 | | haystack: &[u8], 83 | | needle: &[u8], 84 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:95:19 | 95 | let max = end.sub(self.min_haystack_len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_in_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:105:35 | 105 | if let Some(chunki) = self.find_in_chunk(needle, cur, end, all) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::matched` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:106:29 | 106 | return Some(matched(start, cur, chunki)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:108:19 | 108 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:111:29 | 111 | let remaining = end.distance(cur); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:126:27 | 126 | let overlap = cur.distance(max); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_in_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:144:21 | 144 | let m = self.find_in_chunk(needle, cur, end, mask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::matched` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:146:29 | 146 | return Some(matched(start, cur, chunki)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Compiling rustc-rayon-core v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rayon_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon - fork for rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-rayon-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-rayon' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rayon_core --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=230998e6c82cbb77 -C extra-filename=-230998e6c82cbb77 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern crossbeam_channel=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_channel-4a7b0bc92f7d7c13.rmeta --extern crossbeam_deque=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_deque-1ec01d7a90e09117.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-e0062810de0b2da4.rmeta --extern num_cpus=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnum_cpus-465dda44746e9929.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:182:19 | 182 | let end = start.add(haystack.len()); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:170:5 | 170 | / pub(crate) unsafe fn find_prefilter( 171 | | &self, 172 | | haystack: &[u8], 173 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:183:19 | 183 | let max = end.sub(self.min_haystack_len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_prefilter_in_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:193:35 | 193 | if let Some(chunki) = self.find_prefilter_in_chunk(cur) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::matched` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:194:29 | 194 | return Some(matched(start, cur, chunki)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:196:19 | 196 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_prefilter_in_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:205:35 | 205 | if let Some(chunki) = self.find_prefilter_in_chunk(cur) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::matched` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:206:29 | 206 | return Some(matched(start, cur, chunki)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:238:22 | 238 | let chunk1 = V::load_unaligned(cur.add(index1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:229:5 | 229 | / unsafe fn find_in_chunk( 230 | | &self, 231 | | needle: &[u8], 232 | | cur: *const u8, 233 | | end: *const u8, 234 | | mask: V::Mask, 235 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:238:40 | 238 | let chunk1 = V::load_unaligned(cur.add(index1)); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:239:22 | 239 | let chunk2 = V::load_unaligned(cur.add(index2)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:239:40 | 239 | let chunk2 = V::load_unaligned(cur.add(index2)); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:240:19 | 240 | let eq1 = chunk1.cmpeq(self.v1); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:241:19 | 241 | let eq2 = chunk2.cmpeq(self.v2); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:243:27 | 243 | let mut offsets = eq1.and(eq2).movemask().and(mask); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:243:27 | 243 | let mut offsets = eq1.and(eq2).movemask().and(mask); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:246:23 | 246 | let cur = cur.add(offset); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:247:16 | 247 | if end.sub(needle.len()) < cur { | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::is_equal_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:250:16 | 250 | if is_equal_raw(needle.as_ptr(), cur, needle.len()) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:272:22 | 272 | let chunk1 = V::load_unaligned(cur.add(index1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:269:5 | 269 | unsafe fn find_prefilter_in_chunk(&self, cur: *const u8) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:272:40 | 272 | let chunk1 = V::load_unaligned(cur.add(index1)); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:273:22 | 273 | let chunk2 = V::load_unaligned(cur.add(index2)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:273:40 | 273 | let chunk2 = V::load_unaligned(cur.add(index2)); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:274:19 | 274 | let eq1 = chunk1.cmpeq(self.v1); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:275:19 | 275 | let eq2 = chunk2.cmpeq(self.v2); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:277:23 | 277 | let offsets = eq1.and(eq2).movemask(); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:277:23 | 277 | let offsets = eq1.and(eq2).movemask(); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:313:5 | 313 | cur.distance(start) + chunki | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:312:1 | 312 | unsafe fn matched(start: *const u8, cur: *const u8, chunki: usize) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:71:19 | 71 | sse2: generic::One::new(needle), | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:69:5 | 69 | pub unsafe fn new_unchecked(needle: u8) -> One { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:72:19 | 72 | avx2: generic::One::new(needle), | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:187:19 | 187 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:179:5 | 179 | / pub unsafe fn find_raw( 180 | | &self, 181 | | start: *const u8, 182 | | end: *const u8, 183 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:192:17 | 192 | / generic::fwd_byte_by_byte(start, end, |b| { 193 | | b == self.sse2.needle1() 194 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::find_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:198:17 | 198 | self.find_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::find_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:218:9 | 218 | self.find_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:253:19 | 253 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:245:5 | 245 | / pub unsafe fn rfind_raw( 246 | | &self, 247 | | start: *const u8, 248 | | end: *const u8, 249 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:258:17 | 258 | / generic::rev_byte_by_byte(start, end, |b| { 259 | | b == self.sse2.needle1() 260 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::rfind_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:264:17 | 264 | self.rfind_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::rfind_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:274:9 | 274 | self.rfind_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:303:19 | 303 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:299:5 | 299 | pub unsafe fn count_raw(&self, start: *const u8, end: *const u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::memchr::count_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:308:17 | 308 | / generic::count_byte_by_byte(start, end, |b| { 309 | | b == self.sse2.needle1() 310 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::count_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:314:17 | 314 | self.count_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::count_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:321:9 | 321 | self.count_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:341:9 | 341 | self.sse2.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:336:5 | 336 | / unsafe fn find_raw_sse2( 337 | | &self, 338 | | start: *const u8, 339 | | end: *const u8, 340 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:361:9 | 361 | self.sse2.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:356:5 | 356 | / unsafe fn rfind_raw_sse2( 357 | | &self, 358 | | start: *const u8, 359 | | end: *const u8, 360 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::count_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:381:9 | 381 | self.sse2.count_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:376:5 | 376 | / unsafe fn count_raw_sse2( 377 | | &self, 378 | | start: *const u8, 379 | | end: *const u8, 380 | | ) -> usize { | |______________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:401:9 | 401 | self.avx2.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:396:5 | 396 | / unsafe fn find_raw_avx2( 397 | | &self, 398 | | start: *const u8, 399 | | end: *const u8, 400 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:421:9 | 421 | self.avx2.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:416:5 | 416 | / unsafe fn rfind_raw_avx2( 417 | | &self, 418 | | start: *const u8, 419 | | end: *const u8, 420 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::count_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:441:9 | 441 | self.avx2.count_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:436:5 | 436 | / unsafe fn count_raw_avx2( 437 | | &self, 438 | | start: *const u8, 439 | | end: *const u8, 440 | | ) -> usize { | |______________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:558:19 | 558 | sse2: generic::Two::new(needle1, needle2), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:556:5 | 556 | pub unsafe fn new_unchecked(needle1: u8, needle2: u8) -> Two { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:559:19 | 559 | avx2: generic::Two::new(needle1, needle2), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:662:19 | 662 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:654:5 | 654 | / pub unsafe fn find_raw( 655 | | &self, 656 | | start: *const u8, 657 | | end: *const u8, 658 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:667:17 | 667 | / generic::fwd_byte_by_byte(start, end, |b| { 668 | | b == self.sse2.needle1() || b == self.sse2.needle2() 669 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::find_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:673:17 | 673 | self.find_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::find_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:693:9 | 693 | self.find_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:728:19 | 728 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:720:5 | 720 | / pub unsafe fn rfind_raw( 721 | | &self, 722 | | start: *const u8, 723 | | end: *const u8, 724 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:733:17 | 733 | / generic::rev_byte_by_byte(start, end, |b| { 734 | | b == self.sse2.needle1() || b == self.sse2.needle2() 735 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::rfind_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:739:17 | 739 | self.rfind_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::rfind_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:749:9 | 749 | self.rfind_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:769:9 | 769 | self.sse2.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:764:5 | 764 | / unsafe fn find_raw_sse2( 765 | | &self, 766 | | start: *const u8, 767 | | end: *const u8, 768 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:789:9 | 789 | self.sse2.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:784:5 | 784 | / unsafe fn rfind_raw_sse2( 785 | | &self, 786 | | start: *const u8, 787 | | end: *const u8, 788 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:809:9 | 809 | self.avx2.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:804:5 | 804 | / unsafe fn find_raw_avx2( 805 | | &self, 806 | | start: *const u8, 807 | | end: *const u8, 808 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:829:9 | 829 | self.avx2.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:824:5 | 824 | / unsafe fn rfind_raw_avx2( 825 | | &self, 826 | | start: *const u8, 827 | | end: *const u8, 828 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:941:19 | 941 | sse2: generic::Three::new(needle1, needle2, needle3), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:935:5 | 935 | / pub unsafe fn new_unchecked( 936 | | needle1: u8, 937 | | needle2: u8, 938 | | needle3: u8, 939 | | ) -> Three { | |______________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:942:19 | 942 | avx2: generic::Three::new(needle1, needle2, needle3), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1045:19 | 1045 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1037:5 | 1037 | / pub unsafe fn find_raw( 1038 | | &self, 1039 | | start: *const u8, 1040 | | end: *const u8, 1041 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1050:17 | 1050 | / generic::fwd_byte_by_byte(start, end, |b| { 1051 | | b == self.sse2.needle1() 1052 | | || b == self.sse2.needle2() 1053 | | || b == self.sse2.needle3() 1054 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::find_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1058:17 | 1058 | self.find_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::find_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1078:9 | 1078 | self.find_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1113:19 | 1113 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1105:5 | 1105 | / pub unsafe fn rfind_raw( 1106 | | &self, 1107 | | start: *const u8, 1108 | | end: *const u8, 1109 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1118:17 | 1118 | / generic::rev_byte_by_byte(start, end, |b| { 1119 | | b == self.sse2.needle1() 1120 | | || b == self.sse2.needle2() 1121 | | || b == self.sse2.needle3() 1122 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::rfind_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1126:17 | 1126 | self.rfind_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::rfind_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1136:9 | 1136 | self.rfind_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1156:9 | 1156 | self.sse2.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1151:5 | 1151 | / unsafe fn find_raw_sse2( 1152 | | &self, 1153 | | start: *const u8, 1154 | | end: *const u8, 1155 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1176:9 | 1176 | self.sse2.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1171:5 | 1171 | / unsafe fn rfind_raw_sse2( 1172 | | &self, 1173 | | start: *const u8, 1174 | | end: *const u8, 1175 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1196:9 | 1196 | self.avx2.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1191:5 | 1191 | / unsafe fn find_raw_avx2( 1192 | | &self, 1193 | | start: *const u8, 1194 | | end: *const u8, 1195 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1216:9 | 1216 | self.avx2.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1211:5 | 1211 | / unsafe fn rfind_raw_avx2( 1212 | | &self, 1213 | | start: *const u8, 1214 | | end: *const u8, 1215 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:69:20 | 69 | let sse2 = packedpair::Finder::<__m128i>::new(needle, pair); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:68:5 | 68 | unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:70:20 | 70 | let avx2 = packedpair::Finder::<__m256i>::new(needle, pair); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:156:13 | 156 | self.sse2.find(haystack, needle) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:150:5 | 150 | / unsafe fn find_impl( 151 | | &self, 152 | | haystack: &[u8], 153 | | needle: &[u8], 154 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:158:13 | 158 | self.avx2.find(haystack, needle) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_prefilter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:177:13 | 177 | self.sse2.find_prefilter(haystack) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:175:5 | 175 | unsafe fn find_prefilter_impl(&self, haystack: &[u8]) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_prefilter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:179:13 | 179 | self.avx2.find_prefilter(haystack) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:64:13 | 64 | One(generic::One::new(needle)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:63:5 | 63 | pub unsafe fn new_unchecked(needle: u8) -> One { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:164:12 | 164 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:156:5 | 156 | / pub unsafe fn find_raw( 157 | | &self, 158 | | start: *const u8, 159 | | end: *const u8, 160 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:166:20 | 166 | return generic::fwd_byte_by_byte(start, end, |b| { | ____________________^ 167 | | b == self.0.needle1() 168 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::find_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:185:9 | 185 | self.find_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:220:12 | 220 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:212:5 | 212 | / pub unsafe fn rfind_raw( 213 | | &self, 214 | | start: *const u8, 215 | | end: *const u8, 216 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:222:20 | 222 | return generic::rev_byte_by_byte(start, end, |b| { | ____________________^ 223 | | b == self.0.needle1() 224 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::rfind_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:232:9 | 232 | self.rfind_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:261:12 | 261 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:257:5 | 257 | pub unsafe fn count_raw(&self, start: *const u8, end: *const u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::memchr::count_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:263:20 | 263 | return generic::count_byte_by_byte(start, end, |b| { | ____________________^ 264 | | b == self.0.needle1() 265 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::count_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:270:9 | 270 | self.count_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:290:9 | 290 | self.0.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:285:5 | 285 | / unsafe fn find_raw_impl( 286 | | &self, 287 | | start: *const u8, 288 | | end: *const u8, 289 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:310:9 | 310 | self.0.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:305:5 | 305 | / unsafe fn rfind_raw_impl( 306 | | &self, 307 | | start: *const u8, 308 | | end: *const u8, 309 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::count_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:330:9 | 330 | self.0.count_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:325:5 | 325 | / unsafe fn count_raw_impl( 326 | | &self, 327 | | start: *const u8, 328 | | end: *const u8, 329 | | ) -> usize { | |______________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:440:13 | 440 | Two(generic::Two::new(needle1, needle2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:439:5 | 439 | pub unsafe fn new_unchecked(needle1: u8, needle2: u8) -> Two { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:528:12 | 528 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:520:5 | 520 | / pub unsafe fn find_raw( 521 | | &self, 522 | | start: *const u8, 523 | | end: *const u8, 524 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:530:20 | 530 | return generic::fwd_byte_by_byte(start, end, |b| { | ____________________^ 531 | | b == self.0.needle1() || b == self.0.needle2() 532 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Two::find_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:549:9 | 549 | self.find_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:584:12 | 584 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:576:5 | 576 | / pub unsafe fn rfind_raw( 577 | | &self, 578 | | start: *const u8, 579 | | end: *const u8, 580 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:586:20 | 586 | return generic::rev_byte_by_byte(start, end, |b| { | ____________________^ 587 | | b == self.0.needle1() || b == self.0.needle2() 588 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Two::rfind_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:596:9 | 596 | self.rfind_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:616:9 | 616 | self.0.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:611:5 | 611 | / unsafe fn find_raw_impl( 612 | | &self, 613 | | start: *const u8, 614 | | end: *const u8, 615 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:636:9 | 636 | self.0.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:631:5 | 631 | / unsafe fn rfind_raw_impl( 632 | | &self, 633 | | start: *const u8, 634 | | end: *const u8, 635 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:741:15 | 741 | Three(generic::Three::new(needle1, needle2, needle3)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:736:5 | 736 | / pub unsafe fn new_unchecked( 737 | | needle1: u8, 738 | | needle2: u8, 739 | | needle3: u8, 740 | | ) -> Three { | |______________^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:829:12 | 829 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:821:5 | 821 | / pub unsafe fn find_raw( 822 | | &self, 823 | | start: *const u8, 824 | | end: *const u8, 825 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:831:20 | 831 | return generic::fwd_byte_by_byte(start, end, |b| { | ____________________^ 832 | | b == self.0.needle1() 833 | | || b == self.0.needle2() 834 | | || b == self.0.needle3() 835 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Three::find_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:852:9 | 852 | self.find_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:887:12 | 887 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:879:5 | 879 | / pub unsafe fn rfind_raw( 880 | | &self, 881 | | start: *const u8, 882 | | end: *const u8, 883 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:889:20 | 889 | return generic::rev_byte_by_byte(start, end, |b| { | ____________________^ 890 | | b == self.0.needle1() 891 | | || b == self.0.needle2() 892 | | || b == self.0.needle3() 893 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Three::rfind_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:901:9 | 901 | self.rfind_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:921:9 | 921 | self.0.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:916:5 | 916 | / unsafe fn find_raw_impl( 917 | | &self, 918 | | start: *const u8, 919 | | end: *const u8, 920 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:941:9 | 941 | self.0.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:936:5 | 936 | / unsafe fn rfind_raw_impl( 937 | | &self, 938 | | start: *const u8, 939 | | end: *const u8, 940 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/packedpair.rs:66:22 | 66 | let finder = packedpair::Finder::<__m128i>::new(needle, pair); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/packedpair.rs:65:5 | 65 | unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/packedpair.rs:137:9 | 137 | self.0.find(haystack, needle) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/packedpair.rs:132:5 | 132 | / unsafe fn find_impl( 133 | | &self, 134 | | haystack: &[u8], 135 | | needle: &[u8], 136 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_prefilter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/packedpair.rs:154:9 | 154 | self.0.find_prefilter(haystack) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/packedpair.rs:153:5 | 153 | unsafe fn find_prefilter_impl(&self, haystack: &[u8]) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::memchr::One::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::memchr::One::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Two::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Two::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::memchr::Two::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Two::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Two::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::memchr::Two::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation Compiling hashbrown v0.15.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.15.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default-hasher"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=1cbc17c3792788df -C extra-filename=-1cbc17c3792788df --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern foldhash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfoldhash-328c9b3dac35e954.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Three::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Three::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::memchr::Three::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Three::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Three::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: unexpected `cfg` condition name: `rayon_rs_log` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/log.rs:28:47 | 28 | pub(super) const LOG_ENABLED: bool = cfg!(any(rayon_rs_log, debug_assertions)); | ^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rayon_rs_log)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rayon_rs_log)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning[E0133]: call to unsafe function `arch::all::memchr::Three::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::count_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::count_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::memchr::One::count_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `core::result::Result::::unwrap_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/ext.rs:23:9 | 23 | usize::try_from(self.offset_from(origin)).unwrap_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/ext.rs:21:5 | 21 | unsafe fn distance(self, origin: *const T) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/ext.rs:23:25 | 23 | usize::try_from(self.offset_from(origin)).unwrap_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/ext.rs:33:9 | 33 | (self as *const T).distance(origin as *const T) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/ext.rs:32:5 | 32 | unsafe fn distance(self, origin: *mut T) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:307:18 | 307 | let needle = searcher.kind.one_byte; | ^^^^^^^^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:301:1 | 301 | / unsafe fn searcher_kind_one_byte( 302 | | searcher: &Searcher, 303 | | _prestate: &mut PrefilterState, 304 | | haystack: &[u8], 305 | | _needle: &[u8], 306 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:327:9 | 327 | searcher.kind.two_way.find(haystack, needle) | ^^^^^^^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:318:1 | 318 | / unsafe fn searcher_kind_two_way( 319 | | searcher: &Searcher, 320 | | _prestate: &mut PrefilterState, 321 | | haystack: &[u8], 322 | | needle: &[u8], 323 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:349:13 | 349 | searcher.kind.two_way_with_prefilter; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:339:1 | 339 | / unsafe fn searcher_kind_two_way_with_prefilter( 340 | | searcher: &Searcher, 341 | | prestate: &mut PrefilterState, 342 | | haystack: &[u8], 343 | | needle: &[u8], 344 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:368:19 | 368 | let finder = &searcher.kind.sse2; | ^^^^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:362:1 | 362 | / unsafe fn searcher_kind_sse2( 363 | | searcher: &Searcher, 364 | | _prestate: &mut PrefilterState, 365 | | haystack: &[u8], 366 | | needle: &[u8], 367 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:389:19 | 389 | let finder = &searcher.kind.avx2; | ^^^^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:383:1 | 383 | / unsafe fn searcher_kind_avx2( 384 | | searcher: &Searcher, 385 | | _prestate: &mut PrefilterState, 386 | | haystack: &[u8], 387 | | needle: &[u8], 388 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:789:5 | 789 | strat.kind.fallback.find_prefilter(haystack) | ^^^^^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:785:1 | 785 | / unsafe fn prefilter_kind_fallback( 786 | | strat: &Prefilter, 787 | | haystack: &[u8], 788 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:803:19 | 803 | let finder = &strat.kind.sse2; | ^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:799:1 | 799 | / unsafe fn prefilter_kind_sse2( 800 | | strat: &Prefilter, 801 | | haystack: &[u8], 802 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:822:19 | 822 | let finder = &strat.kind.avx2; | ^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:818:1 | 818 | / unsafe fn prefilter_kind_avx2( 819 | | strat: &Prefilter, 820 | | haystack: &[u8], 821 | | ) -> Option { | |__________________^ warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:64:9 | 64 | self.movemask().has_non_zero() | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:63:5 | 63 | unsafe fn movemask_will_have_non_zero(self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set1_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:208:13 | 208 | _mm_set1_epi8(byte as i8) | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:207:9 | 207 | unsafe fn splat(byte: u8) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_load_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:213:13 | 213 | _mm_load_si128(data as *const __m128i) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:212:9 | 212 | unsafe fn load_aligned(data: *const u8) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:218:13 | 218 | _mm_loadu_si128(data as *const __m128i) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:217:9 | 217 | unsafe fn load_unaligned(data: *const u8) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_movemask_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:223:30 | 223 | SensibleMoveMask(_mm_movemask_epi8(self) as u32) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:222:9 | 222 | unsafe fn movemask(self) -> SensibleMoveMask { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cmpeq_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:228:13 | 228 | _mm_cmpeq_epi8(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:227:9 | 227 | unsafe fn cmpeq(self, vector2: Self) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_and_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:233:13 | 233 | _mm_and_si128(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:232:9 | 232 | unsafe fn and(self, vector2: Self) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_or_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:238:13 | 238 | _mm_or_si128(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:237:9 | 237 | unsafe fn or(self, vector2: Self) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_set1_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:257:13 | 257 | _mm256_set1_epi8(byte as i8) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:256:9 | 256 | unsafe fn splat(byte: u8) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_load_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:262:13 | 262 | _mm256_load_si256(data as *const __m256i) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:261:9 | 261 | unsafe fn load_aligned(data: *const u8) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:267:13 | 267 | _mm256_loadu_si256(data as *const __m256i) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:266:9 | 266 | unsafe fn load_unaligned(data: *const u8) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_movemask_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:272:30 | 272 | SensibleMoveMask(_mm256_movemask_epi8(self) as u32) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:271:9 | 271 | unsafe fn movemask(self) -> SensibleMoveMask { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_cmpeq_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:277:13 | 277 | _mm256_cmpeq_epi8(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:276:9 | 276 | unsafe fn cmpeq(self, vector2: Self) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_and_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:282:13 | 282 | _mm256_and_si256(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:281:9 | 281 | unsafe fn and(self, vector2: Self) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_or_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:287:13 | 287 | _mm256_or_si256(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:286:9 | 286 | unsafe fn or(self, vector2: Self) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `cc` (lib) generated 3 warnings Compiling typenum v1.17.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_main --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=b556858ccdafa4a9 -C extra-filename=-b556858ccdafa4a9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/typenum-b556858ccdafa4a9 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:46:32 | 46 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:161:32 | 161 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 161 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs:25:32 | 25 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs:35:32 | 35 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `std::ptr::const_ptr::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/broadcast/mod.rs:109:26 | 109 | let current_thread = WorkerThread::current().as_ref(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/broadcast/mod.rs:98:1 | 98 | / pub(super) unsafe fn broadcast_in(op: OP, registry: &Arc) -> Vec 99 | | where 100 | | OP: Fn(BroadcastContext<'_>) -> R + Sync, 101 | | R: Send, | |____________^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `job::StackJob::::as_job_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/broadcast/mod.rs:115:42 | 115 | let job_refs = jobs.iter().map(|job| job.as_job_ref()); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `job::StackJob::::into_result` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/broadcast/mod.rs:121:32 | 121 | jobs.into_iter().map(|job| job.into_result()).collect() | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:66:9 | 66 | (self.execute_fn)(self.pointer) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:65:5 | 65 | pub(super) unsafe fn execute(self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `job::JobRef::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:102:9 | 102 | JobRef::new(self) | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:101:5 | 101 | pub(super) unsafe fn as_job_ref(&self) -> JobRef { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:121:21 | 121 | let this = &*(this as *const Self); | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:120:5 | 120 | unsafe fn execute(this: *const ()) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:124:20 | 124 | let func = (*this.func.get()).take().unwrap(); | ^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:125:9 | 125 | (*this.result.get()) = JobResult::call(func); | ^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:126:9 | 126 | Latch::set(&this.latch); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `job::JobRef::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:157:9 | 157 | JobRef::new(Box::into_raw(self)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:156:5 | 156 | pub(super) unsafe fn into_job_ref(self: Box) -> JobRef { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:174:20 | 174 | let this = Box::from_raw(this as *mut Self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:173:5 | 173 | unsafe fn execute(this: *const ()) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `job::JobRef::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:201:9 | 201 | JobRef::new(Arc::into_raw(Arc::clone(this))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:200:5 | 200 | pub(super) unsafe fn as_job_ref(this: &Arc) -> JobRef { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::sync::Arc::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:218:20 | 218 | let this = Arc::from_raw(this as *mut Self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:217:5 | 217 | unsafe fn execute(this: *const ()) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `job::JobRef::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:261:9 | 261 | JobRef::new(self) | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:256:5 | 256 | pub(super) unsafe fn push(&self, job_ref: JobRef) -> JobRef { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:268:21 | 268 | let this = &*(this as *const Self); | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:266:5 | 266 | unsafe fn execute(this: *const ()) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `job::JobRef::execute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:271:50 | 271 | Steal::Success(job_ref) => break job_ref.execute(), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `registry::WorkerThread::wait_until` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/join/mod.rs:196:5 | 196 | worker_thread.wait_until(job_b_latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/join/mod.rs:190:1 | 190 | / unsafe fn join_recover_from_panic( 191 | | worker_thread: &WorkerThread, 192 | | job_b_latch: &SpinLatch<'_>, 193 | | err: Box, 194 | | tlv: Tlv, 195 | | ) -> ! { | |______^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:134:25 | 134 | let old_state = (*this).state.swap(SET, Ordering::AcqRel); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:133:5 | 133 | unsafe fn set(this: *const Self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:199:38 | 199 | let registry: &Registry = if (*this).cross { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:196:5 | 196 | unsafe fn set(this: *const Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:205:41 | 205 | cross_registry = Arc::clone((*this).registry); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:213:13 | 213 | (*this).registry | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:215:35 | 215 | let target_worker_index = (*this).target_worker_index; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `latch::CoreLatch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:218:12 | 218 | if CoreLatch::set(&(*this).core_latch) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:218:28 | 218 | if CoreLatch::set(&(*this).core_latch) { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:266:25 | 266 | let mut guard = (*this).m.lock().unwrap(); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:265:5 | 265 | unsafe fn set(this: *const Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:268:9 | 268 | (*this).v.notify_all(); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:318:12 | 318 | if (*this).counter.fetch_sub(1, Ordering::SeqCst) == 1 { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:317:5 | 317 | pub(super) unsafe fn set(this: *const Self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `latch::CoreLatch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:319:13 | 319 | CoreLatch::set(&(*this).core_latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:319:29 | 319 | CoreLatch::set(&(*this).core_latch); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `latch::CountLatch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:335:12 | 335 | if Self::set(this) { | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:330:5 | 330 | / pub(super) unsafe fn set_and_tickle_one( 331 | | this: *const Self, 332 | | registry: &Registry, 333 | | target_worker_index: usize, 334 | | ) { | |_____^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:377:12 | 377 | if (*this).counter.fetch_sub(1, Ordering::SeqCst) == 1 { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:376:5 | 376 | unsafe fn set(this: *const Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:378:13 | 378 | LockLatch::set(&(*this).lock_latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:378:29 | 378 | LockLatch::set(&(*this).lock_latch); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:412:9 | 412 | L::set((*this).inner); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:411:5 | 411 | unsafe fn set(this: *const Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:412:16 | 412 | L::set((*this).inner); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning: `crossbeam-channel` (lib) generated 36 warnings Compiling equivalent v1.0.1 warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:562:25 | 562 | op(&*worker_thread, true) | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:547:5 | 547 | / unsafe fn in_worker_cold(&self, op: OP) -> R 548 | | where 549 | | OP: FnOnce(&WorkerThread, bool) -> R + Send, 550 | | R: Send, | |________________^ warning[E0133]: call to unsafe function `job::StackJob::::as_job_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:566:25 | 566 | self.inject(job.as_job_ref()); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:547:5 | 547 | / unsafe fn in_worker_cold(&self, op: OP) -> R 548 | | where 549 | | OP: FnOnce(&WorkerThread, bool) -> R + Send, 550 | | R: Send, | |________________^ warning[E0133]: call to unsafe function `job::StackJob::::into_result` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:574:13 | 574 | job.into_result() | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:593:21 | 593 | op(&*worker_thread, true) | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:579:5 | 579 | / unsafe fn in_worker_cross(&self, current_thread: &WorkerThread, op: OP) -> R 580 | | where 581 | | OP: FnOnce(&WorkerThread, bool) -> R + Send, 582 | | R: Send, | |________________^ warning[E0133]: call to unsafe function `job::StackJob::::as_job_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:597:21 | 597 | self.inject(job.as_job_ref()); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:579:5 | 579 | / unsafe fn in_worker_cross(&self, current_thread: &WorkerThread, op: OP) -> R 580 | | where 581 | | OP: FnOnce(&WorkerThread, bool) -> R + Send, 582 | | R: Send, | |________________^ warning[E0133]: call to unsafe function `registry::WorkerThread::wait_until` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:598:9 | 598 | current_thread.wait_until(&job.latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `job::StackJob::::into_result` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:599:9 | 599 | job.into_result() | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `registry::WorkerThread::push` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:805:9 | 805 | self.push(self.fifo.push(job)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:804:5 | 804 | pub(super) unsafe fn push_fifo(&self, job: JobRef) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `job::JobFifo::push` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:805:19 | 805 | self.push(self.fifo.push(job)); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `registry::WorkerThread::wait_until_cold` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:845:13 | 845 | self.wait_until_cold(latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:842:5 | 842 | pub(super) unsafe fn wait_until(&self, latch: &L) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `registry::WorkerThread::execute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:862:17 | 862 | self.execute(job); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:850:5 | 850 | unsafe fn wait_until_cold(&self, latch: &CoreLatch) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `job::JobRef::execute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:916:9 | 916 | job.execute(); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:915:5 | 915 | pub(super) unsafe fn execute(&self, job: JobRef) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `registry::WorkerThread::set_current` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:968:5 | 968 | WorkerThread::set_current(worker_thread); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:966:1 | 966 | unsafe fn main_loop(thread: ThreadBuilder) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:973:5 | 973 | Latch::set(®istry.thread_infos[index].primed); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `registry::WorkerThread::wait_until` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:991:5 | 991 | worker_thread.wait_until(my_terminate_latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:997:5 | 997 | Latch::set(®istry.thread_infos[index].stopped); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/equivalent-1.0.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name equivalent --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c5fab7196da2bc8 -C extra-filename=-4c5fab7196da2bc8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `scope::ScopeBase::<'scope>::execute_job_closure` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:712:29 | 712 | let _: Option<()> = Self::execute_job_closure(this, func); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:708:5 | 708 | / unsafe fn execute_job(this: *const Self, func: FUNC) 709 | | where 710 | | FUNC: FnOnce(), | |_______________________^ warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:724:17 | 724 | Latch::set(&(*this).job_completed_latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:718:5 | 718 | / unsafe fn execute_job_closure(this: *const Self, func: FUNC) -> Option 719 | | where 720 | | FUNC: FnOnce() -> R, | |____________________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:724:29 | 724 | Latch::set(&(*this).job_completed_latch); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:728:17 | 728 | (*this).job_panicked(err); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:729:17 | 729 | Latch::set(&(*this).job_completed_latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:729:29 | 729 | Latch::set(&(*this).job_completed_latch); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:814:16 | 814 | match &*this { | ^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:813:5 | 813 | unsafe fn set(this: *const Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `latch::CountLatch::set_and_tickle_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:819:18 | 819 | } => CountLatch::set_and_tickle_one(latch, registry, *worker_index), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:820:47 | 820 | ScopeLatch::Blocking { latch } => Latch::set(latch), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:876:10 | 876 | &*self.0 | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:875:5 | 875 | unsafe fn as_ref(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/sse2.rs:53:15 | 53 | Group(x86::_mm_loadu_si128(ptr.cast())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/sse2.rs:52:5 | 52 | pub(crate) unsafe fn load(ptr: *const u8) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `spawn::spawn_job` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/spawn/mod.rs:82:19 | 82 | let job_ref = spawn_job(func, registry); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/spawn/mod.rs:72:1 | 72 | / pub(super) unsafe fn spawn_in(func: F, registry: &Arc) 73 | | where 74 | | F: FnOnce() + Send + 'static, | |_________________________________^ warning[E0133]: call to unsafe function `spawn::spawn_job` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/spawn/mod.rs:152:19 | 152 | let job_ref = spawn_job(func, registry); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/spawn/mod.rs:142:1 | 142 | / pub(super) unsafe fn spawn_fifo_in(func: F, registry: &Arc) 143 | | where 144 | | F: FnOnce() + Send + 'static, | |_________________________________^ warning[E0133]: call to unsafe function `registry::WorkerThread::push_fifo` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/spawn/mod.rs:157:25 | 157 | Some(worker) => worker.push_fifo(job_ref), | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_load_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/sse2.rs:63:15 | 63 | Group(x86::_mm_load_si128(ptr.cast())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/sse2.rs:60:5 | 60 | pub(crate) unsafe fn load_aligned(ptr: *const u8) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_store_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/sse2.rs:73:9 | 73 | x86::_mm_store_si128(ptr.cast(), self.0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/sse2.rs:70:5 | 70 | pub(crate) unsafe fn store_aligned(self, ptr: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `alloc::alloc::dealloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/alloc.rs:72:13 | 72 | dealloc(ptr.as_ptr(), layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/alloc.rs:71:9 | 71 | unsafe fn deallocate(&self, ptr: NonNull, layout: Layout) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:68:5 | 68 | to.offset_from(from) as usize | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:67:1 | 67 | unsafe fn offset_from(to: *const T, from: *const T) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:381:13 | 381 | base.as_ptr().sub(index) | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:354:5 | 354 | unsafe fn from_base_index(base: NonNull, index: usize) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:384:18 | 384 | ptr: NonNull::new_unchecked(ptr), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:453:13 | 453 | offset_from(base.as_ptr(), self.ptr.as_ptr()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:427:5 | 427 | unsafe fn to_base_index(&self, base: NonNull) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:537:13 | 537 | self.ptr.as_ptr().sub(offset) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:532:5 | 532 | unsafe fn next_n(&self, offset: usize) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:540:18 | 540 | ptr: NonNull::new_unchecked(ptr), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::drop_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:561:9 | 561 | self.as_ptr().drop_in_place(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:560:5 | 560 | pub(crate) unsafe fn drop(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:582:9 | 582 | self.as_ptr().read() | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:581:5 | 581 | pub(crate) unsafe fn read(&self) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:604:9 | 604 | self.as_ptr().write(val); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:603:5 | 603 | pub(crate) unsafe fn write(&self, val: T) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:616:10 | 616 | &*self.as_ptr() | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:615:5 | 615 | pub unsafe fn as_ref<'a>(&self) -> &'a T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:637:14 | 637 | &mut *self.as_ptr() | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:636:5 | 636 | pub unsafe fn as_mut<'a>(&self) -> &'a mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::new_uninitialized` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:719:20 | 719 | table: RawTableInner::new_uninitialized( | ____________________^ 720 | | &alloc, 721 | | Self::TABLE_LAYOUT, 722 | | buckets, 723 | | fallibility, 724 | | )?, | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:711:5 | 711 | / unsafe fn new_uninitialized( 712 | | alloc: A, 713 | | buckets: usize, 714 | | fallibility: Fallibility, 715 | | ) -> Result { | |______________________________________^ warning[E0133]: call to unsafe function `raw::Bucket::::to_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:797:9 | 797 | bucket.to_base_index(self.data_end()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:796:5 | 796 | pub unsafe fn bucket_index(&self, bucket: &Bucket) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::from_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:852:9 | 852 | Bucket::from_base_index(self.data_end(), index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:825:5 | 825 | pub unsafe fn bucket(&self, index: usize) -> Bucket { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:858:21 | 858 | let index = self.bucket_index(item); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:857:5 | 857 | unsafe fn erase_no_drop(&mut self, item: &Bucket) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::erase` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:859:9 | 859 | self.table.erase(index); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::erase_no_drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:867:9 | 867 | self.erase_no_drop(&item); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:865:5 | 865 | pub unsafe fn erase(&mut self, item: Bucket) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:868:9 | 868 | item.drop(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::erase_no_drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:877:9 | 877 | self.erase_no_drop(&item); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:876:5 | 876 | pub unsafe fn remove(&mut self, item: Bucket) -> (T, InsertSlot) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:879:13 | 879 | item.read(), | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:881:24 | 881 | index: self.bucket_index(&item), | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Compiling lock_api v0.4.12 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=b4110132756fdd4e -C extra-filename=-b4110132756fdd4e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/lock_api-b4110132756fdd4e -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libautocfg-a5bb435b6bb19264.rlib --cap-lints warn -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `raw::RawTableInner::resize_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1099:9 | 1099 | / self.table.resize_inner( 1100 | | &self.alloc, 1101 | | capacity, 1102 | | &|table, index| hasher(table.bucket::(index).as_ref()), 1103 | | fallibility, 1104 | | Self::TABLE_LAYOUT, 1105 | | ) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1087:5 | 1087 | / unsafe fn resize( 1088 | | &mut self, 1089 | | capacity: usize, 1090 | | hasher: impl Fn(&T) -> u64, 1091 | | fallibility: Fallibility, 1092 | | ) -> Result<(), TryReserveError> { | |____________________________________^ warning[E0133]: call to unsafe function `raw::Bucket::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1102:36 | 1102 | &|table, index| hasher(table.bucket::(index).as_ref()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1102:36 | 1102 | &|table, index| hasher(table.bucket::(index).as_ref()), | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1177:21 | 1177 | let index = self.bucket_index(&bucket); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1173:5 | 1173 | / pub unsafe fn replace_bucket_with(&mut self, bucket: Bucket, f: F) -> bool 1174 | | where 1175 | | F: FnOnce(T) -> Option, | |__________________________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1178:24 | 1178 | let old_ctrl = *self.table.ctrl(index); | ^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1178:25 | 1178 | let old_ctrl = *self.table.ctrl(index); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1179:23 | 1179 | debug_assert!(self.is_bucket_full(index)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::remove` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1181:20 | 1181 | let item = self.remove(bucket).0; | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1184:13 | 1184 | self.table.set_ctrl(index, old_ctrl); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1186:13 | 1186 | self.bucket(index).write(new_item); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1186:13 | 1186 | self.bucket(index).write(new_item); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1237:24 | 1237 | let old_ctrl = *self.table.ctrl(slot.index); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1236:5 | 1236 | pub unsafe fn insert_in_slot(&mut self, hash: u64, slot: InsertSlot, value: T) -> Bucket { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1237:25 | 1237 | let old_ctrl = *self.table.ctrl(slot.index); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::record_item_insert_at` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1238:9 | 1238 | self.table.record_item_insert_at(slot.index, old_ctrl, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1240:22 | 1240 | let bucket = self.bucket(slot.index); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1241:9 | 1241 | bucket.write(value); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::get_many_mut_pointers` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1322:20 | 1322 | let ptrs = self.get_many_mut_pointers(hashes, eq); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1317:5 | 1317 | / pub unsafe fn get_many_unchecked_mut( 1318 | | &mut self, 1319 | | hashes: [u64; N], 1320 | | eq: impl FnMut(usize, &T) -> bool, 1321 | | ) -> [Option<&'_ mut T>; N] { | |_______________________________^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::as_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1323:42 | 1323 | ptrs.map(|ptr| ptr.map(|mut ptr| ptr.as_mut())) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1371:9 | 1371 | self.table.is_bucket_full(index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1370:5 | 1370 | pub unsafe fn is_bucket_full(&self, index: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::iter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1384:9 | 1384 | self.table.iter() | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1379:5 | 1379 | pub unsafe fn iter(&self) -> RawIter { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawIterHash::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1398:9 | 1398 | RawIterHash::new(self, hash) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1397:5 | 1397 | pub unsafe fn iter_hash(&self, hash: u64) -> RawIterHash { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1540:20 | 1540 | let ctrl = NonNull::new_unchecked(ptr.as_ptr().add(ctrl_offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1517:5 | 1517 | / unsafe fn new_uninitialized( 1518 | | alloc: &A, 1519 | | table_layout: TableLayout, 1520 | | buckets: usize, ... | 1523 | | where 1524 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1540:43 | 1540 | let ctrl = NonNull::new_unchecked(ptr.as_ptr().add(ctrl_offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1653:21 | 1653 | if unlikely(self.is_bucket_full(index)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1651:5 | 1651 | unsafe fn fix_insert_slot(&self, mut index: usize) -> InsertSlot { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::option::Option::::unwrap_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1672:21 | 1672 | index = Group::load_aligned(self.ctrl(0)) | _____________________^ 1673 | | .match_empty_or_deleted() 1674 | | .lowest_set_bit() 1675 | | .unwrap_unchecked(); | |___________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1672:21 | 1672 | index = Group::load_aligned(self.ctrl(0)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1672:41 | 1672 | index = Group::load_aligned(self.ctrl(0)) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::find_insert_slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1852:28 | 1852 | let index: usize = self.find_insert_slot(hash).index; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1850:5 | 1850 | unsafe fn prepare_insert_slot(&mut self, hash: u64) -> (usize, u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1859:24 | 1859 | let old_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1859:25 | 1859 | let old_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1860:9 | 1860 | self.set_ctrl_h2(index, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2036:25 | 2036 | let group = Group::load_aligned(self.ctrl(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2024:5 | 2024 | unsafe fn prepare_rehash_in_place(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2036:45 | 2036 | let group = Group::load_aligned(self.ctrl(i)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::store_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2038:13 | 2038 | group.store_aligned(self.ctrl(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2038:33 | 2038 | group.store_aligned(self.ctrl(i)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_to` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2050:13 | 2050 | / self.ctrl(0) 2051 | | .copy_to(self.ctrl(Group::WIDTH), self.buckets()); | |_________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2050:13 | 2050 | self.ctrl(0) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2051:26 | 2051 | .copy_to(self.ctrl(Group::WIDTH), self.buckets()); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_to` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2056:13 | 2056 | / self.ctrl(0) 2057 | | .copy_to(self.ctrl(self.buckets()), Group::WIDTH); | |_________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2056:13 | 2056 | self.ctrl(0) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2057:26 | 2057 | .copy_to(self.ctrl(self.buckets()), Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::from_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2107:20 | 2107 | let data = Bucket::from_base_index(self.data_end(), 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2079:5 | 2079 | unsafe fn iter(&self) -> RawIter { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawIterRange::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2110:19 | 2110 | iter: RawIterRange::new(self.ctrl.as_ptr(), data, self.buckets()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::iter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2158:25 | 2158 | for item in self.iter::() { | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2151:5 | 2151 | unsafe fn drop_elements(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2161:17 | 2161 | item.drop(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: creating a shared reference to mutable static is discouraged --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:173:33 | 173 | .or_else(|err| unsafe { THE_REGISTRY.as_ref().ok_or(err) }) | ^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static | = note: for more information, see = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives = note: `#[warn(static_mut_refs)]` on by default warning: creating a mutable reference to mutable static is discouraged --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:200:55 | 200 | .map(|registry: Arc| unsafe { &*THE_REGISTRY.get_or_insert(registry) }) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives warning[E0133]: call to unsafe function `raw::Bucket::::from_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2286:9 | 2286 | Bucket::from_base_index(self.data_end(), index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2283:5 | 2283 | unsafe fn bucket(&self, index: usize) -> Bucket { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2340:9 | 2340 | base.sub((index + 1) * size_of) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2336:5 | 2336 | unsafe fn bucket_ptr(&self, index: usize, size_of: usize) -> *mut u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2401:9 | 2401 | self.set_ctrl_h2(index, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2399:5 | 2399 | unsafe fn record_item_insert_at(&mut self, index: usize, old_ctrl: u8, hash: u64) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2443:9 | 2443 | self.set_ctrl(index, h2(hash)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2441:5 | 2441 | unsafe fn set_ctrl_h2(&mut self, index: usize, hash: u64) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2477:25 | 2477 | let prev_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2475:5 | 2475 | unsafe fn replace_ctrl_h2(&mut self, index: usize, hash: u64) -> u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2477:26 | 2477 | let prev_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2478:9 | 2478 | self.set_ctrl_h2(index, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2535:9 | 2535 | *self.ctrl(index) = ctrl; | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2507:5 | 2507 | unsafe fn set_ctrl(&mut self, index: usize, ctrl: u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2535:10 | 2535 | *self.ctrl(index) = ctrl; | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2536:9 | 2536 | *self.ctrl(index2) = ctrl; | ^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2536:10 | 2536 | *self.ctrl(index2) = ctrl; | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2566:9 | 2566 | self.ctrl.as_ptr().add(index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2563:5 | 2563 | unsafe fn ctrl(&self, index: usize) -> *mut u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2582:17 | 2582 | is_full(*self.ctrl(index)) | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2580:5 | 2580 | unsafe fn is_bucket_full(&self, index: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2582:18 | 2582 | is_full(*self.ctrl(index)) | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::rehash_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2707:13 | 2707 | self.rehash_in_place(hasher, layout.size, drop); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2676:5 | 2676 | / unsafe fn reserve_rehash_inner( 2677 | | &mut self, 2678 | | alloc: &A, 2679 | | additional: usize, ... | 2685 | | where 2686 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `raw::RawTableInner::resize_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2719:13 | 2719 | / self.resize_inner( 2720 | | alloc, 2721 | | usize::max(new_items, full_capacity + 1), 2722 | | hasher, 2723 | | fallibility, 2724 | | layout, 2725 | | ) | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2762:20 | 2762 | let ctrl = NonNull::new_unchecked(self.ctrl(0)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2742:5 | 2742 | unsafe fn full_buckets_indices(&self) -> FullBucketsIndices { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2762:43 | 2762 | let ctrl = NonNull::new_unchecked(self.ctrl(0)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2767:28 | 2767 | current_group: Group::load_aligned(ctrl.as_ptr()).match_full().into_iter(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::full_buckets_indices` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2834:32 | 2834 | for full_byte_index in self.full_buckets_indices() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2816:5 | 2816 | / unsafe fn resize_inner( 2817 | | &mut self, 2818 | | alloc: &A, 2819 | | capacity: usize, ... | 2824 | | where 2825 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `raw::RawTableInner::prepare_insert_slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2849:34 | 2849 | let (new_index, _) = new_table.prepare_insert_slot(hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2865:13 | 2865 | / ptr::copy_nonoverlapping( 2866 | | self.bucket_ptr(full_byte_index, layout.size), 2867 | | new_table.bucket_ptr(new_index, layout.size), 2868 | | layout.size, 2869 | | ); | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2866:17 | 2866 | self.bucket_ptr(full_byte_index, layout.size), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2867:17 | 2867 | new_table.bucket_ptr(new_index, layout.size), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::prepare_rehash_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2923:9 | 2923 | self.prepare_rehash_in_place(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2913:5 | 2913 | / unsafe fn rehash_in_place( 2914 | | &mut self, 2915 | | hasher: &dyn Fn(&mut Self, usize) -> u64, 2916 | | size_of: usize, 2917 | | drop: Option, 2918 | | ) { | |_____^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2928:24 | 2928 | if *self_.ctrl(i) == DELETED { | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2928:25 | 2928 | if *self_.ctrl(i) == DELETED { | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2929:25 | 2929 | self_.set_ctrl(i, EMPTY); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2930:25 | 2930 | drop(self_.bucket_ptr(i, size_of)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2930:30 | 2930 | drop(self_.bucket_ptr(i, size_of)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2942:16 | 2942 | if *guard.ctrl(i) != DELETED { | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2942:17 | 2942 | if *guard.ctrl(i) != DELETED { | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2946:23 | 2946 | let i_p = guard.bucket_ptr(i, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::find_insert_slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2956:29 | 2956 | let new_i = guard.find_insert_slot(hash).index; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2964:21 | 2964 | guard.set_ctrl_h2(i, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2968:31 | 2968 | let new_i_p = guard.bucket_ptr(new_i, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::replace_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2972:33 | 2972 | let prev_ctrl = guard.replace_ctrl_h2(new_i, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2974:21 | 2974 | guard.set_ctrl(i, EMPTY); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2978:21 | 2978 | ptr::copy_nonoverlapping(i_p, new_i_p, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::swap_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2985:21 | 2985 | ptr::swap_nonoverlapping(i_p, new_i_p, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::allocation_info` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3029:29 | 3029 | let (ptr, layout) = self.allocation_info(table_layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3023:5 | 3023 | / unsafe fn free_buckets(&mut self, alloc: &A, table_layout: TableLayout) 3024 | | where 3025 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `raw::alloc::inner::Allocator::deallocate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3030:9 | 3030 | alloc.deallocate(ptr, layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3145:23 | 3145 | debug_assert!(self.is_bucket_full(index)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3144:5 | 3144 | unsafe fn erase(&mut self, index: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3153:28 | 3153 | let empty_before = Group::load(self.ctrl(index_before)).match_empty(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3153:40 | 3153 | let empty_before = Group::load(self.ctrl(index_before)).match_empty(); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3154:27 | 3154 | let empty_after = Group::load(self.ctrl(index)).match_empty(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3154:39 | 3154 | let empty_after = Group::load(self.ctrl(index)).match_empty(); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3199:9 | 3199 | self.set_ctrl(index, ctrl); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::clone_from_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3313:13 | 3313 | self.clone_from_impl(source); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3312:9 | 3312 | unsafe fn clone_from_spec(&mut self, source: &Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_to_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3343:9 | 3343 | / source 3344 | | .table 3345 | | .ctrl(0) 3346 | | .copy_to_nonoverlapping(self.table.ctrl(0), self.table.num_ctrl_bytes()); | |____________________________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3341:5 | 3341 | unsafe fn clone_from_impl(&mut self, source: &Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3343:9 | 3343 | / source 3344 | | .table 3345 | | .ctrl(0) | |____________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3346:37 | 3346 | .copy_to_nonoverlapping(self.table.ctrl(0), self.table.num_ctrl_bytes()); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3354:24 | 3354 | if self_.is_bucket_full(i) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3355:25 | 3355 | self_.bucket(i).drop(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3355:25 | 3355 | self_.bucket(i).drop(); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::iter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3361:21 | 3361 | for from in source.iter() { | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3362:25 | 3362 | let index = source.bucket_index(&from); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3363:22 | 3363 | let to = guard.1.bucket(index); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3364:13 | 3364 | to.write(from.as_ref().clone()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3364:22 | 3364 | to.write(from.as_ref().clone()); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3483:19 | 3483 | let end = ctrl.add(len); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3479:5 | 3479 | unsafe fn new(ctrl: *const u8, data: Bucket, len: usize) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3487:29 | 3487 | let current_group = Group::load_aligned(ctrl).match_full(); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3488:25 | 3488 | let next_ctrl = ctrl.add(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3549:29 | 3549 | return Some(self.data.next_n(index)); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3546:5 | 3546 | unsafe fn next_impl(&mut self) -> Option> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3561:34 | 3561 | self.current_group = Group::load_aligned(self.next_ctrl).match_full().into_iter(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3562:25 | 3562 | self.data = self.data.next_n(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3563:30 | 3563 | self.next_ctrl = self.next_ctrl.add(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3603:30 | 3603 | let bucket = self.data.next_n(index); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3594:5 | 3594 | / unsafe fn fold_impl(mut self, mut n: usize, mut acc: B, mut f: F) -> B 3595 | | where 3596 | | F: FnMut(B, Bucket) -> B, | |____________________________________^ warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3640:34 | 3640 | self.current_group = Group::load_aligned(self.next_ctrl).match_full().into_iter(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3641:25 | 3641 | self.data = self.data.next_n(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3642:30 | 3642 | self.next_ctrl = self.next_ctrl.add(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3712:17 | 3712 | item.drop(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3709:5 | 3709 | unsafe fn drop_elements(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3848:25 | 3848 | self.ctrl = NonNull::new_unchecked(self.ctrl.as_ptr().add(Group::WIDTH)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3819:5 | 3819 | unsafe fn next_impl(&mut self) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3848:48 | 3848 | self.ctrl = NonNull::new_unchecked(self.ctrl.as_ptr().add(Group::WIDTH)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3851:34 | 3851 | self.current_group = Group::load_aligned(self.ctrl.as_ptr()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawIterHashInner::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:4097:20 | 4097 | inner: RawIterHashInner::new(&table.table, hash), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:4095:5 | 4095 | unsafe fn new(table: &RawTable, hash: u64) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:4129:21 | 4129 | let group = Group::load(table.ctrl(probe_seq.pos)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:4126:5 | 4126 | unsafe fn new(table: &RawTableInner, hash: u64) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:4129:33 | 4129 | let group = Group::load(table.ctrl(probe_seq.pos)); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `map::HashMap::::get_many_unchecked_mut_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/map.rs:1599:9 | 1599 | self.get_many_unchecked_mut_inner(ks) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/map.rs:1592:5 | 1592 | / pub unsafe fn get_many_unchecked_mut( 1593 | | &mut self, 1594 | | ks: [&Q; N], 1595 | | ) -> [Option<&'_ mut V>; N] 1596 | | where 1597 | | Q: Hash + Equivalent + ?Sized, | |_________________________________________^ warning[E0133]: call to unsafe function `map::HashMap::::get_many_unchecked_mut_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/map.rs:1725:9 | 1725 | self.get_many_unchecked_mut_inner(ks) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/map.rs:1718:5 | 1718 | / pub unsafe fn get_many_key_value_unchecked_mut( 1719 | | &mut self, 1720 | | ks: [&Q; N], 1721 | | ) -> [Option<(&'_ K, &'_ mut V)>; N] 1722 | | where 1723 | | Q: Hash + Equivalent + ?Sized, | |_________________________________________^ warning[E0133]: call to unsafe function `raw::RawTable::::get_many_unchecked_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/map.rs:1746:9 | 1746 | / self.table 1747 | | .get_many_unchecked_mut(hashes, |i, (k, _)| ks[i].equivalent(k)) | |____________________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/map.rs:1738:5 | 1738 | / unsafe fn get_many_unchecked_mut_inner( 1739 | | &mut self, 1740 | | ks: [&Q; N], 1741 | | ) -> [Option<&'_ mut (K, V)>; N] 1742 | | where 1743 | | Q: Hash + Equivalent + ?Sized, | |_________________________________________^ Compiling generic-array v0.14.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=2bda171cd371477a -C extra-filename=-2bda171cd371477a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/generic-array-2bda171cd371477a -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern version_check=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libversion_check-4a69c0cd361af2e0.rlib --cap-lints warn -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `map::HashMap::::insert_unique_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/set.rs:1119:9 | 1119 | self.map.insert_unique_unchecked(value, ()).0 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/set.rs:1118:5 | 1118 | pub unsafe fn insert_unique_unchecked(&mut self, value: T) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTable::::get_many_unchecked_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/table.rs:1110:9 | 1110 | self.raw.get_many_unchecked_mut(hashes, eq) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/table.rs:1105:5 | 1105 | / pub unsafe fn get_many_unchecked_mut( 1106 | | &mut self, 1107 | | hashes: [u64; N], 1108 | | eq: impl FnMut(usize, &T) -> bool, 1109 | | ) -> [Option<&'_ mut T>; N] { | |_______________________________^ warning: `typenum` (build script) generated 5 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/typenum-d8462314b06f2cd1/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/typenum-b556858ccdafa4a9/build-script-main` [typenum 1.17.0] cargo:rerun-if-changed=build/main.rs Compiling rustc-rayon v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rayon CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Simple work-stealing parallelism for Rust - fork for rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-rayon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-rayon' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rayon --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0bce8bfdb463c3ff -C extra-filename=-0bce8bfdb463c3ff --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-bece2021b0fc1168.rmeta --extern rayon_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librayon_core-230998e6c82cbb77.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling parking_lot_core v0.9.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=34aaf48312862d7f -C extra-filename=-34aaf48312862d7f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/parking_lot_core-34aaf48312862d7f -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/quicksort.rs:896:47 | 896 | heapsort(&mut v, &|_, _| thread_rng().gen()); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/parking_lot_core-1f61dbee1e38e216/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/parking_lot_core-34aaf48312862d7f/build-script-build` [parking_lot_core 0.9.10] cargo:rerun-if-changed=build.rs Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=typenum CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/typenum-d8462314b06f2cd1/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name typenum --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=6823ba339146a6c7 -C extra-filename=-6823ba339146a6c7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `hashbrown` (lib) generated 153 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_MORE_LENGTHS=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/generic-array-edc4ef022611be34/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/generic-array-2bda171cd371477a/build-script-build` [generic-array 0.14.7] cargo:rustc-cfg=relaxed_coherence Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_ATOMIC_USIZE=1 CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/lock_api-38a0caedc7e8a4e5/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/lock_api-b4110132756fdd4e/build-script-build` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:51:5 | 51 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:61:13 | 61 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/bit.rs:187:7 | 187 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/uint.rs:1656:7 | 1656 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/uint.rs:1709:16 | 1709 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::suspicious_arithmetic_impl))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused import: `*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:104:25 | 104 | N1, N2, Z0, P1, P2, *, | ^ | = note: `#[warn(unused_imports)]` on by default [lock_api 0.4.12] cargo:rustc-cfg=has_const_fn_trait_bound Compiling tracing-core v0.1.30 warning: `memchr` (lib) generated 587 warnings Compiling log v0.4.22 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Core primitives for application-level tracing. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_core --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=23415ebe40305a1f -C extra-filename=-23415ebe40305a1f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-22898cffeb33b285.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name log --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=5a344423a404ff18 -C extra-filename=-5a344423a404ff18 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:533:34 | 533 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 533 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:639:34 | 639 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 639 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1179:34 | 1179 | fn enabled(&self, metadata: &Metadata) -> bool; | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1179 | fn enabled(&self, metadata: &Metadata<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1188:28 | 1188 | fn log(&self, record: &Record); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn log(&self, record: &Record<'_>); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1203:27 | 1203 | fn enabled(&self, _: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | fn enabled(&self, _: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1207:23 | 1207 | fn log(&self, _: &Record) {} | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1207 | fn log(&self, _: &Record<'_>) {} | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1215:34 | 1215 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1215 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1219:28 | 1219 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1232:34 | 1232 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1236:28 | 1236 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1236 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1249:34 | 1249 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1249 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1253:28 | 1253 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1253 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1469:34 | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1486:34 | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:38:11 | 38 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 38 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:40:65 | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location<'_>), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:41:26 | 41 | kvs: Option<&[(&str, Value)]>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | kvs: Option<&[(&str, Value<'_>)]>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:65:11 | 65 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:67:64 | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location<'_>), | ++++ warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs:132:5 | 132 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs:140:5 | 140 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:147:7 | 147 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:150:7 | 150 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:182:7 | 182 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:488:15 | 488 | #[cfg(not(feature = "alloc"))] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:373:11 | 373 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:710:11 | 710 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:713:11 | 713 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:721:11 | 721 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:724:11 | 724 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:270:15 | 270 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning[E0133]: use of mutable static is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1449:13 | 1449 | LOGGER = logger; | ^^^^^^ use of mutable static | = note: for more information, see issue #71668 = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1446:1 | 1446 | pub unsafe fn set_logger_racy(logger: &'static dyn Log) -> Result<(), SetLoggerError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning: `log` (lib) generated 20 warnings Compiling scopeguard v1.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as shorthands for guards with one of the implemented strategies. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name scopeguard --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=a0de2c9e8c4fbf60 -C extra-filename=-a0de2c9e8c4fbf60 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `subscriber::Subscriber::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/subscriber.rs:783:9 | 783 | self.as_ref().downcast_raw(id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/subscriber.rs:778:5 | 778 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `subscriber::Subscriber::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/subscriber.rs:868:9 | 868 | self.as_ref().downcast_raw(id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/subscriber.rs:863:5 | 863 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: creating a shared reference to mutable static is discouraged --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:430:14 | 430 | Some(GLOBAL_DISPATCH.as_ref().expect( | ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static | = note: for more information, see = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives = note: `#[warn(static_mut_refs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0/src/lib.rs:486:32 | 486 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 486 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `typenum` (lib) generated 6 warnings warning: `scopeguard` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=generic_array CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/generic-array-edc4ef022611be34/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name generic_array --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=f2ef47c10eb4e932 -C extra-filename=-f2ef47c10eb4e932 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern typenum=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtypenum-6823ba339146a6c7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg relaxed_coherence` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=lock_api CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/lock_api-38a0caedc7e8a4e5/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name lock_api --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=5f421542401ea4bc -C extra-filename=-5f421542401ea4bc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern scopeguard=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libscopeguard-a0de2c9e8c4fbf60.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg has_const_fn_trait_bound` warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:148:11 | 148 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:158:15 | 158 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:232:11 | 232 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:247:15 | 247 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:369:11 | 369 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:379:15 | 379 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:136:19 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 136 | | #[cfg(relaxed_coherence)] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` 182 | 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:158:23 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 158 | | #[cfg(not(relaxed_coherence))] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` 182 | 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:136:19 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 136 | | #[cfg(relaxed_coherence)] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:158:23 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 158 | | #[cfg(not(relaxed_coherence))] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:69:34 | 69 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 69 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/iter.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:235:62 | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut, &mut usize) { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, T>, &mut usize) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:290:59 | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter, &mut usize) { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter<'_, T>, &mut usize) { | +++ warning[E0133]: call to unsafe function `mutex::RawMutexFair::unlock_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:107:9 | 107 | self.unlock_fair(); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:106:5 | 106 | unsafe fn bump(&self) { | ^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `mutex::RawMutex::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:273:9 | 273 | self.raw.unlock(); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:272:5 | 272 | pub unsafe fn force_unlock(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `mutex::RawMutexFair::unlock_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:365:9 | 365 | self.raw.unlock_fair(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:364:5 | 364 | pub unsafe fn force_unlock_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `mutex::RawMutex::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:133:13 | 133 | self.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:128:5 | 128 | pub unsafe fn unlock(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `mutex::RawMutexFair::unlock_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:165:13 | 165 | self.mutex.unlock_fair(); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:160:5 | 160 | pub unsafe fn unlock_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `mutex::RawMutexFair::bump` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:184:13 | 184 | self.mutex.bump(); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:179:5 | 179 | pub unsafe fn bump(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `remutex::RawReentrantMutex::::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:382:9 | 382 | self.raw.unlock(); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:381:5 | 381 | pub unsafe fn force_unlock(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `remutex::RawReentrantMutex::::unlock_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:475:9 | 475 | self.raw.unlock_fair(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:474:5 | 474 | pub unsafe fn force_unlock_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLockFair::unlock_shared_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:132:9 | 132 | self.unlock_shared_fair(); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:131:5 | 131 | unsafe fn bump_shared(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLockFair::unlock_exclusive_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:146:9 | 146 | self.unlock_exclusive_fair(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:145:5 | 145 | unsafe fn bump_exclusive(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLockUpgradeFair::unlock_upgradable_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:269:9 | 269 | self.unlock_upgradable_fair(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:268:5 | 268 | unsafe fn bump_upgradable(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLock::unlock_shared` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:556:9 | 556 | self.raw.unlock_shared(); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:555:5 | 555 | pub unsafe fn force_unlock_read(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLock::unlock_exclusive` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:572:9 | 572 | self.raw.unlock_exclusive(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:571:5 | 571 | pub unsafe fn force_unlock_write(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLockFair::unlock_shared_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:710:9 | 710 | self.raw.unlock_shared_fair(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:709:5 | 709 | pub unsafe fn force_unlock_read_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLockFair::unlock_exclusive_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:726:9 | 726 | self.raw.unlock_exclusive_fair(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:725:5 | 725 | pub unsafe fn force_unlock_write_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/lib.rs:103:24 | 103 | pub struct GuardNoSend(*mut ()); | ----------- ^^^^^^^ | | | field in this struct | = help: consider removing this field = note: `#[warn(dead_code)]` on by default warning: `lock_api` (lib) generated 22 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/parking_lot_core-1f61dbee1e38e216/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot_core --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=dbcf60068f3f2ecf -C extra-filename=-dbcf60068f3f2ecf --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unused import: `UnparkHandle` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/mod.rs:85:49 | 85 | pub use self::imp::{thread_yield, ThreadParker, UnparkHandle}; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `tsan_enabled` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/word_lock.rs:293:13 | 293 | if cfg!(tsan_enabled) { | ^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tsan_enabled)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tsan_enabled)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:328:20 | 328 | let next = (*current).next_in_queue.get(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:325:1 | 325 | unsafe fn rehash_bucket_into(bucket: &'static Bucket, table: &mut HashTable) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:329:25 | 329 | let hash = hash((*current).key.load(Ordering::Relaxed), table.hash_bits); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:333:13 | 333 | (*table.entries[hash].queue_tail.get()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:338:9 | 338 | (*current).next_in_queue.set(ptr::null()); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:463:5 | 463 | bucket1.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:462:1 | 462 | unsafe fn unlock_bucket_pair(bucket1: &Bucket, bucket2: &Bucket) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:465:9 | 465 | bucket2.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:607:13 | 607 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:591:1 | 591 | / pub unsafe fn park( 592 | | key: usize, 593 | | validate: impl FnOnce() -> bool, 594 | | before_sleep: impl FnOnce(), ... | 597 | | timeout: Option, 598 | | ) -> ParkResult { | |_______________^ warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::prepare_park` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:616:9 | 616 | thread_data.parker.prepare_park(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:618:13 | 618 | (*bucket.queue_tail.get()).next_in_queue.set(thread_data); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:624:9 | 624 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::park_until` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:633:30 | 633 | Some(timeout) => thread_data.parker.park_until(timeout), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::park` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:635:17 | 635 | thread_data.parker.park(); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `parking_lot::deadlock::on_unpark` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:637:17 | 637 | deadlock::on_unpark(thread_data); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::timed_out` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:653:13 | 653 | if !thread_data.parker.timed_out() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:655:13 | 655 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:666:28 | 666 | let next = (*current).next_in_queue.get(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:675:28 | 675 | if (*scan).key.load(Ordering::Relaxed) == key { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:679:32 | 679 | scan = (*scan).next_in_queue.get(); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:688:20 | 688 | if (*current).key.load(Ordering::Relaxed) == key { | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:691:25 | 691 | link = &(*current).next_in_queue; | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:703:9 | 703 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:745:12 | 745 | if (*current).key.load(Ordering::Relaxed) == key { | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:732:1 | 732 | / pub unsafe fn unpark_one( 733 | | key: usize, 734 | | callback: impl FnOnce(UnparkResult) -> UnparkToken, 735 | | ) -> UnparkResult { | |_________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:747:24 | 747 | let next = (*current).next_in_queue.get(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:756:24 | 756 | if (*scan).key.load(Ordering::Relaxed) == key { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:760:28 | 760 | scan = (*scan).next_in_queue.get(); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:766:30 | 766 | result.be_fair = (*bucket.fair_timeout.get()).should_timeout(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:770:13 | 770 | (*current).unpark_token.set(token); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::unpark_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:777:26 | 777 | let handle = (*current).parker.unpark_lock(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:777:26 | 777 | let handle = (*current).parker.unpark_lock(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:779:13 | 779 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::UnparkHandleT::unpark` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:780:13 | 780 | handle.unpark(); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:784:21 | 784 | link = &(*current).next_in_queue; | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:793:5 | 793 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:823:12 | 823 | if (*current).key.load(Ordering::Relaxed) == key { | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:813:1 | 813 | pub unsafe fn unpark_all(key: usize, unpark_token: UnparkToken) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:825:24 | 825 | let next = (*current).next_in_queue.get(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:832:13 | 832 | (*current).unpark_token.set(unpark_token); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::unpark_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:837:26 | 837 | threads.push((*current).parker.unpark_lock()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:837:26 | 837 | threads.push((*current).parker.unpark_lock()); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:840:21 | 840 | link = &(*current).next_in_queue; | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:848:5 | 848 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::UnparkHandleT::unpark` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:854:9 | 854 | handle.unpark(); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `parking_lot::unlock_bucket_pair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:902:9 | 902 | unlock_bucket_pair(bucket_from, bucket_to); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:888:1 | 888 | / pub unsafe fn unpark_requeue( 889 | | key_from: usize, 890 | | key_to: usize, 891 | | validate: impl FnOnce() -> RequeueOp, 892 | | callback: impl FnOnce(RequeueOp, UnparkResult) -> UnparkToken, 893 | | ) -> UnparkResult { | |_________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:914:12 | 914 | if (*current).key.load(Ordering::Relaxed) == key_from { | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:916:24 | 916 | let next = (*current).next_in_queue.get(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:930:21 | 930 | (*requeue_threads_tail).next_in_queue.set(current); | ^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:935:17 | 935 | (*current).key.store(key_to, Ordering::Relaxed); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:943:24 | 943 | if (*scan).key.load(Ordering::Relaxed) == key_from { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:947:28 | 947 | scan = (*scan).next_in_queue.get(); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:953:21 | 953 | link = &(*current).next_in_queue; | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:961:9 | 961 | (*requeue_threads_tail).next_in_queue.set(ptr::null()); | ^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:963:13 | 963 | (*bucket_to.queue_tail.get()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:974:26 | 974 | result.be_fair = (*bucket_from.fair_timeout.get()).should_timeout(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:980:9 | 980 | (*wakeup_thread).unpark_token.set(token); | ^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::unpark_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:981:22 | 981 | let handle = (*wakeup_thread).parker.unpark_lock(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:981:22 | 981 | let handle = (*wakeup_thread).parker.unpark_lock(); | ^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `parking_lot::unlock_bucket_pair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:983:9 | 983 | unlock_bucket_pair(bucket_from, bucket_to); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::UnparkHandleT::unpark` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:984:9 | 984 | handle.unpark(); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `parking_lot::unlock_bucket_pair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:987:9 | 987 | unlock_bucket_pair(bucket_from, bucket_to); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1035:12 | 1035 | if (*current).key.load(Ordering::Relaxed) == key { | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1020:1 | 1020 | / pub unsafe fn unpark_filter( 1021 | | key: usize, 1022 | | mut filter: impl FnMut(ParkToken) -> FilterOp, 1023 | | callback: impl FnOnce(UnparkResult) -> UnparkToken, 1024 | | ) -> UnparkResult { | |_________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1037:24 | 1037 | let next = (*current).next_in_queue.get(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1038:26 | 1038 | match filter((*current).park_token.get()) { | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1053:29 | 1053 | link = &(*current).next_in_queue; | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1063:21 | 1063 | link = &(*current).next_in_queue; | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1072:26 | 1072 | result.be_fair = (*bucket.fair_timeout.get()).should_timeout(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1079:9 | 1079 | (*t.0).unpark_token.set(token); | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::unpark_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1080:20 | 1080 | t.1 = Some((*t.0).parker.unpark_lock()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1080:20 | 1080 | t.1 = Some((*t.0).parker.unpark_lock()); | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1084:5 | 1084 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::UnparkHandleT::unpark` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1089:9 | 1089 | handle.unchecked_unwrap().unpark(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `util::UncheckedOptionExt::unchecked_unwrap` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1089:9 | 1089 | handle.unchecked_unwrap().unpark(); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::imp::ThreadParker::init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:54:13 | 54 | self.init(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:51:5 | 51 | unsafe fn prepare_park(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_mutex_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:64:17 | 64 | let r = libc::pthread_mutex_lock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:60:5 | 60 | unsafe fn timed_out(&self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_mutex_unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:67:17 | 67 | let r = libc::pthread_mutex_unlock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_mutex_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:74:17 | 74 | let r = libc::pthread_mutex_lock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:73:5 | 73 | unsafe fn park(&self) { | ^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_cond_wait` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:77:21 | 77 | let r = libc::pthread_cond_wait(self.condvar.get(), self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_mutex_unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:80:17 | 80 | let r = libc::pthread_mutex_unlock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_mutex_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:86:17 | 86 | let r = libc::pthread_mutex_lock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:85:5 | 85 | unsafe fn park_until(&self, timeout: Instant) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_mutex_unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:91:25 | 91 | let r = libc::pthread_mutex_unlock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_cond_timedwait` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:97:25 | 97 | let r = libc::pthread_cond_timedwait(self.condvar.get(), self.mutex.get(), &ts); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_cond_wait` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:108:25 | 108 | let r = libc::pthread_cond_wait(self.condvar.get(), self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_mutex_unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:112:17 | 112 | let r = libc::pthread_mutex_unlock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_mutex_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:119:17 | 119 | let r = libc::pthread_mutex_lock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:118:5 | 118 | unsafe fn unpark_lock(&self) -> UnparkHandle { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_condattr_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:139:17 | 139 | let r = libc::pthread_condattr_init(attr.as_mut_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:137:5 | 137 | unsafe fn init(&self) { | ^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_condattr_setclock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:141:17 | 141 | let r = libc::pthread_condattr_setclock(attr.as_mut_ptr(), libc::CLOCK_MONOTONIC); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_cond_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:143:17 | 143 | let r = libc::pthread_cond_init(self.condvar.get(), attr.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_condattr_destroy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:145:17 | 145 | let r = libc::pthread_condattr_destroy(attr.as_mut_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:173:9 | 173 | (*self.thread_parker).should_park.set(false); | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:172:5 | 172 | unsafe fn unpark(self) { | ^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_cond_signal` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:178:17 | 178 | let r = libc::pthread_cond_signal((*self.thread_parker).condvar.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:178:43 | 178 | let r = libc::pthread_cond_signal((*self.thread_parker).condvar.get()); | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `libc::pthread_mutex_unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:180:17 | 180 | let r = libc::pthread_mutex_unlock((*self.thread_parker).mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:180:44 | 180 | let r = libc::pthread_mutex_unlock((*self.thread_parker).mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `util::unreachable` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/util.rs:18:21 | 18 | None => unreachable(), | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/util.rs:15:5 | 15 | unsafe fn unchecked_unwrap(self) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/util.rs:29:9 | 29 | core::hint::unreachable_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/util.rs:25:1 | 25 | unsafe fn unreachable() -> ! { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:236:16 | 236 | ((&mut *self.array.as_mut_ptr()).iter_mut(), &mut self.position) | ^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:235:5 | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut, &mut usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:244:21 | 244 | let array = ptr::read(&self.array); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:243:5 | 243 | pub unsafe fn into_inner(self) -> GenericArray { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:248:9 | 248 | array.assume_init() | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:655:5 | 655 | ::core::ptr::read(&*a as *const A as *const B) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:653:1 | 653 | pub unsafe fn transmute(a: A) -> B { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:17:12 | 17 | *ptr = ptr.offset(1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:15:1 | 15 | unsafe fn get_and_increment(ptr: &mut *mut T) -> *mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:22:12 | 22 | *ptr = ptr.offset(-1); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:21:1 | 21 | unsafe fn decrement_and_get(ptr: &mut *mut T) -> *mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:124:17 | 124 | let v_mid = v.add(mid); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:118:1 | 118 | / unsafe fn merge(v: &mut [T], mid: usize, buf: *mut T, is_less: &F) 119 | | where 120 | | F: Fn(&T, &T) -> bool, | |__________________________^ warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:125:17 | 125 | let v_end = v.add(len); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:148:9 | 148 | ptr::copy_nonoverlapping(v, buf, mid); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:151:18 | 151 | end: buf.add(mid), | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:163:39 | 163 | let to_copy = if is_less(&*right, &**left) { | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:163:48 | 163 | let to_copy = if is_less(&*right, &**left) { | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::get_and_increment` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:164:17 | 164 | get_and_increment(&mut right) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::get_and_increment` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:166:17 | 166 | get_and_increment(left) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:168:13 | 168 | ptr::copy_nonoverlapping(to_copy, get_and_increment(out), 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::get_and_increment` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:168:47 | 168 | ptr::copy_nonoverlapping(to_copy, get_and_increment(out), 1); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:172:9 | 172 | ptr::copy_nonoverlapping(v_mid, buf, len - mid); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:175:18 | 175 | end: buf.add(len - mid), | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:187:39 | 187 | let to_copy = if is_less(&*right.offset(-1), &*left.offset(-1)) { | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:187:40 | 187 | let to_copy = if is_less(&*right.offset(-1), &*left.offset(-1)) { | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:187:59 | 187 | let to_copy = if is_less(&*right.offset(-1), &*left.offset(-1)) { | ^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:187:60 | 187 | let to_copy = if is_less(&*right.offset(-1), &*left.offset(-1)) { | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::decrement_and_get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:188:17 | 188 | decrement_and_get(left) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::decrement_and_get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:190:17 | 190 | decrement_and_get(right) | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:192:13 | 192 | ptr::copy_nonoverlapping(to_copy, decrement_and_get(&mut out), 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::decrement_and_get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:192:47 | 192 | ptr::copy_nonoverlapping(to_copy, decrement_and_get(&mut out), 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:313:24 | 313 | if is_less(v.get_unchecked(start + 1), v.get_unchecked(start)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:290:1 | 290 | / unsafe fn mergesort(v: &mut [T], buf: *mut T, is_less: &F) -> MergesortResult 291 | | where 292 | | T: Send, 293 | | F: Fn(&T, &T) -> bool + Sync, | |_________________________________^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:313:52 | 313 | if is_less(v.get_unchecked(start + 1), v.get_unchecked(start)) { | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:314:44 | 314 | while start > 0 && is_less(v.get_unchecked(start), v.get_unchecked(start - 1)) { | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:314:68 | 314 | while start > 0 && is_less(v.get_unchecked(start), v.get_unchecked(start - 1)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:325:45 | 325 | while start > 0 && !is_less(v.get_unchecked(start), v.get_unchecked(start - 1)) { | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:325:69 | 325 | while start > 0 && !is_less(v.get_unchecked(start), v.get_unchecked(start - 1)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::merge` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:354:13 | 354 | / merge( 355 | | &mut v[left.start..right.start + right.len], 356 | | left.len, 357 | | buf, 358 | | &is_less, 359 | | ); | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:459:19 | 459 | left_end: left.as_mut_ptr().add(left_len), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:435:1 | 435 | / unsafe fn par_merge(left: &mut [T], right: &mut [T], dest: *mut T, is_less: &F) 436 | | where 437 | | T: Send, 438 | | F: Fn(&T, &T) -> bool + Sync, | |_________________________________^ warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:461:20 | 461 | right_end: right.as_mut_ptr().add(right_len), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:469:39 | 469 | let to_copy = if is_less(&*s.right_start, &*s.left_start) { | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:469:56 | 469 | let to_copy = if is_less(&*s.right_start, &*s.left_start) { | ^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::get_and_increment` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:470:17 | 470 | get_and_increment(&mut s.right_start) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::get_and_increment` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:472:17 | 472 | get_and_increment(&mut s.left_start) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:474:13 | 474 | ptr::copy_nonoverlapping(to_copy, get_and_increment(&mut s.dest), 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::get_and_increment` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:474:47 | 474 | ptr::copy_nonoverlapping(to_copy, get_and_increment(&mut s.dest), 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:491:30 | 491 | let dest_r = SendPtr(dest.add(left_l.len() + right_l.len())); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::par_merge` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:493:21 | 493 | move || par_merge(left_l, right_l, dest_l.get(), is_less), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::par_merge` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:494:21 | 494 | move || par_merge(left_r, right_r, dest_r.get(), is_less), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:557:23 | 557 | let src = v.add(start); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:538:1 | 538 | / unsafe fn recurse( 539 | | v: *mut T, 540 | | buf: *mut T, 541 | | chunks: &[(usize, usize)], ... | 545 | | T: Send, 546 | | F: Fn(&T, &T) -> bool + Sync, | |_________________________________^ warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:558:24 | 558 | let dest = buf.add(start); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:559:13 | 559 | ptr::copy_nonoverlapping(src, dest, end - start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:585:14 | 585 | src: src.add(start), | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:586:15 | 586 | dest: dest.add(start), | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::recurse` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:595:17 | 595 | move || recurse(v.get(), buf.get(), left, !into_buf, is_less), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::recurse` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:596:17 | 596 | move || recurse(v.get(), buf.get(), right, !into_buf, is_less), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:604:20 | 604 | let src_left = slice::from_raw_parts_mut(src.add(start), mid - start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:604:46 | 604 | let src_left = slice::from_raw_parts_mut(src.add(start), mid - start); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:605:21 | 605 | let src_right = slice::from_raw_parts_mut(src.add(mid), end - mid); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:605:47 | 605 | let src_right = slice::from_raw_parts_mut(src.add(mid), end - mid); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::par_merge` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:606:5 | 606 | par_merge(src_left, src_right, dest.add(start), is_less); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:606:36 | 606 | par_merge(src_left, src_right, dest.add(start), is_less); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: `generic-array` (lib) generated 12 warnings Compiling pin-project-lite v0.2.15 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.15 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pin_project_lite --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b7fd002e57410e6 -C extra-filename=-9b7fd002e57410e6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/vec.rs:201:19 | 201 | let ptr = vec.as_mut_ptr().add(start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/vec.rs:195:5 | 195 | unsafe fn from_vec(vec: &mut Vec, len: usize) -> DrainProducer<'_, T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `vec::DrainProducer::<'_, T>::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/vec.rs:202:9 | 202 | DrainProducer::new(slice::from_raw_parts_mut(ptr, len)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/vec.rs:202:28 | 202 | DrainProducer::new(slice::from_raw_parts_mut(ptr, len)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: `parking_lot_core` (lib) generated 95 warnings Compiling rustc-hash v1.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hash --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3d624b9bd1137268 -C extra-filename=-3d624b9bd1137268 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:560:23 | 560 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 560 - pub struct Pairs<'a, T: 'a, P: 'a> { 560 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:610:26 | 610 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 610 - pub struct PairsMut<'a, T: 'a, P: 'a> { 610 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:747:22 | 747 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:755:25 | 755 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 755 - struct PrivateIter<'a, T: 'a, P: 'a> { 755 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:861:25 | 861 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:870:28 | 870 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 870 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 870 + struct PrivateIterMut<'a, T, P> { | Compiling parking_lot v0.12.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.12.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=d7bfadf49ffbb127 -C extra-filename=-d7bfadf49ffbb127 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern lock_api=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblock_api-5f421542401ea4bc.rmeta --extern parking_lot_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot_core-dbcf60068f3f2ecf.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/src/lib.rs:43:28 | 43 | pub type FxHashMap = HashMap>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/src/lib.rs:47:25 | 47 | pub type FxHashSet = HashSet>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: `tracing-core` (lib) generated 15 warnings Compiling proc-macro-hack v0.5.20+deprecated Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.5.20+deprecated CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9fd818877d314a89 -C extra-filename=-9fd818877d314a89 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro-hack-9fd818877d314a89 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_map.rs:21:5 | 21 | HashMap => IntoIter, | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_map.rs:45:9 | 45 | &'a HashMap => Iter<'a, K, V>, | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_map.rs:61:13 | 61 | &'a mut HashMap => IterMut<'a, K, V>, | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_map.rs:75:33 | 75 | marker: PhantomData<&'a mut HashMap>, | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_map.rs:79:17 | 79 | for &'a mut HashMap | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `drain` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_map.rs:85:32 | 85 | let vec: Vec<_> = self.drain().collect(); | ^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_set.rs:21:5 | 21 | HashSet => IntoIter, | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_set.rs:45:9 | 45 | &'a HashSet => Iter<'a, T>, | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_set.rs:61:33 | 61 | marker: PhantomData<&'a mut HashSet>, | ^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_set.rs:64:77 | 64 | impl<'a, T: Hash + Eq + Send, S: BuildHasher> ParallelDrainFull for &'a mut HashSet { | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: using `drain` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_set.rs:69:32 | 69 | let vec: Vec<_> = self.drain().collect(); | ^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: `rustc-hash` (lib) generated 2 warnings Compiling rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 compiler/rustc_macros/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48ba199d4aaff4fd -C extra-filename=-48ba199d4aaff4fd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_macros-48ba199d4aaff4fd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:198:45 | 198 | fn hash_map_extend(map: &mut HashMap, list: LinkedList>) | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:200:5 | 200 | HashMap: Extend, | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:211:42 | 211 | impl ParallelExtend<(K, V)> for HashMap | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:227:62 | 227 | impl<'a, K: 'a, V: 'a, S> ParallelExtend<(&'a K, &'a V)> for HashMap | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:241:42 | 241 | fn hash_set_extend(set: &mut HashSet, list: LinkedList>) | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:243:5 | 243 | HashSet: Extend, | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:254:34 | 254 | impl ParallelExtend for HashSet | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:268:42 | 268 | impl<'a, T, S> ParallelExtend<&'a T> for HashSet | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/from_par_iter.rs:79:48 | 79 | impl FromParallelIterator<(K, V)> for HashMap | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/from_par_iter.rs:111:40 | 111 | impl FromParallelIterator for HashSet | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning[E0133]: call to unsafe function `lock_api::RawMutexFair::unlock_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_fair_mutex.rs:31:9 | 31 | self.unlock_fair() | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_fair_mutex.rs:30:5 | 30 | unsafe fn unlock(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `lock_api::RawMutexFair::unlock_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_fair_mutex.rs:43:9 | 43 | self.0.unlock_fair() | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_fair_mutex.rs:42:5 | 42 | unsafe fn unlock_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `lock_api::RawMutexFair::bump` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_fair_mutex.rs:48:9 | 48 | self.0.bump() | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_fair_mutex.rs:47:5 | 47 | unsafe fn bump(&self) { | ^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `parking_lot_core::deadlock::release_resource` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_mutex.rs:101:9 | 101 | deadlock::release_resource(self as *const _ as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_mutex.rs:100:5 | 100 | unsafe fn unlock(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `parking_lot_core::deadlock::release_resource` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_mutex.rs:122:9 | 122 | deadlock::release_resource(self as *const _ as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_mutex.rs:121:5 | 121 | unsafe fn unlock_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `lock_api::RawRwLock::unlock_shared` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:158:9 | 158 | self.unlock_shared(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:156:5 | 156 | unsafe fn unlock_shared_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw_rwlock::RawRwLock::bump_shared_slow` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:179:13 | 179 | self.bump_shared_slow(); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:175:5 | 175 | unsafe fn bump_shared(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `lock_api::RawRwLock::unlock_shared` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:912:9 | 912 | self.unlock_shared(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:911:5 | 911 | unsafe fn bump_shared_slow(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `parking_lot_core::unpark_filter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:972:9 | 972 | parking_lot_core::unpark_filter(addr, filter, callback); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:939:5 | 939 | / unsafe fn wake_parked_threads( 940 | | &self, 941 | | new_state: usize, 942 | | callback: impl FnOnce(usize, UnparkResult) -> UnparkToken, 943 | | ) { | |_____^ warning[E0133]: call to unsafe function `util::unreachable` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/util.rs:20:21 | 20 | None => unreachable(), | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/util.rs:17:5 | 17 | unsafe fn unchecked_unwrap(self) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/util.rs:31:9 | 31 | core::hint::unreachable_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/util.rs:27:1 | 27 | unsafe fn unreachable() -> ! { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_macros-775d97b26b0f3637/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_macros-48ba199d4aaff4fd/build-script-build` [rustc_macros 0.0.0] cargo:rerun-if-changed=build.rs [rustc_macros 0.0.0] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP Compiling block-buffer v0.10.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=block_buffer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Buffer type for block processing of data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=block-buffer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name block_buffer --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6c68e5afca886b7 -C extra-filename=-b6c68e5afca886b7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgeneric_array-f2ef47c10eb4e932.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.5.20+deprecated CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro-hack-692a379a7853f0d2/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro-hack-9fd818877d314a89/build-script-build` Compiling crypto-common v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crypto_common CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Common cryptographic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crypto-common CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crypto_common --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=308f0321fb75d440 -C extra-filename=-308f0321fb75d440 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgeneric_array-f2ef47c10eb4e932.rmeta --extern typenum=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtypenum-6823ba339146a6c7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling psm v0.1.23 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/Cargo.toml CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8348e544cd7ba960 -C extra-filename=-8348e544cd7ba960 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/psm-8348e544cd7ba960 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libcc-7678ed3dafcb06cf.rlib --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/build.rs:1:1 | 1 | extern crate cc; | ^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` Compiling synstructure v0.13.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=synstructure CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/synstructure-0.13.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/synstructure-0.13.1/Cargo.toml CARGO_PKG_AUTHORS='Nika Layzell ' CARGO_PKG_DESCRIPTION='Helper methods and macros for custom derives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=synstructure CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mystor/synstructure' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name synstructure --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=e21b4ee97c139afa -C extra-filename=-e21b4ee97c139afa --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rmeta --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rmeta --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `psm` (build script) generated 1 warning Compiling thin-vec v0.2.13 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thin_vec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='Aria Beingessner ' CARGO_PKG_DESCRIPTION='A vec that takes up less space on the stack' CARGO_PKG_HOMEPAGE='https://github.com/gankra/thin-vec' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thin-vec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gankra/thin-vec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thin_vec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gecko-ffi", "serde", "std", "unstable"))' -C metadata=195a61754961ff5a -C extra-filename=-195a61754961ff5a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1993:11 | 1993 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:623:14 | 623 | &mut *self.ptr() | ^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:622:5 | 622 | unsafe fn header_mut(&mut self) -> &mut Header { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `ThinVec::::header_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:765:13 | 765 | self.header_mut().set_len(len) | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:759:5 | 759 | pub unsafe fn set_len(&mut self, len: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ThinVec::::header_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:771:9 | 771 | self.header_mut().set_len(len) | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:770:5 | 770 | unsafe fn set_len_non_singleton(&mut self, len: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::alloc::realloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1514:23 | 1514 | let ptr = realloc( | _______________________^ 1515 | | self.ptr() as *mut u8, 1516 | | layout::(old_cap), 1517 | | alloc_size::(new_cap), 1518 | | ) as *mut Header; | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1510:5 | 1510 | unsafe fn reallocate(&mut self, new_cap: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1523:13 | 1523 | (*ptr).set_cap(new_cap); | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `std::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1524:24 | 1524 | self.ptr = NonNull::new_unchecked(ptr); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1541:17 | 1541 | / new_header 1542 | | .as_ptr() 1543 | | .add(1) 1544 | | .cast::() 1545 | | .copy_from_nonoverlapping(self.data_raw(), len); | |___________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1541:17 | 1541 | / new_header 1542 | | .as_ptr() 1543 | | .add(1) | |___________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ThinVec::::set_len_non_singleton` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1546:17 | 1546 | self.set_len_non_singleton(0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ThinVec::::set_len` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:2590:17 | 2590 | vec.set_len(vec.len() + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:2579:5 | 2579 | unsafe fn fill>(&mut self, replace_with: &mut I) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `thin-vec` (lib) generated 11 warnings Compiling indexmap v2.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name indexmap --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="rustc-rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=edf0f6b1239f8413 -C extra-filename=-edf0f6b1239f8413 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern equivalent=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libequivalent-4c5fab7196da2bc8.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-1cbc17c3792788df.rmeta --extern rustc_rayon=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librayon-0bce8bfdb463c3ff.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `parking_lot` (lib) generated 11 warnings Compiling arrayvec v0.7.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name arrayvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=e718d846c76fe65e -C extra-filename=-e718d846c76fe65e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling rustix v0.38.38 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.38 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=b00ba8d14c2dbfa3 -C extra-filename=-b00ba8d14c2dbfa3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustix-b00ba8d14c2dbfa3 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:605:50 | 605 | pub fn drain(&mut self, range: R) -> Drain | -----^------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 605 | pub fn drain(&mut self, range: R) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:632:65 | 632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain | -----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:961:32 | 961 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1217:32 | 1217 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1217 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/array_string.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/array_string.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/errors.rs:39:32 | 39 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/errors.rs:45:32 | 45 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::ptr::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec_impl.rs:57:9 | 57 | ptr::write(self.as_mut_ptr().add(len), element); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec_impl.rs:54:5 | 54 | unsafe fn push_unchecked(&mut self, element: Self::Item) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec_impl.rs:57:20 | 57 | ptr::write(self.as_mut_ptr().add(len), element); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arrayvec_impl::ArrayVecImpl::set_len` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec_impl.rs:58:9 | 58 | self.set_len(len + 1); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arrayvec_impl::ArrayVecImpl::push_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:231:9 | 231 | ArrayVecImpl::push_unchecked(self, element) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:230:5 | 230 | pub unsafe fn push_unchecked(&mut self, element: T) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:261:9 | 261 | self.as_mut_ptr().add(index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:260:5 | 260 | unsafe fn get_unchecked_ptr(&mut self, index: usize) -> *mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `rustc-rayon-core` (lib) generated 67 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/Cargo.toml CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/psm-8348e544cd7ba960/build-script-build` warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:672:21 | 672 | let array = ptr::read(self_.as_ptr() as *const [T; CAP]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:669:5 | 669 | pub unsafe fn into_inner_unchecked(self) -> [T; CAP] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [psm 0.1.23] OPT_LEVEL = Some(3) [psm 0.1.23] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out) [psm 0.1.23] TARGET = Some(x86_64-unknown-openbsd) [psm 0.1.23] HOST = Some(x86_64-unknown-openbsd) [psm 0.1.23] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [psm 0.1.23] CC_x86_64-unknown-openbsd = None [psm 0.1.23] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [psm 0.1.23] CC_x86_64_unknown_openbsd = Some(cc) [psm 0.1.23] cargo:rerun-if-env-changed=CC_KNOWN_WRAPPER_CUSTOM [psm 0.1.23] CC_KNOWN_WRAPPER_CUSTOM = None [psm 0.1.23] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [psm 0.1.23] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT warning[E0133]: call to unsafe function `arrayvec::raw_ptr_add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1085:23 | 1085 | let mut ptr = raw_ptr_add(self.as_mut_ptr(), len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1080:5 | 1080 | / pub(crate) unsafe fn extend_from_iter(&mut self, iterable: I) 1081 | | where I: IntoIterator | |_______________________________________^ warning[E0133]: call to unsafe function `arrayvec::raw_ptr_add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1086:23 | 1086 | let end_ptr = raw_ptr_add(ptr, take); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1104:21 | 1104 | ptr.write(elt); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arrayvec::raw_ptr_add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1106:23 | 1106 | ptr = raw_ptr_add(ptr, 1); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1134:9 | 1134 | ptr.add(offset) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1129:1 | 1129 | unsafe fn raw_ptr_add(ptr: *mut T, offset: usize) -> *mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:36:9 | 36 | ptr.add(0).write(code as u8); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:32:1 | 32 | pub unsafe fn encode_utf8(ch: char, ptr: *mut u8, len: usize) -> Result | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:36:9 | 36 | ptr.add(0).write(code as u8); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:39:9 | 39 | ptr.add(0).write((code >> 6 & 0x1F) as u8 | TAG_TWO_B); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:39:9 | 39 | ptr.add(0).write((code >> 6 & 0x1F) as u8 | TAG_TWO_B); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:40:9 | 40 | ptr.add(1).write((code & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:40:9 | 40 | ptr.add(1).write((code & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:43:9 | 43 | ptr.add(0).write((code >> 12 & 0x0F) as u8 | TAG_THREE_B); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:43:9 | 43 | ptr.add(0).write((code >> 12 & 0x0F) as u8 | TAG_THREE_B); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:44:9 | 44 | ptr.add(1).write((code >> 6 & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:44:9 | 44 | ptr.add(1).write((code >> 6 & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:45:9 | 45 | ptr.add(2).write((code & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:45:9 | 45 | ptr.add(2).write((code & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:48:9 | 48 | ptr.add(0).write((code >> 18 & 0x07) as u8 | TAG_FOUR_B); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:48:9 | 48 | ptr.add(0).write((code >> 18 & 0x07) as u8 | TAG_FOUR_B); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:49:9 | 49 | ptr.add(1).write((code >> 12 & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:49:9 | 49 | ptr.add(1).write((code >> 12 & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:50:9 | 50 | ptr.add(2).write((code >> 6 & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:50:9 | 50 | ptr.add(2).write((code >> 6 & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:51:9 | 51 | ptr.add(3).write((code & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:51:9 | 51 | ptr.add(3).write((code & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:969:23 | 969 | pub struct Drain<'a, T: 'a, const CAP: usize> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `rustc-rayon` (lib) generated 78 warnings Compiling digest v0.10.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=digest CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic hash functions and message authentication codes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=digest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name digest --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=3e3d65ed12084bad -C extra-filename=-3e3d65ed12084bad --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern block_buffer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libblock_buffer-b6c68e5afca886b7.rmeta --extern crypto_common=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrypto_common-308f0321fb75d440.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `arrayvec` (lib) generated 40 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=proc_macro_hack CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.5.20+deprecated CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/proc-macro-hack-692a379a7853f0d2/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro_hack --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=873fadc04ba7c823 -C extra-filename=-873fadc04ba7c823 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` [psm 0.1.23] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [psm 0.1.23] CRATE_CC_NO_DEFAULTS = None [psm 0.1.23] DEBUG = Some(false) [psm 0.1.23] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [psm 0.1.23] CFLAGS_x86_64-unknown-openbsd = None [psm 0.1.23] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [psm 0.1.23] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [psm 0.1.23] cargo:rerun-if-env-changed=CC_SHELL_ESCAPED_FLAGS [psm 0.1.23] CC_SHELL_ESCAPED_FLAGS = None [psm 0.1.23] CARGO_ENCODED_RUSTFLAGS = Some(--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill) [psm 0.1.23] cargo:rustc-check-cfg=cfg(switchable_stack,asm,link_asm) [psm 0.1.23] cargo:rustc-cfg=asm [psm 0.1.23] cargo:rustc-cfg=link_asm [psm 0.1.23] cargo:rustc-cfg=switchable_stack warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs:158:1 | 158 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:6:35 | 6 | pub(crate) fn parse_input(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | pub(crate) fn parse_input(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:22:62 | 22 | fn parse_export(attrs: TokenStream, vis: Visibility, tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn parse_export(attrs: TokenStream, vis: Visibility, tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:57:24 | 57 | fn parse_punct(tokens: Iter, ch: char) -> Result<(), Error> { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn parse_punct(tokens: Iter<'_>, ch: char) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:74:13 | 74 | tokens: Iter, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | tokens: Iter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:87:24 | 87 | fn parse_macro(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_macro(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:99:24 | 99 | fn parse_ident(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 99 | fn parse_ident(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:109:26 | 109 | fn parse_keyword(tokens: Iter, kw: &'static str) -> Result<(), Error> { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn parse_keyword(tokens: Iter<'_>, kw: &'static str) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:119:22 | 119 | fn parse_int(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn parse_int(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:127:24 | 127 | fn parse_group(tokens: Iter, delimiter: Delimiter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse_group(tokens: Iter<'_>, delimiter: Delimiter) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:139:29 | 139 | fn parse_visibility(tokens: Iter) -> Visibility { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 139 | fn parse_visibility(tokens: Iter<'_>) -> Visibility { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:151:29 | 151 | fn parse_attributes(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | fn parse_attributes(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:169:41 | 169 | pub(crate) fn parse_export_args(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | pub(crate) fn parse_export_args(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:211:41 | 211 | pub(crate) fn parse_define_args(tokens: Iter) -> Result<(), Error> { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 211 | pub(crate) fn parse_define_args(tokens: Iter<'_>) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:221:39 | 221 | pub(crate) fn parse_enum_hack(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 221 | pub(crate) fn parse_enum_hack(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:245:44 | 245 | pub(crate) fn parse_fake_call_site(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 245 | pub(crate) fn parse_fake_call_site(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs:209:33 | 209 | fn expand_proc_macro_hack(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 209 | fn expand_proc_macro_hack(args: Iter<'_>, input: Iter) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs:209:46 | 209 | fn expand_proc_macro_hack(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 209 | fn expand_proc_macro_hack(args: Iter, input: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs:242:32 | 242 | fn expand_fake_call_site(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn expand_fake_call_site(args: Iter<'_>, input: Iter) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs:242:45 | 242 | fn expand_fake_call_site(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn expand_fake_call_site(args: Iter, input: Iter<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `need_proc_macro_hack` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs:267:45 | 267 | if args.only_hack_old_rustc && cfg!(not(need_proc_macro_hack)) { | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(need_proc_macro_hack)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(need_proc_macro_hack)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default [psm 0.1.23] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [psm 0.1.23] AR_x86_64-unknown-openbsd = None [psm 0.1.23] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [psm 0.1.23] AR_x86_64_unknown_openbsd = Some(ar) [psm 0.1.23] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [psm 0.1.23] ARFLAGS_x86_64-unknown-openbsd = None [psm 0.1.23] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [psm 0.1.23] ARFLAGS_x86_64_unknown_openbsd = None [psm 0.1.23] cargo:rerun-if-env-changed=HOST_ARFLAGS [psm 0.1.23] HOST_ARFLAGS = None [psm 0.1.23] cargo:rerun-if-env-changed=ARFLAGS [psm 0.1.23] ARFLAGS = None Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.38 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustix-93b0816df9ba7d31/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustix-b00ba8d14c2dbfa3/build-script-build` [rustix 0.38.38] cargo:rerun-if-changed=build.rs Compiling stacker v0.1.17 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stacker' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stacker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e50359962850585c -C extra-filename=-e50359962850585c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/stacker-e50359962850585c -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libcc-7678ed3dafcb06cf.rlib --cap-lints warn -Z binary-dep-depinfo` [psm 0.1.23] cargo:rustc-link-lib=static=psm_s [psm 0.1.23] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out Compiling errno v0.3.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name errno --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=25f90d63ae098ad5 -C extra-filename=-25f90d63ae098ad5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` [rustix 0.38.38] cargo:rustc-cfg=static_assertions [rustix 0.38.38] cargo:rustc-cfg=libc [rustix 0.38.38] cargo:rustc-cfg=netbsdlike [rustix 0.38.38] cargo:rustc-cfg=bsd [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_CFG_MIRI Compiling byteorder v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name byteorder --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=baea48c6b1b8b828 -C extra-filename=-baea48c6b1b8b828 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2342:30 | 2342 | fn arbitrary(gen: &mut G) -> Wi128 { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2343:52 | 2343 | let max = calc_max!(::core::u128::MAX, gen.size(), 16); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2344:27 | 2344 | let output = (gen.gen::() as u128) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2344:31 | 2344 | let output = (gen.gen::() as u128) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2345:21 | 2345 | | ((gen.gen::() as u128) << 64); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2345:25 | 2345 | | ((gen.gen::() as u128) << 64); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2351:30 | 2351 | fn arbitrary(gen: &mut G) -> Wi128 { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2352:52 | 2352 | let max = calc_max!(::core::i128::MAX, gen.size(), 16); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2353:27 | 2353 | let output = (gen.gen::() as i128) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2353:31 | 2353 | let output = (gen.gen::() as i128) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2354:21 | 2354 | | ((gen.gen::() as i128) << 64); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2354:25 | 2354 | | ((gen.gen::() as i128) << 64); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2361:14 | 2361 | .gen(StdGen::new(thread_rng(), size as usize)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:3313:14 | 3313 | .gen(StdGen::new(thread_rng(), 16)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/unix.rs:78:13 | 78 | target_os = "bitrig", | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("bitrig"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"bitrig\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs:46:34 | 46 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs:57:34 | 57 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling rustc_serialize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize) warning: `errno` (lib) generated 3 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stacker' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stacker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/stacker-cc5f06083040d270/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/stacker-e50359962850585c/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_serialize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_serialize CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_serialize --edition=2021 compiler/rustc_serialize/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7d358e6480fcd1e -C extra-filename=-e7d358e6480fcd1e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-edf0f6b1239f8413.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.38 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustix-93b0816df9ba7d31/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustix --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=f670d38b50bb9ade -C extra-filename=-f670d38b50bb9ade --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern libc_errno=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liberrno-25f90d63ae098ad5.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg static_assertions --cfg libc --cfg netbsdlike --cfg bsd` warning: `byteorder` (lib) generated 14 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=psm CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/Cargo.toml CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name psm --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70fd95344cdbc2c5 -C extra-filename=-70fd95344cdbc2c5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'` Compiling blake3 v1.5.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/Cargo.toml CARGO_PKG_AUTHORS='Jack O'\''Connor :Samuel Neves' CARGO_PKG_DESCRIPTION='the BLAKE3 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=blake3 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BLAKE3-team/BLAKE3' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=d1a9fa0b41b6746d -C extra-filename=-d1a9fa0b41b6746d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/blake3-d1a9fa0b41b6746d -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libcc-7678ed3dafcb06cf.rlib --cap-lints warn -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `_rust_psm_replace_stack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:106:5 | 106 | _rust_psm_replace_stack(data, callback, sp) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:100:1 | 100 | / unsafe fn rust_psm_replace_stack( 101 | | data: usize, 102 | | callback: extern_item!(unsafe fn(usize) -> !), 103 | | sp: *mut u8, 104 | | _: *mut u8, 105 | | ) -> ! { | |______^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `_rust_psm_on_stack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:118:5 | 118 | _rust_psm_on_stack(data, return_ptr, callback, sp) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:111:1 | 111 | / unsafe fn rust_psm_on_stack( 112 | | data: usize, 113 | | return_ptr: usize, 114 | | callback: extern_item!(unsafe fn(usize, usize)), 115 | | sp: *mut u8, 116 | | _: *mut u8, 117 | | ) { | |_^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:195:39 | 195 | StackDirection::Descending => base.offset(size as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:181:1 | 181 | pub unsafe fn on_stack R>(base: *mut u8, size: usize, callback: F) -> R { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rust_psm_on_stack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:199:5 | 199 | / rust_psm_on_stack( 200 | | &mut callback as *mut MaybeUninit as usize, 201 | | &mut return_value as *mut MaybeUninit as usize, 202 | | with_on_stack::, 203 | | sp, 204 | | base, 205 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:206:12 | 206 | return return_value.assume_init(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:186:30 | 186 | let return_ptr = (*(return_ptr as *mut MaybeUninit)).as_mut_ptr(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:29:9 | 27 | / macro_rules! extern_item { 28 | | (unsafe $($toks: tt)+) => { 29 | | unsafe extern "sysv64" $($toks)+ | | ^^^^^^ 30 | | }; ... | 33 | | }; 34 | | } | |_- in this expansion of `extern_item!` ... 184 | / extern_item! { 185 | | unsafe fn with_on_stack R>(callback_ptr: usize, return_ptr: usize) { 186 | | let return_ptr = (*(return_ptr as *mut MaybeUninit)).as_mut_ptr(); 187 | | let callback = (*(callback_ptr as *mut MaybeUninit)).as_ptr(); ... | 191 | | } 192 | | } | |_____- in this macro invocation warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:187:28 | 187 | let callback = (*(callback_ptr as *mut MaybeUninit)).as_ptr(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:190:13 | 190 | return_ptr.write((callback.read())()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:190:30 | 190 | return_ptr.write((callback.read())()); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:262:39 | 262 | StackDirection::Descending => base.offset(size as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:253:1 | 253 | pub unsafe fn replace_stack(base: *mut u8, size: usize, callback: F) -> ! { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rust_psm_replace_stack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:264:5 | 264 | / rust_psm_replace_stack( 265 | | &callback as *const F as usize, 266 | | with_replaced_stack::, 267 | | sp, 268 | | base, 269 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:257:9 | 257 | ::core::ptr::read(d as *const F)(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:29:9 | 27 | / macro_rules! extern_item { 28 | | (unsafe $($toks: tt)+) => { 29 | | unsafe extern "sysv64" $($toks)+ | | ^^^^^^ 30 | | }; ... | 33 | | }; 34 | | } | |_- in this expansion of `extern_item!` ... 254 | / extern_item! { unsafe fn with_replaced_stack(d: usize) -> ! { 255 | | // Safe to move out, because the closure is essentially forgotten by 256 | | // this being required to never return... 257 | | ::core::ptr::read(d as *const F)(); 258 | | ::core::hint::unreachable_unchecked(); 259 | | } } | |_______- in this macro invocation warning[E0133]: call to unsafe function `core::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:258:9 | 258 | ::core::hint::unreachable_unchecked(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: `psm` (lib) generated 13 warnings Compiling fastrand v2.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fastrand --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=1d23fec101d3a414 -C extra-filename=-1d23fec101d3a414 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling itoa v1.0.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.11 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name itoa --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=3614d75eb8e9d8aa -C extra-filename=-3614d75eb8e9d8aa --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `proc-macro-hack` (lib) generated 21 warnings Compiling cpufeatures v0.2.14 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cpufeatures CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cpufeatures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cpufeatures --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5576a107eed0c038 -C extra-filename=-5576a107eed0c038 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/Cargo.toml CARGO_PKG_AUTHORS='Jack O'\''Connor :Samuel Neves' CARGO_PKG_DESCRIPTION='the BLAKE3 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=blake3 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BLAKE3-team/BLAKE3' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/blake3-d1a9fa0b41b6746d/build-script-build` warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/buffer.rs:22:16 | 22 | let init = slice::from_raw_parts_mut(buf_ptr.cast::(), init_len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/buffer.rs:15:1 | 15 | / pub(super) unsafe fn split_init( 16 | | buf: &mut [MaybeUninit], 17 | | init_len: usize, 18 | | ) -> (&mut [u8], &mut [MaybeUninit]) { | |________________________________________^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/buffer.rs:23:18 | 23 | let uninit = slice::from_raw_parts_mut(buf_ptr.add(init_len), uninit_len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/buffer.rs:23:44 | 23 | let uninit = slice::from_raw_parts_mut(buf_ptr.add(init_len), uninit_len); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_sse2_ffi, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_sse2_rust, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_sse41_ffi, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_sse41_rust, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_avx2_ffi, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_avx2_rust, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_avx512_ffi, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_neon, values(none())) [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_PURE [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_NO_NEON [blake3 1.5.4] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out) [blake3 1.5.4] TARGET = Some(x86_64-unknown-openbsd) [blake3 1.5.4] HOST = Some(x86_64-unknown-openbsd) [blake3 1.5.4] CC_x86_64-unknown-openbsd = None [blake3 1.5.4] CC_x86_64_unknown_openbsd = Some(cc) [blake3 1.5.4] CC_KNOWN_WRAPPER_CUSTOM = None [blake3 1.5.4] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [blake3 1.5.4] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT warning[E0133]: call to unsafe function `weak::fetch` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/weak.rs:104:19 | 104 | let val = fetch(self.name); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/weak.rs:103:5 | 103 | unsafe fn initialize(&self) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/weak.rs:110:26 | 110 | addr => Some(mem::transmute_copy::<*mut c_void, F>(&addr)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::dlsym` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/weak.rs:143:5 | 143 | libc::dlsym(libc::RTLD_DEFAULT, name.as_ptr().cast()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/weak.rs:138:1 | 138 | unsafe fn fetch(name: &str) -> *mut c_void { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::os::fd::FromRawFd::from_raw_fd` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/conv.rs:125:12 | 125 | Ok(OwnedFd::from_raw_fd(raw as RawFd)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/conv.rs:121:1 | 121 | pub(super) unsafe fn ret_owned_fd(raw: LibcFd) -> io::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=stacker CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stacker' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stacker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/stacker-cc5f06083040d270/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name stacker --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b86043a04778ed6 -C extra-filename=-0b86043a04778ed6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --extern psm=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpsm-70fd95344cdbc2c5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out` [blake3 1.5.4] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out) [blake3 1.5.4] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT Compiling measureme v11.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=measureme CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/Cargo.toml CARGO_PKG_AUTHORS='Wesley Wiser :Michael Woerister ' CARGO_PKG_DESCRIPTION='Support crate for rustc'\''s self-profiling feature' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/measureme' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=measureme CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/measureme' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=11.0.1 CARGO_PKG_VERSION_MAJOR=11 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name measureme --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=289bf1312bce94d1 -C extra-filename=-289bf1312bce94d1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblog-5a344423a404ff18.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-d7bfadf49ffbb127.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-3d624b9bd1137268.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling ena v0.14.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ena CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ena-0.14.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ena-0.14.3/Cargo.toml CARGO_PKG_AUTHORS='Niko Matsakis ' CARGO_PKG_DESCRIPTION='Union-find, congruence closure, and other unification code. Based on code from rustc.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/ena' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ena CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/ena' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ena --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=cc5e6393a6d15c70 -C extra-filename=-cc5e6393a6d15c70 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblog-5a344423a404ff18.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/counters.rs:729:26 | 729 | let (gen, name) = match (family, model) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/counters.rs:794:33 | 794 | if matches!(gen, Zen | UnknownMaybeZenLike) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/counters.rs:836:38 | 836 | Ok(CpuModel::Amd(gen)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/counters.rs:842:26 | 842 | let (gen, name) = match (family, model) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/counters.rs:902:40 | 902 | Ok(CpuModel::Intel(gen)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:29:1 | 29 | extern crate libc; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning[E0133]: call to unsafe function `libc::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:30:15 | 30 | ret_usize(c::read(borrowed_fd(fd), buf.cast(), min(len, READ_LIMIT))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:29:1 | 29 | pub(crate) unsafe fn read(fd: BorrowedFd<'_>, buf: *mut u8, len: usize) -> io::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pread` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:58:15 | 58 | ret_usize(c::pread(borrowed_fd(fd), buf.cast(), len, offset)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:43:1 | 43 | / pub(crate) unsafe fn pread( 44 | | fd: BorrowedFd<'_>, 45 | | buf: *mut u8, 46 | | len: usize, 47 | | offset: u64, 48 | | ) -> io::Result { | |______________________^ warning[E0133]: call to unsafe function `libc::close` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:201:13 | 201 | let _ = c::close(raw_fd as c::c_int); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:200:1 | 200 | pub(crate) unsafe fn close(raw_fd: RawFd) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:215:15 | 215 | ret_c_int(c::ioctl(borrowed_fd(fd), request, arg)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:210:1 | 210 | / pub(crate) unsafe fn ioctl( 211 | | fd: BorrowedFd<'_>, 212 | | request: RawOpcode, 213 | | arg: *mut c::c_void, 214 | | ) -> io::Result { | |____________________________^ warning[E0133]: call to unsafe function `backend::io::syscalls::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:224:5 | 224 | ioctl(fd, request, arg) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:219:1 | 219 | / pub(crate) unsafe fn ioctl_readonly( 220 | | fd: BorrowedFd<'_>, 221 | | request: RawOpcode, 222 | | arg: *mut c::c_void, 223 | | ) -> io::Result { | |____________________________^ [blake3 1.5.4] CRATE_CC_NO_DEFAULTS = None [blake3 1.5.4] TARGET = Some(x86_64-unknown-openbsd) [blake3 1.5.4] HOST = Some(x86_64-unknown-openbsd) [blake3 1.5.4] CFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.4] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [blake3 1.5.4] CC_SHELL_ESCAPED_FLAGS = None warning[E0133]: call to unsafe function `libc::mmap` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:157:33 | 157 | let new_stack = libc::mmap( | _________________________________^ 158 | | std::ptr::null_mut(), 159 | | stack_bytes, 160 | | libc::PROT_NONE, ... | 164 | | 0 165 | | ); | |_________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:156:13 | 156 | unsafe fn new(stack_bytes: usize, page_size: usize) -> StackRestoreGuard { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:175:40 | 175 | let above_guard_page = new_stack.add(page_size); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::mmap` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:183:33 | 183 | let result = if libc::mmap( | _________________________________^ 184 | | above_guard_page, 185 | | stack_bytes - page_size, 186 | | libc::PROT_READ | libc::PROT_WRITE, 187 | | libc::MAP_FIXED | libc::MAP_PRIVATE | libc::MAP_ANON | libc::MAP_STACK, 188 | | -1, 189 | | 0) == above_guard_page { | |__________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `backend::io::syscalls::close` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/io/close.rs:54:5 | 54 | backend::io::syscalls::close(raw_fd) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/io/close.rs:53:1 | 53 | pub unsafe fn close(raw_fd: RawFd) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_stackseg_np` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:438:24 | 438 | assert_eq!(libc::pthread_stackseg_np(libc::pthread_self(), stackinfo.as_mut_ptr()), 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:436:9 | 436 | unsafe fn guess_os_stack_limit() -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_self` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:438:50 | 438 | assert_eq!(libc::pthread_stackseg_np(libc::pthread_self(), stackinfo.as_mut_ptr()), 0); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:439:18 | 439 | Some(stackinfo.assume_init().ss_sp as usize - stackinfo.assume_init().ss_size) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:439:59 | 439 | Some(stackinfo.assume_init().ss_sp as usize - stackinfo.assume_init().ss_size) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/patterns.rs:99:12 | 99 | Ok(ptr.cast::().read()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/patterns.rs:98:5 | 98 | unsafe fn output_from_ptr(_: IoctlOutput, ptr: *mut c::c_void) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ioctl::_ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:94:9 | 94 | _ioctl(fd, request, arg)? | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:86:1 | 86 | pub unsafe fn ioctl(fd: F, mut ioctl: I) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ioctl::_ioctl_readonly` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:96:9 | 96 | _ioctl_readonly(fd, request, arg)? | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ioctl::Ioctl::output_from_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:101:5 | 101 | I::output_from_ptr(output, arg) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `backend::io::syscalls::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:109:5 | 109 | crate::backend::io::syscalls::ioctl(fd, request, arg) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:104:1 | 104 | / unsafe fn _ioctl( 105 | | fd: BorrowedFd<'_>, 106 | | request: RawOpcode, 107 | | arg: *mut c::c_void, 108 | | ) -> Result { | |________________________^ warning[E0133]: call to unsafe function `backend::io::syscalls::ioctl_readonly` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:117:5 | 117 | crate::backend::io::syscalls::ioctl_readonly(fd, request, arg) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:112:1 | 112 | / unsafe fn _ioctl_readonly( 113 | | fd: BorrowedFd<'_>, 114 | | request: RawOpcode, 115 | | arg: *mut c::c_void, 116 | | ) -> Result { | |________________________^ [blake3 1.5.4] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out) [blake3 1.5.4] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [blake3 1.5.4] CRATE_CC_NO_DEFAULTS = None [blake3 1.5.4] TARGET = Some(x86_64-unknown-openbsd) [blake3 1.5.4] HOST = Some(x86_64-unknown-openbsd) [blake3 1.5.4] CFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.4] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [blake3 1.5.4] CC_SHELL_ESCAPED_FLAGS = None Compiling jobserver v0.1.32 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=jobserver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='An implementation of the GNU Make jobserver for Rust. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/jobserver-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jobserver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/jobserver-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.32 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name jobserver --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a79900c381b6c186 -C extra-filename=-a79900c381b6c186 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `stacker` (lib) generated 8 warnings Compiling memmap2 v0.2.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memmap2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Dan Burkert :Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='Cross-platform Rust API for memory-mapped file IO' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memmap2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/memmap2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name memmap2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac939994702da1be -C extra-filename=-ac939994702da1be --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/unix.rs:1:1 | 1 | extern crate libc; | ^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 1 | use libc; | ~~~ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:509:34 | 509 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 509 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:570:34 | 570 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 570 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:813:34 | 813 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `MmapOptions::map` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:446:9 | 446 | MmapOptions::new().map(file) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:445:5 | 445 | pub unsafe fn map(file: &File) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `MmapOptions::map_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:648:9 | 648 | MmapOptions::new().map_mut(file) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:647:5 | 647 | pub unsafe fn map_mut(file: &File) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_PREFER_INTRINSICS [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_PURE [blake3 1.5.4] cargo:rustc-cfg=blake3_sse2_ffi [blake3 1.5.4] cargo:rustc-cfg=blake3_sse41_ffi [blake3 1.5.4] cargo:rustc-cfg=blake3_avx2_ffi [blake3 1.5.4] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out) [blake3 1.5.4] OPT_LEVEL = Some(3) [blake3 1.5.4] TARGET = Some(x86_64-unknown-openbsd) [blake3 1.5.4] HOST = Some(x86_64-unknown-openbsd) [blake3 1.5.4] CC_x86_64-unknown-openbsd = None [blake3 1.5.4] CC_x86_64_unknown_openbsd = Some(cc) [blake3 1.5.4] CC_KNOWN_WRAPPER_CUSTOM = None [blake3 1.5.4] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [blake3 1.5.4] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT warning[E0133]: call to unsafe function `libc::pipe` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:96:13 | 96 | cvt(libc::pipe(pipes.as_mut_ptr()))?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:72:5 | 72 | unsafe fn mk() -> io::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `imp::Client::from_fds` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:99:12 | 99 | Ok(Client::from_fds(pipes[0], pipes[1])) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `imp::Client::from_pipe` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:106:31 | 106 | if let Some(client) = Self::from_pipe(s, check_pipe)? { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:102:5 | 102 | pub(crate) unsafe fn open(s: &str, check_pipe: bool) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `imp::fd_check` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:181:16 | 181 | match (fd_check(read, check_pipe), fd_check(write, check_pipe)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:146:5 | 146 | unsafe fn from_pipe(s: &str, check_pipe: bool) -> Result, FromEnvErrorInner> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `imp::fd_check` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:181:44 | 181 | match (fd_check(read, check_pipe), fd_check(write, check_pipe)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::os::fd::FromRawFd::from_raw_fd` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:223:19 | 223 | read: File::from_raw_fd(read), | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:221:5 | 221 | unsafe fn from_fds(read: c_int, write: c_int) -> Client { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::os::fd::FromRawFd::from_raw_fd` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:224:20 | 224 | write: File::from_raw_fd(write), | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::fcntl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:484:11 | 484 | match libc::fcntl(fd, libc::F_GETFD) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:483:1 | 483 | unsafe fn fcntl_check(fd: c_int) -> Result<(), FromEnvErrorInner> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:495:24 | 495 | let mut stat = mem::zeroed(); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:493:1 | 493 | unsafe fn fd_check(fd: c_int, check_pipe: bool) -> Result<(), FromEnvErrorInner> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::fstat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:496:12 | 496 | if libc::fstat(fd, &mut stat) == -1 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `imp::fcntl_check` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:498:13 | 498 | fcntl_check(fd)?; | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `imp::fcntl_check` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:514:9 | 514 | fcntl_check(fd) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `imp::Client::open` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs:275:15 | 275 | match imp::Client::open(s, check_pipe) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs:253:5 | 253 | pub unsafe fn from_env_ext(check_pipe: bool) -> FromEnv { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `Client::from_env_ext` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs:299:9 | 299 | Self::from_env_ext(false).client.ok() | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs:298:5 | 298 | pub unsafe fn from_env() -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [blake3 1.5.4] CRATE_CC_NO_DEFAULTS = None [blake3 1.5.4] DEBUG = Some(false) [blake3 1.5.4] CFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.4] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [blake3 1.5.4] CC_SHELL_ESCAPED_FLAGS = None [blake3 1.5.4] CARGO_ENCODED_RUSTFLAGS = Some(--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill) warning: `memmap2` (lib) generated 6 warnings Compiling tempfile v3.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.13.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.13.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tempfile --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5ae5f47f4d32c2a1 -C extra-filename=-5ae5f47f4d32c2a1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern fastrand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfastrand-1d23fec101d3a414.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-22898cffeb33b285.rmeta --extern rustix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustix-f670d38b50bb9ade.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `syn` (lib) generated 764 warnings (45 duplicates) Compiling displaydoc v0.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=displaydoc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/displaydoc-0.2.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/displaydoc-0.2.5/Cargo.toml CARGO_PKG_AUTHORS='Jane Lusby ' CARGO_PKG_DESCRIPTION='A derive macro for implementing the display Trait via a doc comment and string interpolation ' CARGO_PKG_HOMEPAGE='https://github.com/yaahc/displaydoc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=displaydoc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yaahc/displaydoc' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name displaydoc --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b39b89e85f3bcff4 -C extra-filename=-b39b89e85f3bcff4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` [blake3 1.5.4] AR_x86_64-unknown-openbsd = None [blake3 1.5.4] AR_x86_64_unknown_openbsd = Some(ar) [blake3 1.5.4] ARFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.4] ARFLAGS_x86_64_unknown_openbsd = None [blake3 1.5.4] HOST_ARFLAGS = None [blake3 1.5.4] ARFLAGS = None warning: `measureme` (lib) generated 5 warnings Compiling tracing-attributes v0.1.27 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_attributes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors :Eliza Weisman :David Barsky ' CARGO_PKG_DESCRIPTION='Procedural macro attributes for automatically instrumenting functions. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-attributes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_attributes --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=a756df4c1a77ee55 -C extra-filename=-a756df4c1a77ee55 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` [blake3 1.5.4] cargo:rustc-link-lib=static=blake3_sse2_sse41_avx2_assembly [blake3 1.5.4] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_PURE [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_PREFER_INTRINSICS [blake3 1.5.4] cargo:rustc-cfg=blake3_avx512_ffi [blake3 1.5.4] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out) [blake3 1.5.4] OPT_LEVEL = Some(3) [blake3 1.5.4] TARGET = Some(x86_64-unknown-openbsd) [blake3 1.5.4] HOST = Some(x86_64-unknown-openbsd) [blake3 1.5.4] CC_x86_64-unknown-openbsd = None [blake3 1.5.4] CC_x86_64_unknown_openbsd = Some(cc) [blake3 1.5.4] CC_KNOWN_WRAPPER_CUSTOM = None [blake3 1.5.4] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [blake3 1.5.4] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [blake3 1.5.4] CRATE_CC_NO_DEFAULTS = None [blake3 1.5.4] DEBUG = Some(false) [blake3 1.5.4] CFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.4] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [blake3 1.5.4] CC_SHELL_ESCAPED_FLAGS = None [blake3 1.5.4] CARGO_ENCODED_RUSTFLAGS = Some(--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill) warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/src/lib.rs:73:5 | 73 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default [blake3 1.5.4] AR_x86_64-unknown-openbsd = None [blake3 1.5.4] AR_x86_64_unknown_openbsd = Some(ar) [blake3 1.5.4] ARFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.4] ARFLAGS_x86_64_unknown_openbsd = None [blake3 1.5.4] HOST_ARFLAGS = None [blake3 1.5.4] ARFLAGS = None [blake3 1.5.4] cargo:rustc-link-lib=static=blake3_avx512_assembly [blake3 1.5.4] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_NEON [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_NO_NEON [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_PURE [blake3 1.5.4] cargo:rerun-if-env-changed=CC [blake3 1.5.4] cargo:rerun-if-env-changed=CFLAGS [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse41_x86-64_windows_gnu.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx512_x86-64_windows_gnu.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse2_x86-64_windows_gnu.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx2_x86-64_windows_gnu.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse41_x86-64_unix.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx512_x86-64_unix.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse2_x86-64_unix.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx2_x86-64_unix.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse41.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx512.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse2.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx2.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_portable.c [blake3 1.5.4] cargo:rerun-if-changed=c/example.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_dispatch.c [blake3 1.5.4] cargo:rerun-if-changed=c/main.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_neon.c [blake3 1.5.4] cargo:rerun-if-changed=c/README.md [blake3 1.5.4] cargo:rerun-if-changed=c/Makefile.testing [blake3 1.5.4] cargo:rerun-if-changed=c/blake3.h [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_impl.h [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse41_x86-64_windows_msvc.asm [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx512_x86-64_windows_msvc.asm [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse2_x86-64_windows_msvc.asm [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx2_x86-64_windows_msvc.asm [blake3 1.5.4] cargo:rerun-if-changed=c/libblake3.pc.in [blake3 1.5.4] cargo:rerun-if-changed=c/blake3-config.cmake.in [blake3 1.5.4] cargo:rerun-if-changed=c/CMakePresets.json [blake3 1.5.4] cargo:rerun-if-changed=c/CMakeLists.txt [blake3 1.5.4] cargo:rerun-if-changed=c/test.py warning: `rustix` (lib) generated 19 warnings Compiling zerofrom-derive v0.1.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zerofrom_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-derive-0.1.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-derive-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the zerofrom crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerofrom-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zerofrom_derive --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ddac7462e655cf9 -C extra-filename=-1ddac7462e655cf9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern synstructure=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsynstructure-e21b4ee97c139afa.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling yoke-derive v0.7.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=yoke_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-derive-0.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-derive-0.7.4/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the yoke crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yoke-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name yoke_derive --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=154ae6e6dd94af00 -C extra-filename=-154ae6e6dd94af00 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern synstructure=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsynstructure-e21b4ee97c139afa.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `jobserver` (lib) generated 14 warnings Compiling zerovec-derive v0.10.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zerovec_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the zerovec crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerovec-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zerovec_derive --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4af3192c642bd76 -C extra-filename=-e4af3192c642bd76 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling tinystr v0.7.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tinystr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A small ASCII-only bounded length string representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinystr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tinystr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=56cfc747e11eb0dd -C extra-filename=-56cfc747e11eb0dd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-b39b89e85f3bcff4.so --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/ascii.rs:637:32 | 637 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 637 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/ascii.rs:643:32 | 643 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling zerocopy-derive v0.7.35 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-derive-0.7.35 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-derive-0.7.35/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Custom derive for traits from the zerocopy crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy-derive CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.35 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zerocopy_derive --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a7574f79f5bb40f -C extra-filename=-0a7574f79f5bb40f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/make_varule.rs:297:21 | 297 | sized_fields: &[FieldInfo], | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 297 | sized_fields: &[FieldInfo<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/make_varule.rs:298:26 | 298 | unsized_field_info: &UnsizedFields, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 298 | unsized_field_info: &UnsizedFields<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/make_varule.rs:343:21 | 343 | sized_fields: &[FieldInfo], | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 343 | sized_fields: &[FieldInfo<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/make_varule.rs:344:26 | 344 | unsized_field_info: &UnsizedFields, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 344 | unsized_field_info: &UnsizedFields<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/ule.rs:83:15 | 83 | fields: &[FieldInfo], | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 83 | fields: &[FieldInfo<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/ule.rs:96:41 | 96 | pub(crate) fn make_ule_fields(fields: &[FieldInfo]) -> Vec { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | pub(crate) fn make_ule_fields(fields: &[FieldInfo<'_>]) -> Vec { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/utils.rs:54:21 | 54 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: `tinystr` (lib) generated 2 warnings Compiling unic-langid-impl v0.9.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_impl --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("binary", "likelysubtags", "serde", "serde_json"))' -C metadata=a87391f96eed6ccd -C extra-filename=-a87391f96eed6ccd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtinystr-56cfc747e11eb0dd.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/errors.rs:23:32 | 23 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 23 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/parser/errors.rs:13:32 | 13 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 13 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/language.rs:95:37 | 95 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/region.rs:65:37 | 65 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 65 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/script.rs:53:37 | 53 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 53 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/variant.rs:63:37 | 63 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/lib.rs:467:37 | 467 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 467 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: `unic-langid-impl` (lib) generated 7 warnings Compiling rustc_index_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_index_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_index_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_index_macros --edition=2021 compiler/rustc_index_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=38c4d30f20de5dc3 -C extra-filename=-38c4d30f20de5dc3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern proc_macro -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_macros-775d97b26b0f3637/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_macros --edition=2021 compiler/rustc_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b375d9a4bc5ac43e -C extra-filename=-b375d9a4bc5ac43e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern synstructure=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsynstructure-e21b4ee97c139afa.rlib --extern proc_macro -Z binary-dep-depinfo` Compiling zerocopy v0.7.35 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-0.7.35 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-0.7.35/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Utilities for zero-copy parsing and serialization' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.35 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zerocopy --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=646e0f195647d055 -C extra-filename=-646e0f195647d055 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern byteorder=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbyteorder-baea48c6b1b8b828.rmeta --extern zerocopy_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerocopy_derive-0a7574f79f5bb40f.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling unic-langid-macros-impl v0.9.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid_macros_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-impl-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-impl-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-macros-impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_macros_impl --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-impl-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=830a3853354acb4c -C extra-filename=-830a3853354acb4c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro_hack=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro_hack-873fadc04ba7c823.so --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern unic_langid_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_impl-a87391f96eed6ccd.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `tracing-attributes` (lib) generated 1 warning Compiling tracing v0.1.37 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="max_level_info"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=d4f1b9f2e7275dea -C extra-filename=-d4f1b9f2e7275dea --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern pin_project_lite=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpin_project_lite-9b7fd002e57410e6.rmeta --extern tracing_attributes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtracing_attributes-a756df4c1a77ee55.so --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-23415ebe40305a1f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `zerovec-derive` (lib) generated 7 warnings Compiling getrandom v0.2.15 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name getrandom --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=06b528ad80124937 -C extra-filename=-06b528ad80124937 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-impl-0.9.5/src/lib.rs:1:1 | 1 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs:914:5 | 914 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs:922:5 | 922 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util.rs:10:10 | 10 | &mut *(slice as *mut [MaybeUninit] as *mut [T]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util.rs:8:1 | 8 | pub unsafe fn slice_assume_init_mut(slice: &mut [MaybeUninit]) -> &mut [T] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util.rs:34:10 | 34 | &mut *(slice as *mut [T] as *mut [MaybeUninit]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util.rs:32:1 | 32 | pub unsafe fn slice_as_uninit_mut(slice: &mut [T]) -> &mut [MaybeUninit] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util_libc.rs:39:48 | 39 | unsafe fn get_errno() -> libc::c_int { *errno_location() } | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util_libc.rs:39:9 | 39 | unsafe fn get_errno() -> libc::c_int { *errno_location() } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::__errno` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util_libc.rs:39:49 | 39 | unsafe fn get_errno() -> libc::c_int { *errno_location() } | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::open` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util_libc.rs:139:18 | 139 | let fd = libc::open(path.as_ptr() as *const _, libc::O_RDONLY | libc::O_CLOEXEC); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util_libc.rs:136:1 | 136 | pub unsafe fn open_readonly(path: &str) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compiling zerofrom v0.1.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zerofrom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-0.1.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='ZeroFrom trait for constructing' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerofrom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zerofrom --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=93e27f7c486df9a9 -C extra-filename=-93e27f7c486df9a9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern zerofrom_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerofrom_derive-1ddac7462e655cf9.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `getrandom` (lib) generated 5 warnings Compiling rustc_arena v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_arena CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_arena CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_arena --edition=2021 compiler/rustc_arena/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c4cd65efdbb98e8 -C extra-filename=-5c4cd65efdbb98e8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling yoke v0.7.4 warning: `tracing` (lib) generated 2 warnings Compiling elsa v1.7.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=yoke CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Abstraction allowing borrowed data to be carried along with the backing data it borrows from' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yoke CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name yoke --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=ecb3a5950c5c48a3 -C extra-filename=-ecb3a5950c5c48a3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern stable_deref_trait=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-5eeeb9cb34eddf90.rmeta --extern yoke_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libyoke_derive-154ae6e6dd94af00.so --extern zerofrom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-93e27f7c486df9a9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=elsa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Append-only collections for Rust where borrows to entries can outlive insertions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=elsa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/manishearth/elsa' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name elsa --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=e81a5365f22c63c8 -C extra-filename=-e81a5365f22c63c8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern stable_deref_trait=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-5eeeb9cb34eddf90.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/vec.rs:111:31 | 111 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 111 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/zero_from.rs:54:35 | 54 | YokeTraitHack::<::Output>::zero_from(c).0 | ------^^^^^^^^--------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 54 | YokeTraitHack::<>::Output>::zero_from(c).0 | ++++ Compiling scoped-tls v1.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=scoped_tls CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scoped-tls-1.0.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scoped-tls-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Library implementation of the standard library'\''s old `scoped_thread_local'\!'` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/scoped-tls' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scoped-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/scoped-tls' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name scoped_tls --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scoped-tls-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa2a1049fca28d26 -C extra-filename=-fa2a1049fca28d26 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `unic-langid-macros-impl` (lib) generated 1 warning Compiling constant_time_eq v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=constant_time_eq CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/constant_time_eq-0.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/constant_time_eq-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='Cesar Eduardo Barros ' CARGO_PKG_DESCRIPTION='Compares two equal-sized byte strings in constant time.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='CC0-1.0 OR MIT-0 OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=constant_time_eq CARGO_PKG_README=README CARGO_PKG_REPOSITORY='https://github.com/cesarb/constant_time_eq' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name constant_time_eq --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=970a3b330c6611f1 -C extra-filename=-970a3b330c6611f1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/vec.rs:65:12 | 65 | &**(*vec).get_unchecked(index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/vec.rs:63:5 | 63 | pub unsafe fn get_unchecked(&self, index: usize) -> &T::Target { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/vec.rs:65:12 | 65 | &**(*vec).get_unchecked(index) | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `alloc::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:156:20 | 156 | let _box = Box::from_raw(pointer.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:155:5 | 155 | unsafe fn drop_raw(pointer: NonNull) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `alloc::rc::Rc::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:183:19 | 183 | let _rc = Rc::from_raw(pointer.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:182:5 | 182 | unsafe fn drop_raw(pointer: NonNull) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `alloc::rc::Rc::::increment_strong_count` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:204:9 | 204 | Rc::increment_strong_count(pointer.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:199:5 | 199 | unsafe fn addref_raw(pointer: NonNull) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `alloc::sync::Arc::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:227:20 | 227 | let _arc = Arc::from_raw(pointer.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:226:5 | 226 | unsafe fn drop_raw(pointer: NonNull) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `alloc::sync::Arc::::increment_strong_count` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:248:9 | 248 | Arc::increment_strong_count(pointer.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:243:5 | 243 | unsafe fn addref_raw(pointer: NonNull) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/macro_impls.rs:80:13 | 61 | / macro_rules! unsafe_complex_yoke_impl { 62 | | () => { 63 | | fn transform(&'a self) -> &'a Self::Output { 64 | | unsafe { mem::transmute(self) } ... | 80 | | ptr::read(ptr) | | ^^^^^^^^^^^^^^ call to unsafe function ... | 90 | | }; 91 | | } | |_- in this expansion of `unsafe_complex_yoke_impl!` ... 95 | unsafe_complex_yoke_impl!(); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/macro_impls.rs:76:9 | 61 | / macro_rules! unsafe_complex_yoke_impl { 62 | | () => { 63 | | fn transform(&'a self) -> &'a Self::Output { 64 | | unsafe { mem::transmute(self) } ... | 76 | | unsafe fn make(from: Self::Output) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 90 | | }; 91 | | } | |_- in this expansion of `unsafe_complex_yoke_impl!` ... 95 | unsafe_complex_yoke_impl!(); | --------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/macro_impls.rs:80:13 | 61 | / macro_rules! unsafe_complex_yoke_impl { 62 | | () => { 63 | | fn transform(&'a self) -> &'a Self::Output { 64 | | unsafe { mem::transmute(self) } ... | 80 | | ptr::read(ptr) | | ^^^^^^^^^^^^^^ call to unsafe function ... | 90 | | }; 91 | | } | |_- in this expansion of `unsafe_complex_yoke_impl!` ... 102 | unsafe_complex_yoke_impl!(); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/macro_impls.rs:76:9 | 61 | / macro_rules! unsafe_complex_yoke_impl { 62 | | () => { 63 | | fn transform(&'a self) -> &'a Self::Output { 64 | | unsafe { mem::transmute(self) } ... | 76 | | unsafe fn make(from: Self::Output) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 90 | | }; 91 | | } | |_- in this expansion of `unsafe_complex_yoke_impl!` ... 102 | unsafe_complex_yoke_impl!(); | --------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/macro_impls.rs:80:13 | 61 | / macro_rules! unsafe_complex_yoke_impl { 62 | | () => { 63 | | fn transform(&'a self) -> &'a Self::Output { 64 | | unsafe { mem::transmute(self) } ... | 80 | | ptr::read(ptr) | | ^^^^^^^^^^^^^^ call to unsafe function ... | 90 | | }; 91 | | } | |_- in this expansion of `unsafe_complex_yoke_impl!` ... 107 | unsafe_complex_yoke_impl!(); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/macro_impls.rs:76:9 | 61 | / macro_rules! unsafe_complex_yoke_impl { 62 | | () => { 63 | | fn transform(&'a self) -> &'a Self::Output { 64 | | unsafe { mem::transmute(self) } ... | 76 | | unsafe fn make(from: Self::Output) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 90 | | }; 91 | | } | |_- in this expansion of `unsafe_complex_yoke_impl!` ... 107 | unsafe_complex_yoke_impl!(); | --------------------------- in this macro invocation warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:15:21 | 15 | map: UnsafeCell>, | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:147:30 | 147 | pub fn into_map(self) -> HashMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:188:35 | 188 | impl std::convert::AsMut> for FrozenMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:193:34 | 193 | fn as_mut(&mut self) -> &mut HashMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:198:20 | 198 | impl From> for FrozenMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:199:18 | 199 | fn from(map: HashMap) -> Self { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:236:18 | 236 | let map: HashMap<_, _, _> = iter.into_iter().collect(); | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/sync.rs:26:17 | 26 | map: RwLock>, | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/yokeable.rs:262:9 | 262 | core::ptr::read(ptr) | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/yokeable.rs:255:5 | 255 | unsafe fn make(from: Cow<'a, T>) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/yokeable.rs:288:9 | 288 | mem::transmute(from) | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/yokeable.rs:287:5 | 287 | unsafe fn make(from: &'a T) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compiling zerovec v0.10.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zerovec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Zero-copy vector backed by a byte array' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerovec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.10.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zerovec --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=385aa4ba2d520db9 -C extra-filename=-385aa4ba2d520db9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern yoke=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libyoke-ecb3a5950c5c48a3.rmeta --extern zerofrom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-93e27f7c486df9a9.rmeta --extern zerovec_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerovec_derive-e4af3192c642bd76.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `elsa` (lib) generated 11 warnings Compiling rustc-hash v2.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A speedy, non-cryptographic hashing algorithm used by rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hash --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=e649a996dd5e02e5 -C extra-filename=-e649a996dd5e02e5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling arrayref v0.3.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=arrayref CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayref-0.3.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayref-0.3.9/Cargo.toml CARGO_PKG_AUTHORS='David Roundy ' CARGO_PKG_DESCRIPTION='Macros to take array references of slices' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayref CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/droundy/arrayref' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name arrayref --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af48e041e1e3639d -C extra-filename=-af48e041e1e3639d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `yoke` (lib) generated 11 warnings Compiling rustc_graphviz v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_graphviz CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_graphviz CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_graphviz --edition=2021 compiler/rustc_graphviz/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07c5c5521728c49d -C extra-filename=-07c5c5521728c49d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling rustc-stable-hash v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_stable_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-stable-hash-0.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-stable-hash-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A stable hashing algorithm used by rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-stable-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-stable-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_stable_hash --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-stable-hash-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=9b051e2638e2467a -C extra-filename=-9b051e2638e2467a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/lib.rs:38:28 | 38 | pub type FxHashMap = HashMap; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/lib.rs:42:25 | 42 | pub type FxHashSet = HashSet; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/seeded_state.rs:5:32 | 5 | pub type FxHashMapSeed = std::collections::HashMap; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/seeded_state.rs:9:29 | 9 | pub type FxHashSetSeed = std::collections::HashSet; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/owned.rs:228:32 | 228 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:26:32 | 26 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:175:43 | 175 | pub const fn as_flexzerovec(&self) -> FlexZeroVec { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 175 | pub const fn as_flexzerovec(&self) -> FlexZeroVec<'_> { | ++++ warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/map2d/borrowed.rs:277:94 | 277 | pub fn iter0<'l>(&'l self) -> impl Iterator> + '_ { | -- lifetime `'l` declared here ^^ this elided lifetime gets resolved as `'l` | = note: `#[warn(elided_named_lifetimes)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:483:36 | 483 | let _: VarZeroVecComponents = VarZeroVecComponents::parse_byte_slice(bytes)?; | --------------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 483 | let _: VarZeroVecComponents<'_, T, F> = VarZeroVecComponents::parse_byte_slice(bytes)?; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/slice.rs:529:32 | 529 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 529 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=blake3 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/Cargo.toml CARGO_PKG_AUTHORS='Jack O'\''Connor :Samuel Neves' CARGO_PKG_DESCRIPTION='the BLAKE3 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=blake3 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BLAKE3-team/BLAKE3' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name blake3 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=31211e8a08f301aa -C extra-filename=-31211e8a08f301aa --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern arrayref=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libarrayref-af48e041e1e3639d.rmeta --extern arrayvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-e718d846c76fe65e.rmeta --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern constant_time_eq=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libconstant_time_eq-970a3b330c6611f1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'` warning: `rustc-hash` (lib) generated 4 warnings Compiling rand_core v0.6.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rand_core --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=7f2d4ecf1988dff5 -C extra-filename=-7f2d4ecf1988dff5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern getrandom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgetrandom-06b528ad80124937.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs:369:32 | 369 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 369 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs:381:32 | 381 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 381 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs:407:32 | 407 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs:592:32 | 592 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 592 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs:1554:32 | 1554 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1554 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs:1729:32 | 1729 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1729 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/lib.rs:38:13 | 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/block.rs:132:34 | 132 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 132 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/block.rs:296:34 | 296 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:50:16 | 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:64:16 | 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:119:32 | 119 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:136:32 | 136 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 136 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:211:32 | 211 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 211 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/os.rs:46:12 | 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/lib.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Compiling derive-where v1.2.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=derive_where CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Deriving with custom trait bounds' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derive-where CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/ModProg/derive-where' CARGO_PKG_RUST_VERSION=1.57 CARGO_PKG_VERSION=1.2.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name derive_where --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=e9a417574228b605 -C extra-filename=-e9a417574228b605 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `avx2::ffi::blake3_hash_many_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx2.rs:21:5 | 21 | / ffi::blake3_hash_many_avx2( 22 | | inputs.as_ptr() as *const *const u8, 23 | | inputs.len(), 24 | | N / BLOCK_LEN, ... | 31 | | out.as_mut_ptr(), 32 | | ) | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx2.rs:7:1 | 7 | / pub unsafe fn hash_many( 8 | | inputs: &[&[u8; N]], 9 | | key: &CVWords, 10 | | counter: u64, ... | 15 | | out: &mut [u8], 16 | | ) { | |_^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `avx512::ffi::blake3_compress_in_place_avx512` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:11:5 | 11 | ffi::blake3_compress_in_place_avx512(cv.as_mut_ptr(), block.as_ptr(), block_len, counter, flags) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:4:1 | 4 | / pub unsafe fn compress_in_place( 5 | | cv: &mut CVWords, 6 | | block: &[u8; BLOCK_LEN], 7 | | block_len: u8, 8 | | counter: u64, 9 | | flags: u8, 10 | | ) { | |_^ warning[E0133]: call to unsafe function `avx512::ffi::blake3_compress_xof_avx512` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:23:5 | 23 | / ffi::blake3_compress_xof_avx512( 24 | | cv.as_ptr(), 25 | | block.as_ptr(), 26 | | block_len, ... | 29 | | out.as_mut_ptr(), 30 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:15:1 | 15 | / pub unsafe fn compress_xof( 16 | | cv: &CVWords, 17 | | block: &[u8; BLOCK_LEN], 18 | | block_len: u8, 19 | | counter: u64, 20 | | flags: u8, 21 | | ) -> [u8; 64] { | |_____________^ warning[E0133]: call to unsafe function `avx512::ffi::blake3_hash_many_avx512` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:49:5 | 49 | / ffi::blake3_hash_many_avx512( 50 | | inputs.as_ptr() as *const *const u8, 51 | | inputs.len(), 52 | | N / BLOCK_LEN, ... | 59 | | out.as_mut_ptr(), 60 | | ) | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:35:1 | 35 | / pub unsafe fn hash_many( 36 | | inputs: &[&[u8; N]], 37 | | key: &CVWords, 38 | | counter: u64, ... | 43 | | out: &mut [u8], 44 | | ) { | |_^ warning[E0133]: call to unsafe function `avx512::ffi::blake3_xof_many_avx512` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:74:5 | 74 | / ffi::blake3_xof_many_avx512( 75 | | cv.as_ptr(), 76 | | block.as_ptr(), 77 | | block_len, ... | 81 | | out.len() / BLOCK_LEN, 82 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:65:1 | 65 | / pub unsafe fn xof_many( 66 | | cv: &CVWords, 67 | | block: &[u8; BLOCK_LEN], 68 | | block_len: u8, ... | 71 | | out: &mut [u8], 72 | | ) { | |_^ warning[E0133]: call to unsafe function `sse2::ffi::blake3_compress_in_place_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse2.rs:11:5 | 11 | ffi::blake3_compress_in_place_sse2(cv.as_mut_ptr(), block.as_ptr(), block_len, counter, flags) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse2.rs:4:1 | 4 | / pub unsafe fn compress_in_place( 5 | | cv: &mut CVWords, 6 | | block: &[u8; BLOCK_LEN], 7 | | block_len: u8, 8 | | counter: u64, 9 | | flags: u8, 10 | | ) { | |_^ warning[E0133]: call to unsafe function `sse2::ffi::blake3_compress_xof_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse2.rs:23:5 | 23 | / ffi::blake3_compress_xof_sse2( 24 | | cv.as_ptr(), 25 | | block.as_ptr(), 26 | | block_len, ... | 29 | | out.as_mut_ptr(), 30 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse2.rs:15:1 | 15 | / pub unsafe fn compress_xof( 16 | | cv: &CVWords, 17 | | block: &[u8; BLOCK_LEN], 18 | | block_len: u8, 19 | | counter: u64, 20 | | flags: u8, 21 | | ) -> [u8; 64] { | |_____________^ warning[E0133]: call to unsafe function `sse2::ffi::blake3_hash_many_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse2.rs:49:5 | 49 | / ffi::blake3_hash_many_sse2( 50 | | inputs.as_ptr() as *const *const u8, 51 | | inputs.len(), 52 | | N / BLOCK_LEN, ... | 59 | | out.as_mut_ptr(), 60 | | ) | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse2.rs:35:1 | 35 | / pub unsafe fn hash_many( 36 | | inputs: &[&[u8; N]], 37 | | key: &CVWords, 38 | | counter: u64, ... | 43 | | out: &mut [u8], 44 | | ) { | |_^ warning[E0133]: call to unsafe function `sse41::ffi::blake3_compress_in_place_sse41` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse41.rs:11:5 | 11 | ffi::blake3_compress_in_place_sse41(cv.as_mut_ptr(), block.as_ptr(), block_len, counter, flags) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse41.rs:4:1 | 4 | / pub unsafe fn compress_in_place( 5 | | cv: &mut CVWords, 6 | | block: &[u8; BLOCK_LEN], 7 | | block_len: u8, 8 | | counter: u64, 9 | | flags: u8, 10 | | ) { | |_^ warning[E0133]: call to unsafe function `sse41::ffi::blake3_compress_xof_sse41` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse41.rs:23:5 | 23 | / ffi::blake3_compress_xof_sse41( 24 | | cv.as_ptr(), 25 | | block.as_ptr(), 26 | | block_len, ... | 29 | | out.as_mut_ptr(), 30 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse41.rs:15:1 | 15 | / pub unsafe fn compress_xof( 16 | | cv: &CVWords, 17 | | block: &[u8; BLOCK_LEN], 18 | | block_len: u8, 19 | | counter: u64, 20 | | flags: u8, 21 | | ) -> [u8; 64] { | |_____________^ warning[E0133]: call to unsafe function `sse41::ffi::blake3_hash_many_sse41` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse41.rs:49:5 | 49 | / ffi::blake3_hash_many_sse41( 50 | | inputs.as_ptr() as *const *const u8, 51 | | inputs.len(), 52 | | N / BLOCK_LEN, ... | 59 | | out.as_mut_ptr(), 60 | | ) | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse41.rs:35:1 | 35 | / pub unsafe fn hash_many( 36 | | inputs: &[&[u8; N]], 37 | | key: &CVWords, 38 | | counter: u64, ... | 43 | | out: &mut [u8], 44 | | ) { | |_^ Compiling sha2 v0.10.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sha2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sha2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=bb7d564bd8a9d194 -C extra-filename=-bb7d564bd8a9d194 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcpufeatures-5576a107eed0c038.rmeta --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libdigest-3e3d65ed12084bad.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/attr/item.rs:159:32 | 159 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 159 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/attr/item.rs:265:32 | 265 | where_clause: &mut Option>, | ---^------------ expected lifetime parameter | help: indicate the anonymous lifetime | 265 | where_clause: &mut Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/attr/item.rs:267:10 | 267 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 267 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/attr/item.rs:306:18 | 306 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 306 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/attr/item.rs:452:32 | 452 | fn where_bounds(&self, data: &Item) -> Punctuated { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 452 | fn where_bounds(&self, data: &Item<'_>) -> Punctuated { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/attr/item.rs:471:49 | 471 | fn from_stream(span: Span, data: &Data, input: ParseStream) -> Result<(Span, Self)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 471 | fn from_stream(span: Span, data: &Data, input: ParseStream<'_>) -> Result<(Span, Self)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data/field.rs:36:24 | 36 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 36 | fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data/fields.rs:64:13 | 64 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data/fields.rs:65:36 | 65 | field_ident: impl for<'b> Fn(&'b Field) -> &'b Ident, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | field_ident: impl for<'b> Fn(&'b Field<'_>) -> &'b Ident, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data/fields.rs:94:13 | 94 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data/fields.rs:95:36 | 95 | field_ident: impl for<'b> Fn(&'b Field) -> &'b Ident, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 95 | field_ident: impl for<'b> Fn(&'b Field<'_>) -> &'b Ident, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data.rs:237:34 | 237 | pub fn fields(&self) -> Either<&Fields, &Pat> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 237 | pub fn fields(&self) -> Either<&Fields<'_>, &Pat> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data.rs:313:31 | 313 | pub fn simple_type(&self) -> SimpleType { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 313 | pub fn simple_type(&self) -> SimpleType<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data.rs:338:37 | 338 | ) -> impl '_ + Iterator + DoubleEndedIterator { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 338 | ) -> impl '_ + Iterator> + DoubleEndedIterator { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data.rs:351:81 | 351 | pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 351 | pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/input.rs:60:28 | 60 | .collect::>>()?; | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 60 | .collect::>>>()?; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/clone.rs:25:43 | 25 | fn additional_where_bounds(&self, data: &Item) -> Option { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn additional_where_bounds(&self, data: &Item<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/clone.rs:46:10 | 46 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/clone.rs:91:10 | 91 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 91 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/common_ord.rs:21:9 | 21 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 21 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/common_ord.rs:319:35 | 319 | let mut discriminants = Vec::>::with_capacity(variants.len()); | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 319 | let mut discriminants = Vec::>::with_capacity(variants.len()); | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/common_ord.rs:368:9 | 368 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 368 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/common_ord.rs:419:52 | 419 | pub fn build_ord_body(trait_: &DeriveTrait, data: &Data) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | pub fn build_ord_body(trait_: &DeriveTrait, data: &Data<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/common_ord.rs:457:47 | 457 | pub fn build_incomparable_pattern(variants: &[Data]) -> Option { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 457 | pub fn build_incomparable_pattern(variants: &[Data<'_>]) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/debug.rs:24:11 | 24 | _item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 24 | _item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/debug.rs:44:10 | 44 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 44 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/default.rs:24:11 | 24 | _item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 24 | _item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/default.rs:42:10 | 42 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/eq.rs:24:11 | 24 | _item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 24 | _item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/eq.rs:45:10 | 45 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/hash.rs:24:11 | 24 | _item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 24 | _item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/hash.rs:44:10 | 44 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 44 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/ord.rs:25:10 | 25 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 25 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/ord.rs:46:10 | 46 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/partial_eq.rs:25:10 | 25 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 25 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/partial_eq.rs:113:10 | 113 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 113 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/partial_ord.rs:25:10 | 25 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 25 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/partial_ord.rs:52:10 | 52 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_.rs:122:43 | 122 | fn additional_where_bounds(&self, data: &Item) -> Option { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 122 | fn additional_where_bounds(&self, data: &Item<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_.rs:137:10 | 137 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 137 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_.rs:152:10 | 152 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_.rs:184:44 | 184 | fn additional_where_bounds(&self, _data: &Item) -> Option { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 184 | fn additional_where_bounds(&self, _data: &Item<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_.rs:203:11 | 203 | _item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 203 | _item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_.rs:218:11 | 218 | _data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 218 | _data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/lib.rs:628:9 | 628 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 628 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/lib.rs:629:13 | 629 | generics: &SplitGenerics, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | generics: &SplitGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/lib.rs:671:9 | 671 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 671 | item: &Item<'_>, | ++++ warning: `rand_core` (lib) generated 11 warnings Compiling sha1 v0.10.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sha1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='SHA-1 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha1 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sha1 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=54a11ec965bb9872 -C extra-filename=-54a11ec965bb9872 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcpufeatures-5576a107eed0c038.rmeta --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libdigest-3e3d65ed12084bad.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:141:10 | 141 | &*(slice as *const Self) | ^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:132:5 | 132 | pub const unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:148:14 | 148 | &mut *(remainder as *mut Self) | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:145:5 | 145 | pub(crate) unsafe fn from_byte_slice_mut_unchecked(bytes: &mut [u8]) -> &mut Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:232:19 | 232 | 1 => *self.data.get_unchecked(index) as usize, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:230:5 | 230 | pub unsafe fn get_unchecked(&self, index: usize) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:234:27 | 234 | let ptr = self.data.as_ptr().add(index * 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:235:36 | 235 | u16::from_le_bytes(core::ptr::read(ptr as *const [u8; 2])) as usize | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:241:27 | 241 | let ptr = self.data.as_ptr().add(index * w); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:242:17 | 242 | core::ptr::copy_nonoverlapping(ptr, bytes.as_mut_ptr(), w); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | #[cold] 187 | | fn init_inner() -> bool { ... | 201 | | } 202 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | #[cold] 187 | | fn init_inner() -> bool { ... | 201 | | } 202 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | #[cold] 187 | | fn init_inner() -> bool { ... | 201 | | } 202 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | #[cold] 187 | | fn init_inner() -> bool { ... | 201 | | } 202 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | #[cold] 187 | | fn init_inner() -> bool { ... | 201 | | } 202 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | #[cold] 187 | | fn init_inner() -> bool { ... | 201 | | } 202 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:36:25 | 36 | let MASK: __m128i = _mm_set_epi64x(0x0001_0203_0405_0607, 0x0809_0A0B_0C0D_0E0F); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:34:1 | 34 | unsafe fn digest_blocks(state: &mut [u32; 5], blocks: &[[u8; 64]]) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:38:26 | 38 | let mut state_abcd = _mm_set_epi32( | __________________________^ 39 | | state[0] as i32, 40 | | state[1] as i32, 41 | | state[2] as i32, 42 | | state[3] as i32, 43 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:44:23 | 44 | let mut state_e = _mm_set_epi32(state[4] as i32, 0, 0, 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:51:22 | 51 | let mut w0 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(0)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:51:39 | 51 | let mut w0 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(0)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:51:55 | 51 | let mut w0 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(0)), MASK); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:52:22 | 52 | let mut w1 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(1)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:52:39 | 52 | let mut w1 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(1)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:52:55 | 52 | let mut w1 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(1)), MASK); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:53:22 | 53 | let mut w2 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(2)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:53:39 | 53 | let mut w2 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(2)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:53:55 | 53 | let mut w2 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(2)), MASK); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:54:22 | 54 | let mut w3 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(3)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:54:39 | 54 | let mut w3 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(3)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:54:55 | 54 | let mut w3 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(3)), MASK); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:59:22 | 59 | let mut h1 = _mm_add_epi32(state_e, w0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:62:14 | 62 | h1 = _mm_sha1rnds4_epu32(h0, h1, 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` ... 63 | h0 = rounds4!(h1, h0, w1, 0); | ----------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` ... 63 | h0 = rounds4!(h1, h0, w1, 0); | ----------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` ... 64 | h1 = rounds4!(h0, h1, w2, 0); | ----------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` ... 64 | h1 = rounds4!(h0, h1, w2, 0); | ----------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` ... 65 | h0 = rounds4!(h1, h0, w3, 0); | ----------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` ... 65 | h0 = rounds4!(h1, h0, w3, 0); | ----------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 66 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 0); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 66 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 0); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 66 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 0); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 66 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 0); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 66 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 0); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 69 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 69 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 69 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 69 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 69 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 70 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 70 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 70 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 70 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 70 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 71 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 71 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 71 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 71 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 71 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 72 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 72 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 72 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 72 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 72 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(h0, h1, w1, w2, w3, w4, w0, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(h0, h1, w1, w2, w3, w4, w0, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(h0, h1, w1, w2, w3, w4, w0, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(h0, h1, w1, w2, w3, w4, w0, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(h0, h1, w1, w2, w3, w4, w0, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(h1, h0, w2, w3, w4, w0, w1, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(h1, h0, w2, w3, w4, w0, w1, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(h1, h0, w2, w3, w4, w0, w1, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(h1, h0, w2, w3, w4, w0, w1, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(h1, h0, w2, w3, w4, w0, w1, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(h0, h1, w3, w4, w0, w1, w2, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(h0, h1, w3, w4, w0, w1, w2, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(h0, h1, w3, w4, w0, w1, w2, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(h0, h1, w3, w4, w0, w1, w2, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(h0, h1, w3, w4, w0, w1, w2, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(h1, h0, w4, w0, w1, w2, w3, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(h1, h0, w4, w0, w1, w2, w3, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(h1, h0, w4, w0, w1, w2, w3, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(h1, h0, w4, w0, w1, w2, w3, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(h1, h0, w4, w0, w1, w2, w3, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 85 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 85 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 85 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 85 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 85 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 86 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 86 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 86 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 86 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 86 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 87 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 87 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 87 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 87 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 87 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:89:22 | 89 | state_abcd = _mm_add_epi32(state_abcd, h0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:90:19 | 90 | state_e = _mm_sha1nexte_epu32(h1, state_e); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_extract_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:93:16 | 93 | state[0] = _mm_extract_epi32(state_abcd, 3) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_extract_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:94:16 | 94 | state[1] = _mm_extract_epi32(state_abcd, 2) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_extract_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:95:16 | 95 | state[2] = _mm_extract_epi32(state_abcd, 1) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_extract_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:96:16 | 96 | state[3] = _mm_extract_epi32(state_abcd, 0) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_extract_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:97:16 | 97 | state[4] = _mm_extract_epi32(state_e, 3) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:11:14 | 11 | let t1 = _mm_sha256msg1_epu32(v0, v1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:10:1 | 10 | unsafe fn schedule(v0: __m128i, v1: __m128i, v2: __m128i, v3: __m128i) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:12:14 | 12 | let t2 = _mm_alignr_epi8(v3, v2, 4); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:13:14 | 13 | let t3 = _mm_add_epi32(t1, t2); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:14:5 | 14 | _mm_sha256msg2_epu32(t3, v3) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:44:25 | 44 | let MASK: __m128i = _mm_set_epi64x( | _________________________^ 45 | | 0x0C0D_0E0F_0809_0A0Bu64 as i64, 46 | | 0x0405_0607_0001_0203u64 as i64, 47 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:42:1 | 42 | unsafe fn digest_blocks(state: &mut [u32; 8], blocks: &[[u8; 64]]) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:50:16 | 50 | let dcba = _mm_loadu_si128(state_ptr.add(0)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:50:32 | 50 | let dcba = _mm_loadu_si128(state_ptr.add(0)); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:51:16 | 51 | let efgh = _mm_loadu_si128(state_ptr.add(1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:51:32 | 51 | let efgh = _mm_loadu_si128(state_ptr.add(1)); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:53:16 | 53 | let cdab = _mm_shuffle_epi32(dcba, 0xB1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:54:16 | 54 | let efgh = _mm_shuffle_epi32(efgh, 0x1B); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:55:20 | 55 | let mut abef = _mm_alignr_epi8(cdab, efgh, 8); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_blend_epi16` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:56:20 | 56 | let mut cdgh = _mm_blend_epi16(efgh, cdab, 0xF0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:63:22 | 63 | let mut w0 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(0)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:63:39 | 63 | let mut w0 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(0)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:63:55 | 63 | let mut w0 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(0)), MASK); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:64:22 | 64 | let mut w1 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(1)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:64:39 | 64 | let mut w1 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(1)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:64:55 | 64 | let mut w1 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(1)), MASK); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:65:22 | 65 | let mut w2 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(2)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:65:39 | 65 | let mut w2 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(2)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:65:55 | 65 | let mut w2 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(2)), MASK); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:66:22 | 66 | let mut w3 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(3)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:66:39 | 66 | let mut w3 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(3)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:66:55 | 66 | let mut w3 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(3)), MASK); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 69 | rounds4!(abef, cdgh, w0, 0); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 69 | rounds4!(abef, cdgh, w0, 0); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 69 | rounds4!(abef, cdgh, w0, 0); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 69 | rounds4!(abef, cdgh, w0, 0); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 69 | rounds4!(abef, cdgh, w0, 0); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 70 | rounds4!(abef, cdgh, w1, 1); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 70 | rounds4!(abef, cdgh, w1, 1); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 70 | rounds4!(abef, cdgh, w1, 1); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 70 | rounds4!(abef, cdgh, w1, 1); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 70 | rounds4!(abef, cdgh, w1, 1); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 71 | rounds4!(abef, cdgh, w2, 2); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 71 | rounds4!(abef, cdgh, w2, 2); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 71 | rounds4!(abef, cdgh, w2, 2); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 71 | rounds4!(abef, cdgh, w2, 2); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 71 | rounds4!(abef, cdgh, w2, 2); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 72 | rounds4!(abef, cdgh, w3, 3); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 72 | rounds4!(abef, cdgh, w3, 3); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 72 | rounds4!(abef, cdgh, w3, 3); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 72 | rounds4!(abef, cdgh, w3, 3); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 72 | rounds4!(abef, cdgh, w3, 3); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 73 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 4); | ---------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 4); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 4); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 4); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 4); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 4); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 74 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 5); | ---------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 74 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 5); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 74 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 5); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 74 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 5); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 74 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 5); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 74 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 5); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 75 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 6); | ---------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 75 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 6); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 75 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 6); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 75 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 6); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 75 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 6); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 75 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 6); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 76 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 7); | ---------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 7); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 7); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 7); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 7); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 7); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 77 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 8); | ---------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 8); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 8); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 8); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 8); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 8); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 78 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 9); | ---------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 9); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 9); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 9); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 9); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 9); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 79 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 10); | ----------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 10); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 10); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 10); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 10); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 10); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 80 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 11); | ----------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 11); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 11); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 11); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 11); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 11); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 81 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 12); | ----------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 81 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 12); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 81 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 12); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 81 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 12); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 81 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 12); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 81 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 12); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 82 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 13); | ----------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 82 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 13); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 82 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 13); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 82 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 13); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 82 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 13); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 82 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 13); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 83 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 14); | ----------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 14); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 14); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 14); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 14); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 14); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 84 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 15); | ----------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 15); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 15); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 15); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 15); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 15); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:86:16 | 86 | abef = _mm_add_epi32(abef, abef_save); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:87:16 | 87 | cdgh = _mm_add_epi32(cdgh, cdgh_save); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:90:16 | 90 | let feba = _mm_shuffle_epi32(abef, 0x1B); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:91:16 | 91 | let dchg = _mm_shuffle_epi32(cdgh, 0xB1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_blend_epi16` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:92:16 | 92 | let dcba = _mm_blend_epi16(feba, dchg, 0xF0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:93:16 | 93 | let hgef = _mm_alignr_epi8(dchg, feba, 8); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_storeu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:96:5 | 96 | _mm_storeu_si128(state_ptr_mut.add(0), dcba); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:96:22 | 96 | _mm_storeu_si128(state_ptr_mut.add(0), dcba); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_storeu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:97:5 | 97 | _mm_storeu_si128(state_ptr_mut.add(1), hgef); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:97:22 | 97 | _mm_storeu_si128(state_ptr_mut.add(1), hgef); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:227:25 | 227 | let len_bytes = slice.get_unchecked(0..LENGTH_WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:216:5 | 216 | pub unsafe fn from_bytes_unchecked(slice: &'a [u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ule::ULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:228:23 | 228 | let len_ule = RawBytesULE::::from_byte_slice_unchecked(len_bytes); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:230:19 | 230 | let len = len_ule.get_unchecked(0).as_unsigned_int(); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:231:29 | 231 | let indices_bytes = slice.get_unchecked( | _____________________________^ 232 | | LENGTH_WIDTH + METADATA_WIDTH 233 | | ..LENGTH_WIDTH + METADATA_WIDTH + F::INDEX_WIDTH * (len as usize), 234 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:236:13 | 236 | slice.get_unchecked(LENGTH_WIDTH + METADATA_WIDTH + F::INDEX_WIDTH * (len as usize)..); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::components::VarZeroVecComponents::<'a, T, F>::get_things_range` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:274:21 | 274 | let range = self.get_things_range(idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:273:5 | 273 | pub(crate) unsafe fn get_unchecked(self, idx: usize) -> &'a T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:275:28 | 275 | let things_slice = self.things.get_unchecked(range); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ule::VarULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:276:9 | 276 | T::from_byte_slice_unchecked(things_slice) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:285:43 | 285 | let start = F::rawbytes_to_usize(*self.indices_slice().get_unchecked(idx)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:284:5 | 284 | unsafe fn get_things_range(self, idx: usize) -> Range { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:289:35 | 289 | F::rawbytes_to_usize(*self.indices_slice().get_unchecked(idx + 1)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::components::VarZeroVecComponents::<'a, T, F>::get_things_range` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:301:21 | 301 | let range = self.get_things_range(idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:300:5 | 300 | pub(crate) unsafe fn get_range(self, idx: usize) -> Range { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:302:22 | 302 | let offset = (self.things as *const [u8] as *const u8) | ______________________^ 303 | | .offset_from(self.entire_slice as *const [u8] as *const u8) | |_______________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::index_data` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:139:35 | 139 | F::rawbytes_to_usize(*self.index_data(idx)) | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:134:5 | 134 | unsafe fn element_position_unchecked(&self, idx: usize) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::element_position_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:152:21 | 152 | let start = self.element_position_unchecked(idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:151:5 | 151 | unsafe fn element_range_unchecked(&self, idx: usize) -> core::ops::Range { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::element_position_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:153:19 | 153 | let end = self.element_position_unchecked(idx + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ule::ULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:180:10 | 180 | &F::RawBytes::from_byte_slice_unchecked(&self.entire_slice[Self::index_range(index)])[0] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:179:5 | 179 | unsafe fn index_data(&self, index: usize) -> &F::RawBytes { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:195:20 | 195 | let data = slice::from_raw_parts_mut(ptr.add(range.start), F::INDEX_WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:188:5 | 188 | unsafe fn index_data_mut(&mut self, index: usize) -> &mut F::RawBytes { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:195:46 | 195 | let data = slice::from_raw_parts_mut(ptr.add(range.start), F::INDEX_WIDTH); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::element_position_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:262:27 | 262 | let pos = self.element_position_unchecked(index); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:248:5 | 248 | unsafe fn shift(&mut self, index: usize, new_size: usize, shift_type: ShiftType) -> &mut [u8] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::element_range_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:267:18 | 267 | _ => self.element_range_unchecked(index), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:295:33 | 295 | let old_slice_end = slice_range.start.add(slice_len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:296:30 | 296 | let data_start = slice_range | ______________________________^ 297 | | .start 298 | | .add(LENGTH_WIDTH + METADATA_WIDTH + len * F::INDEX_WIDTH); | |__________________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:300:17 | 300 | data_start.add(prev_element.start)..data_start.add(prev_element.end); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:300:53 | 300 | data_start.add(prev_element.start)..data_start.add(prev_element.end); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:307:35 | 307 | let index_start = slice_range | ___________________________________^ 308 | | .start 309 | | .add(LENGTH_WIDTH + METADATA_WIDTH + F::INDEX_WIDTH * index); | |________________________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:310:30 | 310 | index_start..index_start.add(F::INDEX_WIDTH) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::shift::shift_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:320:17 | 320 | shift_bytes(index_range.end..prev_element_p.start, index_range.start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::shift::shift_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:324:13 | 324 | / shift_bytes( 325 | | prev_element_p.end..old_slice_end, 326 | | prev_element_p 327 | | .start 328 | | .offset((new_size as i64 + index_shift) as isize), 329 | | ); | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha512::x86::sha512_compress_x86_64_avx` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:33:9 | 33 | sha512_compress_x86_64_avx(state, &blocks[0]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:29:1 | 29 | unsafe fn sha512_compress_x86_64_avx2(state: &mut [u64; 8], blocks: &[[u8; 128]]) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:326:17 | 326 | / prev_element_p 327 | | .start 328 | | .offset((new_size as i64 + index_shift) as isize), | |_____________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_setzero_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:37:32 | 37 | let mut ms: MsgSchedule = [_mm_setzero_si128(); 8]; | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_setzero_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:38:32 | 38 | let mut t2: RoundStates = [_mm_setzero_si128(); 40]; | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::shift::shift_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:334:21 | 334 | shift_bytes(index_range.start..prev_element_p.start, index_range.end); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_setzero_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:39:18 | 39 | let mut x = [_mm256_setzero_si256(); 8]; | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha512::x86::load_data_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:42:9 | 42 | load_data_avx2(&mut x, &mut ms, &mut t2, blocks.as_ptr().add(i) as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:42:50 | 42 | load_data_avx2(&mut x, &mut ms, &mut t2, blocks.as_ptr().add(i) as *const _); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha512::x86::rounds_0_63_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:46:9 | 46 | rounds_0_63_avx2(&mut current_state, &mut x, &mut ms, &mut t2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::index_data_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:336:22 | 336 | *self.index_data_mut(index) = F::usize_to_rawbytes(prev_element.start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::set_len` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:337:21 | 337 | self.set_len(len + 1); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::set_len` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:341:21 | 341 | self.set_len(len - 1); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `alloc::vec::Vec::::set_len` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:349:13 | 349 | self.entire_slice.set_len(new_slice_len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::shift_indices` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:352:13 | 352 | self.shift_indices(first_affected_index, (shift - index_shift) as i32); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::element_position_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:361:15 | 361 | + self.element_position_unchecked(index); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_setzero_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:59:19 | 59 | let mut ms = [_mm_setzero_si128(); 8]; | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:58:1 | 58 | unsafe fn sha512_compress_x86_64_avx(state: &mut [u64; 8], block: &[u8; 128]) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_setzero_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:60:18 | 60 | let mut x = [_mm_setzero_si128(); 8]; | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha512::x86::load_data_avx` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:64:5 | 64 | load_data_avx(&mut x, &mut ms, block.as_ptr() as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha512::x86::rounds_0_63_avx` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:65:5 | 65 | rounds_0_63_avx(&mut current_state, &mut x, &mut ms); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_setr_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:73:16 | 73 | let MASK = _mm_setr_epi32(0x04050607, 0x00010203, 0x0c0d0e0f, 0x08090a0b); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:71:1 | 71 | unsafe fn load_data_avx(x: &mut [__m128i; 8], ms: &mut MsgSchedule, data: *const __m128i) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:77:21 | 75 | / macro_rules! unrolled_iterations { 76 | | ($($i:literal),*) => {$( 77 | | x[$i] = _mm_loadu_si128(data.add($i) as *const _); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 78 | | x[$i] = _mm_shuffle_epi8(x[$i], MASK); ... | 86 | | )*}; 87 | | } | |_____- in this expansion of `unrolled_iterations!` 88 | 89 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:315:17 | 315 | ptr::copy(block.start, to, block.end.offset_from(block.start) as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:313:13 | 313 | unsafe fn shift_bytes(block: Range<*const u8>, to: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:77:37 | 75 | / macro_rules! unrolled_iterations { 76 | | ($($i:literal),*) => {$( 77 | | x[$i] = _mm_loadu_si128(data.add($i) as *const _); | | ^^^^^^^^^^^^ call to unsafe function 78 | | x[$i] = _mm_shuffle_epi8(x[$i], MASK); ... | 86 | | )*}; 87 | | } | |_____- in this expansion of `unrolled_iterations!` 88 | 89 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:78:21 | 75 | / macro_rules! unrolled_iterations { 76 | | ($($i:literal),*) => {$( 77 | | x[$i] = _mm_loadu_si128(data.add($i) as *const _); 78 | | x[$i] = _mm_shuffle_epi8(x[$i], MASK); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 86 | | )*}; 87 | | } | |_____- in this expansion of `unrolled_iterations!` 88 | 89 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:80:21 | 75 | / macro_rules! unrolled_iterations { 76 | | ($($i:literal),*) => {$( 77 | | x[$i] = _mm_loadu_si128(data.add($i) as *const _); 78 | | x[$i] = _mm_shuffle_epi8(x[$i], MASK); 79 | | 80 | | let y = _mm_add_epi64( | | _____________________^ 81 | || x[$i], 82 | || _mm_loadu_si128(&K64[2 * $i] as *const u64 as *const _), 83 | || ); | ||_____________^ call to unsafe function ... | 86 | | )*}; 87 | | } | |______- in this expansion of `unrolled_iterations!` 88 | 89 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:315:44 | 315 | ptr::copy(block.start, to, block.end.offset_from(block.start) as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:82:17 | 75 | / macro_rules! unrolled_iterations { 76 | | ($($i:literal),*) => {$( 77 | | x[$i] = _mm_loadu_si128(data.add($i) as *const _); 78 | | x[$i] = _mm_shuffle_epi8(x[$i], MASK); ... | 82 | | _mm_loadu_si128(&K64[2 * $i] as *const u64 as *const _), | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 86 | | )*}; 87 | | } | |_____- in this expansion of `unrolled_iterations!` 88 | 89 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:100:16 | 100 | let MASK = _mm256_set_epi64x( | ________________^ 101 | | 0x0809_0A0B_0C0D_0E0F_i64, 102 | | 0x0001_0203_0405_0607_i64, 103 | | 0x0809_0A0B_0C0D_0E0F_i64, 104 | | 0x0001_0203_0405_0607_i64, 105 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:93:1 | 93 | / unsafe fn load_data_avx2( 94 | | x: &mut [__m256i; 8], 95 | | ms: &mut MsgSchedule, 96 | | t2: &mut RoundStates, 97 | | data: *const __m128i, 98 | | ) { | |_^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_insertf128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:109:21 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:109:52 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:109:68 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); | | ^^^^^^^^^^^^^^^^ call to unsafe function 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_insertf128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:110:21 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:110:52 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:110:68 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); | | ^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:112:21 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); 111 | | 112 | | x[$i] = _mm256_shuffle_epi8(x[$i], MASK); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:114:21 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 114 | | let t = _mm_loadu_si128(K64.as_ptr().add($i * 2) as *const u64 as *const _); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:114:37 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 114 | | let t = _mm_loadu_si128(K64.as_ptr().add($i * 2) as *const u64 as *const _); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:115:21 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 115 | | let y = _mm256_add_epi64(x[$i], _mm256_set_m128i(t, t)); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_set_m128i` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:115:45 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 115 | | let y = _mm256_add_epi64(x[$i], _mm256_set_m128i(t, t)); | | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extracti128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:117:22 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 117 | | ms[$i] = _mm256_extracti128_si256(y, 0); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 118 | | t2[$i] = _mm256_extracti128_si256(y, 1); 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extracti128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:118:22 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 118 | | t2[$i] = _mm256_extracti128_si256(y, 1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:130:9 | 130 | mem::transmute(bytes) | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:128:5 | 128 | pub const unsafe fn from_bytes_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:131:23 | 131 | let k64 = _mm_loadu_si128(&K64[k64_idx] as *const u64 as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:126:1 | 126 | unsafe fn rounds_0_63_avx(current_state: &mut State, x: &mut [__m128i; 8], ms: &mut MsgSchedule) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `sha512::x86::sha512_update_x_avx` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:132:21 | 132 | let y = sha512_update_x_avx(x, k64); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::components::VarZeroVecComponents::<'a, T, F>::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:239:9 | 239 | self.as_components().get_unchecked(idx) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:238:5 | 238 | pub unsafe fn get_unchecked(&self, idx: usize) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:157:21 | 157 | let t = _mm_loadu_si128(K64.as_ptr().add(k64x4_idx) as *const u64 as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:147:1 | 147 | / unsafe fn rounds_0_63_avx2( 148 | | current_state: &mut State, 149 | | x: &mut [__m256i; 8], 150 | | ms: &mut MsgSchedule, 151 | | t2: &mut RoundStates, 152 | | ) { | |_^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:157:37 | 157 | let t = _mm_loadu_si128(K64.as_ptr().add(k64x4_idx) as *const u64 as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha512::x86::sha512_update_x_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:158:21 | 158 | let y = sha512_update_x_avx2(x, _mm256_set_m128i(t, t)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_set_m128i` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:158:45 | 158 | let y = sha512_update_x_avx2(x, _mm256_set_m128i(t, t)); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extracti128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:166:21 | 166 | ms[j] = _mm256_extracti128_si256(y, 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:292:9 | 292 | mem::transmute(bytes) | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:290:5 | 290 | pub(crate) unsafe fn from_byte_slice_unchecked_mut(bytes: &mut [u8]) -> &mut Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extracti128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:167:29 | 167 | t2[8 * i + j] = _mm256_extracti128_si256(y, 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::components::VarZeroVecComponents::<'a, T, F>::get_range` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:296:21 | 296 | let range = self.as_components().get_range(idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:295:5 | 295 | pub(crate) unsafe fn get_bytes_at_mut(&mut self, idx: usize) -> &mut [u8] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:489:9 | 489 | mem::transmute(bytes) | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:487:5 | 487 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:256:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 256 | | let mut t0 = $ALIGNR8(x[1], x[0], 8); | | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:254:9 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 254 | | unsafe fn $name(x: &mut [$ty; 8], k64: $ty) -> $ty { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:258:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 258 | | let mut t3 = $ALIGNR8(x[5], x[4], 8); | | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:260:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 260 | | let mut t2 = $SRL64(t0, 1); | | ^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:262:20 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 262 | | x[0] = $ADD64(x[0], t3); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:264:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 264 | | t3 = $SRL64(t0, 7); | | ^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:266:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 266 | | let mut t1 = $SLL64(t0, 64 - 8); | | ^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:269:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 269 | | t0 = $XOR(t3, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:271:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 271 | | t2 = $SRL64(t2, 8 - 1); | | ^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:275:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 275 | | t0 = $XOR(t0, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:277:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 277 | | t1 = $SLL64(t1, 8 - 1); | | ^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:279:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 279 | | t0 = $XOR(t0, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:280:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 280 | | t0 = $XOR(t0, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:282:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 282 | | t3 = $SRL64(x[7], 6); | | ^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:284:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 284 | | t2 = $SLL64(x[7], 64 - 61); | | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:286:20 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 286 | | x[0] = $ADD64(x[0], t0); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:288:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 288 | | t1 = $SRL64(x[7], 19); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:291:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 291 | | t3 = $XOR(t3, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:293:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 293 | | t2 = $SLL64(t2, 61 - 19); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/vec.rs:282:24 | 282 | Self::Borrowed(core::mem::transmute::<&[u8], &VarZeroSlice>(bytes)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/vec.rs:281:5 | 281 | pub const unsafe fn from_bytes_unchecked(bytes: &'a [u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:297:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 297 | | t3 = $XOR(t3, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:299:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 299 | | t1 = $SRL64(t1, 61 - 19); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:301:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 301 | | t3 = $XOR(t3, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:302:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 302 | | t3 = $XOR(t3, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:305:20 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 305 | | x[0] = $ADD64(x[0], t3); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:318:13 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 318 | | $ADD64(x[7], k64) | | ^^^^^^^^^^^^^^^^^ call to unsafe function 319 | | } 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:256:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 256 | | let mut t0 = $ALIGNR8(x[1], x[0], 8); | | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:254:9 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 254 | | unsafe fn $name(x: &mut [$ty; 8], k64: $ty) -> $ty { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:258:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 258 | | let mut t3 = $ALIGNR8(x[5], x[4], 8); | | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:260:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 260 | | let mut t2 = $SRL64(t0, 1); | | ^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:262:20 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 262 | | x[0] = $ADD64(x[0], t3); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:264:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 264 | | t3 = $SRL64(t0, 7); | | ^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:266:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 266 | | let mut t1 = $SLL64(t0, 64 - 8); | | ^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:269:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 269 | | t0 = $XOR(t3, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:271:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 271 | | t2 = $SRL64(t2, 8 - 1); | | ^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:275:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 275 | | t0 = $XOR(t0, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:277:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 277 | | t1 = $SLL64(t1, 8 - 1); | | ^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:279:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 279 | | t0 = $XOR(t0, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:280:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 280 | | t0 = $XOR(t0, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:282:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 282 | | t3 = $SRL64(x[7], 6); | | ^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:284:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 284 | | t2 = $SLL64(x[7], 64 - 61); | | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:286:20 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 286 | | x[0] = $ADD64(x[0], t0); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:288:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 288 | | t1 = $SRL64(x[7], 19); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:291:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 291 | | t3 = $XOR(t3, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:293:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 293 | | t2 = $SLL64(t2, 61 - 19); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:297:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 297 | | t3 = $XOR(t3, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:299:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 299 | | t1 = $SRL64(t1, 61 - 19); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:301:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 301 | | t3 = $XOR(t3, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:302:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 302 | | t3 = $XOR(t3, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:305:20 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 305 | | x[0] = $ADD64(x[0], t3); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:318:13 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 318 | | $ADD64(x[7], k64) | | ^^^^^^^^^^^^^^^^^ call to unsafe function 319 | | } 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/slice.rs:68:30 | 68 | Self::from_ule_slice(core::slice::from_raw_parts( | ______________________________^ 69 | | bytes.as_ptr() as *const T::ULE, 70 | | bytes.len() / core::mem::size_of::(), 71 | | )) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/slice.rs:66:5 | 66 | pub const unsafe fn from_bytes_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ule::ULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/slice.rs:479:30 | 479 | Self::from_ule_slice(T::ULE::from_byte_slice_unchecked(bytes)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/slice.rs:478:5 | 478 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:139:9 | 139 | self.buf.as_ref() | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:138:5 | 138 | unsafe fn as_arbitrary_slice<'a>(&self) -> &'a [U] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `alloc::vec::Vec::::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:162:9 | 162 | Vec::from_raw_parts(self.buf.as_ptr() as *mut U, len, self.capacity) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:156:5 | 156 | unsafe fn get_vec(&self) -> Vec { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:387:28 | 387 | Self::new_borrowed(core::slice::from_raw_parts( | ____________________________^ 388 | | bytes.as_ptr() as *const T::ULE, 389 | | bytes.len() / core::mem::size_of::(), 390 | | )) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:385:5 | 385 | pub const unsafe fn from_bytes_unchecked(bytes: &'a [u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `varzerovec::slice::VarZeroSlice::::get_bytes_at_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:68:36 | 68 | value.encode_var_ule_write(self.0.get_bytes_at_mut(idx)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:63:5 | 63 | / pub unsafe fn set_field_at + ?Sized>( 64 | | &mut self, 65 | | idx: usize, 66 | | value: &A, 67 | | ) { | |_____^ warning[E0133]: call to unsafe function `varzerovec::slice::VarZeroSlice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:81:32 | 81 | T::validate_byte_slice(self.0.get_unchecked(index)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:77:5 | 77 | / pub unsafe fn validate_field( 78 | | &self, 79 | | index: usize, 80 | | ) -> Result<(), ZeroVecError> { | |_________________________________^ warning[E0133]: call to unsafe function `ule::VarULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:92:9 | 92 | T::from_byte_slice_unchecked(self.0.get_unchecked(index)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:91:5 | 91 | pub unsafe fn get_field(&self, index: usize) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `varzerovec::slice::VarZeroSlice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:92:38 | 92 | T::from_byte_slice_unchecked(self.0.get_unchecked(index)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:102:9 | 102 | mem::transmute(>::from_byte_slice_unchecked(bytes)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:100:5 | 100 | pub unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ule::VarULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:102:24 | 102 | mem::transmute(>::from_byte_slice_unchecked(bytes)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:150:9 | 150 | / mem::transmute(>::from_byte_slice_unchecked( 151 | | bytes, 152 | | )) | |__________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:148:5 | 148 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ule::VarULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:150:24 | 150 | mem::transmute(>::from_byte_slice_unchecked( | ________________________^ 151 | | bytes, 152 | | )) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/option.rs:202:10 | 202 | &*(entire_struct_as_slice as *const Self) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/option.rs:199:5 | 199 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::str::from_utf8_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/slices.rs:60:9 | 60 | str::from_utf8_unchecked(bytes) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/slices.rs:59:5 | 59 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ule::ULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/slices.rs:101:9 | 101 | T::from_byte_slice_unchecked(bytes) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/slices.rs:100:5 | 100 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::char::methods::::from_u32_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/unvalidated.rs:321:9 | 321 | char::from_u32_unchecked(u32::from_le_bytes([u0, u1, u2, 0])) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/unvalidated.rs:319:5 | 319 | pub unsafe fn to_char_unchecked(self) -> char { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/mod.rs:136:9 | 136 | core::slice::from_raw_parts(data as *const Self, len) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/mod.rs:132:5 | 132 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &[Self] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data.rs:72:8 | 72 | Union(&'a Fields<'a>), | ----- ^^^^^^^^^^^^^^ | | | field in this variant | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 72 | Union(()), | ~~ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:38:9 | 38 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:34:5 | 34 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:66:9 | 66 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:62:5 | 62 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:94:9 | 94 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:90:5 | 90 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:140:9 | 140 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:136:5 | 136 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:186:9 | 186 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:182:5 | 182 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:234:9 | 234 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:230:5 | 230 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:282:9 | 282 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:278:5 | 278 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `sha1` (lib) generated 114 warnings Compiling md-5 v0.10.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=md5 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/md-5-0.10.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/md-5-0.10.6/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='MD5 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=md-5 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name md5 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=24818ad8c6d52b5e -C extra-filename=-24818ad8c6d52b5e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libdigest-3e3d65ed12084bad.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling unicode-width v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=2b0816f494764c12 -C extra-filename=-2b0816f494764c12 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `blake3` (lib) generated 17 warnings Compiling ppv-lite86 v0.2.20 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/Cargo.toml CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.2.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ppv_lite86 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=3b4748fee72bec96 -C extra-filename=-3b4748fee72bec96 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern zerocopy=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerocopy-646e0f195647d055.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1100:29 | 1100 | fn fmt(&self, fmt: &mut Formatter) -> Result { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1100 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1116:29 | 1116 | fn fmt(&self, fmt: &mut Formatter) -> Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1116 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1126:29 | 1126 | fn fmt(&self, fmt: &mut Formatter) -> Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1126 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:136:18 | 136 | x2::new([W::unpack(p[0]), W::unpack(p[1])]) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:134:5 | 134 | unsafe fn unpack(p: vec256_storage) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:136:35 | 136 | x2::new([W::unpack(p[0]), W::unpack(p[1])]) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:181:18 | 181 | x2::new([W::unsafe_read_le(input.0), W::unsafe_read_le(input.1)]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:179:5 | 179 | unsafe fn unsafe_read_le(input: &[u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:181:46 | 181 | x2::new([W::unsafe_read_le(input.0), W::unsafe_read_le(input.1)]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_be` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:186:18 | 186 | x2::new([W::unsafe_read_be(input.0), W::unsafe_read_be(input.1)]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:184:5 | 184 | unsafe fn unsafe_read_be(input: &[u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_be` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:186:46 | 186 | x2::new([W::unsafe_read_be(input.0), W::unsafe_read_be(input.1)]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:359:13 | 359 | W::unpack(p[0]), | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:356:5 | 356 | unsafe fn unpack(p: vec512_storage) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:360:13 | 360 | W::unpack(p[1]), | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:361:13 | 361 | W::unpack(p[2]), | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:362:13 | 362 | W::unpack(p[3]), | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:414:13 | 414 | W::unsafe_read_le(&input[..n]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:411:5 | 411 | unsafe fn unsafe_read_le(input: &[u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:415:13 | 415 | W::unsafe_read_le(&input[n..n * 2]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:416:13 | 416 | W::unsafe_read_le(&input[n * 2..n * 3]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:417:13 | 417 | W::unsafe_read_le(&input[n * 3..]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_be` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:424:13 | 424 | W::unsafe_read_be(&input[..n]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:421:5 | 421 | unsafe fn unsafe_read_be(input: &[u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_be` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:425:13 | 425 | W::unsafe_read_be(&input[n..n * 2]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_be` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:426:13 | 426 | W::unsafe_read_be(&input[n * 2..n * 3]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_be` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:427:13 | 427 | W::unsafe_read_be(&input[n * 3..]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tinystr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A small ASCII-only bounded length string representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinystr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tinystr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=b679a2c088615f76 -C extra-filename=-b679a2c088615f76 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-b39b89e85f3bcff4.so --extern zerovec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-385aa4ba2d520db9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:55:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 55 | | Self::new(x.sse2) | | ^^^^^^ access to union field ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 319 | def_vec!(u32x4_sse2, u32); | ------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:54:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 54 | | unsafe fn unpack(x: vec128_storage) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 319 | def_vec!(u32x4_sse2, u32); | ------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:83:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 83 | | Self::new(_mm_loadu_si128(input.as_ptr() as *const _)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 319 | def_vec!(u32x4_sse2, u32); | ------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:81:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 81 | | unsafe fn unsafe_read_le(input: &[u8]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 319 | def_vec!(u32x4_sse2, u32); | ------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:88:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 88 | | Self::new(_mm_loadu_si128(input.as_ptr() as *const _)).bswap() | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 319 | def_vec!(u32x4_sse2, u32); | ------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:86:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 86 | | unsafe fn unsafe_read_be(input: &[u8]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 319 | def_vec!(u32x4_sse2, u32); | ------------------------- in this macro invocation warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:55:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 55 | | Self::new(x.sse2) | | ^^^^^^ access to union field ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 320 | def_vec!(u64x2_sse2, u64); | ------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:54:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 54 | | unsafe fn unpack(x: vec128_storage) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 320 | def_vec!(u64x2_sse2, u64); | ------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:83:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 83 | | Self::new(_mm_loadu_si128(input.as_ptr() as *const _)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 320 | def_vec!(u64x2_sse2, u64); | ------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:81:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 81 | | unsafe fn unsafe_read_le(input: &[u8]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 320 | def_vec!(u64x2_sse2, u64); | ------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:88:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 88 | | Self::new(_mm_loadu_si128(input.as_ptr() as *const _)).bswap() | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 320 | def_vec!(u64x2_sse2, u64); | ------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:86:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 86 | | unsafe fn unsafe_read_be(input: &[u8]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 320 | def_vec!(u64x2_sse2, u64); | ------------------------- in this macro invocation warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:55:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 55 | | Self::new(x.sse2) | | ^^^^^^ access to union field ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 321 | def_vec!(u128x1_sse2, u128); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:54:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 54 | | unsafe fn unpack(x: vec128_storage) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 321 | def_vec!(u128x1_sse2, u128); | --------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:83:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 83 | | Self::new(_mm_loadu_si128(input.as_ptr() as *const _)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 321 | def_vec!(u128x1_sse2, u128); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:81:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 81 | | unsafe fn unsafe_read_le(input: &[u8]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 321 | def_vec!(u128x1_sse2, u128); | --------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:88:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 88 | | Self::new(_mm_loadu_si128(input.as_ptr() as *const _)).bswap() | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 321 | def_vec!(u128x1_sse2, u128); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:86:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 86 | | unsafe fn unsafe_read_be(input: &[u8]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 321 | def_vec!(u128x1_sse2, u128); | --------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:507:19 | 507 | Self::new(_mm_set_epi32( | ___________________^ 508 | | xs[3] as i32, 509 | | xs[2] as i32, 510 | | xs[1] as i32, 511 | | xs[0] as i32, 512 | | )) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:506:5 | 506 | unsafe fn unsafe_from(xs: [u32; 4]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:664:19 | 664 | Self::new(_mm_set_epi64x(xs[1] as i64, xs[0] as i64)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:663:5 | 663 | unsafe fn unsafe_from(xs: [u64; 2]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1077:13 | 1077 | let q = _mm_shuffle_epi32(_mm_cmpeq_epi64(x, y), 0b1100_0110); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1076:1 | 1076 | unsafe fn eq128_s4(x: __m128i, y: __m128i) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cmpeq_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1077:31 | 1077 | let q = _mm_shuffle_epi32(_mm_cmpeq_epi64(x, y), 0b1100_0110); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cvtsi128_si64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1078:5 | 1078 | _mm_cvtsi128_si64(q) == -1 | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cmpeq_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1083:13 | 1083 | let q = _mm_cmpeq_epi32(x, y); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1082:1 | 1082 | unsafe fn eq128_s2(x: __m128i, y: __m128i) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cvtsi128_si64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1084:13 | 1084 | let p = _mm_cvtsi128_si64(_mm_srli_si128(q, 8)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1084:31 | 1084 | let p = _mm_cvtsi128_si64(_mm_srli_si128(q, 8)); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cvtsi128_si64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1085:13 | 1085 | let q = _mm_cvtsi128_si64(q); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1407:23 | 1407 | Self::new(p.avx) | ^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1406:9 | 1406 | unsafe fn unpack(p: vec256_storage) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1414:23 | 1414 | Self::new(_mm256_loadu_si256(input.as_ptr() as *const _)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1412:9 | 1412 | unsafe fn unsafe_read_le(input: &[u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1418:13 | 1418 | Self::unsafe_read_le(input).bswap() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1417:9 | 1417 | unsafe fn unsafe_read_be(input: &[u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1608:17 | 1608 | u32x4x2_avx2::unpack(p.avx[0]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1606:9 | 1606 | unsafe fn unpack(p: vec512_storage) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1608:38 | 1608 | u32x4x2_avx2::unpack(p.avx[0]), | ^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1609:17 | 1609 | u32x4x2_avx2::unpack(p.avx[1]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1609:38 | 1609 | u32x4x2_avx2::unpack(p.avx[1]), | ^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior warning[E0133]: call to unsafe function `asciibyte::AsciiByte::to_ascii_byte_array` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/ascii.rs:212:20 | 212 | bytes: AsciiByte::to_ascii_byte_array(&bytes), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/ascii.rs:210:5 | 210 | pub const unsafe fn from_bytes_unchecked(bytes: [u8; N]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/asciibyte.rs:143:9 | 143 | *(bytes as *const [u8; N] as *const [AsciiByte; N]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/asciibyte.rs:142:5 | 142 | pub const unsafe fn to_ascii_byte_array(bytes: &[u8; N]) -> [AsciiByte; N] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `ppv-lite86` (lib) generated 46 warnings Compiling rand_chacha v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rand_chacha --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=9f3e3041515479fb -C extra-filename=-9f3e3041515479fb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern ppv_lite86=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libppv_lite86-3b4748fee72bec96.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_core-7f2d4ecf1988dff5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `tinystr` (lib) generated 4 warnings (2 duplicates) Compiling serde v1.0.214 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=9ef7f9cde25b876c -C extra-filename=-9ef7f9cde25b876c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/serde-9ef7f9cde25b876c -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/chacha.rs:65:32 | 65 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/chacha.rs:80:40 | 70 | / macro_rules! chacha_impl { 71 | | ($ChaChaXCore:ident, $ChaChaXRng:ident, $rounds:expr, $doc:expr, $abst:ident) => { 72 | | #[doc=$doc] 73 | | #[derive(Clone, PartialEq, Eq)] ... | 80 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 340 | | } 341 | | } | |_- in this expansion of `chacha_impl!` 342 | 343 | chacha_impl!(ChaCha20Core, ChaCha20Rng, 10, "ChaCha with 20 rounds", abstract20); | -------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/chacha.rs:80:40 | 70 | / macro_rules! chacha_impl { 71 | | ($ChaChaXCore:ident, $ChaChaXRng:ident, $rounds:expr, $doc:expr, $abst:ident) => { 72 | | #[doc=$doc] 73 | | #[derive(Clone, PartialEq, Eq)] ... | 80 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 340 | | } 341 | | } | |_- in this expansion of `chacha_impl!` ... 344 | chacha_impl!(ChaCha12Core, ChaCha12Rng, 6, "ChaCha with 12 rounds", abstract12); | ------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/chacha.rs:80:40 | 70 | / macro_rules! chacha_impl { 71 | | ($ChaChaXCore:ident, $ChaChaXRng:ident, $rounds:expr, $doc:expr, $abst:ident) => { 72 | | #[doc=$doc] 73 | | #[derive(Clone, PartialEq, Eq)] ... | 80 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 340 | | } 341 | | } | |_- in this expansion of `chacha_impl!` ... 345 | chacha_impl!(ChaCha8Core, ChaCha8Rng, 4, "ChaCha with 8 rounds", abstract8); | --------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `zerovec` (lib) generated 83 warnings Compiling thiserror v1.0.66 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c24d34b418c00302 -C extra-filename=-c24d34b418c00302 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/thiserror-c24d34b418c00302 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/serde-10c9d233bbd45cf8/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/serde-9ef7f9cde25b876c/build-script-build` [serde 1.0.214] cargo:rerun-if-changed=build.rs [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_cstr) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_error) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_net) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_num_saturating) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_try_from) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_float_copysign) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_serde_derive) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_std_atomic) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_std_atomic64) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_target_has_atomic) Compiling rustc_index v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index) Compiling rand v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rand --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=b63affec7d33b5ba -C extra-filename=-b63affec7d33b5ba --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --extern rand_chacha=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_chacha-9f3e3041515479fb.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_core-7f2d4ecf1988dff5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_index CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_index CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_index --edition=2021 compiler/rustc_index/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rustc_randomized_layouts"))' -C metadata=a0ec7f973af6fd68 -C extra-filename=-a0ec7f973af6fd68 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-e718d846c76fe65e.rmeta --extern rustc_index_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_index_macros-38c4d30f20de5dc3.so --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs:185:18 | 185 | thread_rng().gen() | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/bernoulli.rs:138:26 | 138 | let v: u64 = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:115:39 | 115 | let value: $uty = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:130:39 | 130 | let value: $uty = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:145:39 | 145 | let value: $uty = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:187:34 | 187 | assert_eq!(zeros.gen::<$ty>(), $ZERO); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:189:32 | 189 | assert_eq!(one.gen::<$ty>(), $EPSILON / 2.0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:191:32 | 191 | assert_eq!(max.gen::<$ty>(), 1.0 - $EPSILON / 2.0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:227:34 | 227 | assert_eq!(zeros.gen::<$ty>(), $ZERO); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:229:32 | 229 | assert_eq!(one.gen::<$ty>(), $EPSILON / 2.0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:231:32 | 231 | assert_eq!(max.gen::<$ty>(), 1.0 - $EPSILON / 2.0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/integer.rs:78:21 | 78 | rng.gen::<$uty>() as $ty | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/integer.rs:96:48 | 96 | if let Some(nz) = $new(rng.gen()) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/integer.rs:118:43 | 118 | $intrinsic::from_bits(rng.gen::<$vec>()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:163:30 | 163 | _rng.gen::<$tyvar>() | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:202:43 | 202 | *elem = MaybeUninit::new(_rng.gen()); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:218:23 | 218 | [_rng.gen::<$t>(), $(_rng.gen::<$ts>()),*] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:218:43 | 218 | [_rng.gen::<$t>(), $(_rng.gen::<$ts>()),*] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:239:16 | 239 | if rng.gen::() { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:240:22 | 240 | Some(rng.gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:252:22 | 252 | Wrapping(rng.gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:280:27 | 280 | .map(|()| rng.gen::()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:494:47 | 494 | let v: $u_large = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:502:25 | 502 | rng.gen() | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:531:32 | 531 | return rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:548:43 | 548 | let v: $u_large = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:649:44 | 649 | let mut v: $unsigned = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:664:44 | 664 | v = mask.select(v, rng.gen()); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:902:37 | 902 | let value1_2 = (rng.gen::<$uty>() >> $bits_to_discard).into_float_with_exponent(0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:942:30 | 942 | (rng.gen::<$uty>() >> $bits_to_discard).into_float_with_exponent(0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:93:8 | 93 | fn gen(&mut self) -> T | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:325:32 | 325 | *elt = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:484:13 | 484 | let gen: [f32; 2] = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:484:33 | 484 | let gen: [f32; 2] = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:485:27 | 485 | assert_eq!(array, gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:565:11 | 565 | r.gen::(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:577:11 | 577 | r.gen::(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/adapter/reseeding.rs:378:31 | 378 | let first: u32 = rng1.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/adapter/reseeding.rs:380:26 | 380 | let _ = rng1.gen::(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/adapter/reseeding.rs:384:32 | 384 | assert_eq!(first, rng2.gen::()); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/thread.rs:140:11 | 140 | r.gen::(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/index.rs:360:27 | 360 | let key = rng.gen::().powf(1.0 / weight); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/index.rs:395:27 | 395 | let key = rng.gen::().powf(1.0 / weight); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs:53:13 | 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/mod.rs:116:12 | 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `features` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/distribution.rs:162:7 | 162 | #[cfg(features = "nightly")] | ^^^^^^^^^^^^^^^^^^^^ | = note: see for more information about checking conditional configuration help: there is a config with a similar name and value | 162 | #[cfg(feature = "nightly")] | ~~~~~~~ warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:235:11 | 235 | #[cfg(not(std))] | ^^^ help: found config with similar value: `feature = "std"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:291:19 | 289 | / macro_rules! scalar_float_impl { 290 | | ($ty:ident, $uty:ident) => { 291 | | #[cfg(not(std))] | | ^^^ help: found config with similar value: `feature = "std"` 292 | | impl Float for $ty { ... | 356 | | }; 357 | | } | |_- in this expansion of `scalar_float_impl!` 358 | 359 | scalar_float_impl!(f32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:291:19 | 289 | / macro_rules! scalar_float_impl { 290 | | ($ty:ident, $uty:ident) => { 291 | | #[cfg(not(std))] | | ^^^ help: found config with similar value: `feature = "std"` 292 | | impl Float for $ty { ... | 356 | | }; 357 | | } | |_- in this expansion of `scalar_float_impl!` ... 360 | scalar_float_impl!(f64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/weighted_index.rs:80:12 | 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/weighted_index.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/weighted_index.rs:450:32 | 450 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 450 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:395:12 | 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/mod.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/mod.rs:118:12 | 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/adapter/read.rs:85:32 | 85 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 85 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/std.rs:32:12 | 32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/thread.rs:60:12 | 60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/thread.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:623:12 | 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/index.rs:276:12 | 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:114:16 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:170:16 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:219:16 | 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:115:80 | 115 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter<'_, Self, Self::Item> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:222:32 | 222 | ) -> Result, WeightedError> | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 222 | ) -> Result, WeightedError> | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:515:80 | 515 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter<'_, Self, Self::Item> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:566:32 | 566 | ) -> Result, WeightedError> | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 566 | ) -> Result, WeightedError> | +++ warning: `derive-where` (lib) generated 48 warnings Compiling serde_derive v1.0.214 warning: `sha2` (lib) generated 222 warnings Compiling thiserror-impl v1.0.66 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=a44a9de16d79cad2 -C extra-filename=-a44a9de16d79cad2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror_impl --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46f0f1157eb7bd93 -C extra-filename=-46f0f1157eb7bd93 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling static_assertions v1.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=static_assertions CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/static_assertions-1.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/static_assertions-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Nikolai Vazquez' CARGO_PKG_DESCRIPTION='Compile-time assertions to ensure that invariants are met.' CARGO_PKG_HOMEPAGE='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=static_assertions CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name static_assertions --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=7ddd953d2e6d6962 -C extra-filename=-7ddd953d2e6d6962 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling adler2 v2.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=adler2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='Jonas Schievink :oyvindln ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/oyvindln/adler2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name adler2 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=8830456063db424a -C extra-filename=-8830456063db424a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs:18:1 | 18 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:48:43 | 48 | pub fn get(input: &[Attribute]) -> Result { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | pub fn get(input: &[Attribute]) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:93:34 | 93 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:142:28 | 142 | fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 142 | fn parse_token_expr(input: ParseStream<'_>, mut begin_expr: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:57:23 | 57 | fn impl_struct(input: Struct) -> TokenStream { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn impl_struct(input: Struct<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:228:21 | 228 | fn impl_enum(input: Enum) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn impl_enum(input: Enum<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:487:25 | 487 | fn fields_pat(fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | fn fields_pat(fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:512:34 | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn from_initializer(from_field: &Field<'_>, backtrace_field: Option<&Field>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:512:66 | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field<'_>>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/fmt.rs:12:50 | 12 | pub fn expand_shorthand(&mut self, fields: &[Field]) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn expand_shorthand(&mut self, fields: &[Field<'_>]) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/fmt.rs:125:31 | 125 | fn explicit_named_args(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn explicit_named_args(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/generics.rs:26:21 | 26 | fn crawl(in_scope: &ParamsInScope, ty: &Type, found: &mut bool) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn crawl(in_scope: &ParamsInScope<'_>, ty: &Type, found: &mut bool) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:7:48 | 7 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:11:50 | 11 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:15:53 | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:19:62 | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:53:48 | 53 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 53 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:57:50 | 57 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:61:53 | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:65:62 | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:128:25 | 128 | from_field: Option<&Field>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | from_field: Option<&Field<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:108:34 | 108 | fn check_non_field_attrs(attrs: &Attrs) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | fn check_non_field_attrs(attrs: &Attrs<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:138:32 | 138 | fn check_field_attrs(fields: &[Field]) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn check_field_attrs(fields: &[Field<'_>]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:205:22 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field<'_>, two: &Field) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:205:35 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field, two: &Field<'_>) -> bool { | ++++ Compiling miniz_oxide v0.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name miniz_oxide --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=9697f0e0a564c0ba -C extra-filename=-9697f0e0a564c0ba --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern adler2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libadler2-8830456063db424a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:737:38 | 737 | fn flush(&mut self, output: &mut OutputBufferOxide) -> Result<()> { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 737 | fn flush(&mut self, output: &mut OutputBufferOxide<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1066:51 | 1066 | fn start_static_block(&mut self, output: &mut OutputBufferOxide) { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1066 | fn start_static_block(&mut self, output: &mut OutputBufferOxide<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1080:52 | 1080 | fn start_dynamic_block(&mut self, output: &mut OutputBufferOxide) -> Result<()> { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1080 | fn start_dynamic_block(&mut self, output: &mut OutputBufferOxide<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1523:18 | 1523 | output: &mut OutputBufferOxide, | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1523 | output: &mut OutputBufferOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1621:18 | 1621 | output: &mut OutputBufferOxide, | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1621 | output: &mut OutputBufferOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1636:20 | 1636 | callback: &mut CallbackOxide, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1636 | callback: &mut CallbackOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1787:60 | 1787 | fn compress_normal(d: &mut CompressorOxide, callback: &mut CallbackOxide) -> bool { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1787 | fn compress_normal(d: &mut CompressorOxide, callback: &mut CallbackOxide<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1984:58 | 1984 | fn compress_fast(d: &mut CompressorOxide, callback: &mut CallbackOxide) -> bool { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1984 | fn compress_fast(d: &mut CompressorOxide, callback: &mut CallbackOxide<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:2181:32 | 2181 | fn flush_output_buffer(c: &mut CallbackOxide, p: &mut ParamsOxide) -> (TDEFLStatus, usize, usize) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2181 | fn flush_output_buffer(c: &mut CallbackOxide<'_>, p: &mut ParamsOxide) -> (TDEFLStatus, usize, usize) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:2260:20 | 2260 | callback: &mut CallbackOxide, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2260 | callback: &mut CallbackOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:392:38 | 392 | fn read_u16_le(iter: &mut slice::Iter) -> u16 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 392 | fn read_u16_le(iter: &mut slice::Iter<'_, u8>) -> u16 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:407:38 | 407 | fn read_u32_le(iter: &mut slice::Iter) -> u32 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn read_u32_le(iter: &mut slice::Iter<'_, u8>) -> u32 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:423:64 | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter) { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:491:30 | 491 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 491 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:599:42 | 599 | fn read_byte(in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn read_byte(in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:618:30 | 618 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 618 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:647:64 | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:981:30 | 981 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 981 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:982:19 | 982 | out_buf: &mut OutputBuffer, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | out_buf: &mut OutputBuffer<'_>, | ++++ warning: trait `Float` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:238:18 | 238 | pub(crate) trait Float: Sized { | ^^^^^ | = note: `#[warn(dead_code)]` on by default warning: associated items `lanes`, `extract`, and `replace` are never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:247:8 | 245 | pub(crate) trait FloatAsSIMD: Sized { | ----------- associated items in this trait 246 | #[inline(always)] 247 | fn lanes() -> usize { | ^^^^^ ... 255 | fn extract(self, index: usize) -> Self { | ^^^^^^^ ... 260 | fn replace(self, index: usize, new_value: Self) -> Self { | ^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/ast.rs:133:23 | 133 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 133 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:148:23 | 148 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:149:22 | 149 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:150:35 | 150 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | de_aliases: Option>, | +++ warning: method `all` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:268:8 | 266 | pub(crate) trait BoolAsSIMD: Sized { | ---------- method in this trait 267 | fn any(self) -> bool; 268 | fn all(self) -> bool; | ^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:661:36 | 661 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 661 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:680:15 | 680 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 680 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:681:23 | 681 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 681 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:682:18 | 682 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 682 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:741:23 | 741 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 741 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:742:25 | 742 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 742 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1392:35 | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1387:12 | 1387 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1387 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1432:12 | 1432 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1432 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1440:12 | 1440 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1440 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1448:12 | 1448 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1501:12 | 1501 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1501 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1523:12 | 1523 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1523 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1546:12 | 1546 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1567:12 | 1567 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1567 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1590:12 | 1590 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1590 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1597:54 | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:313:12 | 313 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 313 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:372:24 | 372 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 372 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:464:15 | 464 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 464 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:466:11 | 466 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 466 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:685:15 | 685 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:874:13 | 874 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 874 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:934:15 | 934 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 934 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:936:11 | 936 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 936 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1203:17 | 1203 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1219:17 | 1219 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1234:42 | 1234 | fn prepare_enum_variant_enum(variants: &[Variant]) -> (TokenStream, Stmts) { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1234 | fn prepare_enum_variant_enum(variants: &[Variant<'_>]) -> (TokenStream, Stmts) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1278:17 | 1278 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1278 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1371:17 | 1371 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1371 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1418:17 | 1418 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1418 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1733:17 | 1733 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1733 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1742:17 | 1742 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1742 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1798:15 | 1798 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1798 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1845:15 | 1845 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1845 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1887:15 | 1887 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1887 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1943:13 | 1943 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1943 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1981:13 | 1981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2009:28 | 2009 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2009 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2069:28 | 2069 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2069 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2098:17 | 2098 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2098 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2208:28 | 2208 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2208 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2493:15 | 2493 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2493 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2932:15 | 2932 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2932 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2947:15 | 2947 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2947 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2992:28 | 2992 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2992 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3037:13 | 3037 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3037 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3067:30 | 3067 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3067 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3076:26 | 3076 | fn has_flatten(fields: &[Field]) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3076 | fn has_flatten(fields: &[Field<'_>]) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3207:5 | 3207 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3207 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3208:5 | 3208 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3208 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3209:10 | 3209 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3209 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:325:15 | 325 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:366:15 | 366 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:390:52 | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:418:15 | 418 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:500:15 | 500 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 500 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:573:15 | 573 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 573 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:639:15 | 639 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 639 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:762:15 | 762 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 762 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:809:14 | 809 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 809 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:811:15 | 811 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:880:14 | 880 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 880 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:882:15 | 882 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 882 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:964:14 | 964 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 964 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:966:15 | 966 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 966 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1051:15 | 1051 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1099:15 | 1099 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1099 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1176:15 | 1176 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1176 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1271:44 | 1271 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1271 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1300:30 | 1300 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1300 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:625:41 | 625 | pub struct SliceChooseIter<'a, S: ?Sized + 'a, T: 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/index.rs:528:21 | 528 | let mut cache = HashSet::with_capacity(amount.as_usize()); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` Compiling rustc_data_structures v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_data_structures CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_data_structures CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_data_structures --edition=2021 compiler/rustc_data_structures/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5d2b617af0737a2 -C extra-filename=-f5d2b617af0737a2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-e718d846c76fe65e.rmeta --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-bece2021b0fc1168.rmeta --extern elsa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libelsa-e81a5365f22c63c8.rmeta --extern ena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libena-cc5e6393a6d15c70.rmeta --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-edf0f6b1239f8413.rmeta --extern jobserver_crate=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libjobserver-a79900c381b6c186.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --extern measureme=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-289bf1312bce94d1.rmeta --extern memmap2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemmap2-ac939994702da1be.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-d7bfadf49ffbb127.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-e649a996dd5e02e5.rmeta --extern rayon=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librayon-0bce8bfdb463c3ff.rmeta --extern rustc_stable_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_stable_hash-9b051e2638e2467a.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-5c4cd65efdbb98e8.rmeta --extern rustc_graphviz=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-07c5c5521728c49d.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern stacker=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstacker-0b86043a04778ed6.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-5ae5f47f4d32c2a1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out` warning: `rand_chacha` (lib) generated 4 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_impl --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("binary", "likelysubtags", "serde", "serde_json"))' -C metadata=8e398e7e4433f5bc -C extra-filename=-8e398e7e4433f5bc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-b679a2c088615f76.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/language.rs:37:19 | 37 | Self(Some(TinyStr8::from_bytes_unchecked(v.to_le_bytes()))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/language.rs:36:5 | 36 | pub const unsafe fn from_raw_unchecked(v: u64) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/region.rs:40:14 | 40 | Self(TinyStr4::from_bytes_unchecked(v.to_le_bytes())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/region.rs:39:5 | 39 | pub const unsafe fn from_raw_unchecked(v: u32) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/script.rs:28:14 | 28 | Self(TinyStr4::from_bytes_unchecked(v.to_le_bytes())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/script.rs:27:5 | 27 | pub const unsafe fn from_raw_unchecked(v: u32) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/variant.rs:38:14 | 38 | Self(TinyStr8::from_bytes_unchecked(v.to_le_bytes())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/variant.rs:37:5 | 37 | pub const unsafe fn from_raw_unchecked(v: u64) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `rand` (lib) generated 77 warnings Compiling twox-hash v1.6.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=twox_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/Cargo.toml CARGO_PKG_AUTHORS='Jake Goulding ' CARGO_PKG_DESCRIPTION='A Rust implementation of the XXHash and XXH3 algorithms' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=twox-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/shepmaster/twox-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name twox_hash --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=daf9c25f1ae79608 -C extra-filename=-daf9c25f1ae79608 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern rand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand-b63affec7d33b5ba.rmeta --extern static_assertions=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstatic_assertions-7ddd953d2e6d6962.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/std_support.rs:12:54 | 12 | RandomXxHashBuilder64(rand::thread_rng().gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/std_support.rs:42:54 | 42 | RandomXxHashBuilder32(rand::thread_rng().gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/std_support.rs:72:52 | 72 | RandomHashBuilder64(rand::thread_rng().gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/std_support.rs:96:53 | 96 | RandomHashBuilder128(rand::thread_rng().gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: unused import: `crate::std_support::sixty_four::RandomXxHashBuilder64` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/sixty_four.rs:286:9 | 286 | pub use crate::std_support::sixty_four::RandomXxHashBuilder64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `crate::std_support::thirty_two::RandomXxHashBuilder32` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/thirty_two.rs:271:9 | 271 | pub use crate::std_support::thirty_two::RandomXxHashBuilder32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:697:21 | 697 | let d = _mm_loadu_si128(xdata.add(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:686:5 | 686 | / pub(crate) unsafe fn accumulate512( 687 | | acc: &mut [u64], 688 | | data: &[u8], 689 | | keys: &[u8], 690 | | acc_width: AccWidth, 691 | | ) { | |_____^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:697:37 | 697 | let d = _mm_loadu_si128(xdata.add(i)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:698:21 | 698 | let k = _mm_loadu_si128(xkey.add(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:698:37 | 698 | let k = _mm_loadu_si128(xkey.add(i)); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:699:22 | 699 | let dk = _mm_xor_si128(d, k); // uint32 dk[4] = {d0+k0, d1+k1, d2+k2, d3+k3} */ | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_mul_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:700:23 | 700 | let mul = _mm_mul_epu32(dk, _mm_shuffle_epi32(dk, 0x31)); // uint64 res[4] = {dk0*dk1, dk2*dk3, ...} */ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:700:41 | 700 | let mul = _mm_mul_epu32(dk, _mm_shuffle_epi32(dk, 0x31)); // uint64 res[4] = {dk0*dk1, dk2*dk3, ...} */ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:701:13 | 701 | / xacc.add(i).write(if acc_width == AccWidth::Acc128Bits { 702 | | let dswap = _mm_shuffle_epi32(d, _mm_shuffle(1, 0, 3, 2)); 703 | | let add = _mm_add_epi64(xacc.add(i).read(), dswap); 704 | | _mm_add_epi64(mul, add) ... | 707 | | _mm_add_epi64(mul, add) 708 | | }) | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:701:13 | 701 | xacc.add(i).write(if acc_width == AccWidth::Acc128Bits { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:702:29 | 702 | let dswap = _mm_shuffle_epi32(d, _mm_shuffle(1, 0, 3, 2)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:703:27 | 703 | let add = _mm_add_epi64(xacc.add(i).read(), dswap); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:703:41 | 703 | let add = _mm_add_epi64(xacc.add(i).read(), dswap); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:703:41 | 703 | let add = _mm_add_epi64(xacc.add(i).read(), dswap); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:704:17 | 704 | _mm_add_epi64(mul, add) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:706:27 | 706 | let add = _mm_add_epi64(xacc.add(i).read(), d); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:706:41 | 706 | let add = _mm_add_epi64(xacc.add(i).read(), d); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:706:41 | 706 | let add = _mm_add_epi64(xacc.add(i).read(), d); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:707:17 | 707 | _mm_add_epi64(mul, add) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set1_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:717:23 | 717 | let prime32 = _mm_set1_epi32(PRIME32_1 as i32); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:714:5 | 714 | pub unsafe fn scramble_acc(acc: &mut [u64], key: &[u8]) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:720:24 | 720 | let data = xacc.add(i).read(); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:720:24 | 720 | let data = xacc.add(i).read(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:721:27 | 721 | let shifted = _mm_srli_epi64(data, 47); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:722:24 | 722 | let data = _mm_xor_si128(data, shifted); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:724:21 | 724 | let k = _mm_loadu_si128(xkey.add(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:724:37 | 724 | let k = _mm_loadu_si128(xkey.add(i)); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:725:22 | 725 | let dk = _mm_xor_si128(data, k); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_mul_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:727:23 | 727 | let dk1 = _mm_mul_epu32(dk, prime32); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:729:22 | 729 | let d2 = _mm_shuffle_epi32(dk, 0x31); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_mul_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:730:23 | 730 | let dk2 = _mm_mul_epu32(d2, prime32); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:731:24 | 731 | let dk2h = _mm_slli_epi64(dk2, 32); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:733:13 | 733 | xacc.add(i).write(_mm_add_epi64(dk1, dk2h)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:733:13 | 733 | xacc.add(i).write(_mm_add_epi64(dk1, dk2h)); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:733:31 | 733 | xacc.add(i).write(_mm_add_epi64(dk1, dk2h)); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: method `write_u32_le` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:349:8 | 348 | trait BufMut { | ------ method in this trait 349 | fn write_u32_le(&mut self, n: u32); | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `twox-hash` (lib) generated 40 warnings Compiling crc32fast v1.4.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/Cargo.toml CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crc32fast --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=cd56a120fecafb29 -C extra-filename=-cd56a120fecafb29 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/lib.rs:170:32 | 170 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 170 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:75:17 | 75 | let x = A { a }.b; | ^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:69:1 | 69 | unsafe fn debug(s: &str, a: arch::__m128i) -> arch::__m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:100:18 | 100 | let mut x3 = get(&mut data); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:91:1 | 91 | unsafe fn calculate(crc: u32, mut data: &[u8]) -> u32 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:101:18 | 101 | let mut x2 = get(&mut data); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:102:18 | 102 | let mut x1 = get(&mut data); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:103:18 | 103 | let mut x0 = get(&mut data); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:106:10 | 106 | x3 = arch::_mm_xor_si128(x3, arch::_mm_cvtsi32_si128(!crc as i32)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_cvtsi32_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:106:34 | 106 | x3 = arch::_mm_xor_si128(x3, arch::_mm_cvtsi32_si128(!crc as i32)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:108:16 | 108 | let k1k2 = arch::_mm_set_epi64x(K2, K1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:110:14 | 110 | x3 = reduce128(x3, get(&mut data), k1k2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:110:28 | 110 | x3 = reduce128(x3, get(&mut data), k1k2); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:111:14 | 111 | x2 = reduce128(x2, get(&mut data), k1k2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:111:28 | 111 | x2 = reduce128(x2, get(&mut data), k1k2); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:112:14 | 112 | x1 = reduce128(x1, get(&mut data), k1k2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:112:28 | 112 | x1 = reduce128(x1, get(&mut data), k1k2); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:113:14 | 113 | x0 = reduce128(x0, get(&mut data), k1k2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:113:28 | 113 | x0 = reduce128(x0, get(&mut data), k1k2); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:116:16 | 116 | let k3k4 = arch::_mm_set_epi64x(K4, K3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:117:17 | 117 | let mut x = reduce128(x3, x2, k3k4); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:118:9 | 118 | x = reduce128(x, x1, k3k4); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:119:9 | 119 | x = reduce128(x, x0, k3k4); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:123:13 | 123 | x = reduce128(x, get(&mut data), k3k4); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:123:26 | 123 | x = reduce128(x, get(&mut data), k3k4); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::debug` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:126:5 | 126 | debug("128 > 64 init", x); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:146:13 | 146 | let x = arch::_mm_xor_si128( | _____________^ 147 | | arch::_mm_clmulepi64_si128(x, k3k4, 0x10), 148 | | arch::_mm_srli_si128(x, 8), 149 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_clmulepi64_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:147:9 | 147 | arch::_mm_clmulepi64_si128(x, k3k4, 0x10), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_srli_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:148:9 | 148 | arch::_mm_srli_si128(x, 8), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:150:13 | 150 | let x = arch::_mm_xor_si128( | _____________^ 151 | | arch::_mm_clmulepi64_si128( 152 | | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), 153 | | arch::_mm_set_epi64x(0, K5), ... | 156 | | arch::_mm_srli_si128(x, 4), 157 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_clmulepi64_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:151:9 | 151 | / arch::_mm_clmulepi64_si128( 152 | | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), 153 | | arch::_mm_set_epi64x(0, K5), 154 | | 0x00, 155 | | ), | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_and_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:152:13 | 152 | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:152:36 | 152 | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:153:13 | 153 | arch::_mm_set_epi64x(0, K5), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_srli_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:156:9 | 156 | arch::_mm_srli_si128(x, 4), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::debug` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:158:5 | 158 | debug("128 > 64 xx", x); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:163:14 | 163 | let pu = arch::_mm_set_epi64x(U_PRIME, P_X); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_clmulepi64_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:166:14 | 166 | let t1 = arch::_mm_clmulepi64_si128( | ______________^ 167 | | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), 168 | | pu, 169 | | 0x10, 170 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_and_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:167:9 | 167 | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:167:32 | 167 | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_clmulepi64_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:172:14 | 172 | let t2 = arch::_mm_clmulepi64_si128( | ______________^ 173 | | arch::_mm_and_si128(t1, arch::_mm_set_epi32(0, 0, 0, !0)), 174 | | pu, 175 | | 0x00, 176 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_and_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:173:9 | 173 | arch::_mm_and_si128(t1, arch::_mm_set_epi32(0, 0, 0, !0)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:173:33 | 173 | arch::_mm_and_si128(t1, arch::_mm_set_epi32(0, 0, 0, !0)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_extract_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:181:13 | 181 | let c = arch::_mm_extract_epi32(arch::_mm_xor_si128(x, t2), 1) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:181:37 | 181 | let c = arch::_mm_extract_epi32(arch::_mm_xor_si128(x, t2), 1) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_clmulepi64_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:191:14 | 191 | let t1 = arch::_mm_clmulepi64_si128(a, keys, 0x00); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:190:1 | 190 | unsafe fn reduce128(a: arch::__m128i, b: arch::__m128i, keys: arch::__m128i) -> arch::__m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_clmulepi64_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:192:14 | 192 | let t2 = arch::_mm_clmulepi64_si128(a, keys, 0x11); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:193:5 | 193 | arch::_mm_xor_si128(arch::_mm_xor_si128(b, t1), t2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:193:25 | 193 | arch::_mm_xor_si128(arch::_mm_xor_si128(b, t1), t2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:198:13 | 198 | let r = arch::_mm_loadu_si128(a.as_ptr() as *const arch::__m128i); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:196:1 | 196 | unsafe fn get(a: &mut &[u8]) -> arch::__m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `thiserror-impl` (lib) generated 25 warnings Compiling litemap v0.7.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=litemap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/litemap-0.7.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/litemap-0.7.3/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A key-value Map implementation based on a flat, sorted Vec.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=litemap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name litemap --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/litemap-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=d63c6d3599802362 -C extra-filename=-d63c6d3599802362 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `unic-langid-impl` (lib) generated 11 warnings (7 duplicates) Compiling writeable v0.5.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=writeable CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A more efficient alternative to fmt::Display' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=writeable CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.5.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name writeable --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=e1e7665884459ee7 -C extra-filename=-e1e7665884459ee7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:78:32 | 78 | let rand = rng.gen::<$u>(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:115:37 | 115 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 115 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:137:37 | 137 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 137 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:159:37 | 159 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 159 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:188:37 | 188 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 188 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:214:45 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { 201 | | #[inline] ... | 214 | | fn write_to_string(&self) -> Cow { | | ---^---- expected lifetime parameter ... | 226 | | }; 227 | | } | |_- in this expansion of `impl_write_smart_pointer!` 228 | 229 | impl_write_smart_pointer!(Cow<'a, T>, T: alloc::borrow::ToOwned); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 214 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:200:14 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { | | ^^-- | | | | | help: elide the unused lifetime 201 | | #[inline] ... | 225 | | impl_write_smart_pointer!($ty, T: Writeable); | | -------------------------------------------- in this macro invocation (#2) 226 | | }; 227 | | } | | - | | | | |_in this expansion of `impl_write_smart_pointer!` (#1) | in this expansion of `impl_write_smart_pointer!` (#2) ... 230 | impl_write_smart_pointer!(alloc::boxed::Box); | ----------------------------------------------- in this macro invocation (#1) | = note: requested on the command line with `-W unused-lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:214:45 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { 201 | | #[inline] ... | 214 | | fn write_to_string(&self) -> Cow { | | ---^---- expected lifetime parameter ... | 225 | | impl_write_smart_pointer!($ty, T: Writeable); | | -------------------------------------------- in this macro invocation (#2) 226 | | }; 227 | | } | | - | | | | |_in this expansion of `impl_write_smart_pointer!` (#1) | in this expansion of `impl_write_smart_pointer!` (#2) ... 230 | impl_write_smart_pointer!(alloc::boxed::Box); | ----------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 214 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:200:14 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { | | ^^-- | | | | | help: elide the unused lifetime 201 | | #[inline] ... | 225 | | impl_write_smart_pointer!($ty, T: Writeable); | | -------------------------------------------- in this macro invocation (#2) 226 | | }; 227 | | } | | - | | | | |_in this expansion of `impl_write_smart_pointer!` (#1) | in this expansion of `impl_write_smart_pointer!` (#2) ... 231 | impl_write_smart_pointer!(alloc::rc::Rc); | ------------------------------------------- in this macro invocation (#1) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:214:45 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { 201 | | #[inline] ... | 214 | | fn write_to_string(&self) -> Cow { | | ---^---- expected lifetime parameter ... | 225 | | impl_write_smart_pointer!($ty, T: Writeable); | | -------------------------------------------- in this macro invocation (#2) 226 | | }; 227 | | } | | - | | | | |_in this expansion of `impl_write_smart_pointer!` (#1) | in this expansion of `impl_write_smart_pointer!` (#2) ... 231 | impl_write_smart_pointer!(alloc::rc::Rc); | ------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 214 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:200:14 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { | | ^^-- | | | | | help: elide the unused lifetime 201 | | #[inline] ... | 225 | | impl_write_smart_pointer!($ty, T: Writeable); | | -------------------------------------------- in this macro invocation (#2) 226 | | }; 227 | | } | | - | | | | |_in this expansion of `impl_write_smart_pointer!` (#1) | in this expansion of `impl_write_smart_pointer!` (#2) ... 232 | impl_write_smart_pointer!(alloc::sync::Arc); | ---------------------------------------------- in this macro invocation (#1) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:214:45 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { 201 | | #[inline] ... | 214 | | fn write_to_string(&self) -> Cow { | | ---^---- expected lifetime parameter ... | 225 | | impl_write_smart_pointer!($ty, T: Writeable); | | -------------------------------------------- in this macro invocation (#2) 226 | | }; 227 | | } | | - | | | | |_in this expansion of `impl_write_smart_pointer!` (#1) | in this expansion of `impl_write_smart_pointer!` (#2) ... 232 | impl_write_smart_pointer!(alloc::sync::Arc); | ---------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 214 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:195:48 | 195 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow)> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:195:72 | 195 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow)> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow<'_, str>)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:332:48 | 332 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow)> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 332 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:332:72 | 332 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow)> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 332 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow<'_, str>)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:383:37 | 383 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 383 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:441:48 | 441 | fn try_write_to_string(&self) -> Result, (Infallible, Cow)> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 441 | fn try_write_to_string(&self) -> Result, (Infallible, Cow)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:441:71 | 441 | fn try_write_to_string(&self) -> Result, (Infallible, Cow)> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 441 | fn try_write_to_string(&self) -> Result, (Infallible, Cow<'_, str>)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/lib.rs:273:37 | 273 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 273 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: `crc32fast` (lib) generated 48 warnings Compiling serde_json v1.0.132 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.132 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=e34f4d5a87c86711 -C extra-filename=-e34f4d5a87c86711 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/serde_json-e34f4d5a87c86711 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling icu_locid v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_locid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='API for managing Unicode Language and Locale Identifiers' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_locid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_locid --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=a39d3fc228b780e4 -C extra-filename=-a39d3fc228b780e4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-b39b89e85f3bcff4.so --extern litemap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblitemap-d63c6d3599802362.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-b679a2c088615f76.rmeta --extern writeable=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-e1e7665884459ee7.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-385aa4ba2d520db9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.132 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/serde_json-72cea2453ec43fa6/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/serde_json-e34f4d5a87c86711/build-script-build` [serde_json 1.0.132] cargo:rerun-if-changed=build.rs [serde_json 1.0.132] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) [serde_json 1.0.132] cargo:rustc-cfg=fast_arithmetic="64" Compiling flate2 v1.0.34 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=flate2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flate2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' CARGO_PKG_RUST_VERSION=1.56.1 CARGO_PKG_VERSION=1.0.34 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name flate2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=3b2b6204e07bc2d3 -C extra-filename=-3b2b6204e07bc2d3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrc32fast-cd56a120fecafb29.rmeta --extern miniz_oxide=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libminiz_oxide-9697f0e0a564c0ba.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/lib.rs:245:49 | 245 | iter::repeat(()).map(|_| rand::thread_rng().gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/langid.rs:437:38 | 437 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 437 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:354:64 | 321 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 322 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 323 | | impl writeable::Writeable for $type { 324 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 354 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 369 | | }; 370 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/langid.rs:450:1 | 450 | impl_writeable_for_each_subtag_str_no_test!(LanguageIdentifier, selff, selff.script.is_none() && selff.region.is_none() && selff.variants.is_empty() => selff.language.write_to_string(... | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/locale.rs:430:38 | 430 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:354:64 | 321 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 322 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 323 | | impl writeable::Writeable for $type { 324 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 354 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 369 | | }; 370 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/locale.rs:435:1 | 435 | impl_writeable_for_each_subtag_str_no_test!(Locale, selff, selff.extensions.is_empty() => selff.id.write_to_string()); | --------------------------------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/parser/langid.rs:29:16 | 29 | iter: &mut SubtagIterator, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 29 | iter: &mut SubtagIterator<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/parser/langid.rs:112:15 | 112 | mut iter: SubtagIterator, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | mut iter: SubtagIterator<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/other/subtag.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Other`](super::Other) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 29 | | ["y", "toolooong"], 30 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/other/mod.rs:84:53 | 84 | pub(crate) fn try_from_iter(ext: u8, iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 84 | pub(crate) fn try_from_iter(ext: u8, iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/other/mod.rs:177:52 | 177 | fn write_to_string(&self) -> alloc::borrow::Cow { | ------------------^---- expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/private/other.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Private`](super::Private) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 31 | | ["toolooong"], 32 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/private/mod.rs:134:44 | 134 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 134 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/transform/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Fields`](super::Fields). 7 | | /// 8 | | /// The key has to be a two ASCII characters long, with the first ... | 31 | | ["", "k", "0k", "k12"], 32 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:354:64 | 321 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 322 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 323 | | impl writeable::Writeable for $type { 324 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 354 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 369 | | }; 370 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/transform/value.rs:116:1 | 116 | impl_writeable_for_each_subtag_str_no_test!(Value, selff, selff.0.is_empty() => alloc::borrow::Cow::Borrowed("true")); | --------------------------------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/transform/mod.rs:161:44 | 161 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 161 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/attribute.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// An attribute used in a set of [`Attributes`](super::Attributes). 7 | | /// 8 | | /// An attribute has to be a sequence of alphanumerical characters no ... | 33 | | ["no", "toolooong"], 34 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:354:64 | 321 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 322 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 323 | | impl writeable::Writeable for $type { 324 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 354 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 369 | | }; 370 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` (#2) 371 | 372 | / macro_rules! impl_writeable_for_subtag_list { 373 | | ($type:tt, $sample1:literal, $sample2:literal) => { 374 | | impl_writeable_for_each_subtag_str_no_test!($type, selff, selff.0.len() == 1 => alloc::borrow::Cow::Borrowed(selff.0.get(0).unwrap().as_str()... | | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation (#2) ... | 391 | | }; 392 | | } | |_- in this expansion of `impl_writeable_for_subtag_list!` (#1) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/attributes.rs:112:1 | 112 | impl_writeable_for_subtag_list!(Attributes, "foobar", "testing"); | ---------------------------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Keywords`](super::Keywords). 7 | | /// 8 | | /// The key has to be a two ASCII alphanumerical characters long, with the first ... | 31 | | ["a", "a8", "abc"], 32 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:354:64 | 321 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 322 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 323 | | impl writeable::Writeable for $type { 324 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 354 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 369 | | }; 370 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` (#2) 371 | 372 | / macro_rules! impl_writeable_for_subtag_list { 373 | | ($type:tt, $sample1:literal, $sample2:literal) => { 374 | | impl_writeable_for_each_subtag_str_no_test!($type, selff, selff.0.len() == 1 => alloc::borrow::Cow::Borrowed(selff.0.get(0).unwrap().as_str()... | | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation (#2) ... | 391 | | }; 392 | | } | |_- in this expansion of `impl_writeable_for_subtag_list!` (#1) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/value.rs:152:1 | 152 | impl_writeable_for_subtag_list!(Value, "islamic", "civil"); | ---------------------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/mod.rs:153:44 | 153 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/mod.rs:245:44 | 245 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 245 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: `miniz_oxide` (lib) generated 19 warnings Compiling ruzstd v0.7.2 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/language.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A language subtag (examples: `"en"`, `"csb"`, `"zh"`, `"und"`, etc.) 7 | | /// 8 | | /// [`Language`] represents a Unicode base language code conformant to the ... | 47 | | ["419", "german", "en1"], 48 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/region.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A region subtag (examples: `"US"`, `"CN"`, `"AR"` etc.) 7 | | /// 8 | | /// [`Region`] represents a Unicode base language code conformant to the ... | 44 | | ["12", "FRA", "b2"], 45 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ruzstd CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/Cargo.toml CARGO_PKG_AUTHORS='Moritz Borcherding ' CARGO_PKG_DESCRIPTION='A decoder for the zstd compression format' CARGO_PKG_HOMEPAGE='https://github.com/KillingSpark/zstd-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ruzstd CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/KillingSpark/zstd-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ruzstd --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="hash"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hash", "rustc-dep-of-std", "std"))' -C metadata=a564e2d0b0ac1a4b -C extra-filename=-a564e2d0b0ac1a4b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern twox_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtwox_hash-daf9c25f1ae79608.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/script.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A script subtag (examples: `"Latn"`, `"Arab"`, etc.) 7 | | /// 8 | | /// [`Script`] represents a Unicode base language code conformant to the ... | 32 | | ["Latin"], 33 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/variant.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A variant subtag (examples: `"macos"`, `"posix"`, `"1996"` etc.) 7 | | /// 8 | | /// [`Variant`] represents a Unicode base language code conformant to the ... | 34 | | ["yes"], 35 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:354:64 | 321 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 322 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 323 | | impl writeable::Writeable for $type { 324 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 354 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 369 | | }; 370 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` (#2) 371 | 372 | / macro_rules! impl_writeable_for_subtag_list { 373 | | ($type:tt, $sample1:literal, $sample2:literal) => { 374 | | impl_writeable_for_each_subtag_str_no_test!($type, selff, selff.0.len() == 1 => alloc::borrow::Cow::Borrowed(selff.0.get(0).unwrap().as_str()... | | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation (#2) ... | 391 | | }; 392 | | } | |_- in this expansion of `impl_writeable_for_subtag_list!` (#1) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/variants.rs:120:1 | 120 | impl_writeable_for_subtag_list!(Variants, "macos", "posix"); | ----------------------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/bufreader.rs:27:41 | 27 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter) -> Result<(), ::std::fmt::Error> { | ------------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 27 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter<'_>) -> Result<(), ::std::fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/ffi/rust.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/ffi/rust.rs:117:32 | 117 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/ffi/mod.rs:49:37 | 49 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/mem.rs:536:32 | 536 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 536 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/mem.rs:564:32 | 564 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 564 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `writeable` (lib) generated 20 warnings Compiling unic-langid-macros v0.9.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_macros --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b91c653e2a677c98 -C extra-filename=-b91c653e2a677c98 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro_hack=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro_hack-873fadc04ba7c823.so --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-b679a2c088615f76.rmeta --extern unic_langid_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_impl-8e398e7e4433f5bc.rmeta --extern unic_langid_macros_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_macros_impl-830a3853354acb4c.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/other/subtag.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Other`](super::Other) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 29 | | ["y", "toolooong"], 30 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/other/subtag.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Other`](super::Other) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 29 | | ["y", "toolooong"], 30 | | ); | |_- in this macro invocation = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` Compiling rustc_span v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_span CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_span CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_span --edition=2021 compiler/rustc_span/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae768c8de8cdd902 -C extra-filename=-ae768c8de8cdd902 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern blake3=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libblake3-31211e8a08f301aa.rmeta --extern derive_where=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libderive_where-e9a417574228b605.so --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-edf0f6b1239f8413.rmeta --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitoa-3614d75eb8e9d8aa.rmeta --extern md5=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmd5-24818ad8c6d52b5e.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-5c4cd65efdbb98e8.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern scoped_tls=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-fa2a1049fca28d26.rmeta --extern sha1=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsha1-54a11ec965bb9872.rmeta --extern sha2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsha2-bb7d564bd8a9d194.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-2b0816f494764c12.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out` warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/private/other.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Private`](super::Private) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 31 | | ["toolooong"], 32 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/private/other.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Private`](super::Private) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 31 | | ["toolooong"], 32 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/transform/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Fields`](super::Fields). 7 | | /// 8 | | /// The key has to be a two ASCII characters long, with the first ... | 31 | | ["", "k", "0k", "k12"], 32 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/transform/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Fields`](super::Fields). 7 | | /// 8 | | /// The key has to be a two ASCII characters long, with the first ... | 31 | | ["", "k", "0k", "k12"], 32 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:365:22 | 365 | let m1_ptr = s1_ptr.add(start_in_s1); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:356:5 | 356 | pub unsafe fn extend_from_within_unchecked_branchless(&mut self, start: usize, len: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:373:22 | 373 | let m2_ptr = s2_ptr.add(start_in_s2); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:398:23 | 398 | debug_assert!(self.buf.as_ptr().add(self.cap) > f1_ptr.add(m1_in_f1 + m2_in_f1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:398:57 | 398 | debug_assert!(self.buf.as_ptr().add(self.cap) > f1_ptr.add(m1_in_f1 + m2_in_f1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:399:23 | 399 | debug_assert!(self.buf.as_ptr().add(self.cap) > f2_ptr.add(m1_in_f2 + m2_in_f2)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:399:57 | 399 | debug_assert!(self.buf.as_ptr().add(self.cap) > f2_ptr.add(m1_in_f2 + m2_in_f2)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `decoding::ringbuffer::copy_with_checks` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:403:9 | 403 | / copy_with_checks( 404 | | m1_ptr, m2_ptr, f1_ptr, f2_ptr, m1_in_f1, m2_in_f1, m1_in_f2, m2_in_f2, 405 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/attribute.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// An attribute used in a set of [`Attributes`](super::Attributes). 7 | | /// 8 | | /// An attribute has to be a sequence of alphanumerical characters no ... | 33 | | ["no", "toolooong"], 34 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/attribute.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// An attribute used in a set of [`Attributes`](super::Attributes). 7 | | /// 8 | | /// An attribute has to be a sequence of alphanumerical characters no ... | 33 | | ["no", "toolooong"], 34 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:460:9 | 460 | / dst.0 461 | | .cast::() 462 | | .write_unaligned(src.0.cast::().read_unaligned()) | |_______________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:440:1 | 440 | / unsafe fn copy_bytes_overshooting( 441 | | src: (*const u8, usize), 442 | | dst: (*mut u8, usize), 443 | | copy_at_least: usize, 444 | | ) { | |_^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:462:30 | 462 | .write_unaligned(src.0.cast::().read_unaligned()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:468:31 | 468 | let src_ptr_end = src.0.add(copy_multiple).cast::(); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:472:17 | 472 | dst_ptr.write_unaligned(src_ptr.read_unaligned()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:472:41 | 472 | dst_ptr.write_unaligned(src_ptr.read_unaligned()); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:473:27 | 473 | src_ptr = src_ptr.add(1); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:474:27 | 474 | dst_ptr = dst_ptr.add(1); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:478:13 | 478 | dst.0.copy_from_nonoverlapping(src.0, copy_at_least); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:483:9 | 483 | slice::from_raw_parts(src.0, copy_at_least), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:484:9 | 484 | slice::from_raw_parts(dst.0, copy_at_least) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:501:5 | 501 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:491:1 | 491 | / unsafe fn copy_without_checks( 492 | | m1_ptr: *const u8, 493 | | m2_ptr: *const u8, 494 | | f1_ptr: *mut u8, ... | 499 | | m2_in_f2: usize, 500 | | ) { | |_^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:502:5 | 502 | / f1_ptr 503 | | .add(m1_in_f1) 504 | | .copy_from_nonoverlapping(m2_ptr, m2_in_f1); | |___________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:502:5 | 502 | / f1_ptr 503 | | .add(m1_in_f1) | |______________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:506:5 | 506 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:506:37 | 506 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:507:5 | 507 | / f2_ptr 508 | | .add(m1_in_f2) 509 | | .copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | |_________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:507:5 | 507 | / f2_ptr 508 | | .add(m1_in_f2) | |______________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:509:35 | 509 | .copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:526:9 | 526 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:515:1 | 515 | / unsafe fn copy_with_checks( 516 | | m1_ptr: *const u8, 517 | | m2_ptr: *const u8, 518 | | f1_ptr: *mut u8, ... | 523 | | m2_in_f2: usize, 524 | | ) { | |_^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:529:9 | 529 | / f1_ptr 530 | | .add(m1_in_f1) 531 | | .copy_from_nonoverlapping(m2_ptr, m2_in_f1); | |_______________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:529:9 | 529 | / f1_ptr 530 | | .add(m1_in_f1) | |__________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:535:9 | 535 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:535:41 | 535 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:538:9 | 538 | / f2_ptr 539 | | .add(m1_in_f2) 540 | | .copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | |_____________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:538:9 | 538 | / f2_ptr 539 | | .add(m1_in_f2) | |__________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:540:39 | 540 | .copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:567:13 | 567 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:547:1 | 547 | / unsafe fn copy_with_nobranch_check( 548 | | m1_ptr: *const u8, 549 | | m2_ptr: *const u8, 550 | | f1_ptr: *mut u8, ... | 555 | | m2_in_f2: usize, 556 | | ) { | |_^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:570:13 | 570 | f1_ptr.copy_from_nonoverlapping(m2_ptr, m2_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:573:13 | 573 | f2_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:576:13 | 576 | f2_ptr.copy_from_nonoverlapping(m2_ptr, m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:581:13 | 581 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:582:13 | 582 | / f1_ptr 583 | | .add(m1_in_f1) 584 | | .copy_from_nonoverlapping(m2_ptr, m2_in_f1); | |___________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:582:13 | 582 | / f1_ptr 583 | | .add(m1_in_f1) | |______________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:587:13 | 587 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:588:13 | 588 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:588:45 | 588 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:590:14 | 590 | 6 => core::hint::unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:591:14 | 591 | 7 => core::hint::unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:593:13 | 593 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:594:13 | 594 | f2_ptr.copy_from_nonoverlapping(m2_ptr, m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:597:13 | 597 | f1_ptr.copy_from_nonoverlapping(m2_ptr, m2_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:598:13 | 598 | f2_ptr.copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:598:45 | 598 | f2_ptr.copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:601:13 | 601 | f2_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:602:13 | 602 | / f2_ptr 603 | | .add(m1_in_f2) 604 | | .copy_from_nonoverlapping(m2_ptr, m2_in_f2); | |___________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:602:13 | 602 | / f2_ptr 603 | | .add(m1_in_f2) | |______________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:609:13 | 609 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:610:13 | 610 | / f1_ptr 611 | | .add(m1_in_f1) 612 | | .copy_from_nonoverlapping(m2_ptr, m2_in_f1); | |___________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:610:13 | 610 | / f1_ptr 611 | | .add(m1_in_f1) | |______________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:613:13 | 613 | f2_ptr.copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:613:45 | 613 | f2_ptr.copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:616:13 | 616 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:617:13 | 617 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:617:45 | 617 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:618:13 | 618 | / f2_ptr 619 | | .add(m1_in_f2) 620 | | .copy_from_nonoverlapping(m2_ptr, m2_in_f2); | |___________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:618:13 | 618 | / f2_ptr 619 | | .add(m1_in_f2) | |______________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:622:15 | 622 | 14 => core::hint::unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:623:15 | 623 | 15 => core::hint::unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:624:14 | 624 | _ => core::hint::unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Keywords`](super::Keywords). 7 | | /// 8 | | /// The key has to be a two ASCII alphanumerical characters long, with the first ... | 31 | | ["a", "a8", "abc"], 32 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Keywords`](super::Keywords). 7 | | /// 8 | | /// The key has to be a two ASCII alphanumerical characters long, with the first ... | 31 | | ["a", "a8", "abc"], 32 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/language.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A language subtag (examples: `"en"`, `"csb"`, `"zh"`, `"und"`, etc.) 7 | | /// 8 | | /// [`Language`] represents a Unicode base language code conformant to the ... | 47 | | ["419", "german", "en1"], 48 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/language.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A language subtag (examples: `"en"`, `"csb"`, `"zh"`, `"und"`, etc.) 7 | | /// 8 | | /// [`Language`] represents a Unicode base language code conformant to the ... | 47 | | ["419", "german", "en1"], 48 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/region.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A region subtag (examples: `"US"`, `"CN"`, `"AR"` etc.) 7 | | /// 8 | | /// [`Region`] represents a Unicode base language code conformant to the ... | 44 | | ["12", "FRA", "b2"], 45 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/region.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A region subtag (examples: `"US"`, `"CN"`, `"AR"` etc.) 7 | | /// 8 | | /// [`Region`] represents a Unicode base language code conformant to the ... | 44 | | ["12", "FRA", "b2"], 45 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/script.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A script subtag (examples: `"Latn"`, `"Arab"`, etc.) 7 | | /// 8 | | /// [`Script`] represents a Unicode base language code conformant to the ... | 32 | | ["Latin"], 33 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/script.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A script subtag (examples: `"Latn"`, `"Arab"`, etc.) 7 | | /// 8 | | /// [`Script`] represents a Unicode base language code conformant to the ... | 32 | | ["Latin"], 33 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/variant.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A variant subtag (examples: `"macos"`, `"posix"`, `"1996"` etc.) 7 | | /// 8 | | /// [`Variant`] represents a Unicode base language code conformant to the ... | 34 | | ["yes"], 35 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/variant.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A variant subtag (examples: `"macos"`, `"posix"`, `"1996"` etc.) 7 | | /// 8 | | /// [`Variant`] represents a Unicode base language code conformant to the ... | 34 | | ["yes"], 35 | | ); | |_- in this macro invocation warning: `flate2` (lib) generated 7 warnings Compiling icu_provider_macros v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_provider_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_macros-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_macros-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Proc macros for ICU data providers' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_provider_macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_provider_macros --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b101ec4aa0edea2b -C extra-filename=-b101ec4aa0edea2b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_macros-1.5.0/src/lib.rs:25:1 | 25 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `icu_provider_macros` (lib) generated 1 warning Compiling wasmparser v0.218.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=wasmparser CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/Cargo.toml CARGO_PKG_AUTHORS='Yury Delendik ' CARGO_PKG_DESCRIPTION='A simple event-driven library for parsing WebAssembly binary files. ' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmparser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_RUST_VERSION=1.76.0 CARGO_PKG_VERSION=0.218.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=218 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name wasmparser --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' --deny=unsafe_code '--warn=clippy::unnecessary_to_owned' '--warn=clippy::map_clone' '--warn=clippy::manual_strip' '--warn=clippy::clone_on_copy' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "features", "no-hash-maps", "serde", "std", "validate"))' -C metadata=31df03908b4673f9 -C extra-filename=-31df03908b4673f9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/binary_reader.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/binary_reader.rs:156:56 | 156 | pub fn new(data: &[u8], original_offset: usize) -> BinaryReader { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 156 | pub fn new(data: &[u8], original_offset: usize) -> BinaryReader<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/binary_reader.rs:2009:30 | 2009 | pub fn targets(&self) -> BrTableTargets { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2009 | pub fn targets(&self) -> BrTableTargets<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/parser.rs:937:76 | 937 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator> { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 937 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/readers/core/code.rs:39:33 | 39 | fn skip_locals(reader: &mut BinaryReader) -> Result<()> { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn skip_locals(reader: &mut BinaryReader<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/readers/core/types.rs:1984:18 | 1984 | reader: &mut BinaryReader, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1984 | reader: &mut BinaryReader<'_>, | ++++ warning: `serde_derive` (lib) generated 125 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/serde-10c9d233bbd45cf8/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=a09314bb33eaaae9 -C extra-filename=-a09314bb33eaaae9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libserde_derive-a44a9de16d79cad2.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` Compiling rustc_ast_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_ir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_ir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_ir --edition=2021 compiler/rustc_ast_ir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=a5c0bf17c458be9f -C extra-filename=-a5c0bf17c458be9f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling ryu v1.0.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.18 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ryu --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=73753efb5edaaa5d -C extra-filename=-73753efb5edaaa5d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `ruzstd` (lib) generated 66 warnings Compiling unicode-xid v0.2.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_xid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-xid-0.2.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-xid-0.2.6/Cargo.toml CARGO_PKG_AUTHORS='erick.tryzelaar :kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-xid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_RUST_VERSION=1.17 CARGO_PKG_VERSION=0.2.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_xid --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=f61242575104beac -C extra-filename=-f61242575104beac --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `pretty::format32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/buffer/mod.rs:140:9 | 140 | raw::format32(self, result) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/buffer/mod.rs:139:5 | 139 | unsafe fn write_to_ryu_buffer(self, result: *mut u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `pretty::format64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/buffer/mod.rs:169:9 | 169 | raw::format64(self, result) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/buffer/mod.rs:168:5 | 168 | unsafe fn write_to_ryu_buffer(self, result: *mut u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/d2s_intrinsics.rs:86:5 | 86 | ptr::write(vp, mul_shift_64(4 * m + 2, mul, j)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/d2s_intrinsics.rs:78:1 | 78 | / pub unsafe fn mul_shift_all_64( 79 | | m: u64, 80 | | mul: &(u64, u64), 81 | | j: u32, ... | 84 | | mm_shift: u32, 85 | | ) -> u64 { | |________^ warning[E0133]: call to unsafe function `core::ptr::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/d2s_intrinsics.rs:87:5 | 87 | ptr::write(vm, mul_shift_64(4 * m - 1 - mm_shift as u64, mul, j)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:8:9 | 8 | *result = b'-'; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:5:1 | 5 | pub unsafe fn write_exponent3(mut k: isize, mut result: *mut u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:9:18 | 9 | result = result.offset(1); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:15:9 | 15 | *result = b'0' + (k / 100) as u8; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:17:17 | 17 | let d = DIGIT_TABLE.as_ptr().offset(k * 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:18:9 | 18 | ptr::copy_nonoverlapping(d, result.offset(1), 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:18:37 | 18 | ptr::copy_nonoverlapping(d, result.offset(1), 2); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:21:17 | 21 | let d = DIGIT_TABLE.as_ptr().offset(k * 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:22:9 | 22 | ptr::copy_nonoverlapping(d, result, 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:25:9 | 25 | *result = b'0' + k as u8; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:34:9 | 34 | *result = b'-'; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:31:1 | 31 | pub unsafe fn write_exponent2(mut k: isize, mut result: *mut u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:35:18 | 35 | result = result.offset(1); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:41:17 | 41 | let d = DIGIT_TABLE.as_ptr().offset(k * 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:42:9 | 42 | ptr::copy_nonoverlapping(d, result, 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:45:9 | 45 | *result = b'0' + k as u8; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:18:9 | 18 | / ptr::copy_nonoverlapping( 19 | | DIGIT_TABLE.as_ptr().offset(c0 as isize), 20 | | result.offset(-2), 21 | | 2, 22 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:5:1 | 5 | pub unsafe fn write_mantissa_long(mut output: u64, mut result: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:19:13 | 19 | DIGIT_TABLE.as_ptr().offset(c0 as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:20:13 | 20 | result.offset(-2), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:23:9 | 23 | / ptr::copy_nonoverlapping( 24 | | DIGIT_TABLE.as_ptr().offset(c1 as isize), 25 | | result.offset(-4), 26 | | 2, 27 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:24:13 | 24 | DIGIT_TABLE.as_ptr().offset(c1 as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:25:13 | 25 | result.offset(-4), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:28:9 | 28 | / ptr::copy_nonoverlapping( 29 | | DIGIT_TABLE.as_ptr().offset(d0 as isize), 30 | | result.offset(-6), 31 | | 2, 32 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:29:13 | 29 | DIGIT_TABLE.as_ptr().offset(d0 as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:30:13 | 30 | result.offset(-6), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:33:9 | 33 | / ptr::copy_nonoverlapping( 34 | | DIGIT_TABLE.as_ptr().offset(d1 as isize), 35 | | result.offset(-8), 36 | | 2, 37 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:34:13 | 34 | DIGIT_TABLE.as_ptr().offset(d1 as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:35:13 | 35 | result.offset(-8), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:38:18 | 38 | result = result.offset(-8); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:40:5 | 40 | write_mantissa(output as u32, result); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:50:9 | 50 | / ptr::copy_nonoverlapping( 51 | | DIGIT_TABLE.as_ptr().offset(c0 as isize), 52 | | result.offset(-2), 53 | | 2, 54 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:44:1 | 44 | pub unsafe fn write_mantissa(mut output: u32, mut result: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:51:13 | 51 | DIGIT_TABLE.as_ptr().offset(c0 as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:52:13 | 52 | result.offset(-2), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:55:9 | 55 | / ptr::copy_nonoverlapping( 56 | | DIGIT_TABLE.as_ptr().offset(c1 as isize), 57 | | result.offset(-4), 58 | | 2, 59 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:56:13 | 56 | DIGIT_TABLE.as_ptr().offset(c1 as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:57:13 | 57 | result.offset(-4), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:60:18 | 60 | result = result.offset(-4); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:65:9 | 65 | / ptr::copy_nonoverlapping( 66 | | DIGIT_TABLE.as_ptr().offset(c as isize), 67 | | result.offset(-2), 68 | | 2, 69 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:66:13 | 66 | DIGIT_TABLE.as_ptr().offset(c as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:67:13 | 67 | result.offset(-2), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:70:18 | 70 | result = result.offset(-2); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:74:9 | 74 | / ptr::copy_nonoverlapping( 75 | | DIGIT_TABLE.as_ptr().offset(c as isize), 76 | | result.offset(-2), 77 | | 2, 78 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:75:13 | 75 | DIGIT_TABLE.as_ptr().offset(c as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:76:13 | 76 | result.offset(-2), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:80:9 | 80 | *result.offset(-1) = b'0' + output as u8; | ^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:80:10 | 80 | *result.offset(-1) = b'0' + output as u8; | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:61:9 | 61 | *result = b'-'; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:52:1 | 52 | pub unsafe fn format64(f: f64, result: *mut u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:66:9 | 66 | ptr::copy_nonoverlapping(b"0.0".as_ptr(), result.offset(index), 3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:66:51 | 66 | ptr::copy_nonoverlapping(b"0.0".as_ptr(), result.offset(index), 3); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa_long` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:79:9 | 79 | write_mantissa_long(v.mantissa, result.offset(index + length)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:79:41 | 79 | write_mantissa_long(v.mantissa, result.offset(index + length)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:81:13 | 81 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:81:14 | 81 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:83:9 | 83 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:83:10 | 83 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:84:9 | 84 | *result.offset(index + kk + 1) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:84:10 | 84 | *result.offset(index + kk + 1) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa_long` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:88:9 | 88 | write_mantissa_long(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:88:41 | 88 | write_mantissa_long(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:89:9 | 89 | ptr::copy(result.offset(index + 1), result.offset(index), kk as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:89:19 | 89 | ptr::copy(result.offset(index + 1), result.offset(index), kk as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:89:45 | 89 | ptr::copy(result.offset(index + 1), result.offset(index), kk as usize); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:90:9 | 90 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:90:10 | 90 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:94:9 | 94 | *result.offset(index) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:94:10 | 94 | *result.offset(index) = b'0'; | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:95:9 | 95 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:95:10 | 95 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:98:13 | 98 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:98:14 | 98 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa_long` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:100:9 | 100 | write_mantissa_long(v.mantissa, result.offset(index + length + offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:100:41 | 100 | write_mantissa_long(v.mantissa, result.offset(index + length + offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:104:9 | 104 | *result.offset(index) = b'0' + v.mantissa as u8; | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:104:10 | 104 | *result.offset(index) = b'0' + v.mantissa as u8; | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:105:9 | 105 | *result.offset(index + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:105:10 | 105 | *result.offset(index + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::exponent::write_exponent3` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:106:30 | 106 | index as usize + 2 + write_exponent3(kk - 1, result.offset(index + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:106:54 | 106 | index as usize + 2 + write_exponent3(kk - 1, result.offset(index + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa_long` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:109:9 | 109 | write_mantissa_long(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:109:41 | 109 | write_mantissa_long(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:110:9 | 110 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:110:10 | 110 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:110:33 | 110 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:110:34 | 110 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:111:9 | 111 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:111:10 | 111 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:112:9 | 112 | *result.offset(index + length + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:112:10 | 112 | *result.offset(index + length + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::exponent::write_exponent3` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:116:15 | 116 | + write_exponent3(kk - 1, result.offset(index + length + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:116:39 | 116 | + write_exponent3(kk - 1, result.offset(index + length + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:167:9 | 167 | *result = b'-'; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:159:1 | 159 | pub unsafe fn format32(f: f32, result: *mut u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:172:9 | 172 | ptr::copy_nonoverlapping(b"0.0".as_ptr(), result.offset(index), 3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:172:51 | 172 | ptr::copy_nonoverlapping(b"0.0".as_ptr(), result.offset(index), 3); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:185:9 | 185 | write_mantissa(v.mantissa, result.offset(index + length)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:185:36 | 185 | write_mantissa(v.mantissa, result.offset(index + length)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:187:13 | 187 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:187:14 | 187 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:189:9 | 189 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:189:10 | 189 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:190:9 | 190 | *result.offset(index + kk + 1) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:190:10 | 190 | *result.offset(index + kk + 1) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:194:9 | 194 | write_mantissa(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:194:36 | 194 | write_mantissa(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:195:9 | 195 | ptr::copy(result.offset(index + 1), result.offset(index), kk as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:195:19 | 195 | ptr::copy(result.offset(index + 1), result.offset(index), kk as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:195:45 | 195 | ptr::copy(result.offset(index + 1), result.offset(index), kk as usize); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:196:9 | 196 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:196:10 | 196 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:200:9 | 200 | *result.offset(index) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:200:10 | 200 | *result.offset(index) = b'0'; | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:201:9 | 201 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:201:10 | 201 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:204:13 | 204 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:204:14 | 204 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:206:9 | 206 | write_mantissa(v.mantissa, result.offset(index + length + offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:206:36 | 206 | write_mantissa(v.mantissa, result.offset(index + length + offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:210:9 | 210 | *result.offset(index) = b'0' + v.mantissa as u8; | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:210:10 | 210 | *result.offset(index) = b'0' + v.mantissa as u8; | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:211:9 | 211 | *result.offset(index + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:211:10 | 211 | *result.offset(index + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::exponent::write_exponent2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:212:30 | 212 | index as usize + 2 + write_exponent2(kk - 1, result.offset(index + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:212:54 | 212 | index as usize + 2 + write_exponent2(kk - 1, result.offset(index + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:215:9 | 215 | write_mantissa(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:215:36 | 215 | write_mantissa(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:216:9 | 216 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:216:10 | 216 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:216:33 | 216 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:216:34 | 216 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:217:9 | 217 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:217:10 | 217 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:218:9 | 218 | *result.offset(index + length + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:218:10 | 218 | *result.offset(index + length + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::exponent::write_exponent2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:222:15 | 222 | + write_exponent2(kk - 1, result.offset(index + length + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:222:39 | 222 | + write_exponent2(kk - 1, result.offset(index + length + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Compiling unicode-properties v0.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_properties CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-properties-0.1.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-properties-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='Charles Lew :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Query character Unicode properties according to UAX #44 and UTR #51. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-properties' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-properties CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-properties' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_properties --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="emoji"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=abc7d4325b36e402 -C extra-filename=-abc7d4325b36e402 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:190:40 | 190 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` 326 | 327 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 328 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 329 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 330 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 331 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 332 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 333 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 334 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 335 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 336 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 337 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 338 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 339 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 340 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 341 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:433:40 | 433 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 433 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:533:40 | 533 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:623:40 | 623 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:740:40 | 740 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:860:40 | 860 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 860 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:931:40 | 931 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:990:40 | 990 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1110:40 | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1123:40 | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1462:40 | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1564:40 | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 457 | / impl_deserialize_num! { 458 | | f32, deserialize_f32 459 | | num_self!(f32:visit_f32); 460 | | num_as_copysign_self!(f64:visit_f64); 461 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 462 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 463 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 465 | / impl_deserialize_num! { 466 | | f64, deserialize_f64 467 | | num_self!(f64:visit_f64); 468 | | num_as_copysign_self!(f32:visit_f32); 469 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 470 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 471 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:553:46 | 553 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 553 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:599:46 | 599 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:645:46 | 645 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 645 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:722:46 | 722 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:757:46 | 757 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 757 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:794:46 | 794 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:891:46 | 891 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:959:46 | 959 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 959 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1164:54 | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1201:54 | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1255:46 | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1287:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1287 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1287 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1311:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1311 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1311 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` 1567 | 1568 | / map_impl! { 1569 | | #[cfg(any(feature = "std", feature = "alloc"))] 1570 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1571 | | BTreeMap, 1572 | | map, 1573 | | BTreeMap::new(), 1574 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1802:46 | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1841:46 | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` ... 1902 | / variant_identifier! { 1903 | | OsStringKind (Unix; b"Unix"; 0, Windows; b"Windows"; 1) 1904 | | "`Unix` or `Windows`", 1905 | | OSSTR_VARIANTS 1906 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1915:46 | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2164:62 | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2214:54 | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2303:62 | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2353:54 | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2504:58 | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2549:50 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2661:58 | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2704:50 | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2799:58 | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2842:50 | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2910:62 | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2968:54 | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3021:62 | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3077:54 | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3173:46 | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:209:36 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 209 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 209 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:227:37 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 227 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 227 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:398:40 | 398 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 398 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:484:40 | 484 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 484 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:490:40 | 490 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:496:40 | 496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:1310:46 | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2281:40 | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2303:40 | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:342:44 | 342 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 342 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:23 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:69 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:24 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:33 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:44 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:53 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:578:44 | 578 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 578 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:862:44 | 862 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 862 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:34 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:43 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:886:17 | 886 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:887:17 | 887 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 887 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:940:50 | 940 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 940 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1017:50 | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2291:50 | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2336:50 | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2771:46 | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:61:40 | 61 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1357:40 | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs:338:1 | 337 | / #[cfg(feature = "serde_derive")] 338 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` Compiling rustc_lexer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_lexer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust lexer used by rustc. No stability guarantees are provided. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_lexer CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_lexer --edition=2021 compiler/rustc_lexer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f136ea18a00a9413 -C extra-filename=-f136ea18a00a9413 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unicode_properties=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_properties-abc7d4325b36e402.rmeta --extern unicode_xid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_xid-f61242575104beac.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `ryu` (lib) generated 136 warnings Compiling icu_provider v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_provider CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Trait and struct definitions for the ICU data provider' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_provider CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_provider --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="macros"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=6f23fe15c2102851 -C extra-filename=-6f23fe15c2102851 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-b39b89e85f3bcff4.so --extern icu_locid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-a39d3fc228b780e4.rmeta --extern icu_provider_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libicu_provider_macros-b101ec4aa0edea2b.so --extern stable_deref_trait=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-5eeeb9cb34eddf90.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-b679a2c088615f76.rmeta --extern writeable=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-e1e7665884459ee7.rmeta --extern yoke=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libyoke-ecb3a5950c5c48a3.rmeta --extern zerofrom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-93e27f7c486df9a9.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-385aa4ba2d520db9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:23:25 | 23 | fn load(&self, req: DataRequest) -> Result, DataError>; | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 23 | fn load(&self, req: DataRequest<'_>) -> Result, DataError>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:32:25 | 32 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 32 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:43:25 | 43 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:54:25 | 54 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:66:25 | 66 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:85:44 | 85 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 85 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:94:44 | 94 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:105:44 | 105 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:116:44 | 116 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:128:44 | 128 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:151:31 | 151 | fn load_bound(&self, req: DataRequest) -> Result, DataError>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | fn load_bound(&self, req: DataRequest<'_>) -> Result, DataError>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:162:31 | 162 | fn load_bound(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 162 | fn load_bound(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:177:31 | 177 | fn load_bound(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn load_bound(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:192:31 | 192 | fn load_bound(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn load_bound(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:208:31 | 208 | fn load_bound(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn load_bound(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:248:31 | 248 | fn load_bound(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 248 | fn load_bound(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/error.rs:164:46 | 164 | pub fn with_req(self, key: DataKey, req: DataRequest) -> DataError { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 164 | pub fn with_req(self, key: DataKey, req: DataRequest<'_>) -> DataError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/error.rs:216:50 | 216 | pub fn with_req(mut self, key: DataKey, req: DataRequest) -> Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 216 | pub fn with_req(mut self, key: DataKey, req: DataRequest<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/key.rs:533:32 | 533 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/key.rs:550:37 | 550 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 550 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/request.rs:43:32 | 43 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/request.rs:141:32 | 141 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 141 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/request.rs:173:52 | 173 | fn write_to_string(&self) -> alloc::borrow::Cow { | ------------------^---- expected lifetime parameter | help: indicate the anonymous lifetime | 173 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/response.rs:188:42 | 188 | F: FnOnce(&[u8]) -> Result<::Output, E>, | ------^^^^^^^^--------- expected lifetime parameter | help: indicate the anonymous lifetime | 188 | F: FnOnce(&[u8]) -> Result<>::Output, E>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:349:43 | 349 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:354:43 | 354 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:361:43 | 361 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:368:43 | 368 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 368 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:376:43 | 376 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 376 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:389:66 | 389 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap; | --------------------------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 389 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap<'_, Self>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:397:66 | 397 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap

{ | --------------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap<'_, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:407:43 | 407 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:420:55 | 420 | fn as_downcasting(&self) -> DowncastingAnyProvider; | ----------------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 420 | fn as_downcasting(&self) -> DowncastingAnyProvider<'_, Self>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:428:55 | 428 | fn as_downcasting(&self) -> DowncastingAnyProvider

{ | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 428 | fn as_downcasting(&self) -> DowncastingAnyProvider<'_, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:442:25 | 442 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 442 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:459:44 | 459 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 459 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/buf.rs:92:14 | 92 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/buf.rs:101:14 | 101 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 101 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/buf.rs:112:14 | 112 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/buf.rs:123:14 | 123 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 123 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/buf.rs:135:14 | 135 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/hello_world.rs:142:25 | 142 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 142 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/dynutil.rs:232:30 | 168 | / macro_rules! impl_dynamic_data_provider { 169 | | // allow passing in multiple things to do and get dispatched 170 | | ($provider:ty, $arms:tt, $one:path, $($rest:path),+) => { 171 | | $crate::impl_dynamic_data_provider!( ... | 232 | | req: $crate::DataRequest, | | --------^^^^^^^^^^^ | | | | | expected lifetime parameter ... | 255 | | }; 256 | | } | |_- in this expansion of `icu_provider::impl_dynamic_data_provider!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/hello_world.rs:166:1 | 166 | icu_provider::impl_dynamic_data_provider!(HelloWorldProvider, [HelloWorldV1Marker,], AnyMarker); | ----------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 232 | req: $crate::DataRequest<'_>, | ++++ warning: unexpected `cfg` condition value: `compiled_data` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/constructors.rs:275:15 | 145 | / macro_rules! gen_any_buffer_data_constructors { 146 | | (locale: skip, options: skip, error: $error_ty:path, $(#[$doc:meta])+) => { 147 | | $crate::gen_any_buffer_data_constructors!( 148 | | locale: skip, ... | 275 | | #[cfg(feature = "compiled_data")] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 372 | | }; 373 | | } | |__- in this expansion of `icu_provider::gen_any_buffer_data_constructors!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/hello_world.rs:270:5 | 270 | / icu_provider::gen_any_buffer_data_constructors!(locale: include, options: skip, error: DataError, 271 | | #[cfg(skip)] 272 | | functions: [ 273 | | try_new, ... | 277 | | Self, 278 | | ]); | |______- in this macro invocation | = note: expected values for `feature` are: `bench`, `datagen`, `deserialize_bincode_1`, `deserialize_json`, `deserialize_postcard_1`, `experimental`, `log_error_context`, `logging`, `macros`, `serde`, `std`, and `sync` = help: consider adding `compiled_data` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/hello_world.rs:313:37 | 313 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn write_to_string(&self) -> Cow<'_, str> { | +++ Compiling unic-langid v0.9.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="unic-langid-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "likelysubtags", "macros", "serde", "unic-langid-macros"))' -C metadata=b011ebd9e07be9ce -C extra-filename=-b011ebd9e07be9ce --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unic_langid_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_impl-8e398e7e4433f5bc.rmeta --extern unic_langid_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_macros-b91c653e2a677c98.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_macros --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da6130f95bbf9b84 -C extra-filename=-da6130f95bbf9b84 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro_hack=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro_hack-873fadc04ba7c823.so --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtinystr-56cfc747e11eb0dd.rmeta --extern unic_langid_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_impl-a87391f96eed6ccd.rmeta --extern unic_langid_macros_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_macros_impl-830a3853354acb4c.so --cap-lints warn -Z binary-dep-depinfo` Compiling icu_locid_transform_data v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_locid_transform_data CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform_data-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform_data-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_locid_transform crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_locid_transform_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_locid_transform_data --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a451974950c35a04 -C extra-filename=-a451974950c35a04 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform_data-1.5.0/src/lib.rs:14:7 | 14 | #[cfg(icu4x_custom_data)] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform_data-1.5.0/src/lib.rs:16:11 | 16 | #[cfg(not(icu4x_custom_data))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `icu_locid_transform_data` (lib) generated 2 warnings Compiling icu_locid_transform v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_locid_transform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='API for Unicode Language and Locale Identifiers canonicalization' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_locid_transform CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_locid_transform --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=3dfdb84d9673e590 -C extra-filename=-3dfdb84d9673e590 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-b39b89e85f3bcff4.so --extern icu_locid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-a39d3fc228b780e4.rmeta --extern icu_locid_transform_data=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform_data-a451974950c35a04.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-6f23fe15c2102851.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-b679a2c088615f76.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-385aa4ba2d520db9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `skip` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/expander.rs:292:15 | 292 | #[cfg(skip)] | ^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/expander.rs:375:30 | 375 | fn as_borrowed(&self) -> LocaleExpanderBorrowed { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 375 | fn as_borrowed(&self) -> LocaleExpanderBorrowed<'_> { | ++++ warning: unexpected `cfg` condition name: `skip` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/fallback/mod.rs:129:15 | 129 | #[cfg(skip)] | ^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/fallback/mod.rs:179:63 | 179 | pub fn for_config(&self, config: LocaleFallbackConfig) -> LocaleFallbackerWithConfig { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | pub fn for_config(&self, config: LocaleFallbackConfig) -> LocaleFallbackerWithConfig<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/fallback/mod.rs:187:49 | 187 | pub fn for_key(&self, data_key: DataKey) -> LocaleFallbackerWithConfig { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 187 | pub fn for_key(&self, data_key: DataKey) -> LocaleFallbackerWithConfig<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/fallback/mod.rs:192:34 | 192 | pub fn as_borrowed(&self) -> LocaleFallbackerBorrowed { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | pub fn as_borrowed(&self) -> LocaleFallbackerBorrowed<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/provider/canonicalizer.rs:123:22 | 123 | .map(|v: StrStrPair| -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 123 | .map(|v: StrStrPair<'_>| -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/provider/canonicalizer.rs:123:44 | 123 | .map(|v: StrStrPair| -> Result { | ^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 123 | .map(|v: StrStrPair| -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/provider/mod.rs:113:12 | 113 | pub struct StrStrPair<'a>( | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub struct StrStrPair<'_><'a>( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/provider/mod.rs:133:12 | 133 | pub struct LanguageStrStrPair<'a>( | ^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | pub struct LanguageStrStrPair<'_><'a>( | ++++ warning: `icu_locid` (lib) generated 34 warnings Compiling object v0.36.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.36.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=36 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name object --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="compression"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="wasm"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=b466a8c14a4cc98d -C extra-filename=-b466a8c14a4cc98d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrc32fast-cd56a120fecafb29.rmeta --extern flate2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libflate2-3b2b6204e07bc2d3.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-1cbc17c3792788df.rmeta --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-edf0f6b1239f8413.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-943ade0a503260fc.rmeta --extern ruzstd=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libruzstd-a564e2d0b0ac1a4b.rmeta --extern wasmparser=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwasmparser-31df03908b4673f9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `icu_provider` (lib) generated 45 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="unic-langid-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "likelysubtags", "macros", "serde", "unic-langid-macros"))' -C metadata=fcc732d1314eb55d -C extra-filename=-fcc732d1314eb55d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unic_langid_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_impl-a87391f96eed6ccd.rmeta --extern unic_langid_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_macros-da6130f95bbf9b84.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/thiserror-d3e5ec7d218cdfa2/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/thiserror-c24d34b418c00302/build-script-build` [thiserror 1.0.66] cargo:rerun-if-changed=build/probe.rs [thiserror 1.0.66] cargo:rustc-check-cfg=cfg(error_generic_member_access) [thiserror 1.0.66] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) Compiling rand_xoshiro v0.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rand_xoshiro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='Xoshiro, xoroshiro and splitmix64 random number generators' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_xoshiro CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rand_xoshiro --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=8c84da97980880b6 -C extra-filename=-8c84da97980880b6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_core-7f2d4ecf1988dff5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0/src/common.rs:243:44 | 243 | pub fn iter(&self) -> core::slice::Iter { | -----------------^--- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 243 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0/src/common.rs:249:38 | 249 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 249 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `rand_xoshiro` (lib) generated 2 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/thiserror-d3e5ec7d218cdfa2/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=848564230f3b272c -C extra-filename=-848564230f3b272c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libthiserror_impl-46f0f1157eb7bd93.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1164:49 | 1164 | impl<'de, T, S, E> IntoDeserializer<'de, E> for HashSet | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: using `into_iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1173:35 | 1173 | SeqDeserializer::new(self.into_iter()) | ^^^^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1592:52 | 1592 | impl<'de, K, V, S, E> IntoDeserializer<'de, E> for HashMap | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `into_iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1602:35 | 1602 | MapDeserializer::new(self.into_iter()) | ^^^^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1000:58 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1000 | | impl<'de, T $(, $typaram)*> Deserialize<'de> for $ty | | ^^^^^^^^^^^^^^^^^^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1010:41 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1010 | | marker: PhantomData<$ty>, | | ^^^^^^^^^^^^^^^^^^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1018:34 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1018 | | type Value = $ty; | | ^^^^^^^^^^^^^^^^^^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1126:5 | 1126 | HashSet::with_capacity_and_hasher(size_hint::cautious::(seq.size_hint()), S::default()), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1128:5 | 1128 | HashSet::insert | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: remove these bounds | 1047 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 1047 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:80 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^^^^^^^^^^^^^^^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1125:5 | 1125 | HashSet::clear, | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1127:5 | 1127 | HashSet::reserve, | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1193:39 | 1193 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1242:33 | 1242 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1520:61 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1520 | | impl<'de, K, V $(, $typaram)*> Deserialize<'de> for $ty | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1531:41 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1531 | | marker: PhantomData<$ty>, | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1540:34 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1540 | | type Value = $ty; | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1581:5 | 1581 | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary Compiling rustc_ast v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_ast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast --edition=2021 compiler/rustc_ast/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d71d302d4f8fcbc9 -C extra-filename=-d71d302d4f8fcbc9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-943ade0a503260fc.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-a5c0bf17c458be9f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-f136ea18a00a9413.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/ser/impls.rs:195:46 | 189 | / macro_rules! seq_impl { 190 | | ( 191 | | $(#[$attr:meta])* 192 | | $ty:ident ... | 195 | | impl Serialize for $ty | | ^^^^^^^^^^^^^^^^^^^^^ ... | 207 | | } 208 | | } | |_- in this expansion of `seq_impl!` ... 245 | / seq_impl! { 246 | | #[cfg(feature = "std")] 247 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 248 | | HashSet 249 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/ser/impls.rs:455:49 | 449 | / macro_rules! map_impl { 450 | | ( 451 | | $(#[$attr:meta])* 452 | | $ty:ident ... | 455 | | impl Serialize for $ty | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 468 | | } 469 | | } | |_- in this expansion of `map_impl!` ... 501 | / map_impl! { 502 | | #[cfg(feature = "std")] 503 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 504 | | HashMap 505 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2378:29 | 2378 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2492:39 | 2492 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2651:29 | 2651 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2694:32 | 2694 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1647:46 | 1647 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2125:39 | 2125 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2154:42 | 2154 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:988:35 | 988 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1182:37 | 1182 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1220:40 | 1220 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1245:56 | 1245 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1289:57 | 1289 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound warning: `serde` (lib) generated 240 warnings (42 duplicates) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.132 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/serde_json-72cea2453ec43fa6/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=63fbef0759efb83a -C extra-filename=-63fbef0759efb83a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitoa-3614d75eb8e9d8aa.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-943ade0a503260fc.rmeta --extern ryu=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libryu-73753efb5edaaa5d.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-a09314bb33eaaae9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:274:43 | 274 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:303:27 | 303 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:311:35 | 311 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:319:27 | 319 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:327:29 | 327 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:335:37 | 335 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 335 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:509:54 | 509 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1346:46 | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1388:29 | 1388 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1388 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:406:54 | 406 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:798:40 | 798 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 798 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1911:23 | 1911 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1964:23 | 1964 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2029:27 | 2029 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2082:31 | 2082 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2145:20 | 2145 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:414:31 | 414 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 414 - struct Adapter<'ser, W: 'ser, F: 'ser> { 414 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:469:24 | 469 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 469 - pub enum Compound<'a, W: 'a, F: 'a> { 469 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:771:30 | 771 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 771 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 771 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound warning: `icu_locid_transform` (lib) generated 10 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/thiserror-de3dd87742184fe2/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/thiserror-c24d34b418c00302/build-script-build` [thiserror 1.0.66] cargo:rerun-if-changed=build/probe.rs [thiserror 1.0.66] cargo:rustc-check-cfg=cfg(error_generic_member_access) [thiserror 1.0.66] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) Compiling type-map v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=type_map CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Brown ' CARGO_PKG_DESCRIPTION='Provides a typemap container with FxHashMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=type-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kardeiz/type-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name type_map --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=918c21d29a24feb6 -C extra-filename=-918c21d29a24feb6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-3d624b9bd1137268.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/src/lib.rs:169:49 | 169 | pub fn entry(&mut self) -> Entry { | -----^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 169 | pub fn entry(&mut self) -> Entry<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/src/lib.rs:359:67 | 359 | pub fn entry(&mut self) -> Entry { | -----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 359 | pub fn entry(&mut self) -> Entry<'_, T> { | +++ warning: `type-map` (lib) generated 2 warnings Compiling rustc_feature v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_feature CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_feature CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_feature --edition=2021 compiler/rustc_feature/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc3a30d73f01b979 -C extra-filename=-fc3a30d73f01b979 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-a09314bb33eaaae9.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-63fbef0759efb83a.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/read/mod.rs:784:26 | 784 | pub struct RelocationMap(Map); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/read/mod.rs:796:37 | 796 | let mut map = RelocationMap(Map::new()); | ^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/read/read_cache.rs:38:11 | 38 | bufs: Map<(u64, u64), Box<[u8]>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/read/read_cache.rs:39:14 | 39 | strings: Map<(u64, u8), Box<[u8]>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/read/read_cache.rs:72:23 | 72 | bufs: Map::new(), | ^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/read/read_cache.rs:73:26 | 73 | strings: Map::new(), | ^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/write/mod.rs:75:24 | 75 | standard_sections: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/write/mod.rs:77:17 | 77 | symbol_map: HashMap, SymbolId>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/write/mod.rs:84:19 | 84 | stub_symbols: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/write/mod.rs:107:32 | 107 | standard_sections: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/write/mod.rs:109:25 | 109 | symbol_map: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/write/mod.rs:114:27 | 114 | stub_symbols: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary Compiling rustc_abi v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_abi CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_abi CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_abi --edition=2021 compiler/rustc_abi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --cfg 'feature="randomize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "randomize"))' -C metadata=b6cfbf0a4490c6a1 -C extra-filename=-b6cfbf0a4490c6a1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern rand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand-b63affec7d33b5ba.rmeta --extern rand_xoshiro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_xoshiro-8c84da97980880b6.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: `wasmparser` (lib) generated 6 warnings Compiling regex-automata v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/regex-automata' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/regex-automata' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fst", "log", "logging", "regex-syntax", "std", "syntax", "transducer"))' -C metadata=87406ec2d6ddffd3 -C extra-filename=-87406ec2d6ddffd3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-943ade0a503260fc.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.2.0/src/util/id.rs:530:26 | 530 | fn arbitrary(gen: &mut quickcheck::Gen) -> $ty { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.2.0/src/util/id.rs:533:59 | 533 | let id = max(i32::MIN + 1, i32::arbitrary(gen)).abs(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `serde_json` (lib) generated 34 warnings Compiling fnv v1.0.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fnv-1.0.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fnv --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=69a318086af263ab -C extra-filename=-69a318086af263ab --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling strsim v0.11.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name strsim --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84b8a7e32617999a -C extra-filename=-84b8a7e32617999a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/src/lib.rs:38:29 | 38 | fn fmt(&self, fmt: &mut Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 38 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), fmt::Error> { | ++++ Compiling self_cell v1.0.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/Cargo.toml CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust", "rustversion"))' -C metadata=51b7302a453e61a2 -C extra-filename=-51b7302a453e61a2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:60:10 | 60 | &(*joined_ptr.as_ptr()).owner | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:57:5 | 57 | pub unsafe fn borrow_owner<'a, Dependent>(&'a self) -> &'a Owner { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:66:10 | 66 | &(*joined_ptr.as_ptr()).dependent | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:63:5 | 63 | pub unsafe fn borrow_dependent<'a, Dependent>(&'a self) -> &'a Dependent { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:76:14 | 76 | &(*joined_ptr.as_ptr()).owner, | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:69:5 | 69 | pub unsafe fn borrow_mut<'a, Dependent>(&'a mut self) -> (&'a Owner, &'a mut Dependent) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:77:18 | 77 | &mut (*joined_ptr.as_ptr()).dependent, | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::drop_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:91:9 | 91 | drop_in_place(&mut (*joined_ptr.as_ptr()).dependent); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:82:5 | 82 | pub unsafe fn drop_joined(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:91:28 | 91 | drop_in_place(&mut (*joined_ptr.as_ptr()).dependent); | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `unsafe_self_cell::OwnerAndCellDropGuard::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:102:26 | 102 | let drop_guard = OwnerAndCellDropGuard::new(joined_ptr); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:98:5 | 98 | pub unsafe fn into_owner(self) -> Owner { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::drop_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:105:9 | 105 | drop_in_place(&mut (*joined_ptr.as_ptr()).dependent); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:105:28 | 105 | drop_in_place(&mut (*joined_ptr.as_ptr()).dependent); | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:109:40 | 109 | let owner_ptr: *const Owner = &(*joined_ptr.as_ptr()).owner; | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:113:21 | 113 | let owner = read(owner_ptr); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `alloc::alloc::dealloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:117:9 | 117 | dealloc(self.joined_void_ptr.as_ptr(), layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:199:49 | 199 | let owner_ptr = core::ptr::addr_of_mut!((*this).owner); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:198:5 | 198 | pub unsafe fn _field_pointers(this: *mut Self) -> (*mut Owner, *mut Dependent) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:200:53 | 200 | let dependent_ptr = core::ptr::addr_of_mut!((*this).dependent); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning: `self_cell` (lib) generated 14 warnings Compiling icu_list_data v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_list_data CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list_data-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list_data-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_list crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_list_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_list_data --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45646b75b92d75f3 -C extra-filename=-45646b75b92d75f3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list_data-1.5.0/src/lib.rs:14:7 | 14 | #[cfg(icu4x_custom_data)] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list_data-1.5.0/src/lib.rs:16:11 | 16 | #[cfg(not(icu4x_custom_data))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `icu_list_data` (lib) generated 2 warnings Compiling rustc_fs_util v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_fs_util CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_fs_util CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_fs_util --edition=2021 compiler/rustc_fs_util/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2710aa483514ae6 -C extra-filename=-f2710aa483514ae6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `strsim` (lib) generated 1 warning Compiling ident_case v1.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ident_case CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ident_case-1.0.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ident_case-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Utility for applying case rules to Rust identifiers.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ident_case CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/ident_case' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ident_case --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc73ba3ed0845f71 -C extra-filename=-fc73ba3ed0845f71 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hash --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c50ca4b20e3f713a -C extra-filename=-c50ca4b20e3f713a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ident_case-1.0.1/src/lib.rs:25:17 | 25 | use std::ascii::AsciiExt; | ^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: unused import: `std::ascii::AsciiExt` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ident_case-1.0.1/src/lib.rs:25:5 | 25 | use std::ascii::AsciiExt; | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default Compiling darling_core v0.20.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=darling_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_core-0.20.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_core-0.20.10/Cargo.toml CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.20.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name darling_core --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=bc454d8a54f1d4f2 -C extra-filename=-bc454d8a54f1d4f2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern fnv=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libfnv-69a318086af263ab.rmeta --extern ident_case=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libident_case-fc73ba3ed0845f71.rmeta --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rmeta --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rmeta --extern strsim=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libstrsim-84b8a7e32617999a.rmeta --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `ident_case` (lib) generated 2 warnings Compiling rustc_target v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=type_map CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Brown ' CARGO_PKG_DESCRIPTION='Provides a typemap container with FxHashMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=type-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kardeiz/type-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name type_map --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=184d3df8acebd89a -C extra-filename=-184d3df8acebd89a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_hash-c50ca4b20e3f713a.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_target CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_target CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_target --edition=2021 compiler/rustc_target/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1343fc0bab5da7aa -C extra-filename=-1343fc0bab5da7aa --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libobject-b466a8c14a4cc98d.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f2710aa483514ae6.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-63fbef0759efb83a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: `type-map` (lib) generated 2 warnings (2 duplicates) Compiling icu_list v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_list CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='ECMA-402 ListFormatter' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_list CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_list --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "serde_human", "std"))' -C metadata=3d42f3e12b49f240 -C extra-filename=-3d42f3e12b49f240 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-b39b89e85f3bcff4.so --extern icu_list_data=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_list_data-45646b75b92d75f3.rmeta --extern icu_locid_transform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-3dfdb84d9673e590.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-6f23fe15c2102851.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-87406ec2d6ddffd3.rmeta --extern writeable=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-e1e7665884459ee7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `regex-automata` (lib) generated 2 warnings Compiling self_cell v0.10.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3/Cargo.toml CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust"))' -C metadata=8e21c7245cc83aad -C extra-filename=-8e21c7245cc83aad --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern new_self_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-51b7302a453e61a2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling intl-memoizer v0.5.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=intl_memoizer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='A memoizer specifically tailored for storing lazy-initialized intl formatters. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl-memoizer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name intl_memoizer --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0f1b2e0e17f0306 -C extra-filename=-a0f1b2e0e17f0306 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern type_map=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtype_map-918c21d29a24feb6.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-b011ebd9e07be9ce.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs:219:22 | 219 | .entry::>() | ^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs:220:29 | 220 | .or_insert_with(HashMap::new); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs:326:10 | 326 | map: HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/concurrent.rs:34:22 | 34 | .entry::>() | ^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/concurrent.rs:35:29 | 35 | .or_insert_with(HashMap::new); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `intl-memoizer` (lib) generated 5 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/thiserror-de3dd87742184fe2/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60a07368af6dad75 -C extra-filename=-60a07368af6dad75 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libthiserror_impl-46f0f1157eb7bd93.so --cap-lints warn -Z binary-dep-depinfo --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` Compiling fluent-syntax v0.11.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fluent_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='Parser/Serializer tools for Fluent Syntax. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_syntax --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default", "json", "serde", "serde_json"))' -C metadata=450b5cfd7bc4c48f -C extra-filename=-450b5cfd7bc4c48f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthiserror-848564230f3b272c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/src/unicode.rs:121:54 | 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow<'_, str> { | +++ warning: `fluent-syntax` (lib) generated 1 warning Compiling intl_pluralrules v7.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=intl_pluralrules CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/Cargo.toml CARGO_PKG_AUTHORS='Kekoa Riggin :Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Unicode Plural Rules categorizer for numeric input.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl_pluralrules CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/pluralrules' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name intl_pluralrules --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=126c44a49534c81a -C extra-filename=-126c44a49534c81a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-b011ebd9e07be9ce.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/operands.rs:51:13 | 51 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `tarpaulin_include` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/lib.rs:30:11 | 30 | #[cfg(not(tarpaulin_include))] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/rules.rs:2:13 | 2 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::float_cmp))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/rules.rs:3:13 | 3 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/rules.rs:4:13 | 4 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::nonminimal_bool))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration Compiling fluent-langneg v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fluent_langneg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='A library for language and locale negotiation. ' CARGO_PKG_HOMEPAGE='http://projectfluent.org/' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-langneg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-langneg-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_langneg --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cldr", "default"))' -C metadata=5f5a745a54526967 -C extra-filename=-5f5a745a54526967 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-b011ebd9e07be9ce.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling odht v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=odht CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A Rust crate for hash tables that can be mapped from disk into memory without the need for up-front decoding.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=odht CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/odht' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name odht --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "no_simd"))' -C metadata=07601dbd82f06fec -C extra-filename=-07601dbd82f06fec --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:797:26 | 797 | fn arbitrary(gen: &mut Gen) -> Self { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:800:40 | 800 | *x = u8::arbitrary(gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: the feature `core_intrinsics` is internal to the compiler or standard library --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:56:42 | 56 | #![cfg_attr(feature = "nightly", feature(core_intrinsics))] | ^^^^^^^^^^^^^^^ | = note: using it is strongly discouraged = note: `#[warn(internal_features)]` on by default warning[E0133]: call to unsafe function `memory_layout::Allocation::::from_raw_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:292:26 | 292 | let allocation = memory_layout::Allocation::from_raw_bytes_unchecked(data); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:290:5 | 290 | pub unsafe fn from_raw_bytes_unchecked(data: &[u8]) -> HashTableOwned { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `memory_layout::Allocation::::from_raw_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:397:25 | 397 | allocation: memory_layout::Allocation::from_raw_bytes_unchecked(data), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:395:5 | 395 | pub unsafe fn from_raw_bytes_unchecked(data: D) -> HashTable { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `intl_pluralrules` (lib) generated 5 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/Cargo.toml CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust", "rustversion"))' -C metadata=c3765c001a34dd72 -C extra-filename=-c3765c001a34dd72 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `odht` (lib) generated 5 warnings Compiling fluent-bundle v0.15.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3/Cargo.toml CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust"))' -C metadata=4533091e8b2debe1 -C extra-filename=-4533091e8b2debe1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern new_self_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libself_cell-c3765c001a34dd72.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fluent_bundle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='A localization system designed to unleash the entire expressive power of natural language translations. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-bundle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_bundle --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default"))' -C metadata=9e41e2d2b708757d -C extra-filename=-9e41e2d2b708757d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern fluent_langneg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_langneg-5f5a745a54526967.rmeta --extern fluent_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_syntax-450b5cfd7bc4c48f.rmeta --extern intl_memoizer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libintl_memoizer-a0f1b2e0e17f0306.rmeta --extern intl_pluralrules=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libintl_pluralrules-126c44a49534c81a.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-3d624b9bd1137268.rmeta --extern self_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-8e21c7245cc83aad.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-b011ebd9e07be9ce.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling rustc_baked_icu_data v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_baked_icu_data CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_baked_icu_data CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_baked_icu_data --edition=2021 compiler/rustc_baked_icu_data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=823ac846532eafe5 -C extra-filename=-823ac846532eafe5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern icu_list=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_list-3d42f3e12b49f240.rmeta --extern icu_locid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-a39d3fc228b780e4.rmeta --extern icu_locid_transform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-3dfdb84d9673e590.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-6f23fe15c2102851.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-385aa4ba2d520db9.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/args.rs:96:56 | 96 | pub fn iter(&self) -> impl Iterator { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 96 | pub fn iter(&self) -> impl Iterator)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:142:49 | 142 | pub(crate) transform: Option Cow>, | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 142 | pub(crate) transform: Option Cow<'_, str>>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:143:38 | 143 | pub(crate) formatter: Option Option>, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 143 | pub(crate) formatter: Option, &M) -> Option>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:342:65 | 342 | pub fn set_transform(&mut self, func: Option Cow>) { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 342 | pub fn set_transform(&mut self, func: Option Cow<'_, str>>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:352:54 | 352 | pub fn set_formatter(&mut self, func: Option Option>) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | pub fn set_formatter(&mut self, func: Option, &M) -> Option>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:444:31 | 444 | args: Option<&'bundle FluentArgs>, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 444 | args: Option<&'bundle FluentArgs<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:488:29 | 488 | args: Option<&'args FluentArgs>, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 488 | args: Option<&'args FluentArgs<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:537:44 | 537 | F: for<'a> Fn(&[FluentValue<'a>], &FluentArgs) -> FluentValue<'a> + Sync + Send + 'static, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 537 | F: for<'a> Fn(&[FluentValue<'a>], &FluentArgs<'_>) -> FluentValue<'a> + Sync + Send + 'static, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/entry.rs:14:45 | 14 | Box Fn(&[FluentValue<'a>], &FluentArgs) -> FluentValue<'a> + Send + Sync>; | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 14 | Box Fn(&[FluentValue<'a>], &FluentArgs<'_>) -> FluentValue<'a> + Send + Sync>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/resolver/scope.rs:32:29 | 32 | args: Option<&'args FluentArgs>, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 32 | args: Option<&'args FluentArgs<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/types/number.rs:89:36 | 89 | pub fn merge(&mut self, opts: &FluentArgs) { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | pub fn merge(&mut self, opts: &FluentArgs<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/types/mod.rs:181:17 | 181 | other: &FluentValue, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | other: &FluentValue<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/types/mod.rs:182:22 | 182 | scope: &Scope, | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 182 | scope: &Scope<'_, '_, '_, '_, R, M>, | +++++++++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/types/mod.rs:216:58 | 216 | pub fn write(&self, w: &mut W, scope: &Scope) -> fmt::Result | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 216 | pub fn write(&self, w: &mut W, scope: &Scope<'_, '_, '_, '_, R, M>) -> fmt::Result | +++++++++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/types/mod.rs:240:72 | 240 | pub fn as_string, M>(&self, scope: &Scope) -> Cow<'source, str> | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 240 | pub fn as_string, M>(&self, scope: &Scope<'_, '_, '_, '_, R, M>) -> Cow<'source, str> | +++++++++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/types/mod.rs:262:73 | 262 | pub fn into_string, M>(self, scope: &Scope) -> Cow<'source, str> | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 262 | pub fn into_string, M>(self, scope: &Scope<'_, '_, '_, '_, R, M>) -> Cow<'source, str> | +++++++++++++++ Compiling darling_macro v0.20.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=darling_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_macro-0.20.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_macro-0.20.10/Cargo.toml CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.20.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name darling_macro --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8329114ee69654b -C extra-filename=-e8329114ee69654b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern darling_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdarling_core-bc454d8a54f1d4f2.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `object` (lib) generated 12 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fluent_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='Parser/Serializer tools for Fluent Syntax. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_syntax --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default", "json", "serde", "serde_json"))' -C metadata=94efdec0653934a8 -C extra-filename=-94efdec0653934a8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libthiserror-60a07368af6dad75.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=intl_memoizer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='A memoizer specifically tailored for storing lazy-initialized intl formatters. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl-memoizer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name intl_memoizer --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=869e02f32fc4379a -C extra-filename=-869e02f32fc4379a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern type_map=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtype_map-184d3df8acebd89a.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid-fcc732d1314eb55d.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling icu_provider_adapters v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_provider_adapters CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Adapters for composing and manipulating data providers.' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_provider_adapters CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_provider_adapters --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("databake", "datagen", "serde", "std"))' -C metadata=5259b4bad6eb3dbc -C extra-filename=-5259b4bad6eb3dbc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern icu_locid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-a39d3fc228b780e4.rmeta --extern icu_locid_transform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-3dfdb84d9673e590.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-6f23fe15c2102851.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-b679a2c088615f76.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-385aa4ba2d520db9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/any_payload.rs:105:41 | 105 | fn load_any(&self, key: DataKey, _: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 105 | fn load_any(&self, key: DataKey, _: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/any_payload.rs:121:25 | 121 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 121 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/either.rs:27:43 | 27 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/either.rs:41:14 | 41 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/either.rs:55:44 | 55 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/either.rs:68:25 | 68 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/empty.rs:58:48 | 58 | fn load_any(&self, key: DataKey, base_req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | fn load_any(&self, key: DataKey, base_req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/empty.rs:67:19 | 67 | base_req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 67 | base_req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/empty.rs:77:49 | 77 | fn load_data(&self, key: DataKey, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn load_data(&self, key: DataKey, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/empty.rs:86:30 | 86 | fn load(&self, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 86 | fn load(&self, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fallback/mod.rs:199:19 | 199 | F1: FnMut(DataRequest) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | F1: FnMut(DataRequest<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fallback/mod.rs:194:23 | 194 | mut base_req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 194 | mut base_req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fallback/mod.rs:242:48 | 242 | fn load_any(&self, key: DataKey, base_req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn load_any(&self, key: DataKey, base_req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fallback/mod.rs:259:19 | 259 | base_req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 259 | base_req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fallback/mod.rs:275:49 | 275 | fn load_data(&self, key: DataKey, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 275 | fn load_data(&self, key: DataKey, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fallback/mod.rs:290:30 | 290 | fn load(&self, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | fn load(&self, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/impls.rs:12:45 | 12 | RequestFilterDataProvider bool + Sync + 'a>>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | RequestFilterDataProvider) -> bool + Sync + 'a>>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/impls.rs:16:11 | 16 | F: Fn(DataRequest) -> bool + Sync, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 16 | F: Fn(DataRequest<'_>) -> bool + Sync, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:55:11 | 55 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:70:11 | 70 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 70 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:74:44 | 74 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:87:11 | 87 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:91:25 | 91 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 91 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:104:11 | 104 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:110:14 | 110 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 110 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:124:11 | 124 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 124 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:127:43 | 127 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:221:45 | 221 | ) -> RequestFilterDataProvider bool>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 221 | ) -> RequestFilterDataProvider) -> bool>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:231:45 | 231 | ) -> RequestFilterDataProvider bool> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 231 | ) -> RequestFilterDataProvider) -> bool> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:232:20 | 232 | fn noop(_: DataRequest) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn noop(_: DataRequest<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/by_error.rs:55:14 | 55 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/by_error.rs:73:43 | 73 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/by_error.rs:91:44 | 91 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 91 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/by_error.rs:175:14 | 175 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 175 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/by_error.rs:195:43 | 195 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/by_error.rs:215:44 | 215 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/predicates.rs:35:46 | 35 | fn test(&self, key: DataKey, req: Option, err: DataError) -> bool; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn test(&self, key: DataKey, req: Option>, err: DataError) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/predicates.rs:52:42 | 52 | fn test(&self, _: DataKey, _: Option, err: DataError) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | fn test(&self, _: DataKey, _: Option>, err: DataError) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/predicates.rs:134:42 | 134 | fn test(&self, _: DataKey, _: Option, err: DataError) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 134 | fn test(&self, _: DataKey, _: Option>, err: DataError) -> bool { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=intl_pluralrules CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/Cargo.toml CARGO_PKG_AUTHORS='Kekoa Riggin :Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Unicode Plural Rules categorizer for numeric input.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl_pluralrules CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/pluralrules' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name intl_pluralrules --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aef283d776cdda66 -C extra-filename=-aef283d776cdda66 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid-fcc732d1314eb55d.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `fluent-syntax` (lib) generated 1 warning (1 duplicate) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fluent_langneg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='A library for language and locale negotiation. ' CARGO_PKG_HOMEPAGE='http://projectfluent.org/' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-langneg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-langneg-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_langneg --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cldr", "default"))' -C metadata=8fbc5a1197651b08 -C extra-filename=-8fbc5a1197651b08 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid-fcc732d1314eb55d.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `tarpaulin_include` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/lib.rs:30:11 | 30 | #[cfg(not(tarpaulin_include))] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `icu_provider_adapters` (lib) generated 39 warnings Compiling rustc_type_ir_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_type_ir_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_type_ir_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_type_ir_macros --edition=2021 compiler/rustc_type_ir_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29c666194668eef5 -C extra-filename=-29c666194668eef5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern synstructure=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsynstructure-e21b4ee97c139afa.rlib --extern proc_macro -Z binary-dep-depinfo` Compiling itertools v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name itertools --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=ab09486c34baeba2 -C extra-filename=-ab09486c34baeba2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-bece2021b0fc1168.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:591:64 | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:89:27 | 89 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:104:27 | 104 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:129:72 | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:62:29 | 62 | F: FnOnce(ProcessResults) -> R, | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 62 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:961:33 | 961 | F: FnOnce(ProcessResults) -> R, | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | F: FnOnce(ProcessResults<'_, Self, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1438:71 | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1464:63 | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2309:41 | 2309 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2309 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2348:64 | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ warning: `intl_pluralrules` (lib) generated 5 warnings (4 duplicates) Compiling rustc_hir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir --edition=2021 compiler/rustc_hir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ace2b9df5d02d3b -C extra-filename=-6ace2b9df5d02d3b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern odht=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libodht-07601dbd82f06fec.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-5c4cd65efdbb98e8.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name smallvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=7f288ac4b6f00270 -C extra-filename=-7f288ac4b6f00270 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling unicode-width v0.1.14 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=237889b0062a515f -C extra-filename=-237889b0062a515f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=8c7e8784419cfde0 -C extra-filename=-8c7e8784419cfde0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling anstyle v1.0.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e6ed31ec4ef44376 -C extra-filename=-e6ed31ec4ef44376 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2091:24 | 2091 | let mut used = HashSet::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:3087:38 | 3087 | fn into_group_map(self) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:3123:50 | 3123 | fn into_group_map_by(self, f: F) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:3870:24 | 3870 | fn counts(self) -> HashMap | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:3875:26 | 3875 | let mut counts = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:3913:39 | 3913 | fn counts_by(self, f: F) -> HashMap | ^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:578:30 | 578 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:28:27 | 28 | used: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:38:15 | 38 | used: HashMap, | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/group_map.rs:11:44 | 11 | pub fn into_group_map(iter: I) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/group_map.rs:16:22 | 16 | let mut lookup = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/group_map.rs:25:68 | 25 | pub fn into_group_map_by(iter: I, f: impl Fn(&V) -> K) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:375:16 | 375 | I: Iterator + 'a, | ^^^^^ 376 | I::Item: 'a, 377 | / K: 'a, 378 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 375 ~ I: Iterator, 376 | I::Item: 'a, 377 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:416:16 | 416 | I: Iterator + 'a, | ^^^^^ 417 | I::Item: 'a, 418 | / K: 'a, 419 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 416 ~ I: Iterator, 417 | I::Item: 'a, 418 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:546:16 | 546 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:577:16 | 577 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:107:57 | 107 | pub fn aggregate(self, mut operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:111:35 | 111 | let mut destination_map = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:156:75 | 156 | pub fn fold_with(self, mut init: FI, mut operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:192:57 | 192 | pub fn fold(self, init: R, operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:227:55 | 227 | pub fn fold_first(self, mut operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:257:32 | 257 | pub fn collect(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:261:35 | 261 | let mut destination_map = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:291:25 | 291 | pub fn max(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:317:47 | 317 | pub fn max_by(self, mut compare: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:346:49 | 346 | pub fn max_by_key(self, mut f: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:372:25 | 372 | pub fn min(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:398:47 | 398 | pub fn min_by(self, mut compare: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:427:49 | 427 | pub fn min_by_key(self, mut f: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:462:28 | 462 | pub fn minmax(self) -> HashMap> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:492:50 | 492 | pub fn minmax_by(self, mut compare: F) -> HashMap> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:543:52 | 543 | pub fn minmax_by_key(self, mut f: F) -> HashMap> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:570:25 | 570 | pub fn sum(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:596:29 | 596 | pub fn product(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:115:16 | 115 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:17:11 | 17 | used: HashMap, | ^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:38:15 | 38 | used: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:44:35 | 44 | fn count_new_keys(mut used: HashMap, iterable: I) -> usize | ^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:184:19 | 184 | used: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary Compiling annotate-snippets v0.11.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=annotate_snippets CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Library for building code annotations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=annotate-snippets CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/annotate-snippets-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name annotate_snippets --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "testing-colors"))' -C metadata=cdcb4ecba1c3393d -C extra-filename=-cdcb4ecba1c3393d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libanstyle-e6ed31ec4ef44376.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunicode_width-237889b0062a515f.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fluent_bundle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='A localization system designed to unleash the entire expressive power of natural language translations. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-bundle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_bundle --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default"))' -C metadata=81d24b1d0a4b132c -C extra-filename=-81d24b1d0a4b132c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern fluent_langneg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libfluent_langneg-8fbc5a1197651b08.rmeta --extern fluent_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libfluent_syntax-94efdec0653934a8.rmeta --extern intl_memoizer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libintl_memoizer-869e02f32fc4379a.rmeta --extern intl_pluralrules=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libintl_pluralrules-aef283d776cdda66.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_hash-c50ca4b20e3f713a.rmeta --extern self_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libself_cell-4533091e8b2debe1.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsmallvec-7f288ac4b6f00270.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid-fcc732d1314eb55d.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `fluent-bundle` (lib) generated 16 warnings Compiling rustc_ast_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_pretty CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_pretty CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_pretty --edition=2021 compiler/rustc_ast_pretty/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2cce120561067906 -C extra-filename=-2cce120561067906 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-ab09486c34baeba2.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-f136ea18a00a9413.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_type_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_type_ir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_type_ir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_type_ir --edition=2021 compiler/rustc_type_ir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --cfg 'feature="default"' --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=d68f32707fada953 -C extra-filename=-d68f32707fada953 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern derive_where=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libderive_where-e9a417574228b605.so --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-edf0f6b1239f8413.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-3d624b9bd1137268.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-a5c0bf17c458be9f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_type_ir_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_type_ir_macros-29c666194668eef5.so --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: `itertools` (lib) generated 83 warnings Compiling rustc_error_messages v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_error_messages CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_error_messages CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_error_messages --edition=2021 compiler/rustc_error_messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=23bd5cd9669cc9f6 -C extra-filename=-23bd5cd9669cc9f6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern fluent_bundle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_bundle-9e41e2d2b708757d.rmeta --extern fluent_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_syntax-450b5cfd7bc4c48f.rmeta --extern icu_list=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_list-3d42f3e12b49f240.rmeta --extern icu_locid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-a39d3fc228b780e4.rmeta --extern icu_provider_adapters=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider_adapters-5259b4bad6eb3dbc.rmeta --extern intl_memoizer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libintl_memoizer-a0f1b2e0e17f0306.rmeta --extern rustc_baked_icu_data=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_baked_icu_data-823ac846532eafe5.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-b011ebd9e07be9ce.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: `fluent-bundle` (lib) generated 16 warnings (16 duplicates) Compiling darling v0.20.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=darling CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling-0.20.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling-0.20.10/Cargo.toml CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='A proc-macro library for reading attributes into structs when implementing custom derives. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.20.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name darling --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=5690cf2407a1721b -C extra-filename=-5690cf2407a1721b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern darling_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdarling_core-bc454d8a54f1d4f2.rmeta --extern darling_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdarling_macro-e8329114ee69654b.so --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f785d47d0e2007ee -C extra-filename=-f785d47d0e2007ee --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=annotate_snippets CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Library for building code annotations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=annotate-snippets CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/annotate-snippets-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name annotate_snippets --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "testing-colors"))' -C metadata=aafd3f08ca501753 -C extra-filename=-aafd3f08ca501753 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libanstyle-f785d47d0e2007ee.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-8c7e8784419cfde0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling derive_setters v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=derive_setters CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive_setters-0.1.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive_setters-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='Lymia Aluysia ' CARGO_PKG_DESCRIPTION='Rust macro to automatically generates setter methods for a struct'\''s fields.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derive_setters CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lymia/derive_setters' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name derive_setters --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive_setters-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=112edf8ece67f424 -C extra-filename=-112edf8ece67f424 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern darling=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdarling-5690cf2407a1721b.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive_setters-0.1.6/src/lib.rs:3:1 | 3 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `derive_setters` (lib) generated 1 warning Compiling rustc_fluent_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_fluent_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_fluent_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_fluent_macro --edition=2021 compiler/rustc_fluent_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbbf4dcd55fbf21a -C extra-filename=-dbbf4dcd55fbf21a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libannotate_snippets-cdcb4ecba1c3393d.rlib --extern fluent_bundle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libfluent_bundle-81d24b1d0a4b132c.rlib --extern fluent_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libfluent_syntax-94efdec0653934a8.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsyn-5eaabbb92e148b0a.rlib --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid-fcc732d1314eb55d.rlib --extern proc_macro -Z binary-dep-depinfo` Compiling rustc_lint_defs v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_lint_defs CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_lint_defs CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_lint_defs --edition=2021 compiler/rustc_lint_defs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c39988305a4dec42 -C extra-filename=-c39988305a4dec42 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_error_messages=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-23bd5cd9669cc9f6.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-a09314bb33eaaae9.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling termize v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=termize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Yuki Okushi ' CARGO_PKG_DESCRIPTION='functions for determining terminal sizes and dimensions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/JohnTitor/termize' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name termize --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67a2c5aef2e43a72 -C extra-filename=-67a2c5aef2e43a72 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:11:31 | 11 | let mut window: winsize = zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:10:1 | 10 | unsafe fn get_dimensions_any() -> winsize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:12:22 | 12 | let mut result = ioctl(STDOUT_FILENO, TIOCGWINSZ.into(), &mut window); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:15:18 | 15 | window = zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:16:18 | 16 | result = ioctl(STDIN_FILENO, TIOCGWINSZ.into(), &mut window); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:18:22 | 18 | window = zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:19:22 | 19 | result = ioctl(STDERR_FILENO, TIOCGWINSZ.into(), &mut window); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:21:24 | 21 | return zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:32:31 | 32 | let mut window: winsize = zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:31:1 | 31 | unsafe fn get_dimensions_out() -> winsize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:33:18 | 33 | let result = ioctl(STDOUT_FILENO, TIOCGWINSZ.into(), &mut window); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:38:5 | 38 | zeroed() | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:45:31 | 45 | let mut window: winsize = zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:44:1 | 44 | unsafe fn get_dimensions_in() -> winsize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:46:18 | 46 | let result = ioctl(STDIN_FILENO, TIOCGWINSZ.into(), &mut window); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:51:5 | 51 | zeroed() | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:58:31 | 58 | let mut window: winsize = zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:57:1 | 57 | unsafe fn get_dimensions_err() -> winsize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:59:18 | 59 | let result = ioctl(STDERR_FILENO, TIOCGWINSZ.into(), &mut window); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:64:5 | 64 | zeroed() | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: `termize` (lib) generated 16 warnings Compiling termcolor v1.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name termcolor --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a505df0c4f39c72 -C extra-filename=-6a505df0c4f39c72 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:187:41 | 187 | fn set_hyperlink(&mut self, _link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 187 | fn set_hyperlink(&mut self, _link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:211:40 | 211 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 211 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:232:40 | 232 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:371:32 | 371 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 371 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:728:40 | 728 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 728 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:772:40 | 772 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 772 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:819:40 | 819 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 819 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:891:40 | 891 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:979:40 | 979 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 979 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:1360:40 | 1360 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:1441:37 | 1441 | fn set_hyperlink(&mut self, _: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | fn set_hyperlink(&mut self, _: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:1547:40 | 1547 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1547 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:1694:37 | 1694 | fn set_hyperlink(&mut self, _: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1694 | fn set_hyperlink(&mut self, _: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:2335:40 | 2335 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2335 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ Compiling rustc_error_codes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_error_codes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_error_codes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_error_codes --edition=2021 compiler/rustc_error_codes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71bddecccaf558a0 -C extra-filename=-71bddecccaf558a0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling getopts v0.2.21 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=getopts CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='getopts-like option parsing. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/getopts' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getopts CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/getopts' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name getopts --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=6e072770860a4c2c -C extra-filename=-6e072770860a4c2c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-8c7e8784419cfde0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `termcolor` (lib) generated 14 warnings Compiling rustc_errors v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_errors CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_errors CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_errors --edition=2021 compiler/rustc_errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee4432f7bd87bc2e -C extra-filename=-ee4432f7bd87bc2e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libannotate_snippets-aafd3f08ca501753.rmeta --extern derive_setters=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libderive_setters-112edf8ece67f424.so --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_error_codes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_codes-71bddecccaf558a0.rmeta --extern rustc_error_messages=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-23bd5cd9669cc9f6.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-c39988305a4dec42.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-a09314bb33eaaae9.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-63fbef0759efb83a.rmeta --extern termcolor=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtermcolor-6a505df0c4f39c72.rmeta --extern termize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtermize-67a2c5aef2e43a72.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling semver v1.0.23 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=c78a94e1563ffef4 -C extra-filename=-c78a94e1563ffef4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/semver-c78a94e1563ffef4 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling memoffset v0.9.1 Compiling rustc_apfloat v0.2.1+llvm-462a31f5a5ab Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/Cargo.toml CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=0c9a270d7e9280e7 -C extra-filename=-0c9a270d7e9280e7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/memoffset-0c9a270d7e9280e7 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libautocfg-a5bb435b6bb19264.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63481a610bde5705 -C extra-filename=-63481a610bde5705 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_apfloat-63481a610bde5705 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/semver-0debd04b48748c25/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/semver-c78a94e1563ffef4/build-script-build` [semver 1.0.23] cargo:rerun-if-changed=build.rs warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/build.rs:1:1 | 1 | extern crate autocfg; | ^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` [semver 1.0.23] cargo:rustc-check-cfg=cfg(doc_cfg) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_alloc_crate) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_const_vec_new) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_exhaustive_int_match) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_non_exhaustive) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_nonzero_bitscan) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_str_strip_prefix) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_track_caller) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint) [semver 1.0.23] cargo:rustc-check-cfg=cfg(test_node_semver) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/semver-0debd04b48748c25/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=48433fd682f476b4 -C extra-filename=-48433fd682f476b4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `memoffset` (build script) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/Cargo.toml CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/memoffset-2cfbc7da435015aa/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/memoffset-0c9a270d7e9280e7/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_apfloat-5f70d47f0022cc66/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_apfloat-63481a610bde5705/build-script-build` [rustc_apfloat 0.2.1+llvm-462a31f5a5ab] cargo:rerun-if-changed=build.rs Compiling bitflags v1.3.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-1.3.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-1.3.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=eece33b6246c0144 -C extra-filename=-eece33b6246c0144 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` [memoffset 0.9.1] cargo:rustc-cfg=tuple_ty [memoffset 0.9.1] cargo:rustc-cfg=allow_clippy [memoffset 0.9.1] cargo:rustc-cfg=maybe_uninit [memoffset 0.9.1] cargo:rustc-cfg=doctests [memoffset 0.9.1] cargo:rustc-cfg=raw_ref_macros [memoffset 0.9.1] cargo:rustc-cfg=stable_const [memoffset 0.9.1] cargo:rustc-cfg=stable_offset_of Compiling rustc_version v0.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_version CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_version-0.4.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_version-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for querying the version of a installed rustc compiler' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_version CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/djc/rustc-version-rs' CARGO_PKG_RUST_VERSION=1.32 CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_version --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c74833355734264 -C extra-filename=-9c74833355734264 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern semver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libsemver-48433fd682f476b4.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memoffset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/Cargo.toml CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/memoffset-2cfbc7da435015aa/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name memoffset --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=dbcedc67d3473828 -C extra-filename=-dbcedc67d3473828 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of` warning: unexpected `cfg` condition name: `doctests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/lib.rs:59:7 | 59 | #[cfg(doctests)] | ^^^^^^^^ help: there is a config with a similar name: `doctest` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doctests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doctests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doctests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/lib.rs:62:7 | 62 | #[cfg(doctests)] | ^^^^^^^^ help: there is a config with a similar name: `doctest` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doctests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doctests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `raw_ref_macros` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:22:7 | 22 | #[cfg(raw_ref_macros)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(raw_ref_macros)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(raw_ref_macros)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `raw_ref_macros` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:30:11 | 30 | #[cfg(not(raw_ref_macros))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(raw_ref_macros)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(raw_ref_macros)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:57:7 | 57 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allow_clippy)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:69:11 | 69 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allow_clippy)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:90:7 | 90 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allow_clippy)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:100:11 | 100 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allow_clippy)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:125:7 | 125 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allow_clippy)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:141:11 | 141 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allow_clippy)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:183:7 | 183 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tuple_ty)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `maybe_uninit` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:23:7 | 23 | #[cfg(maybe_uninit)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `maybe_uninit` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:37:11 | 37 | #[cfg(not(maybe_uninit))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_const` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:49:7 | 49 | #[cfg(stable_const)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_const)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_const)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_const` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:61:11 | 61 | #[cfg(not(stable_const))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_const)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_const)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_offset_of` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:70:11 | 70 | #[cfg(not(stable_offset_of))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_offset_of)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_offset_of` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:83:7 | 83 | #[cfg(stable_offset_of)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_offset_of)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:127:7 | 127 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tuple_ty)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_offset_of` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:128:11 | 128 | #[cfg(not(stable_offset_of))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_offset_of)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:142:7 | 142 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tuple_ty)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_offset_of` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:143:7 | 143 | #[cfg(stable_offset_of)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_offset_of)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:160:7 | 160 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tuple_ty)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_offset_of` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:170:11 | 170 | #[cfg(not(stable_offset_of))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_offset_of)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_offset_of` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:184:7 | 184 | #[cfg(stable_offset_of)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_offset_of)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `semver` (lib) generated 15 warnings Compiling datafrog v2.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=datafrog CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank McSherry :The Rust Project Developers:Datafrog Developers' CARGO_PKG_DESCRIPTION='Lightweight Datalog engine intended to be embedded in other Rust programs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=datafrog CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/datafrog' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name datafrog --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db8bdc4b90b07069 -C extra-filename=-db8bdc4b90b07069 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `memoffset` (lib) generated 24 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_apfloat CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_apfloat-5f70d47f0022cc66/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_apfloat --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d08a1b603c4d003c -C extra-filename=-d08a1b603c4d003c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-eece33b6246c0144.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: lifetime parameter `'me` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/join.rs:43:34 | 43 | pub(crate) fn join_into_relation<'me, Key: Ord, Val1: Ord, Val2: Ord, Result: Ord>( | ^^^-- | | | help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'leap` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/treefrog.rs:134:10 | 134 | impl<'leap, Tuple, Func> PrefixFilter | ^^^^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'leap` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/treefrog.rs:206:10 | 206 | impl<'leap, Tuple, Val, Func> ValueFilter | ^^^^^-- | | | help: elide the unused lifetime warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs:39:1 | 39 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs:33:9 | 33 | #![deny(warnings)] | ^^^^^^^^ = note: `#[warn(unused_extern_crates)]` implied by `#[warn(warnings)]` warning: `getopts` (lib) generated 1 warning Compiling rustc_hir_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hir_pretty CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir_pretty CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir_pretty --edition=2021 compiler/rustc_hir_pretty/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b58501ae05a64d42 -C extra-filename=-b58501ae05a64d42 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/treefrog.rs:325:17 | 325 | Key: Ord + 'leap, | ^^^^^^^^ 326 | Val: Ord + 'leap, | ^^^^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 325 ~ Key: Ord, 326 ~ Val: Ord, | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/treefrog.rs:415:17 | 415 | Key: Ord + 'leap, | ^^^^^^^^ 416 | Val: Ord + 'leap, | ^^^^^^^^ | help: remove these bounds | 415 ~ Key: Ord, 416 ~ Val: Ord, | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/treefrog.rs:479:17 | 479 | Key: Ord + 'leap, | ^^^^^^^^ 480 | Val: Ord + 'leap, | ^^^^^^^^ | help: remove these bounds | 479 ~ Key: Ord, 480 ~ Val: Ord, | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/treefrog.rs:565:17 | 565 | Key: Ord + 'leap, | ^^^^^^^^ 566 | Val: Ord + 'leap, | ^^^^^^^^ | help: remove these bounds | 565 ~ Key: Ord, 566 ~ Val: Ord, | Compiling field-offset v0.3.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/Cargo.toml CARGO_PKG_AUTHORS='Diggory Blake ' CARGO_PKG_DESCRIPTION='Safe pointer-to-member implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=field-offset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Diggsey/rust-field-offset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b69f4e6ea77f0865 -C extra-filename=-b69f4e6ea77f0865 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/field-offset-b69f4e6ea77f0865 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_version=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_version-9c74833355734264.rlib --cap-lints warn -Z binary-dep-depinfo` warning: `datafrog` (lib) generated 7 warnings Compiling polonius-engine v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=polonius_engine CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/polonius-engine-0.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/polonius-engine-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Polonius Developers' CARGO_PKG_DESCRIPTION='Core definition for the Rust borrow checker' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=polonius-engine CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/polonius' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name polonius_engine --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/polonius-engine-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09d49d249c441785 -C extra-filename=-09d49d249c441785 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern datafrog=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libdatafrog-db8bdc4b90b07069.rmeta --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblog-5a344423a404ff18.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-3d624b9bd1137268.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/Cargo.toml CARGO_PKG_AUTHORS='Diggory Blake ' CARGO_PKG_DESCRIPTION='Safe pointer-to-member implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=field-offset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Diggsey/rust-field-offset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/field-offset-9861ff4212f240aa/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/field-offset-b69f4e6ea77f0865/build-script-build` [field-offset 0.3.6] cargo:rustc-cfg=fieldoffset_maybe_uninit [field-offset 0.3.6] cargo:rustc-cfg=fieldoffset_has_alloc Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=field_offset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/Cargo.toml CARGO_PKG_AUTHORS='Diggory Blake ' CARGO_PKG_DESCRIPTION='Safe pointer-to-member implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=field-offset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Diggsey/rust-field-offset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/field-offset-9861ff4212f240aa/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name field_offset --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1282cd94a774f3b6 -C extra-filename=-1282cd94a774f3b6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern memoffset=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemoffset-dbcedc67d3473828.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg fieldoffset_maybe_uninit --cfg fieldoffset_has_alloc` warning: unexpected `cfg` condition name: `fieldoffset_assert_in_const_fn` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:2:13 | 2 | #![cfg_attr(fieldoffset_assert_in_const_fn, feature(const_panic))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_assert_in_const_fn)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_assert_in_const_fn)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `fieldoffset_has_alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:8:17 | 8 | #[cfg(all(test, fieldoffset_has_alloc))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_has_alloc)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_has_alloc)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fieldoffset_maybe_uninit` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:73:11 | 73 | #[cfg(fieldoffset_maybe_uninit)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_maybe_uninit)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_maybe_uninit)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fieldoffset_maybe_uninit` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:81:15 | 81 | #[cfg(not(fieldoffset_maybe_uninit))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_maybe_uninit)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_maybe_uninit)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fieldoffset_assert_in_const_fn` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:124:15 | 124 | #[cfg(fieldoffset_assert_in_const_fn)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_assert_in_const_fn)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_assert_in_const_fn)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:318:32 | 318 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 318 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning[E0133]: call to unsafe function `FieldOffset::::new_from_offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:106:9 | 106 | Self::new_from_offset(offset) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:99:5 | 99 | pub unsafe fn new FnOnce(*const T) -> *const U>(f: F) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:210:10 | 210 | &*self.unapply_ptr(x) | ^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:209:5 | 209 | pub unsafe fn unapply<'a>(self, x: &'a U) -> &'a T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `FieldOffset::::unapply_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:210:11 | 210 | &*self.unapply_ptr(x) | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:226:14 | 226 | &mut *self.unapply_ptr_mut(x) | ^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:225:5 | 225 | pub unsafe fn unapply_mut<'a>(self, x: &'a mut U) -> &'a mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `FieldOffset::::unapply_ptr_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:226:15 | 226 | &mut *self.unapply_ptr_mut(x) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `FieldOffset::::new_from_offset_pinned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:238:9 | 238 | FieldOffset::new_from_offset_pinned(self.get_byte_offset()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:237:5 | 237 | pub const unsafe fn as_pinned_projection(self) -> FieldOffset { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:60:25 | 60 | struct PhantomContra(fn(T)); | ------------- ^^^^^ | | | field in this struct | = help: consider removing this field = note: `#[warn(dead_code)]` on by default warning: using `keys` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/polonius-engine-0.13.0/src/output/mod.rs:525:35 | 525 | let points = all_naive_errors.keys().chain(all_opt_errors.keys()); | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: using `keys` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/polonius-engine-0.13.0/src/output/mod.rs:525:63 | 525 | let points = all_naive_errors.keys().chain(all_opt_errors.keys()); | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: `field-offset` (lib) generated 13 warnings Compiling gsgdt v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gsgdt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Vishnunarayan K I ' CARGO_PKG_DESCRIPTION='Generic Stringly Typed Graph Datatype' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gsgdt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vn-ki/gsgdt-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gsgdt --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=731c21ce1de8afdc -C extra-filename=-731c21ce1de8afdc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-a09314bb33eaaae9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `rustc_apfloat` (lib) generated 1 warning Compiling rustc_parse_format v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_parse_format CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_parse_format CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_parse_format --edition=2021 compiler/rustc_parse_format/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f40f55c9ef1dfcf2 -C extra-filename=-f40f55c9ef1dfcf2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-f136ea18a00a9413.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/diff/match_graph.rs:43:26 | 43 | let mut matches: Vec = mapping | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 43 | let mut matches: Vec> = mapping | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/diff/match_graph.rs:56:30 | 56 | let mut new_mapping: Mapping = BTreeMap::new(); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 56 | let mut new_mapping: Mapping<'_> = BTreeMap::new(); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/diff/diff.rs:7:28 | 7 | pub fn visualize_diff(d1: &DiffGraph, d2: &DiffGraph) -> MultiGraph { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub fn visualize_diff(d1: &DiffGraph<'_>, d2: &DiffGraph) -> MultiGraph { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/diff/diff.rs:7:44 | 7 | pub fn visualize_diff(d1: &DiffGraph, d2: &DiffGraph) -> MultiGraph { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub fn visualize_diff(d1: &DiffGraph, d2: &DiffGraph<'_>) -> MultiGraph { | ++++ warning: `polonius-engine` (lib) generated 2 warnings Compiling tinyvec_macros v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tinyvec_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec_macros-0.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec_macros-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Soveu ' CARGO_PKG_DESCRIPTION='Some macros for tiny containers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR Zlib' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Soveu/tinyvec_macros' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tinyvec_macros --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9bcbd09d073cf71 -C extra-filename=-d9bcbd09d073cf71 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling tinyvec v1.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tinyvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/Cargo.toml CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='`tinyvec` provides 100% safe vec-like data structures.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/tinyvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tinyvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=ec43587702740550 -C extra-filename=-ec43587702740550 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern tinyvec_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec_macros-d9bcbd09d073cf71.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/diff/diff_graph.rs:52:14 | 52 | .iter() | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/lib.rs:12:13 | 12 | #![cfg_attr(docs_rs, feature(doc_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1642:25 | 1642 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1642 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1665:25 | 1665 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1665 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1688:25 | 1688 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1688 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1711:25 | 1711 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1711 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1734:25 | 1734 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1734 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1757:25 | 1757 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1757 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1780:25 | 1780 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1780 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1803:25 | 1803 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1803 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1826:25 | 1826 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1826 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:882:25 | 882 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 882 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:905:25 | 905 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:928:25 | 928 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 928 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:951:25 | 951 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 951 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:974:25 | 974 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 974 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:997:25 | 997 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:1020:25 | 1020 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1020 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:1043:25 | 1043 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1043 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:1066:25 | 1066 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1066 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:38:12 | 38 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:97:12 | 97 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1064:12 | 1064 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1113:12 | 1113 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1333:12 | 1333 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1514:25 | 1514 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1514 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1537:25 | 1537 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1537 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1560:25 | 1560 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1583:25 | 1583 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1583 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1606:25 | 1606 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1606 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1629:25 | 1629 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1629 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1652:25 | 1652 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1652 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1675:25 | 1675 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1675 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1698:25 | 1698 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1698 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec_drain.rs:11:33 | 11 | pub struct ArrayVecDrain<'a, T: 'a + Default> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `tinyvec` (lib) generated 34 warnings Compiling rustc_session v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_session CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_session CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_session --edition=2021 compiler/rustc_session/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c225aa80c426cf0b -C extra-filename=-c225aa80c426cf0b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern getopts=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgetopts-6e072770860a4c2c.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f2710aa483514ae6.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-c39988305a4dec42.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern termize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtermize-67a2c5aef2e43a72.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_next_trait_solver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_next_trait_solver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_next_trait_solver CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_next_trait_solver --edition=2021 compiler/rustc_next_trait_solver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=ab57d8043c7c49a3 -C extra-filename=-ab57d8043c7c49a3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern derive_where=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libderive_where-e9a417574228b605.so --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-a5c0bf17c458be9f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta --extern rustc_type_ir_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_type_ir_macros-29c666194668eef5.so --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: `gsgdt` (lib) generated 5 warnings Compiling unicode-normalization v0.1.24 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.1.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_normalization --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=72aab85e554b26b8 -C extra-filename=-72aab85e554b26b8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern tinyvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec-ec43587702740550.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs:51:1 | 50 | / #[cfg(feature = "std")] 51 | | extern crate core; | | ^^^^^^^^^^^^^^^^^- | |__________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs:53:1 | 53 | extern crate tinyvec; | ^^^^^^^^^^^^^^^^^^^^^ help: remove it warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/decompose.rs:167:32 | 167 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 167 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/recompose.rs:163:32 | 163 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 163 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/replace.rs:60:32 | 60 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 60 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `unicode-normalization` (lib) generated 5 warnings Compiling rustc_attr v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_attr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_attr CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_attr --edition=2021 compiler/rustc_attr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9dc89347b423681d -C extra-filename=-9dc89347b423681d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-f136ea18a00a9413.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_query_system v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_query_system CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_query_system CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_query_system --edition=2021 compiler/rustc_query_system/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=395f2c2628254edf -C extra-filename=-395f2c2628254edf --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-d7bfadf49ffbb127.rmeta --extern rayon_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librayon_core-230998e6c82cbb77.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling aho-corasick v1.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name aho_corasick --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=7b76996c05fd0678 -C extra-filename=-7b76996c05fd0678 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-943ade0a503260fc.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/ahocorasick.rs:2030:38 | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/automaton.rs:1117:50 | 1117 | fn next(&mut self) -> Option> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1117 | fn next(&mut self) -> Option>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/dfa.rs:306:38 | 306 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/nfa/contiguous.rs:325:38 | 325 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/nfa/noncontiguous.rs:795:38 | 795 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 795 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/nfa/noncontiguous.rs:826:38 | 826 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 826 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/alphabet.rs:85:49 | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/alphabet.rs:93:44 | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/alphabet.rs:288:38 | 288 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/error.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:354:38 | 354 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/search.rs:633:38 | 633 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/search.rs:719:38 | 719 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::result::Result::::unwrap_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/ext.rs:23:9 | 23 | usize::try_from(self.offset_from(origin)).unwrap_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/ext.rs:21:5 | 21 | unsafe fn distance(self, origin: *const T) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/ext.rs:23:25 | 23 | usize::try_from(self.offset_from(origin)).unwrap_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/ext.rs:33:9 | 33 | (self as *const T).distance(origin as *const T) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/ext.rs:32:5 | 32 | unsafe fn distance(self, origin: *mut T) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:154:17 | 154 | Pattern(self.by_id.get_unchecked(id.as_usize())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:153:5 | 153 | pub(crate) unsafe fn get_unchecked(&self, id: PatternID) -> Pattern<'_> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:271:22 | 271 | let haylen = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:265:5 | 265 | / pub(crate) unsafe fn is_prefix_raw( 266 | | &self, 267 | | start: *const u8, 268 | | end: *const u8, 269 | | ) -> bool { | |_____________^ warning[E0133]: call to unsafe function `packed::pattern::is_equal_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:278:9 | 278 | is_equal_raw(start, self.bytes().as_ptr(), patlen) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:376:18 | 376 | 1 => x.read() == y.read(), | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:368:1 | 368 | unsafe fn is_equal_raw(mut x: *const u8, mut y: *const u8, n: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:376:30 | 376 | 1 => x.read() == y.read(), | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:378:17 | 378 | x.cast::().read_unaligned() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:379:24 | 379 | == y.cast::().read_unaligned() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:383:18 | 383 | 3 => x.cast::<[u8; 3]>().read() == y.cast::<[u8; 3]>().read(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:383:48 | 383 | 3 => x.cast::<[u8; 3]>().read() == y.cast::<[u8; 3]>().read(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:402:16 | 402 | let xend = x.add(n.wrapping_sub(4)); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:403:16 | 403 | let yend = y.add(n.wrapping_sub(4)); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:405:18 | 405 | let vx = x.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:406:18 | 406 | let vy = y.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:410:13 | 410 | x = x.add(4); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:411:13 | 411 | y = y.add(4); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:413:14 | 413 | let vx = xend.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:414:14 | 414 | let vy = yend.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:494:35 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 494 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 495 | || Arc::clone(patterns), 496 | || ); | ||_____________________^ call to unsafe function ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` 521 | 522 | slim_ssse3!(1); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:493:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 493 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` 521 | 522 | slim_ssse3!(1); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:516:21 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 516 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` 521 | 522 | slim_ssse3!(1); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:507:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 507 | |/ unsafe fn find( 508 | || &self, 509 | || start: *const u8, 510 | || end: *const u8, 511 | || ) -> Option { | ||__________________________________^ ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` 521 | 522 | slim_ssse3!(1); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:494:35 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 494 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 495 | || Arc::clone(patterns), 496 | || ); | ||_____________________^ call to unsafe function ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` ... 523 | slim_ssse3!(2); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:493:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 493 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` ... 523 | slim_ssse3!(2); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:516:21 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 516 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` ... 523 | slim_ssse3!(2); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:507:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 507 | |/ unsafe fn find( 508 | || &self, 509 | || start: *const u8, 510 | || end: *const u8, 511 | || ) -> Option { | ||__________________________________^ ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` ... 523 | slim_ssse3!(2); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:494:35 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 494 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 495 | || Arc::clone(patterns), 496 | || ); | ||_____________________^ call to unsafe function ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` ... 524 | slim_ssse3!(3); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:493:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 493 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` ... 524 | slim_ssse3!(3); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:516:21 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 516 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` ... 524 | slim_ssse3!(3); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:507:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 507 | |/ unsafe fn find( 508 | || &self, 509 | || start: *const u8, 510 | || end: *const u8, 511 | || ) -> Option { | ||__________________________________^ ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` ... 524 | slim_ssse3!(3); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:494:35 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 494 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 495 | || Arc::clone(patterns), 496 | || ); | ||_____________________^ call to unsafe function ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` ... 525 | slim_ssse3!(4); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:493:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 493 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` ... 525 | slim_ssse3!(4); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:516:21 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 516 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` ... 525 | slim_ssse3!(4); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:507:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 507 | |/ unsafe fn find( 508 | || &self, 509 | || start: *const u8, 510 | || end: *const u8, 511 | || ) -> Option { | ||__________________________________^ ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` ... 525 | slim_ssse3!(4); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:558:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 558 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 559 | || Arc::clone(&patterns), 560 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:557:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 557 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:561:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 561 | | let slim256 = generic::Slim::<__m256i, $len>::new( | | ___________________________________^ 562 | || Arc::clone(&patterns), 563 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:584:31 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 584 | | let len = end.distance(start); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:575:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 575 | |/ unsafe fn find( 576 | || &self, 577 | || start: *const u8, 578 | || end: *const u8, 579 | || ) -> Option { | ||__________________________________^ ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:586:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 586 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:588:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 588 | | self.slim256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:558:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 558 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 559 | || Arc::clone(&patterns), 560 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:557:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 557 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:561:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 561 | | let slim256 = generic::Slim::<__m256i, $len>::new( | | ___________________________________^ 562 | || Arc::clone(&patterns), 563 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:584:31 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 584 | | let len = end.distance(start); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:575:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 575 | |/ unsafe fn find( 576 | || &self, 577 | || start: *const u8, 578 | || end: *const u8, 579 | || ) -> Option { | ||__________________________________^ ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:586:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 586 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:588:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 588 | | self.slim256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:558:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 558 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 559 | || Arc::clone(&patterns), 560 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:557:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 557 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:561:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 561 | | let slim256 = generic::Slim::<__m256i, $len>::new( | | ___________________________________^ 562 | || Arc::clone(&patterns), 563 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:584:31 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 584 | | let len = end.distance(start); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:575:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 575 | |/ unsafe fn find( 576 | || &self, 577 | || start: *const u8, 578 | || end: *const u8, 579 | || ) -> Option { | ||__________________________________^ ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:586:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 586 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:588:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 588 | | self.slim256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:558:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 558 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 559 | || Arc::clone(&patterns), 560 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:557:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 557 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:561:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 561 | | let slim256 = generic::Slim::<__m256i, $len>::new( | | ___________________________________^ 562 | || Arc::clone(&patterns), 563 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:584:31 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 584 | | let len = end.distance(start); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:575:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 575 | |/ unsafe fn find( 576 | || &self, 577 | || start: *const u8, 578 | || end: *const u8, 579 | || ) -> Option { | ||__________________________________^ ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:586:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 586 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:588:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 588 | | self.slim256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:630:34 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 630 | | let fat256 = generic::Fat::<__m256i, $len>::new( | | __________________________________^ 631 | || Arc::clone(&patterns), 632 | || ); | ||_____________________^ call to unsafe function ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` 657 | 658 | fat_avx2!(1); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:629:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 629 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` 657 | 658 | fat_avx2!(1); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:652:21 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 652 | | self.fat256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` 657 | 658 | fat_avx2!(1); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:643:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 643 | |/ unsafe fn find( 644 | || &self, 645 | || start: *const u8, 646 | || end: *const u8, 647 | || ) -> Option { | ||__________________________________^ ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` 657 | 658 | fat_avx2!(1); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:630:34 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 630 | | let fat256 = generic::Fat::<__m256i, $len>::new( | | __________________________________^ 631 | || Arc::clone(&patterns), 632 | || ); | ||_____________________^ call to unsafe function ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` ... 659 | fat_avx2!(2); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:629:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 629 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` ... 659 | fat_avx2!(2); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:652:21 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 652 | | self.fat256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` ... 659 | fat_avx2!(2); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:643:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 643 | |/ unsafe fn find( 644 | || &self, 645 | || start: *const u8, 646 | || end: *const u8, 647 | || ) -> Option { | ||__________________________________^ ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` ... 659 | fat_avx2!(2); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:630:34 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 630 | | let fat256 = generic::Fat::<__m256i, $len>::new( | | __________________________________^ 631 | || Arc::clone(&patterns), 632 | || ); | ||_____________________^ call to unsafe function ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` ... 660 | fat_avx2!(3); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:629:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 629 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` ... 660 | fat_avx2!(3); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:652:21 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 652 | | self.fat256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` ... 660 | fat_avx2!(3); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:643:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 643 | |/ unsafe fn find( 644 | || &self, 645 | || start: *const u8, 646 | || end: *const u8, 647 | || ) -> Option { | ||__________________________________^ ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` ... 660 | fat_avx2!(3); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:630:34 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 630 | | let fat256 = generic::Fat::<__m256i, $len>::new( | | __________________________________^ 631 | || Arc::clone(&patterns), 632 | || ); | ||_____________________^ call to unsafe function ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` ... 661 | fat_avx2!(4); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:629:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 629 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` ... 661 | fat_avx2!(4); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:652:21 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 652 | | self.fat256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` ... 661 | fat_avx2!(4); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:643:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 643 | |/ unsafe fn find( 644 | || &self, 645 | || start: *const u8, 646 | || end: *const u8, 647 | || ) -> Option { | ||__________________________________^ ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` ... 661 | fat_avx2!(4); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::SlimMaskBuilder::from_teddy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:80:21 | 80 | let masks = SlimMaskBuilder::from_teddy(&teddy); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:74:5 | 74 | pub(crate) unsafe fn new(patterns: Arc) -> Slim { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:119:19 | 119 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:114:5 | 114 | / pub(crate) unsafe fn find( 115 | | &self, 116 | | start: *const u8, 117 | | end: *const u8, 118 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:122:22 | 122 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:123:30 | 123 | if let Some(m) = self.find_one(cur, end) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:126:19 | 126 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:129:19 | 129 | cur = end.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:130:30 | 130 | if let Some(m) = self.find_one(cur, end) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:154:17 | 154 | let c = self.candidate(cur); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:149:5 | 149 | / unsafe fn find_one( 150 | | &self, 151 | | cur: *const u8, 152 | | end: *const u8, 153 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:155:13 | 155 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<8>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:156:30 | 156 | if let Some(m) = self.teddy.verify(cur, end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:176:21 | 176 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:175:5 | 175 | unsafe fn candidate(&self, cur: *const u8) -> V { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members1` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:177:9 | 177 | Mask::members1(chunk, self.masks) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:189:19 | 189 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:184:5 | 184 | / pub(crate) unsafe fn find( 185 | | &self, 186 | | start: *const u8, 187 | | end: *const u8, 188 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:191:23 | 191 | let mut cur = start.add(1); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:192:25 | 192 | let mut prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:193:22 | 193 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:194:30 | 194 | if let Some(m) = self.find_one(cur, end, &mut prev0) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:197:19 | 197 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:200:19 | 200 | cur = end.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:201:21 | 201 | prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:202:30 | 202 | if let Some(m) = self.find_one(cur, end, &mut prev0) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:217:17 | 217 | let c = self.candidate(cur, prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:211:5 | 211 | / unsafe fn find_one( 212 | | &self, 213 | | cur: *const u8, 214 | | end: *const u8, 215 | | prev0: &mut V, 216 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:218:13 | 218 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<8>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:219:30 | 219 | if let Some(m) = self.teddy.verify(cur.sub(1), end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:219:48 | 219 | if let Some(m) = self.teddy.verify(cur.sub(1), end, c) { | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:229:21 | 229 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:228:5 | 228 | unsafe fn candidate(&self, cur: *const u8, prev0: &mut V) -> V { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:230:28 | 230 | let (res0, res1) = Mask::members2(chunk, self.masks); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_in_one_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:231:25 | 231 | let res0prev0 = res0.shift_in_one_byte(*prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:232:19 | 232 | let res = res0prev0.and(res1); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:246:19 | 246 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:241:5 | 241 | / pub(crate) unsafe fn find( 242 | | &self, 243 | | start: *const u8, 244 | | end: *const u8, 245 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:248:23 | 248 | let mut cur = start.add(2); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:249:25 | 249 | let mut prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:250:25 | 250 | let mut prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:251:22 | 251 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:252:30 | 252 | if let Some(m) = self.find_one(cur, end, &mut prev0, &mut prev1) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:255:19 | 255 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:258:19 | 258 | cur = end.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:259:21 | 259 | prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:260:21 | 260 | prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:261:30 | 261 | if let Some(m) = self.find_one(cur, end, &mut prev0, &mut prev1) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:277:17 | 277 | let c = self.candidate(cur, prev0, prev1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:270:5 | 270 | / unsafe fn find_one( 271 | | &self, 272 | | cur: *const u8, 273 | | end: *const u8, 274 | | prev0: &mut V, 275 | | prev1: &mut V, 276 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:278:13 | 278 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<8>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:279:30 | 279 | if let Some(m) = self.teddy.verify(cur.sub(2), end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:279:48 | 279 | if let Some(m) = self.teddy.verify(cur.sub(2), end, c) { | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:294:21 | 294 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:288:5 | 288 | / unsafe fn candidate( 289 | | &self, 290 | | cur: *const u8, 291 | | prev0: &mut V, 292 | | prev1: &mut V, 293 | | ) -> V { | |__________^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members3` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:295:34 | 295 | let (res0, res1, res2) = Mask::members3(chunk, self.masks); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_in_two_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:296:25 | 296 | let res0prev0 = res0.shift_in_two_bytes(*prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_in_one_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:297:25 | 297 | let res1prev1 = res1.shift_in_one_byte(*prev1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:298:19 | 298 | let res = res0prev0.and(res1prev1).and(res2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:298:19 | 298 | let res = res0prev0.and(res1prev1).and(res2); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:313:19 | 313 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:308:5 | 308 | / pub(crate) unsafe fn find( 309 | | &self, 310 | | start: *const u8, 311 | | end: *const u8, 312 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:315:23 | 315 | let mut cur = start.add(3); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:316:25 | 316 | let mut prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:317:25 | 317 | let mut prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:318:25 | 318 | let mut prev2 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:319:22 | 319 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:321:17 | 321 | self.find_one(cur, end, &mut prev0, &mut prev1, &mut prev2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:325:19 | 325 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:328:19 | 328 | cur = end.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:329:21 | 329 | prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:330:21 | 330 | prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:331:21 | 331 | prev2 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:333:17 | 333 | self.find_one(cur, end, &mut prev0, &mut prev1, &mut prev2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:351:17 | 351 | let c = self.candidate(cur, prev0, prev1, prev2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:343:5 | 343 | / unsafe fn find_one( 344 | | &self, 345 | | cur: *const u8, 346 | | end: *const u8, ... | 349 | | prev2: &mut V, 350 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:352:13 | 352 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<8>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:353:30 | 353 | if let Some(m) = self.teddy.verify(cur.sub(3), end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:353:48 | 353 | if let Some(m) = self.teddy.verify(cur.sub(3), end, c) { | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:369:21 | 369 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:362:5 | 362 | / unsafe fn candidate( 363 | | &self, 364 | | cur: *const u8, 365 | | prev0: &mut V, 366 | | prev1: &mut V, 367 | | prev2: &mut V, 368 | | ) -> V { | |__________^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members4` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:370:40 | 370 | let (res0, res1, res2, res3) = Mask::members4(chunk, self.masks); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_in_three_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:371:25 | 371 | let res0prev0 = res0.shift_in_three_bytes(*prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_in_two_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:372:25 | 372 | let res1prev1 = res1.shift_in_two_bytes(*prev1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_in_one_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:373:25 | 373 | let res2prev2 = res2.shift_in_one_byte(*prev2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:374:19 | 374 | let res = res0prev0.and(res1prev1).and(res2prev2).and(res3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:374:19 | 374 | let res = res0prev0.and(res1prev1).and(res2prev2).and(res3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:374:19 | 374 | let res = res0prev0.and(res1prev1).and(res2prev2).and(res3); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::FatMaskBuilder::from_teddy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:413:21 | 413 | let masks = FatMaskBuilder::from_teddy(&teddy); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:407:5 | 407 | pub(crate) unsafe fn new(patterns: Arc) -> Fat { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:452:19 | 452 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:447:5 | 447 | / pub(crate) unsafe fn find( 448 | | &self, 449 | | start: *const u8, 450 | | end: *const u8, 451 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:455:22 | 455 | while cur <= end.sub(V::Half::BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:456:30 | 456 | if let Some(m) = self.find_one(cur, end) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:459:19 | 459 | cur = cur.add(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:462:19 | 462 | cur = end.sub(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:463:30 | 463 | if let Some(m) = self.find_one(cur, end) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:487:17 | 487 | let c = self.candidate(cur); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:482:5 | 482 | / unsafe fn find_one( 483 | | &self, 484 | | cur: *const u8, 485 | | end: *const u8, 486 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:488:13 | 488 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<16>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:489:30 | 489 | if let Some(m) = self.teddy.verify(cur, end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::load_half_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:509:21 | 509 | let chunk = V::load_half_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:508:5 | 508 | unsafe fn candidate(&self, cur: *const u8) -> V { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members1` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:510:9 | 510 | Mask::members1(chunk, self.masks) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:522:19 | 522 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:517:5 | 517 | / pub(crate) unsafe fn find( 518 | | &self, 519 | | start: *const u8, 520 | | end: *const u8, 521 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:524:23 | 524 | let mut cur = start.add(1); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:525:25 | 525 | let mut prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:526:22 | 526 | while cur <= end.sub(V::Half::BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:527:30 | 527 | if let Some(m) = self.find_one(cur, end, &mut prev0) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:530:19 | 530 | cur = cur.add(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:533:19 | 533 | cur = end.sub(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:534:21 | 534 | prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:535:30 | 535 | if let Some(m) = self.find_one(cur, end, &mut prev0) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:550:17 | 550 | let c = self.candidate(cur, prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:544:5 | 544 | / unsafe fn find_one( 545 | | &self, 546 | | cur: *const u8, 547 | | end: *const u8, 548 | | prev0: &mut V, 549 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:551:13 | 551 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<16>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:552:30 | 552 | if let Some(m) = self.teddy.verify(cur.sub(1), end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:552:48 | 552 | if let Some(m) = self.teddy.verify(cur.sub(1), end, c) { | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::load_half_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:562:21 | 562 | let chunk = V::load_half_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:561:5 | 561 | unsafe fn candidate(&self, cur: *const u8, prev0: &mut V) -> V { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:563:28 | 563 | let (res0, res1) = Mask::members2(chunk, self.masks); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::half_shift_in_one_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:564:25 | 564 | let res0prev0 = res0.half_shift_in_one_byte(*prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:565:19 | 565 | let res = res0prev0.and(res1); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:579:19 | 579 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:574:5 | 574 | / pub(crate) unsafe fn find( 575 | | &self, 576 | | start: *const u8, 577 | | end: *const u8, 578 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:581:23 | 581 | let mut cur = start.add(2); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:582:25 | 582 | let mut prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:583:25 | 583 | let mut prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:584:22 | 584 | while cur <= end.sub(V::Half::BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:585:30 | 585 | if let Some(m) = self.find_one(cur, end, &mut prev0, &mut prev1) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:588:19 | 588 | cur = cur.add(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:591:19 | 591 | cur = end.sub(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:592:21 | 592 | prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:593:21 | 593 | prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:594:30 | 594 | if let Some(m) = self.find_one(cur, end, &mut prev0, &mut prev1) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:610:17 | 610 | let c = self.candidate(cur, prev0, prev1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:603:5 | 603 | / unsafe fn find_one( 604 | | &self, 605 | | cur: *const u8, 606 | | end: *const u8, 607 | | prev0: &mut V, 608 | | prev1: &mut V, 609 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:611:13 | 611 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<16>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:612:30 | 612 | if let Some(m) = self.teddy.verify(cur.sub(2), end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:612:48 | 612 | if let Some(m) = self.teddy.verify(cur.sub(2), end, c) { | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::load_half_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:627:21 | 627 | let chunk = V::load_half_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:621:5 | 621 | / unsafe fn candidate( 622 | | &self, 623 | | cur: *const u8, 624 | | prev0: &mut V, 625 | | prev1: &mut V, 626 | | ) -> V { | |__________^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members3` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:628:34 | 628 | let (res0, res1, res2) = Mask::members3(chunk, self.masks); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::half_shift_in_two_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:629:25 | 629 | let res0prev0 = res0.half_shift_in_two_bytes(*prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::half_shift_in_one_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:630:25 | 630 | let res1prev1 = res1.half_shift_in_one_byte(*prev1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:631:19 | 631 | let res = res0prev0.and(res1prev1).and(res2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:631:19 | 631 | let res = res0prev0.and(res1prev1).and(res2); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:646:19 | 646 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:641:5 | 641 | / pub(crate) unsafe fn find( 642 | | &self, 643 | | start: *const u8, 644 | | end: *const u8, 645 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:648:23 | 648 | let mut cur = start.add(3); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:649:25 | 649 | let mut prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:650:25 | 650 | let mut prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:651:25 | 651 | let mut prev2 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:652:22 | 652 | while cur <= end.sub(V::Half::BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:654:17 | 654 | self.find_one(cur, end, &mut prev0, &mut prev1, &mut prev2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:658:19 | 658 | cur = cur.add(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:661:19 | 661 | cur = end.sub(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:662:21 | 662 | prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:663:21 | 663 | prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:664:21 | 664 | prev2 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:666:17 | 666 | self.find_one(cur, end, &mut prev0, &mut prev1, &mut prev2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:684:17 | 684 | let c = self.candidate(cur, prev0, prev1, prev2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:676:5 | 676 | / unsafe fn find_one( 677 | | &self, 678 | | cur: *const u8, 679 | | end: *const u8, ... | 682 | | prev2: &mut V, 683 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:685:13 | 685 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<16>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:686:30 | 686 | if let Some(m) = self.teddy.verify(cur.sub(3), end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:686:48 | 686 | if let Some(m) = self.teddy.verify(cur.sub(3), end, c) { | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::load_half_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:702:21 | 702 | let chunk = V::load_half_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:695:5 | 695 | / unsafe fn candidate( 696 | | &self, 697 | | cur: *const u8, 698 | | prev0: &mut V, 699 | | prev1: &mut V, 700 | | prev2: &mut V, 701 | | ) -> V { | |__________^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members4` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:703:40 | 703 | let (res0, res1, res2, res3) = Mask::members4(chunk, self.masks); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::half_shift_in_three_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:704:25 | 704 | let res0prev0 = res0.half_shift_in_three_bytes(*prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::half_shift_in_two_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:705:25 | 705 | let res1prev1 = res1.half_shift_in_two_bytes(*prev1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::half_shift_in_one_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:706:25 | 706 | let res2prev2 = res2.half_shift_in_one_byte(*prev2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:707:19 | 707 | let res = res0prev0.and(res1prev1).and(res2prev2).and(res3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:707:19 | 707 | let res = res0prev0.and(res1prev1).and(res2prev2).and(res3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:707:19 | 707 | let res = res0prev0.and(res1prev1).and(res2prev2).and(res3); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:830:23 | 830 | let cur = cur.add(bit / BUCKETS); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:820:5 | 820 | / unsafe fn verify64( 821 | | &self, 822 | | cur: *const u8, 823 | | end: *const u8, 824 | | mut candidate_chunk: u64, 825 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::::verify_bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:832:30 | 832 | if let Some(m) = self.verify_bucket(cur, end, bucket) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:857:20 | 857 | for pid in self.buckets.get_unchecked(bucket).iter().copied() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:849:5 | 849 | / unsafe fn verify_bucket( 850 | | &self, 851 | | cur: *const u8, 852 | | end: *const u8, 853 | | bucket: usize, 854 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::pattern::Patterns::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:862:23 | 862 | let pat = self.patterns.get_unchecked(pid); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::pattern::Pattern::<'p>::is_prefix_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:863:16 | 863 | if pat.is_prefix_raw(cur, end) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:865:27 | 865 | let end = start.add(pat.len()); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:917:24 | 917 | debug_assert!(!candidate.is_zero()); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:911:5 | 911 | / unsafe fn verify( 912 | | &self, 913 | | mut cur: *const u8, 914 | | end: *const u8, 915 | | candidate: V, 916 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::for_each_64bit_lane` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:920:9 | 920 | / candidate.for_each_64bit_lane( 921 | | #[inline(always)] 922 | | |_, chunk| { 923 | | let result = self.verify64(cur, end, chunk); ... | 926 | | }, 927 | | ) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::::verify64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:923:30 | 923 | let result = self.verify64(cur, end, chunk); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:924:23 | 924 | cur = cur.add(8); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:973:24 | 973 | debug_assert!(!candidate.is_zero()); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:946:5 | 946 | / unsafe fn verify( 947 | | &self, 948 | | mut cur: *const u8, 949 | | end: *const u8, 950 | | candidate: V, 951 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::FatVector::swap_halves` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:976:23 | 976 | let swapped = candidate.swap_halves(); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::interleave_low_8bit_lanes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:979:18 | 979 | let r1 = candidate.interleave_low_8bit_lanes(swapped); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::interleave_high_8bit_lanes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:982:18 | 982 | let r2 = candidate.interleave_high_8bit_lanes(swapped); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::for_each_low_64bit_lane` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:988:9 | 988 | / r1.for_each_low_64bit_lane( 989 | | r2, 990 | | #[inline(always)] 991 | | |_, chunk| { ... | 995 | | }, 996 | | ) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::::verify64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:992:30 | 992 | let result = self.verify64(cur, end, chunk); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:993:23 | 993 | cur = cur.add(4); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1040:22 | 1040 | let lomask = V::splat(0xF); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1039:5 | 1039 | unsafe fn members1(chunk: V, masks: [Mask; 1]) -> V { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1041:19 | 1041 | let hlo = chunk.and(lomask); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1042:19 | 1042 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_8bit_lane_right` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1042:19 | 1042 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1043:22 | 1043 | let locand = masks[0].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1044:22 | 1044 | let hicand = masks[0].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1045:9 | 1045 | locand.and(hicand) | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1067:22 | 1067 | let lomask = V::splat(0xF); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1066:5 | 1066 | unsafe fn members2(chunk: V, masks: [Mask; 2]) -> (V, V) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1068:19 | 1068 | let hlo = chunk.and(lomask); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1069:19 | 1069 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_8bit_lane_right` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1069:19 | 1069 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1071:23 | 1071 | let locand1 = masks[0].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1072:23 | 1072 | let hicand1 = masks[0].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1073:21 | 1073 | let cand1 = locand1.and(hicand1); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1075:23 | 1075 | let locand2 = masks[1].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1076:23 | 1076 | let hicand2 = masks[1].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1077:21 | 1077 | let cand2 = locand2.and(hicand2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1102:22 | 1102 | let lomask = V::splat(0xF); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1101:5 | 1101 | unsafe fn members3(chunk: V, masks: [Mask; 3]) -> (V, V, V) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1103:19 | 1103 | let hlo = chunk.and(lomask); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1104:19 | 1104 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_8bit_lane_right` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1104:19 | 1104 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1106:23 | 1106 | let locand1 = masks[0].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1107:23 | 1107 | let hicand1 = masks[0].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1108:21 | 1108 | let cand1 = locand1.and(hicand1); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1110:23 | 1110 | let locand2 = masks[1].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1111:23 | 1111 | let hicand2 = masks[1].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1112:21 | 1112 | let cand2 = locand2.and(hicand2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1114:23 | 1114 | let locand3 = masks[2].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1115:23 | 1115 | let hicand3 = masks[2].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1116:21 | 1116 | let cand3 = locand3.and(hicand3); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1141:22 | 1141 | let lomask = V::splat(0xF); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1140:5 | 1140 | unsafe fn members4(chunk: V, masks: [Mask; 4]) -> (V, V, V, V) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1142:19 | 1142 | let hlo = chunk.and(lomask); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1143:19 | 1143 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_8bit_lane_right` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1143:19 | 1143 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1145:23 | 1145 | let locand1 = masks[0].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1146:23 | 1146 | let hicand1 = masks[0].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1147:21 | 1147 | let cand1 = locand1.and(hicand1); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1149:23 | 1149 | let locand2 = masks[1].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1150:23 | 1150 | let hicand2 = masks[1].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1151:21 | 1151 | let cand2 = locand2.and(hicand2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1153:23 | 1153 | let locand3 = masks[2].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1154:23 | 1154 | let hicand3 = masks[2].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1155:21 | 1155 | let cand3 = locand3.and(hicand3); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1157:23 | 1157 | let locand4 = masks[3].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1158:23 | 1158 | let hicand4 = masks[3].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1159:21 | 1159 | let cand4 = locand4.and(hicand4); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1221:17 | 1221 | lo: V::load_unaligned(self.lo[..].as_ptr()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1217:5 | 1217 | unsafe fn build(&self) -> Mask { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1222:17 | 1222 | hi: V::load_unaligned(self.hi[..].as_ptr()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::SlimMaskBuilder::build` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1254:29 | 1254 | array.map(|builder| builder.build()) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1238:5 | 1238 | / unsafe fn from_teddy( 1239 | | teddy: &Teddy<8>, 1240 | | ) -> [Mask; BYTES] { | |_________________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1333:17 | 1333 | lo: V::load_unaligned(self.lo[..].as_ptr()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1329:5 | 1329 | unsafe fn build(&self) -> Mask { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1334:17 | 1334 | hi: V::load_unaligned(self.hi[..].as_ptr()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::FatMaskBuilder::build` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1366:29 | 1366 | array.map(|builder| builder.build()) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1350:5 | 1350 | / unsafe fn from_teddy( 1351 | | teddy: &Teddy<16>, 1352 | | ) -> [Mask; BYTES] { | |_________________________^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set1_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:334:13 | 334 | _mm_set1_epi8(i8::from_bits(byte)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:333:9 | 333 | unsafe fn splat(byte: u8) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:339:13 | 339 | _mm_loadu_si128(data.cast::<__m128i>()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:338:9 | 338 | unsafe fn load_unaligned(data: *const u8) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:344:23 | 344 | let cmp = self.cmpeq(Self::splat(0)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:343:9 | 343 | unsafe fn is_zero(self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:344:34 | 344 | let cmp = self.cmpeq(Self::splat(0)); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_movemask_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:345:13 | 345 | _mm_movemask_epi8(cmp).to_bits() == 0xFFFF | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cmpeq_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:350:13 | 350 | _mm_cmpeq_epi8(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:349:9 | 349 | unsafe fn cmpeq(self, vector2: Self) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_and_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:355:13 | 355 | _mm_and_si128(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:354:9 | 354 | unsafe fn and(self, vector2: Self) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_or_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:360:13 | 360 | _mm_or_si128(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:359:9 | 359 | unsafe fn or(self, vector2: Self) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:369:26 | 369 | let lomask = Self::splat(0xF); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:364:9 | 364 | unsafe fn shift_8bit_lane_right(self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:370:13 | 370 | _mm_srli_epi16(self, BITS).and(lomask) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi16` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:370:13 | 370 | _mm_srli_epi16(self, BITS).and(lomask) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:375:13 | 375 | _mm_alignr_epi8(self, vector2, 15) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:374:9 | 374 | unsafe fn shift_in_one_byte(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:380:13 | 380 | _mm_alignr_epi8(self, vector2, 14) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:379:9 | 379 | unsafe fn shift_in_two_bytes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:385:13 | 385 | _mm_alignr_epi8(self, vector2, 13) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:384:9 | 384 | unsafe fn shift_in_three_bytes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:390:13 | 390 | _mm_shuffle_epi8(self, indices) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:389:9 | 389 | unsafe fn shuffle_bytes(self, indices: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:401:35 | 401 | let lanes: [u64; 2] = core::mem::transmute(self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:394:9 | 394 | / unsafe fn for_each_64bit_lane( 395 | | self, 396 | | mut f: impl FnMut(usize, u64) -> Option, 397 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_set1_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:427:13 | 427 | _mm256_set1_epi8(i8::from_bits(byte)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:426:9 | 426 | unsafe fn splat(byte: u8) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:432:13 | 432 | _mm256_loadu_si256(data.cast::<__m256i>()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:431:9 | 431 | unsafe fn load_unaligned(data: *const u8) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:437:23 | 437 | let cmp = self.cmpeq(Self::splat(0)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:436:9 | 436 | unsafe fn is_zero(self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:437:34 | 437 | let cmp = self.cmpeq(Self::splat(0)); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_movemask_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:438:13 | 438 | _mm256_movemask_epi8(cmp).to_bits() == 0xFFFFFFFF | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_cmpeq_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:443:13 | 443 | _mm256_cmpeq_epi8(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:442:9 | 442 | unsafe fn cmpeq(self, vector2: Self) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_and_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:448:13 | 448 | _mm256_and_si256(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:447:9 | 447 | unsafe fn and(self, vector2: Self) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_or_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:453:13 | 453 | _mm256_or_si256(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:452:9 | 452 | unsafe fn or(self, vector2: Self) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:458:26 | 458 | let lomask = Self::splat(0xF); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:457:9 | 457 | unsafe fn shift_8bit_lane_right(self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:459:13 | 459 | _mm256_srli_epi16(self, BITS).and(lomask) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi16` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:459:13 | 459 | _mm256_srli_epi16(self, BITS).and(lomask) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_permute2x128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:470:21 | 470 | let v = _mm256_permute2x128_si256(vector2, self, 0x21); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:463:9 | 463 | unsafe fn shift_in_one_byte(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:471:13 | 471 | _mm256_alignr_epi8(self, v, 15) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_permute2x128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:482:21 | 482 | let v = _mm256_permute2x128_si256(vector2, self, 0x21); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:475:9 | 475 | unsafe fn shift_in_two_bytes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:483:13 | 483 | _mm256_alignr_epi8(self, v, 14) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_permute2x128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:494:21 | 494 | let v = _mm256_permute2x128_si256(vector2, self, 0x21); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:487:9 | 487 | unsafe fn shift_in_three_bytes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:495:13 | 495 | _mm256_alignr_epi8(self, v, 13) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:500:13 | 500 | _mm256_shuffle_epi8(self, indices) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:499:9 | 499 | unsafe fn shuffle_bytes(self, indices: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:513:24 | 513 | let lane = _mm256_extract_epi64(self, 0).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:504:9 | 504 | / unsafe fn for_each_64bit_lane( 505 | | self, 506 | | mut f: impl FnMut(usize, u64) -> Option, 507 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:517:24 | 517 | let lane = _mm256_extract_epi64(self, 1).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:521:24 | 521 | let lane = _mm256_extract_epi64(self, 2).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:525:24 | 525 | let lane = _mm256_extract_epi64(self, 3).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:538:24 | 538 | let half = Self::Half::load_unaligned(data); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:537:9 | 537 | unsafe fn load_half_unaligned(data: *const u8) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_broadcastsi128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:539:13 | 539 | _mm256_broadcastsi128_si256(half) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:544:13 | 544 | _mm256_alignr_epi8(self, vector2, 15) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:543:9 | 543 | unsafe fn half_shift_in_one_byte(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:549:13 | 549 | _mm256_alignr_epi8(self, vector2, 14) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:548:9 | 548 | unsafe fn half_shift_in_two_bytes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:554:13 | 554 | _mm256_alignr_epi8(self, vector2, 13) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:553:9 | 553 | unsafe fn half_shift_in_three_bytes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_permute4x64_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:559:13 | 559 | _mm256_permute4x64_epi64(self, 0x4E) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:558:9 | 558 | unsafe fn swap_halves(self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_unpacklo_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:564:13 | 564 | _mm256_unpacklo_epi8(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:563:9 | 563 | unsafe fn interleave_low_8bit_lanes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_unpackhi_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:569:13 | 569 | _mm256_unpackhi_epi8(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:568:9 | 568 | unsafe fn interleave_high_8bit_lanes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:578:24 | 578 | let lane = _mm256_extract_epi64(self, 0).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:573:9 | 573 | / unsafe fn for_each_low_64bit_lane( 574 | | self, 575 | | vector2: Self, 576 | | mut f: impl FnMut(usize, u64) -> Option, 577 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:582:24 | 582 | let lane = _mm256_extract_epi64(self, 1).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:586:24 | 586 | let lane = _mm256_extract_epi64(vector2, 0).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:590:24 | 590 | let lane = _mm256_extract_epi64(vector2, 1).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Compiling rustc_middle v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_middle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_middle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_middle --edition=2021 compiler/rustc_middle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc_randomized_layouts"))' -C metadata=1ccb77809d798f3f -C extra-filename=-1ccb77809d798f3f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern derive_where=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libderive_where-e9a417574228b605.so --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-bece2021b0fc1168.rmeta --extern field_offset=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfield_offset-1282cd94a774f3b6.rmeta --extern gsgdt=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgsgdt-731c21ce1de8afdc.rmeta --extern polonius_engine=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-09d49d249c441785.rmeta --extern rayon_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librayon_core-230998e6c82cbb77.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-d08a1b603c4d003c.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-5c4cd65efdbb98e8.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-a5c0bf17c458be9f.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_error_messages=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-23bd5cd9669cc9f6.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-07c5c5521728c49d.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-b58501ae05a64d42.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-c39988305a4dec42.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-395f2c2628254edf.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: `aho-corasick` (lib) generated 343 warnings Compiling regex-syntax v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=a79888e87da7e473 -C extra-filename=-a79888e87da7e473 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:804:38 | 804 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 804 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:1029:38 | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:2901:38 | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Compiling rustc_parse v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_parse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_parse --edition=2021 compiler/rustc_parse/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7da932cfb9888217 -C extra-filename=-7da932cfb9888217 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-f136ea18a00a9413.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --extern unicode_normalization=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_normalization-72aab85e554b26b8.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-2b0816f494764c12.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling regex-automata v0.4.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "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"))' -C metadata=80558bd16824c1ef -C extra-filename=-80558bd16824c1ef --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libaho_corasick-7b76996c05fd0678.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-943ade0a503260fc.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-a79888e87da7e473.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:358:18 | 358 | fn arbitrary(gen: &mut quickcheck::Gen) -> SmallIndex { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:361:51 | 361 | let id = max(i32::MIN + 1, i32::arbitrary(gen)).abs(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:627:26 | 627 | fn arbitrary(gen: &mut quickcheck::Gen) -> $name { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:628:45 | 628 | $name(SmallIndex::arbitrary(gen)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2359:38 | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2361:32 | 2361 | f: &mut core::fmt::Formatter, | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2361 | f: &mut core::fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2647:38 | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2751:38 | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2831:38 | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2939:38 | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/hybrid/id.rs:346:38 | 346 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:279:38 | 279 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:418:38 | 418 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:472:38 | 472 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 472 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:177:38 | 177 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:472:44 | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:480:46 | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:789:34 | 789 | pub(crate) fn iter(&self) -> ByteSetIter { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | pub(crate) fn iter(&self) -> ByteSetIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:794:41 | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter { | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:857:38 | 857 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1205:38 | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1223:38 | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1227:46 | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/escape.rs:22:38 | 22 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/escape.rs:52:38 | 52 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 52 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/lazy.rs:92:32 | 92 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/lazy.rs:208:36 | 208 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/look.rs:502:38 | 502 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:187:38 | 187 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:229:38 | 229 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 229 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:786:42 | 786 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:78:38 | 78 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:391:38 | 391 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 391 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:548:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 548 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:653:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 653 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:548:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 548 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:653:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 653 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/start.rs:308:38 | 308 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/wire.rs:114:38 | 114 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 114 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/wire.rs:218:38 | 218 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:123:38 | 123 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:221:38 | 221 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:280:38 | 280 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 280 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:566:38 | 566 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 566 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:773:38 | 773 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:853:38 | 853 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:1345:38 | 1345 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1345 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:1901:38 | 1901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/sparse_set.rs:220:38 | 220 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/hybrid/dfa.rs:1424:10 | 1424 | *cache.trans.get_unchecked(offset) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/hybrid/dfa.rs:1415:5 | 1415 | / pub unsafe fn next_state_untagged_unchecked( 1416 | | &self, 1417 | | cache: &Cache, 1418 | | current: LazyStateID, 1419 | | input: u8, 1420 | | ) -> LazyStateID { | |____________________^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/hybrid/dfa.rs:2074:17 | 2074 | type StateMap = std::collections::HashMap; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:2169:23 | 2169 | type CaptureNameMap = std::collections::HashMap, SmallIndex>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary Compiling regex v1.11.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=764cbffbe0704ad8 -C extra-filename=-764cbffbe0704ad8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libaho_corasick-7b76996c05fd0678.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-943ade0a503260fc.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-80558bd16824c1ef.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-a79888e87da7e473.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1557:38 | 1557 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1557 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1924:46 | 1924 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1924 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1942:46 | 1942 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1954:46 | 1954 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1954 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1570:38 | 1570 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1570 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1934:46 | 1934 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1934 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1952:46 | 1952 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1952 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1964:46 | 1964 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1964 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `regex-syntax` (lib) generated 7 warnings Compiling rustc_ast_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_passes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_passes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_passes --edition=2021 compiler/rustc_ast_passes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86107638f46ed439 -C extra-filename=-86107638f46ed439 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-ab09486c34baeba2.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-7da932cfb9888217.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling ahash v0.8.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=d660c6a50bc6a517 -C extra-filename=-d660c6a50bc6a517 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/ahash-d660c6a50bc6a517 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern version_check=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libversion_check-4a69c0cd361af2e0.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/ahash-088eba16d88ae078/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/ahash-d660c6a50bc6a517/build-script-build` [ahash 0.8.11] cargo:rerun-if-changed=build.rs [ahash 0.8.11] cargo:rustc-cfg=feature="folded_multiply" Compiling unicode-script v0.5.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_script CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/) ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-script' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-script CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-script' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_script --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=a92988a475a562f9 -C extra-filename=-a92988a475a562f9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs:129:32 | 129 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 129 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `unicode-script` (lib) generated 3 warnings Compiling rustc_expand v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_expand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_expand CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_expand --edition=2021 compiler/rustc_expand/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea9ed1b1789ba4da -C extra-filename=-ea9ed1b1789ba4da --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_passes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-86107638f46ed439.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-f136ea18a00a9413.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-c39988305a4dec42.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-7da932cfb9888217.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: `regex` (lib) generated 8 warnings Compiling unicode-security v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_security CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-security-0.1.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-security-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Charles Lew :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Detect possible security problems with Unicode usage according to Unicode Technical Standard #39 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-security' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-security CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-security' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_security --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-security-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=842c543878de5dac -C extra-filename=-842c543878de5dac --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern unicode_normalization=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_normalization-72aab85e554b26b8.rmeta --extern unicode_script=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_script-a92988a475a562f9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ahash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/ahash-088eba16d88ae078/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ahash --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=3c9c2cdaeaa53027 -C extra-filename=-3c9c2cdaeaa53027 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-22898cffeb33b285.rmeta --extern zerocopy=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerocopy-646e0f195647d055.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg 'feature="folded_multiply"'` warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:100:13 | 100 | #![cfg_attr(feature = "specialize", feature(min_specialization))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:202:7 | 202 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:209:7 | 209 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:253:7 | 253 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:257:7 | 257 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:300:7 | 300 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:305:7 | 305 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:118:11 | 118 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `128` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:164:11 | 164 | #[cfg(target_pointer_width = "128")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_pointer_width, values("128"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_pointer_width, values(\"128\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `folded_multiply` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/operations.rs:16:7 | 16 | #[cfg(feature = "folded_multiply")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `folded_multiply` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `folded_multiply` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/operations.rs:23:11 | 23 | #[cfg(not(feature = "folded_multiply"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `folded_multiply` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:468:7 | 468 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:14:14 | 14 | if #[cfg(feature = "specialize")]{ | ^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:53:58 | 53 | if #[cfg(all(feature = "compile-time-rng", any(test, fuzzing)))] { | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:73:54 | 73 | } else if #[cfg(all(feature = "runtime-rng", not(fuzzing)))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:461:11 | 461 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:10:7 | 10 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:12:7 | 12 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:14:7 | 14 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:24:11 | 24 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:37:7 | 37 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:70:7 | 70 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:78:7 | 78 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:86:7 | 86 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:94:7 | 94 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:102:7 | 102 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:110:7 | 110 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:118:7 | 118 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:126:11 | 126 | #[cfg(all(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` 61 | call_hasher_impl!(u8); | --------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` 61 | call_hasher_impl!(u8); 62 | call_hasher_impl!(u16); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 63 | call_hasher_impl!(u32); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 64 | call_hasher_impl!(u64); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 65 | call_hasher_impl!(i8); | --------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 66 | call_hasher_impl!(i16); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 67 | call_hasher_impl!(i32); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 68 | call_hasher_impl!(i64); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:6:1 | 5 | / #[cfg(not(feature = "std"))] 6 | | extern crate alloc; | | ^^^^^^^^^^^^^^^^^^- | |___________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:265:11 | 265 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:272:15 | 272 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:279:11 | 279 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:286:15 | 286 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:293:11 | 293 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:300:15 | 300 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: trait `BuildHasherExt` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:252:18 | 252 | pub(crate) trait BuildHasherExt: BuildHasher { | ^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `read_u128x2`, `read_u128x4`, `read_last_u16`, `read_last_u128x2`, and `read_last_u128x4` are never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/convert.rs:80:8 | 75 | pub(crate) trait ReadFromSlice { | ------------- methods in this trait ... 80 | fn read_u128x2(&self) -> ([u128; 2], &[u8]); | ^^^^^^^^^^^ 81 | fn read_u128x4(&self) -> ([u128; 4], &[u8]); | ^^^^^^^^^^^ 82 | fn read_last_u16(&self) -> u16; | ^^^^^^^^^^^^^ ... 86 | fn read_last_u128x2(&self) -> [u128; 2]; | ^^^^^^^^^^^^^^^^ 87 | fn read_last_u128x4(&self) -> [u128; 4]; | ^^^^^^^^^^^^^^^^ warning: `ahash` (lib) generated 46 warnings Compiling libloading v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libloading CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Bindings around the platform'\''s dynamic library loading primitives with greatly improved memory safety.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=ISC CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libloading CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/nagisa/rust_libloading/' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libloading --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc101bd0945c8024 -C extra-filename=-cc101bd0945c8024 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/lib.rs:39:13 | 39 | #![cfg_attr(libloading_docs, feature(doc_cfg))] | ^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: requested on the command line with `-W unexpected-cfgs` warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/lib.rs:45:26 | 45 | #[cfg(any(unix, windows, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/lib.rs:49:26 | 49 | #[cfg(any(unix, windows, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/mod.rs:20:17 | 20 | #[cfg(any(unix, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/mod.rs:21:12 | 21 | #[cfg_attr(libloading_docs, doc(cfg(unix)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/mod.rs:25:20 | 25 | #[cfg(any(windows, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:3:11 | 3 | #[cfg(all(libloading_docs, not(unix)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:5:15 | 5 | #[cfg(any(not(libloading_docs), unix))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/consts.rs:46:11 | 46 | #[cfg(all(libloading_docs, not(unix)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/consts.rs:55:15 | 55 | #[cfg(any(not(libloading_docs), unix))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:380:32 | 380 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 380 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:441:32 | 441 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 441 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/error.rs:7:37 | 7 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 7 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/error.rs:22:37 | 22 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/error.rs:109:37 | 109 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:1:7 | 1 | #[cfg(libloading_docs)] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:3:15 | 3 | #[cfg(all(not(libloading_docs), unix))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:5:15 | 5 | #[cfg(all(not(libloading_docs), windows))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:15:12 | 15 | #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:197:12 | 197 | #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:168:32 | 168 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `os::unix::Library::open` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:135:9 | 135 | Library::open(Some(filename), RTLD_LAZY | RTLD_LOCAL) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:134:5 | 134 | pub unsafe fn new>(filename: P) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `os::unix::dlopen` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:190:30 | 190 | let result = dlopen( | ______________________________^ 191 | | match filename { 192 | | None => ptr::null(), 193 | | Some(ref f) => f.as_ptr(), 194 | | }, 195 | | flags, 196 | | ); | |_________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:180:5 | 180 | / pub unsafe fn open

(filename: Option

{ | --------------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap<'_, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:407:43 | 407 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:420:55 | 420 | fn as_downcasting(&self) -> DowncastingAnyProvider; | ----------------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 420 | fn as_downcasting(&self) -> DowncastingAnyProvider<'_, Self>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:428:55 | 428 | fn as_downcasting(&self) -> DowncastingAnyProvider

{ | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 428 | fn as_downcasting(&self) -> DowncastingAnyProvider<'_, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:442:25 | 442 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 442 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:459:44 | 459 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 459 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/buf.rs:92:14 | 92 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/buf.rs:101:14 | 101 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 101 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/buf.rs:112:14 | 112 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/buf.rs:123:14 | 123 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 123 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/buf.rs:135:14 | 135 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/hello_world.rs:142:25 | 142 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 142 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/dynutil.rs:232:30 | 168 | / macro_rules! impl_dynamic_data_provider { 169 | | // allow passing in multiple things to do and get dispatched 170 | | ($provider:ty, $arms:tt, $one:path, $($rest:path),+) => { 171 | | $crate::impl_dynamic_data_provider!( ... | 232 | | req: $crate::DataRequest, | | --------^^^^^^^^^^^ | | | | | expected lifetime parameter ... | 255 | | }; 256 | | } | |_- in this expansion of `icu_provider::impl_dynamic_data_provider!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/hello_world.rs:166:1 | 166 | icu_provider::impl_dynamic_data_provider!(HelloWorldProvider, [HelloWorldV1Marker,], AnyMarker); | ----------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 232 | req: $crate::DataRequest<'_>, | ++++ warning: unexpected `cfg` condition value: `compiled_data` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/constructors.rs:275:15 | 145 | / macro_rules! gen_any_buffer_data_constructors { 146 | | (locale: skip, options: skip, error: $error_ty:path, $(#[$doc:meta])+) => { 147 | | $crate::gen_any_buffer_data_constructors!( 148 | | locale: skip, ... | 275 | | #[cfg(feature = "compiled_data")] | | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 372 | | }; 373 | | } | |__- in this expansion of `icu_provider::gen_any_buffer_data_constructors!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/hello_world.rs:270:5 | 270 | / icu_provider::gen_any_buffer_data_constructors!(locale: include, options: skip, error: DataError, 271 | | #[cfg(skip)] 272 | | functions: [ 273 | | try_new, ... | 277 | | Self, 278 | | ]); | |______- in this macro invocation | = note: expected values for `feature` are: `bench`, `datagen`, `deserialize_bincode_1`, `deserialize_json`, `deserialize_postcard_1`, `experimental`, `log_error_context`, `logging`, `macros`, `serde`, `std`, and `sync` = help: consider adding `compiled_data` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/hello_world.rs:313:37 | 313 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn write_to_string(&self) -> Cow<'_, str> { | +++ Compiling unic-langid v0.9.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="unic-langid-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "likelysubtags", "macros", "serde", "unic-langid-macros"))' -C metadata=42099ee00d3cf8fa -C extra-filename=-42099ee00d3cf8fa --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unic_langid_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_impl-8e255761f80f19d6.rmeta --extern unic_langid_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_macros-54e2f4cfa588df78.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_macros --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1224629d43424ef9 -C extra-filename=-1224629d43424ef9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro_hack=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro_hack-05eb41ee577cbb9a.so --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtinystr-950c727501921599.rmeta --extern unic_langid_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_impl-6f6b23e786146f65.rmeta --extern unic_langid_macros_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_macros_impl-8480cfa2270f1110.so --cap-lints warn -Z binary-dep-depinfo` Compiling icu_locid_transform_data v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_locid_transform_data CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform_data-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform_data-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_locid_transform crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_locid_transform_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_locid_transform_data --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71814114da2a08c9 -C extra-filename=-71814114da2a08c9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform_data-1.5.0/src/lib.rs:14:7 | 14 | #[cfg(icu4x_custom_data)] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform_data-1.5.0/src/lib.rs:16:11 | 16 | #[cfg(not(icu4x_custom_data))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `icu_locid_transform_data` (lib) generated 2 warnings Compiling icu_locid_transform v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_locid_transform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='API for Unicode Language and Locale Identifiers canonicalization' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_locid_transform CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_locid_transform --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=153263db2d1b0b46 -C extra-filename=-153263db2d1b0b46 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-0f1fd5b0916d33c6.so --extern icu_locid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-f27e6635167787c4.rmeta --extern icu_locid_transform_data=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform_data-71814114da2a08c9.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-7d23ce7f280bec31.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-a2c02738b1c813f9.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-dcc6cba1ea572744.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `skip` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/expander.rs:292:15 | 292 | #[cfg(skip)] | ^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/expander.rs:375:30 | 375 | fn as_borrowed(&self) -> LocaleExpanderBorrowed { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 375 | fn as_borrowed(&self) -> LocaleExpanderBorrowed<'_> { | ++++ warning: unexpected `cfg` condition name: `skip` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/fallback/mod.rs:129:15 | 129 | #[cfg(skip)] | ^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(skip)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(skip)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/fallback/mod.rs:179:63 | 179 | pub fn for_config(&self, config: LocaleFallbackConfig) -> LocaleFallbackerWithConfig { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | pub fn for_config(&self, config: LocaleFallbackConfig) -> LocaleFallbackerWithConfig<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/fallback/mod.rs:187:49 | 187 | pub fn for_key(&self, data_key: DataKey) -> LocaleFallbackerWithConfig { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 187 | pub fn for_key(&self, data_key: DataKey) -> LocaleFallbackerWithConfig<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/fallback/mod.rs:192:34 | 192 | pub fn as_borrowed(&self) -> LocaleFallbackerBorrowed { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | pub fn as_borrowed(&self) -> LocaleFallbackerBorrowed<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/provider/canonicalizer.rs:123:22 | 123 | .map(|v: StrStrPair| -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 123 | .map(|v: StrStrPair<'_>| -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/provider/canonicalizer.rs:123:44 | 123 | .map(|v: StrStrPair| -> Result { | ^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 123 | .map(|v: StrStrPair| -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/provider/mod.rs:113:12 | 113 | pub struct StrStrPair<'a>( | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub struct StrStrPair<'_><'a>( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/provider/mod.rs:133:12 | 133 | pub struct LanguageStrStrPair<'a>( | ^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | pub struct LanguageStrStrPair<'_><'a>( | ++++ warning: `icu_provider` (lib) generated 45 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="unic-langid-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "likelysubtags", "macros", "serde", "unic-langid-macros"))' -C metadata=26094547fe1d0cb1 -C extra-filename=-26094547fe1d0cb1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unic_langid_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_impl-6f6b23e786146f65.rmeta --extern unic_langid_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_macros-1224629d43424ef9.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/thiserror-11eeeac3bffa49b7/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/thiserror-84b784dd573069d6/build-script-build` [thiserror 1.0.66] cargo:rerun-if-changed=build/probe.rs [thiserror 1.0.66] cargo:rustc-check-cfg=cfg(error_generic_member_access) [thiserror 1.0.66] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) Compiling rand_xoshiro v0.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rand_xoshiro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='Xoshiro, xoroshiro and splitmix64 random number generators' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_xoshiro CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rand_xoshiro --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=16407cc1c16d83dd -C extra-filename=-16407cc1c16d83dd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_core-5defffb124aa2e90.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0/src/common.rs:243:44 | 243 | pub fn iter(&self) -> core::slice::Iter { | -----------------^--- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 243 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0/src/common.rs:249:38 | 249 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 249 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `icu_locid` (lib) generated 34 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/thiserror-11eeeac3bffa49b7/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=740f31323ffad861 -C extra-filename=-740f31323ffad861 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libthiserror_impl-d312c71428a3d514.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` Compiling object v0.36.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.36.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=36 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name object --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="compression"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="wasm"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=28efa908bc3f9bc5 -C extra-filename=-28efa908bc3f9bc5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrc32fast-4698837f70f3c6c4.rmeta --extern flate2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libflate2-202315e83959bc48.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-7dadea024b1be7c9.rmeta --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-d57d3ca7bc1aabb5.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-5b9b6773ff0c99ca.rmeta --extern ruzstd=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libruzstd-12104e0912c3c23e.rmeta --extern wasmparser=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwasmparser-d0a1e8cdadc07356.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1164:49 | 1164 | impl<'de, T, S, E> IntoDeserializer<'de, E> for HashSet | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: using `into_iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1173:35 | 1173 | SeqDeserializer::new(self.into_iter()) | ^^^^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1592:52 | 1592 | impl<'de, K, V, S, E> IntoDeserializer<'de, E> for HashMap | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `into_iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1602:35 | 1602 | MapDeserializer::new(self.into_iter()) | ^^^^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1000:58 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1000 | | impl<'de, T $(, $typaram)*> Deserialize<'de> for $ty | | ^^^^^^^^^^^^^^^^^^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1010:41 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1010 | | marker: PhantomData<$ty>, | | ^^^^^^^^^^^^^^^^^^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1018:34 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1018 | | type Value = $ty; | | ^^^^^^^^^^^^^^^^^^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1126:5 | 1126 | HashSet::with_capacity_and_hasher(size_hint::cautious::(seq.size_hint()), S::default()), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1128:5 | 1128 | HashSet::insert | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: remove these bounds | 1047 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 1047 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:80 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^^^^^^^^^^^^^^^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1125:5 | 1125 | HashSet::clear, | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1127:5 | 1127 | HashSet::reserve, | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1193:39 | 1193 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1242:33 | 1242 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1520:61 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1520 | | impl<'de, K, V $(, $typaram)*> Deserialize<'de> for $ty | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1531:41 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1531 | | marker: PhantomData<$ty>, | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1540:34 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1540 | | type Value = $ty; | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1581:5 | 1581 | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/ser/impls.rs:195:46 | 189 | / macro_rules! seq_impl { 190 | | ( 191 | | $(#[$attr:meta])* 192 | | $ty:ident ... | 195 | | impl Serialize for $ty | | ^^^^^^^^^^^^^^^^^^^^^ ... | 207 | | } 208 | | } | |_- in this expansion of `seq_impl!` ... 245 | / seq_impl! { 246 | | #[cfg(feature = "std")] 247 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 248 | | HashSet 249 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/ser/impls.rs:455:49 | 449 | / macro_rules! map_impl { 450 | | ( 451 | | $(#[$attr:meta])* 452 | | $ty:ident ... | 455 | | impl Serialize for $ty | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 468 | | } 469 | | } | |_- in this expansion of `map_impl!` ... 501 | / map_impl! { 502 | | #[cfg(feature = "std")] 503 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 504 | | HashMap 505 | | } | |_- in this macro invocation | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2378:29 | 2378 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2492:39 | 2492 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2651:29 | 2651 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2694:32 | 2694 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1647:46 | 1647 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2125:39 | 2125 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2154:42 | 2154 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:988:35 | 988 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1182:37 | 1182 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1220:40 | 1220 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1245:56 | 1245 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1289:57 | 1289 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound warning: `rand_xoshiro` (lib) generated 2 warnings Compiling rustc_ast v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_ast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast --edition=2021 compiler/rustc_ast/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0986c4d34d0ac1a6 -C extra-filename=-0986c4d34d0ac1a6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-5b9b6773ff0c99ca.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-3d5449496c75635c.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-023c3d7de7400cdc.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: `serde` (lib) generated 240 warnings (42 duplicates) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.132 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/serde_json-1bc786bae2a1c9a4/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=5bac6461f2534cc4 -C extra-filename=-5bac6461f2534cc4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitoa-b3c7dc329ab5ef22.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-5b9b6773ff0c99ca.rmeta --extern ryu=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libryu-217df961262cea8f.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-c4ba98369efdfc6b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:274:43 | 274 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:303:27 | 303 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:311:35 | 311 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:319:27 | 319 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:327:29 | 327 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:335:37 | 335 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 335 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:509:54 | 509 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1346:46 | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1388:29 | 1388 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1388 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:406:54 | 406 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:798:40 | 798 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 798 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1911:23 | 1911 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1964:23 | 1964 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2029:27 | 2029 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2082:31 | 2082 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2145:20 | 2145 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:414:31 | 414 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 414 - struct Adapter<'ser, W: 'ser, F: 'ser> { 414 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:469:24 | 469 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 469 - pub enum Compound<'a, W: 'a, F: 'a> { 469 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:771:30 | 771 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 771 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 771 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound warning: `icu_locid_transform` (lib) generated 10 warnings Compiling rustc_feature v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_feature CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_feature CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_feature --edition=2021 compiler/rustc_feature/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db1ad26c5e44d518 -C extra-filename=-db1ad26c5e44d518 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-c4ba98369efdfc6b.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-5bac6461f2534cc4.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/read/mod.rs:784:26 | 784 | pub struct RelocationMap(Map); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/read/mod.rs:796:37 | 796 | let mut map = RelocationMap(Map::new()); | ^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/read/read_cache.rs:38:11 | 38 | bufs: Map<(u64, u64), Box<[u8]>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/read/read_cache.rs:39:14 | 39 | strings: Map<(u64, u8), Box<[u8]>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/read/read_cache.rs:72:23 | 72 | bufs: Map::new(), | ^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/read/read_cache.rs:73:26 | 73 | strings: Map::new(), | ^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary Compiling rustc_abi v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_abi CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_abi CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_abi --edition=2021 compiler/rustc_abi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --cfg 'feature="randomize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "randomize"))' -C metadata=ff81970a1f0cde9e -C extra-filename=-ff81970a1f0cde9e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern rand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand-6e8beff895e4c34a.rmeta --extern rand_xoshiro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_xoshiro-16407cc1c16d83dd.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/write/mod.rs:75:24 | 75 | standard_sections: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/write/mod.rs:77:17 | 77 | symbol_map: HashMap, SymbolId>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/write/mod.rs:84:19 | 84 | stub_symbols: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/write/mod.rs:107:32 | 107 | standard_sections: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/write/mod.rs:109:25 | 109 | symbol_map: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/write/mod.rs:114:27 | 114 | stub_symbols: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `serde_json` (lib) generated 34 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/thiserror-00a4d9f181b3348a/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/thiserror-84b784dd573069d6/build-script-build` [thiserror 1.0.66] cargo:rerun-if-changed=build/probe.rs [thiserror 1.0.66] cargo:rustc-check-cfg=cfg(error_generic_member_access) [thiserror 1.0.66] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) Compiling type-map v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=type_map CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Brown ' CARGO_PKG_DESCRIPTION='Provides a typemap container with FxHashMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=type-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kardeiz/type-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name type_map --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3da0b83ea157f8a -C extra-filename=-c3da0b83ea157f8a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-21907b1b9a0129aa.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/src/lib.rs:169:49 | 169 | pub fn entry(&mut self) -> Entry { | -----^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 169 | pub fn entry(&mut self) -> Entry<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/src/lib.rs:359:67 | 359 | pub fn entry(&mut self) -> Entry { | -----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 359 | pub fn entry(&mut self) -> Entry<'_, T> { | +++ Compiling regex-automata v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/regex-automata' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/regex-automata' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fst", "log", "logging", "regex-syntax", "std", "syntax", "transducer"))' -C metadata=cea4efa669d424fd -C extra-filename=-cea4efa669d424fd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-5b9b6773ff0c99ca.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.2.0/src/util/id.rs:530:26 | 530 | fn arbitrary(gen: &mut quickcheck::Gen) -> $ty { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.2.0/src/util/id.rs:533:59 | 533 | let id = max(i32::MIN + 1, i32::arbitrary(gen)).abs(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `type-map` (lib) generated 2 warnings Compiling fnv v1.0.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fnv-1.0.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fnv --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4ed281e1030a6d76 -C extra-filename=-4ed281e1030a6d76 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling rustc_fs_util v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_fs_util CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_fs_util CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_fs_util --edition=2021 compiler/rustc_fs_util/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1addc94607ec0739 -C extra-filename=-1addc94607ec0739 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling strsim v0.11.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name strsim --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1268dae49300dd7 -C extra-filename=-f1268dae49300dd7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/src/lib.rs:38:29 | 38 | fn fmt(&self, fmt: &mut Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 38 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: `wasmparser` (lib) generated 6 warnings Compiling icu_list_data v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_list_data CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list_data-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list_data-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_list crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_list_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_list_data --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1cdbdd678fad3d1d -C extra-filename=-1cdbdd678fad3d1d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling self_cell v1.0.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/Cargo.toml CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust", "rustversion"))' -C metadata=501fbf58035606be -C extra-filename=-501fbf58035606be --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:60:10 | 60 | &(*joined_ptr.as_ptr()).owner | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:57:5 | 57 | pub unsafe fn borrow_owner<'a, Dependent>(&'a self) -> &'a Owner { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list_data-1.5.0/src/lib.rs:14:7 | 14 | #[cfg(icu4x_custom_data)] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `icu4x_custom_data` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list_data-1.5.0/src/lib.rs:16:11 | 16 | #[cfg(not(icu4x_custom_data))] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:66:10 | 66 | &(*joined_ptr.as_ptr()).dependent | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:63:5 | 63 | pub unsafe fn borrow_dependent<'a, Dependent>(&'a self) -> &'a Dependent { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:76:14 | 76 | &(*joined_ptr.as_ptr()).owner, | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:69:5 | 69 | pub unsafe fn borrow_mut<'a, Dependent>(&'a mut self) -> (&'a Owner, &'a mut Dependent) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:77:18 | 77 | &mut (*joined_ptr.as_ptr()).dependent, | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::drop_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:91:9 | 91 | drop_in_place(&mut (*joined_ptr.as_ptr()).dependent); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:82:5 | 82 | pub unsafe fn drop_joined(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:91:28 | 91 | drop_in_place(&mut (*joined_ptr.as_ptr()).dependent); | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `unsafe_self_cell::OwnerAndCellDropGuard::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:102:26 | 102 | let drop_guard = OwnerAndCellDropGuard::new(joined_ptr); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:98:5 | 98 | pub unsafe fn into_owner(self) -> Owner { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::drop_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:105:9 | 105 | drop_in_place(&mut (*joined_ptr.as_ptr()).dependent); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:105:28 | 105 | drop_in_place(&mut (*joined_ptr.as_ptr()).dependent); | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:109:40 | 109 | let owner_ptr: *const Owner = &(*joined_ptr.as_ptr()).owner; | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:113:21 | 113 | let owner = read(owner_ptr); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `alloc::alloc::dealloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:117:9 | 117 | dealloc(self.joined_void_ptr.as_ptr(), layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:199:49 | 199 | let owner_ptr = core::ptr::addr_of_mut!((*this).owner); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:198:5 | 198 | pub unsafe fn _field_pointers(this: *mut Self) -> (*mut Owner, *mut Dependent) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/unsafe_self_cell.rs:200:53 | 200 | let dependent_ptr = core::ptr::addr_of_mut!((*this).dependent); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning: `strsim` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hash --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=18e59c1c31888697 -C extra-filename=-18e59c1c31888697 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `self_cell` (lib) generated 14 warnings Compiling ident_case v1.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ident_case CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ident_case-1.0.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ident_case-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Utility for applying case rules to Rust identifiers.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ident_case CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/ident_case' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ident_case --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19fcd24bf1cfe139 -C extra-filename=-19fcd24bf1cfe139 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `icu_list_data` (lib) generated 2 warnings Compiling icu_list v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_list CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='ECMA-402 ListFormatter' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_list CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_list --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "serde_human", "std"))' -C metadata=b46c9811f4b820ff -C extra-filename=-b46c9811f4b820ff --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-0f1fd5b0916d33c6.so --extern icu_list_data=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_list_data-1cdbdd678fad3d1d.rmeta --extern icu_locid_transform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-153263db2d1b0b46.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-7d23ce7f280bec31.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-cea4efa669d424fd.rmeta --extern writeable=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-8610b5c1cdb36afe.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=type_map CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Brown ' CARGO_PKG_DESCRIPTION='Provides a typemap container with FxHashMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=type-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kardeiz/type-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name type_map --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b574806722f794a -C extra-filename=-6b574806722f794a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_hash-18e59c1c31888697.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ident_case-1.0.1/src/lib.rs:25:17 | 25 | use std::ascii::AsciiExt; | ^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: unused import: `std::ascii::AsciiExt` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ident_case-1.0.1/src/lib.rs:25:5 | 25 | use std::ascii::AsciiExt; | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: `ident_case` (lib) generated 2 warnings Compiling darling_core v0.20.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=darling_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_core-0.20.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_core-0.20.10/Cargo.toml CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.20.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name darling_core --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=a7839dde41d11df9 -C extra-filename=-a7839dde41d11df9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern fnv=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libfnv-4ed281e1030a6d76.rmeta --extern ident_case=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libident_case-19fcd24bf1cfe139.rmeta --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rmeta --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rmeta --extern strsim=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libstrsim-f1268dae49300dd7.rmeta --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `type-map` (lib) generated 2 warnings (2 duplicates) Compiling self_cell v0.10.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3/Cargo.toml CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust"))' -C metadata=68f5392d7a1d674c -C extra-filename=-68f5392d7a1d674c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern new_self_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-501fbf58035606be.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling rustc_target v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_target CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_target CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_target --edition=2021 compiler/rustc_target/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c65854d4c4c39fb -C extra-filename=-2c65854d4c4c39fb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libobject-28efa908bc3f9bc5.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-1addc94607ec0739.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-5bac6461f2534cc4.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: `regex-automata` (lib) generated 2 warnings Compiling intl-memoizer v0.5.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=intl_memoizer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='A memoizer specifically tailored for storing lazy-initialized intl formatters. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl-memoizer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name intl_memoizer --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27a4f616a3702c5d -C extra-filename=-27a4f616a3702c5d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern type_map=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtype_map-c3da0b83ea157f8a.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-42099ee00d3cf8fa.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs:219:22 | 219 | .entry::>() | ^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs:220:29 | 220 | .or_insert_with(HashMap::new); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs:326:10 | 326 | map: HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/concurrent.rs:34:22 | 34 | .entry::>() | ^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/concurrent.rs:35:29 | 35 | .or_insert_with(HashMap::new); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `intl-memoizer` (lib) generated 5 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/thiserror-00a4d9f181b3348a/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46f69f68b7be539a -C extra-filename=-46f69f68b7be539a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libthiserror_impl-d312c71428a3d514.so --cap-lints warn -Z binary-dep-depinfo --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` Compiling fluent-syntax v0.11.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fluent_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='Parser/Serializer tools for Fluent Syntax. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_syntax --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default", "json", "serde", "serde_json"))' -C metadata=ba619c5adbebb48b -C extra-filename=-ba619c5adbebb48b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthiserror-740f31323ffad861.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/src/unicode.rs:121:54 | 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow<'_, str> { | +++ Compiling fluent-langneg v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fluent_langneg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='A library for language and locale negotiation. ' CARGO_PKG_HOMEPAGE='http://projectfluent.org/' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-langneg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-langneg-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_langneg --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cldr", "default"))' -C metadata=9904423e4f5c1c3c -C extra-filename=-9904423e4f5c1c3c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-42099ee00d3cf8fa.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `fluent-syntax` (lib) generated 1 warning Compiling intl_pluralrules v7.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=intl_pluralrules CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/Cargo.toml CARGO_PKG_AUTHORS='Kekoa Riggin :Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Unicode Plural Rules categorizer for numeric input.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl_pluralrules CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/pluralrules' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name intl_pluralrules --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f60e4017b53b4ab -C extra-filename=-8f60e4017b53b4ab --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-42099ee00d3cf8fa.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/operands.rs:51:13 | 51 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `tarpaulin_include` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/lib.rs:30:11 | 30 | #[cfg(not(tarpaulin_include))] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/rules.rs:2:13 | 2 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::float_cmp))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/rules.rs:3:13 | 3 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/rules.rs:4:13 | 4 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::nonminimal_bool))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration Compiling odht v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=odht CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A Rust crate for hash tables that can be mapped from disk into memory without the need for up-front decoding.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=odht CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/odht' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name odht --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "no_simd"))' -C metadata=a26362ad09f5a4c9 -C extra-filename=-a26362ad09f5a4c9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:797:26 | 797 | fn arbitrary(gen: &mut Gen) -> Self { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:800:40 | 800 | *x = u8::arbitrary(gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: the feature `core_intrinsics` is internal to the compiler or standard library --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:56:42 | 56 | #![cfg_attr(feature = "nightly", feature(core_intrinsics))] | ^^^^^^^^^^^^^^^ | = note: using it is strongly discouraged = note: `#[warn(internal_features)]` on by default warning[E0133]: call to unsafe function `memory_layout::Allocation::::from_raw_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:292:26 | 292 | let allocation = memory_layout::Allocation::from_raw_bytes_unchecked(data); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:290:5 | 290 | pub unsafe fn from_raw_bytes_unchecked(data: &[u8]) -> HashTableOwned { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `memory_layout::Allocation::::from_raw_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:397:25 | 397 | allocation: memory_layout::Allocation::from_raw_bytes_unchecked(data), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs:395:5 | 395 | pub unsafe fn from_raw_bytes_unchecked(data: D) -> HashTable { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `odht` (lib) generated 5 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/Cargo.toml CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust", "rustversion"))' -C metadata=f8cc263f93180741 -C extra-filename=-f8cc263f93180741 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3/Cargo.toml CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name self_cell --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("old_rust"))' -C metadata=b2f636abd5d1bf10 -C extra-filename=-b2f636abd5d1bf10 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern new_self_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libself_cell-f8cc263f93180741.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling fluent-bundle v0.15.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fluent_bundle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='A localization system designed to unleash the entire expressive power of natural language translations. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-bundle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_bundle --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default"))' -C metadata=a79525da84b5fc87 -C extra-filename=-a79525da84b5fc87 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern fluent_langneg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_langneg-9904423e4f5c1c3c.rmeta --extern fluent_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_syntax-ba619c5adbebb48b.rmeta --extern intl_memoizer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libintl_memoizer-27a4f616a3702c5d.rmeta --extern intl_pluralrules=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libintl_pluralrules-8f60e4017b53b4ab.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-21907b1b9a0129aa.rmeta --extern self_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-68f5392d7a1d674c.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-42099ee00d3cf8fa.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/args.rs:96:56 | 96 | pub fn iter(&self) -> impl Iterator { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 96 | pub fn iter(&self) -> impl Iterator)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:142:49 | 142 | pub(crate) transform: Option Cow>, | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 142 | pub(crate) transform: Option Cow<'_, str>>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:143:38 | 143 | pub(crate) formatter: Option Option>, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 143 | pub(crate) formatter: Option, &M) -> Option>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:342:65 | 342 | pub fn set_transform(&mut self, func: Option Cow>) { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 342 | pub fn set_transform(&mut self, func: Option Cow<'_, str>>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:352:54 | 352 | pub fn set_formatter(&mut self, func: Option Option>) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | pub fn set_formatter(&mut self, func: Option, &M) -> Option>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:444:31 | 444 | args: Option<&'bundle FluentArgs>, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 444 | args: Option<&'bundle FluentArgs<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:488:29 | 488 | args: Option<&'args FluentArgs>, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 488 | args: Option<&'args FluentArgs<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/bundle.rs:537:44 | 537 | F: for<'a> Fn(&[FluentValue<'a>], &FluentArgs) -> FluentValue<'a> + Sync + Send + 'static, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 537 | F: for<'a> Fn(&[FluentValue<'a>], &FluentArgs<'_>) -> FluentValue<'a> + Sync + Send + 'static, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/entry.rs:14:45 | 14 | Box Fn(&[FluentValue<'a>], &FluentArgs) -> FluentValue<'a> + Send + Sync>; | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 14 | Box Fn(&[FluentValue<'a>], &FluentArgs<'_>) -> FluentValue<'a> + Send + Sync>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/resolver/scope.rs:32:29 | 32 | args: Option<&'args FluentArgs>, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 32 | args: Option<&'args FluentArgs<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/types/number.rs:89:36 | 89 | pub fn merge(&mut self, opts: &FluentArgs) { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | pub fn merge(&mut self, opts: &FluentArgs<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/types/mod.rs:181:17 | 181 | other: &FluentValue, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | other: &FluentValue<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/types/mod.rs:182:22 | 182 | scope: &Scope, | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 182 | scope: &Scope<'_, '_, '_, '_, R, M>, | +++++++++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/types/mod.rs:216:58 | 216 | pub fn write(&self, w: &mut W, scope: &Scope) -> fmt::Result | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 216 | pub fn write(&self, w: &mut W, scope: &Scope<'_, '_, '_, '_, R, M>) -> fmt::Result | +++++++++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/types/mod.rs:240:72 | 240 | pub fn as_string, M>(&self, scope: &Scope) -> Cow<'source, str> | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 240 | pub fn as_string, M>(&self, scope: &Scope<'_, '_, '_, '_, R, M>) -> Cow<'source, str> | +++++++++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/types/mod.rs:262:73 | 262 | pub fn into_string, M>(self, scope: &Scope) -> Cow<'source, str> | -----^----- expected lifetime parameters | help: indicate the anonymous lifetimes | 262 | pub fn into_string, M>(self, scope: &Scope<'_, '_, '_, '_, R, M>) -> Cow<'source, str> | +++++++++++++++ warning: `intl_pluralrules` (lib) generated 5 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fluent_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='Parser/Serializer tools for Fluent Syntax. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_syntax --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default", "json", "serde", "serde_json"))' -C metadata=ae6e34cc91d6a24c -C extra-filename=-ae6e34cc91d6a24c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libthiserror-46f69f68b7be539a.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `fluent-syntax` (lib) generated 1 warning (1 duplicate) Compiling rustc_baked_icu_data v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_baked_icu_data CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_baked_icu_data CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_baked_icu_data --edition=2021 compiler/rustc_baked_icu_data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e73925114250e64 -C extra-filename=-8e73925114250e64 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern icu_list=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_list-b46c9811f4b820ff.rmeta --extern icu_locid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-f27e6635167787c4.rmeta --extern icu_locid_transform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-153263db2d1b0b46.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-7d23ce7f280bec31.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-dcc6cba1ea572744.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling darling_macro v0.20.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=darling_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_macro-0.20.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_macro-0.20.10/Cargo.toml CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.20.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name darling_macro --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=badedaf0e6a02e5e -C extra-filename=-badedaf0e6a02e5e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern darling_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdarling_core-a7839dde41d11df9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=intl_memoizer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='A memoizer specifically tailored for storing lazy-initialized intl formatters. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl-memoizer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name intl_memoizer --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ba1997722ba02a3 -C extra-filename=-4ba1997722ba02a3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern type_map=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtype_map-6b574806722f794a.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid-26094547fe1d0cb1.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling icu_provider_adapters v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_provider_adapters CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Adapters for composing and manipulating data providers.' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_provider_adapters CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_provider_adapters --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("databake", "datagen", "serde", "std"))' -C metadata=632f39851b5dabbc -C extra-filename=-632f39851b5dabbc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern icu_locid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-f27e6635167787c4.rmeta --extern icu_locid_transform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-153263db2d1b0b46.rmeta --extern icu_provider=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-7d23ce7f280bec31.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-a2c02738b1c813f9.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-dcc6cba1ea572744.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/any_payload.rs:105:41 | 105 | fn load_any(&self, key: DataKey, _: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 105 | fn load_any(&self, key: DataKey, _: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/any_payload.rs:121:25 | 121 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 121 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/either.rs:27:43 | 27 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/either.rs:41:14 | 41 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/either.rs:55:44 | 55 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/either.rs:68:25 | 68 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/empty.rs:58:48 | 58 | fn load_any(&self, key: DataKey, base_req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | fn load_any(&self, key: DataKey, base_req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/empty.rs:67:19 | 67 | base_req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 67 | base_req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/empty.rs:77:49 | 77 | fn load_data(&self, key: DataKey, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn load_data(&self, key: DataKey, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/empty.rs:86:30 | 86 | fn load(&self, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 86 | fn load(&self, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fallback/mod.rs:199:19 | 199 | F1: FnMut(DataRequest) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | F1: FnMut(DataRequest<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fallback/mod.rs:194:23 | 194 | mut base_req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 194 | mut base_req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fallback/mod.rs:242:48 | 242 | fn load_any(&self, key: DataKey, base_req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn load_any(&self, key: DataKey, base_req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fallback/mod.rs:259:19 | 259 | base_req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 259 | base_req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fallback/mod.rs:275:49 | 275 | fn load_data(&self, key: DataKey, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 275 | fn load_data(&self, key: DataKey, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fallback/mod.rs:290:30 | 290 | fn load(&self, base_req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | fn load(&self, base_req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/impls.rs:12:45 | 12 | RequestFilterDataProvider bool + Sync + 'a>>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | RequestFilterDataProvider) -> bool + Sync + 'a>>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/impls.rs:16:11 | 16 | F: Fn(DataRequest) -> bool + Sync, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 16 | F: Fn(DataRequest<'_>) -> bool + Sync, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:55:11 | 55 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:70:11 | 70 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 70 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:74:44 | 74 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:87:11 | 87 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:91:25 | 91 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 91 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:104:11 | 104 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:110:14 | 110 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 110 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:124:11 | 124 | F: Fn(DataRequest) -> bool, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 124 | F: Fn(DataRequest<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:127:43 | 127 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:221:45 | 221 | ) -> RequestFilterDataProvider bool>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 221 | ) -> RequestFilterDataProvider) -> bool>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:231:45 | 231 | ) -> RequestFilterDataProvider bool> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 231 | ) -> RequestFilterDataProvider) -> bool> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/filter/mod.rs:232:20 | 232 | fn noop(_: DataRequest) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn noop(_: DataRequest<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/by_error.rs:55:14 | 55 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 55 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/by_error.rs:73:43 | 73 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/by_error.rs:91:44 | 91 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 91 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/by_error.rs:175:14 | 175 | req: DataRequest, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 175 | req: DataRequest<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/by_error.rs:195:43 | 195 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/by_error.rs:215:44 | 215 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/predicates.rs:35:46 | 35 | fn test(&self, key: DataKey, req: Option, err: DataError) -> bool; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn test(&self, key: DataKey, req: Option>, err: DataError) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/predicates.rs:52:42 | 52 | fn test(&self, _: DataKey, _: Option, err: DataError) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | fn test(&self, _: DataKey, _: Option>, err: DataError) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/fork/predicates.rs:134:42 | 134 | fn test(&self, _: DataKey, _: Option, err: DataError) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 134 | fn test(&self, _: DataKey, _: Option>, err: DataError) -> bool { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fluent_langneg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='A library for language and locale negotiation. ' CARGO_PKG_HOMEPAGE='http://projectfluent.org/' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-langneg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-langneg-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_langneg --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cldr", "default"))' -C metadata=ca09f80a99453db9 -C extra-filename=-ca09f80a99453db9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid-26094547fe1d0cb1.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `icu_provider_adapters` (lib) generated 39 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=intl_pluralrules CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/Cargo.toml CARGO_PKG_AUTHORS='Kekoa Riggin :Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Unicode Plural Rules categorizer for numeric input.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl_pluralrules CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/pluralrules' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name intl_pluralrules --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a39b16d5c8b9a8a7 -C extra-filename=-a39b16d5c8b9a8a7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid-26094547fe1d0cb1.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling rustc_type_ir_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_type_ir_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_type_ir_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_type_ir_macros --edition=2021 compiler/rustc_type_ir_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bacb9d27b3e65d0f -C extra-filename=-bacb9d27b3e65d0f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern synstructure=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsynstructure-8d39a31eced87cc3.rlib --extern proc_macro -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `tarpaulin_include` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/lib.rs:30:11 | 30 | #[cfg(not(tarpaulin_include))] | ^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `intl_pluralrules` (lib) generated 5 warnings (4 duplicates) Compiling rustc_hir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir --edition=2021 compiler/rustc_hir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b038177e3f37956 -C extra-filename=-0b038177e3f37956 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern odht=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libodht-a26362ad09f5a4c9.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-c02cc46c55198960.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: `object` (lib) generated 12 warnings Compiling itertools v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name itertools --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=5f2808d2d521c99a -C extra-filename=-5f2808d2d521c99a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-9dd41f9eb914ae60.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling anstyle v1.0.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=32939d956eb66752 -C extra-filename=-32939d956eb66752 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:591:64 | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:89:27 | 89 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:104:27 | 104 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:129:72 | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:62:29 | 62 | F: FnOnce(ProcessResults) -> R, | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 62 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:961:33 | 961 | F: FnOnce(ProcessResults) -> R, | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | F: FnOnce(ProcessResults<'_, Self, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1438:71 | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1464:63 | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2309:41 | 2309 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2309 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2348:64 | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ Compiling unicode-width v0.1.14 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=cc9da0226bd49ade -C extra-filename=-cc9da0226bd49ade --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=f7a2aebdb65a5676 -C extra-filename=-f7a2aebdb65a5676 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `fluent-bundle` (lib) generated 16 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name smallvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=2b53b79693dd363b -C extra-filename=-2b53b79693dd363b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling annotate-snippets v0.11.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=annotate_snippets CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Library for building code annotations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=annotate-snippets CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/annotate-snippets-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name annotate_snippets --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "testing-colors"))' -C metadata=d41a0340d8f966f3 -C extra-filename=-d41a0340d8f966f3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libanstyle-32939d956eb66752.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunicode_width-cc9da0226bd49ade.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fluent_bundle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='A localization system designed to unleash the entire expressive power of natural language translations. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-bundle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fluent_bundle --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-benchmarks", "default"))' -C metadata=c2cce21fbe45d093 -C extra-filename=-c2cce21fbe45d093 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern fluent_langneg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libfluent_langneg-ca09f80a99453db9.rmeta --extern fluent_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libfluent_syntax-ae6e34cc91d6a24c.rmeta --extern intl_memoizer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libintl_memoizer-4ba1997722ba02a3.rmeta --extern intl_pluralrules=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libintl_pluralrules-a39b16d5c8b9a8a7.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_hash-18e59c1c31888697.rmeta --extern self_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libself_cell-b2f636abd5d1bf10.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsmallvec-2b53b79693dd363b.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid-26094547fe1d0cb1.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling rustc_type_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_type_ir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_type_ir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_type_ir --edition=2021 compiler/rustc_type_ir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --cfg 'feature="default"' --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=459c7e1ca401cc8c -C extra-filename=-459c7e1ca401cc8c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern derive_where=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libderive_where-3041e078b567e7fd.so --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-d57d3ca7bc1aabb5.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-21907b1b9a0129aa.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-3d5449496c75635c.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_type_ir_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_type_ir_macros-bacb9d27b3e65d0f.so --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2091:24 | 2091 | let mut used = HashSet::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:3087:38 | 3087 | fn into_group_map(self) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:3123:50 | 3123 | fn into_group_map_by(self, f: F) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:3870:24 | 3870 | fn counts(self) -> HashMap | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:3875:26 | 3875 | let mut counts = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:3913:39 | 3913 | fn counts_by(self, f: F) -> HashMap | ^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:578:30 | 578 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:28:27 | 28 | used: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:38:15 | 38 | used: HashMap, | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/group_map.rs:11:44 | 11 | pub fn into_group_map(iter: I) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/group_map.rs:16:22 | 16 | let mut lookup = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/group_map.rs:25:68 | 25 | pub fn into_group_map_by(iter: I, f: impl Fn(&V) -> K) -> HashMap> | ^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:375:16 | 375 | I: Iterator + 'a, | ^^^^^ 376 | I::Item: 'a, 377 | / K: 'a, 378 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 375 ~ I: Iterator, 376 | I::Item: 'a, 377 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:416:16 | 416 | I: Iterator + 'a, | ^^^^^ 417 | I::Item: 'a, 418 | / K: 'a, 419 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 416 ~ I: Iterator, 417 | I::Item: 'a, 418 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:546:16 | 546 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:577:16 | 577 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:107:57 | 107 | pub fn aggregate(self, mut operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:111:35 | 111 | let mut destination_map = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:156:75 | 156 | pub fn fold_with(self, mut init: FI, mut operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:192:57 | 192 | pub fn fold(self, init: R, operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:227:55 | 227 | pub fn fold_first(self, mut operation: FO) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:257:32 | 257 | pub fn collect(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:261:35 | 261 | let mut destination_map = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:291:25 | 291 | pub fn max(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:317:47 | 317 | pub fn max_by(self, mut compare: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:346:49 | 346 | pub fn max_by_key(self, mut f: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:372:25 | 372 | pub fn min(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:398:47 | 398 | pub fn min_by(self, mut compare: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:427:49 | 427 | pub fn min_by_key(self, mut f: F) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:462:28 | 462 | pub fn minmax(self) -> HashMap> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:492:50 | 492 | pub fn minmax_by(self, mut compare: F) -> HashMap> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:543:52 | 543 | pub fn minmax_by_key(self, mut f: F) -> HashMap> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:570:25 | 570 | pub fn sum(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:596:29 | 596 | pub fn product(self) -> HashMap | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:115:16 | 115 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:17:11 | 17 | used: HashMap, | ^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:38:15 | 38 | used: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:44:35 | 44 | fn count_new_keys(mut used: HashMap, iterable: I) -> usize | ^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:184:19 | 184 | used: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary Compiling rustc_error_messages v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_error_messages CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_error_messages CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_error_messages --edition=2021 compiler/rustc_error_messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abe7865bb0792b80 -C extra-filename=-abe7865bb0792b80 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern fluent_bundle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_bundle-a79525da84b5fc87.rmeta --extern fluent_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_syntax-ba619c5adbebb48b.rmeta --extern icu_list=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_list-b46c9811f4b820ff.rmeta --extern icu_locid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-f27e6635167787c4.rmeta --extern icu_provider_adapters=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider_adapters-632f39851b5dabbc.rmeta --extern intl_memoizer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libintl_memoizer-27a4f616a3702c5d.rmeta --extern rustc_baked_icu_data=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_baked_icu_data-8e73925114250e64.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-42099ee00d3cf8fa.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: `itertools` (lib) generated 83 warnings Compiling rustc_ast_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_pretty CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_pretty CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_pretty --edition=2021 compiler/rustc_ast_pretty/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f126db0921fef868 -C extra-filename=-f126db0921fef868 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-5f2808d2d521c99a.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-023c3d7de7400cdc.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: `fluent-bundle` (lib) generated 16 warnings (16 duplicates) Compiling darling v0.20.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=darling CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling-0.20.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling-0.20.10/Cargo.toml CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='A proc-macro library for reading attributes into structs when implementing custom derives. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.20.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name darling --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=961246dfee735512 -C extra-filename=-961246dfee735512 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern darling_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdarling_core-a7839dde41d11df9.rmeta --extern darling_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdarling_macro-badedaf0e6a02e5e.so --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7797c39bbd410be1 -C extra-filename=-7797c39bbd410be1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=annotate_snippets CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Library for building code annotations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=annotate-snippets CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/annotate-snippets-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name annotate_snippets --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "testing-colors"))' -C metadata=a6cefe32c75fbdd8 -C extra-filename=-a6cefe32c75fbdd8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libanstyle-7797c39bbd410be1.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-f7a2aebdb65a5676.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling derive_setters v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=derive_setters CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive_setters-0.1.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive_setters-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='Lymia Aluysia ' CARGO_PKG_DESCRIPTION='Rust macro to automatically generates setter methods for a struct'\''s fields.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derive_setters CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lymia/derive_setters' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name derive_setters --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive_setters-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=ff51b9d753111ab9 -C extra-filename=-ff51b9d753111ab9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern darling=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdarling-961246dfee735512.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive_setters-0.1.6/src/lib.rs:3:1 | 3 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` Compiling rustc_fluent_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_fluent_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_fluent_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_fluent_macro --edition=2021 compiler/rustc_fluent_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d85fa5948150669e -C extra-filename=-d85fa5948150669e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libannotate_snippets-d41a0340d8f966f3.rlib --extern fluent_bundle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libfluent_bundle-c2cce21fbe45d093.rlib --extern fluent_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libfluent_syntax-ae6e34cc91d6a24c.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern unic_langid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid-26094547fe1d0cb1.rlib --extern proc_macro -Z binary-dep-depinfo` Compiling rustc_lint_defs v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_lint_defs CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_lint_defs CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_lint_defs --edition=2021 compiler/rustc_lint_defs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=628b9c2d2f3df487 -C extra-filename=-628b9c2d2f3df487 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_error_messages=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-abe7865bb0792b80.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-c4ba98369efdfc6b.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: `derive_setters` (lib) generated 1 warning Compiling termize v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=termize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Yuki Okushi ' CARGO_PKG_DESCRIPTION='functions for determining terminal sizes and dimensions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/JohnTitor/termize' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name termize --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=daccde0c53b54495 -C extra-filename=-daccde0c53b54495 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:11:31 | 11 | let mut window: winsize = zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:10:1 | 10 | unsafe fn get_dimensions_any() -> winsize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:12:22 | 12 | let mut result = ioctl(STDOUT_FILENO, TIOCGWINSZ.into(), &mut window); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:15:18 | 15 | window = zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:16:18 | 16 | result = ioctl(STDIN_FILENO, TIOCGWINSZ.into(), &mut window); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:18:22 | 18 | window = zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:19:22 | 19 | result = ioctl(STDERR_FILENO, TIOCGWINSZ.into(), &mut window); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:21:24 | 21 | return zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:32:31 | 32 | let mut window: winsize = zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:31:1 | 31 | unsafe fn get_dimensions_out() -> winsize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:33:18 | 33 | let result = ioctl(STDOUT_FILENO, TIOCGWINSZ.into(), &mut window); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:38:5 | 38 | zeroed() | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:45:31 | 45 | let mut window: winsize = zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:44:1 | 44 | unsafe fn get_dimensions_in() -> winsize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:46:18 | 46 | let result = ioctl(STDIN_FILENO, TIOCGWINSZ.into(), &mut window); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:51:5 | 51 | zeroed() | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:58:31 | 58 | let mut window: winsize = zeroed(); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:57:1 | 57 | unsafe fn get_dimensions_err() -> winsize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:59:18 | 59 | let result = ioctl(STDERR_FILENO, TIOCGWINSZ.into(), &mut window); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/platform/unix.rs:64:5 | 64 | zeroed() | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: `termize` (lib) generated 16 warnings Compiling termcolor v1.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name termcolor --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7862a9871cfbd555 -C extra-filename=-7862a9871cfbd555 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:187:41 | 187 | fn set_hyperlink(&mut self, _link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 187 | fn set_hyperlink(&mut self, _link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:211:40 | 211 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 211 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:232:40 | 232 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:371:32 | 371 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 371 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:728:40 | 728 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 728 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:772:40 | 772 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 772 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:819:40 | 819 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 819 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:891:40 | 891 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:979:40 | 979 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 979 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:1360:40 | 1360 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:1441:37 | 1441 | fn set_hyperlink(&mut self, _: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1441 | fn set_hyperlink(&mut self, _: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:1547:40 | 1547 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1547 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:1694:37 | 1694 | fn set_hyperlink(&mut self, _: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1694 | fn set_hyperlink(&mut self, _: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs:2335:40 | 2335 | fn set_hyperlink(&mut self, link: &HyperlinkSpec) -> io::Result<()> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2335 | fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> io::Result<()> { | ++++ Compiling rustc_error_codes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_error_codes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_error_codes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_error_codes --edition=2021 compiler/rustc_error_codes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08f4bf3ee90e293f -C extra-filename=-08f4bf3ee90e293f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling rustc_errors v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_errors CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_errors CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_errors --edition=2021 compiler/rustc_errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c0961200e8fb027 -C extra-filename=-4c0961200e8fb027 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libannotate_snippets-a6cefe32c75fbdd8.rmeta --extern derive_setters=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libderive_setters-ff51b9d753111ab9.so --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_error_codes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_codes-08f4bf3ee90e293f.rmeta --extern rustc_error_messages=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-abe7865bb0792b80.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-628b9c2d2f3df487.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-c4ba98369efdfc6b.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-5bac6461f2534cc4.rmeta --extern termcolor=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtermcolor-7862a9871cfbd555.rmeta --extern termize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtermize-daccde0c53b54495.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: `termcolor` (lib) generated 14 warnings Compiling getopts v0.2.21 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=getopts CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='getopts-like option parsing. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/getopts' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getopts CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/getopts' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name getopts --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=563a14fa5474d5a7 -C extra-filename=-563a14fa5474d5a7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-f7a2aebdb65a5676.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling semver v1.0.23 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a0d29bcc07e0326d -C extra-filename=-a0d29bcc07e0326d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/semver-a0d29bcc07e0326d -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/semver-34e33bb608cf5bb2/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/semver-a0d29bcc07e0326d/build-script-build` [semver 1.0.23] cargo:rerun-if-changed=build.rs [semver 1.0.23] cargo:rustc-check-cfg=cfg(doc_cfg) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_alloc_crate) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_const_vec_new) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_exhaustive_int_match) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_non_exhaustive) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_nonzero_bitscan) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_str_strip_prefix) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_track_caller) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint) [semver 1.0.23] cargo:rustc-check-cfg=cfg(test_node_semver) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/semver-34e33bb608cf5bb2/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=95c3446daee87c2b -C extra-filename=-95c3446daee87c2b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `semver` (lib) generated 15 warnings Compiling rustc_version v0.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_version CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_version-0.4.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_version-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for querying the version of a installed rustc compiler' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_version CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/djc/rustc-version-rs' CARGO_PKG_RUST_VERSION=1.32 CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_version --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8c13be4627f58aa -C extra-filename=-d8c13be4627f58aa --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern semver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsemver-95c3446daee87c2b.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `getopts` (lib) generated 1 warning Compiling memoffset v0.9.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/Cargo.toml CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=4e998fc03aa6d584 -C extra-filename=-4e998fc03aa6d584 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/memoffset-4e998fc03aa6d584 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libautocfg-3a963e83e2628c0b.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling field-offset v0.3.6 Compiling rustc_apfloat v0.2.1+llvm-462a31f5a5ab Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/Cargo.toml CARGO_PKG_AUTHORS='Diggory Blake ' CARGO_PKG_DESCRIPTION='Safe pointer-to-member implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=field-offset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Diggsey/rust-field-offset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c9db69ddafad86d -C extra-filename=-7c9db69ddafad86d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/field-offset-7c9db69ddafad86d -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_version=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_version-d8c13be4627f58aa.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d06b2bbff51e093 -C extra-filename=-2d06b2bbff51e093 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_apfloat-2d06b2bbff51e093 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/build.rs:1:1 | 1 | extern crate autocfg; | ^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` Compiling datafrog v2.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=datafrog CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank McSherry :The Rust Project Developers:Datafrog Developers' CARGO_PKG_DESCRIPTION='Lightweight Datalog engine intended to be embedded in other Rust programs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=datafrog CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/datafrog' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name datafrog --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95bb3ed4d1a896c2 -C extra-filename=-95bb3ed4d1a896c2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: lifetime parameter `'me` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/join.rs:43:34 | 43 | pub(crate) fn join_into_relation<'me, Key: Ord, Val1: Ord, Val2: Ord, Result: Ord>( | ^^^-- | | | help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'leap` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/treefrog.rs:134:10 | 134 | impl<'leap, Tuple, Func> PrefixFilter | ^^^^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'leap` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/treefrog.rs:206:10 | 206 | impl<'leap, Tuple, Val, Func> ValueFilter | ^^^^^-- | | | help: elide the unused lifetime warning: `memoffset` (build script) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/Cargo.toml CARGO_PKG_AUTHORS='Diggory Blake ' CARGO_PKG_DESCRIPTION='Safe pointer-to-member implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=field-offset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Diggsey/rust-field-offset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/field-offset-661a58ecef8b0833/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/field-offset-7c9db69ddafad86d/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/Cargo.toml CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/memoffset-6f69cd87d9e0686f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/memoffset-4e998fc03aa6d584/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_apfloat-eca9b47367f226a4/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_apfloat-2d06b2bbff51e093/build-script-build` [rustc_apfloat 0.2.1+llvm-462a31f5a5ab] cargo:rerun-if-changed=build.rs Compiling bitflags v1.3.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-1.3.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-1.3.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=82ed777e80bf7af2 -C extra-filename=-82ed777e80bf7af2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/treefrog.rs:325:17 | 325 | Key: Ord + 'leap, | ^^^^^^^^ 326 | Val: Ord + 'leap, | ^^^^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 325 ~ Key: Ord, 326 ~ Val: Ord, | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/treefrog.rs:415:17 | 415 | Key: Ord + 'leap, | ^^^^^^^^ 416 | Val: Ord + 'leap, | ^^^^^^^^ | help: remove these bounds | 415 ~ Key: Ord, 416 ~ Val: Ord, | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/treefrog.rs:479:17 | 479 | Key: Ord + 'leap, | ^^^^^^^^ 480 | Val: Ord + 'leap, | ^^^^^^^^ | help: remove these bounds | 479 ~ Key: Ord, 480 ~ Val: Ord, | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/treefrog.rs:565:17 | 565 | Key: Ord + 'leap, | ^^^^^^^^ 566 | Val: Ord + 'leap, | ^^^^^^^^ | help: remove these bounds | 565 ~ Key: Ord, 566 ~ Val: Ord, | Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_apfloat CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_apfloat-eca9b47367f226a4/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_apfloat --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13c80676a4d5a1ba -C extra-filename=-13c80676a4d5a1ba --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-82ed777e80bf7af2.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` [field-offset 0.3.6] cargo:rustc-cfg=fieldoffset_maybe_uninit [field-offset 0.3.6] cargo:rustc-cfg=fieldoffset_has_alloc [memoffset 0.9.1] cargo:rustc-cfg=tuple_ty [memoffset 0.9.1] cargo:rustc-cfg=allow_clippy [memoffset 0.9.1] cargo:rustc-cfg=maybe_uninit [memoffset 0.9.1] cargo:rustc-cfg=doctests [memoffset 0.9.1] cargo:rustc-cfg=raw_ref_macros [memoffset 0.9.1] cargo:rustc-cfg=stable_const [memoffset 0.9.1] cargo:rustc-cfg=stable_offset_of Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memoffset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/Cargo.toml CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/memoffset-6f69cd87d9e0686f/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name memoffset --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=e99ad7f9d80d05e9 -C extra-filename=-e99ad7f9d80d05e9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of` Compiling rustc_session v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_session CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_session CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_session --edition=2021 compiler/rustc_session/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae3e6798fec74a1a -C extra-filename=-ae3e6798fec74a1a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern getopts=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgetopts-563a14fa5474d5a7.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-1addc94607ec0739.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-628b9c2d2f3df487.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern termize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtermize-daccde0c53b54495.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs:39:1 | 39 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs:33:9 | 33 | #![deny(warnings)] | ^^^^^^^^ = note: `#[warn(unused_extern_crates)]` implied by `#[warn(warnings)]` warning: unexpected `cfg` condition name: `doctests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/lib.rs:59:7 | 59 | #[cfg(doctests)] | ^^^^^^^^ help: there is a config with a similar name: `doctest` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doctests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doctests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doctests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/lib.rs:62:7 | 62 | #[cfg(doctests)] | ^^^^^^^^ help: there is a config with a similar name: `doctest` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doctests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doctests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `raw_ref_macros` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:22:7 | 22 | #[cfg(raw_ref_macros)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(raw_ref_macros)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(raw_ref_macros)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `raw_ref_macros` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:30:11 | 30 | #[cfg(not(raw_ref_macros))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(raw_ref_macros)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(raw_ref_macros)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:57:7 | 57 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allow_clippy)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:69:11 | 69 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allow_clippy)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:90:7 | 90 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allow_clippy)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:100:11 | 100 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allow_clippy)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:125:7 | 125 | #[cfg(allow_clippy)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allow_clippy)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `allow_clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:141:11 | 141 | #[cfg(not(allow_clippy))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allow_clippy)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/raw_field.rs:183:7 | 183 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tuple_ty)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `maybe_uninit` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:23:7 | 23 | #[cfg(maybe_uninit)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `maybe_uninit` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:37:11 | 37 | #[cfg(not(maybe_uninit))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_const` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:49:7 | 49 | #[cfg(stable_const)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_const)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_const)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_const` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:61:11 | 61 | #[cfg(not(stable_const))] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_const)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_const)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_offset_of` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:70:11 | 70 | #[cfg(not(stable_offset_of))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_offset_of)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_offset_of` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:83:7 | 83 | #[cfg(stable_offset_of)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_offset_of)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:127:7 | 127 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tuple_ty)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_offset_of` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:128:11 | 128 | #[cfg(not(stable_offset_of))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_offset_of)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:142:7 | 142 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tuple_ty)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_offset_of` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:143:7 | 143 | #[cfg(stable_offset_of)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_offset_of)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tuple_ty` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:160:7 | 160 | #[cfg(tuple_ty)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tuple_ty)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_offset_of` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:170:11 | 170 | #[cfg(not(stable_offset_of))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_offset_of)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `stable_offset_of` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/offset_of.rs:184:7 | 184 | #[cfg(stable_offset_of)] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_offset_of)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `datafrog` (lib) generated 7 warnings Compiling polonius-engine v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=polonius_engine CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/polonius-engine-0.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/polonius-engine-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Polonius Developers' CARGO_PKG_DESCRIPTION='Core definition for the Rust borrow checker' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=polonius-engine CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/polonius' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name polonius_engine --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/polonius-engine-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a427576832aa4606 -C extra-filename=-a427576832aa4606 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern datafrog=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libdatafrog-95bb3ed4d1a896c2.rmeta --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblog-d9eb441b653dc775.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-21907b1b9a0129aa.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `memoffset` (lib) generated 24 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=field_offset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/Cargo.toml CARGO_PKG_AUTHORS='Diggory Blake ' CARGO_PKG_DESCRIPTION='Safe pointer-to-member implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=field-offset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Diggsey/rust-field-offset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/field-offset-661a58ecef8b0833/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name field_offset --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=23d8e123f8bf6dd4 -C extra-filename=-23d8e123f8bf6dd4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern memoffset=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemoffset-e99ad7f9d80d05e9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg fieldoffset_maybe_uninit --cfg fieldoffset_has_alloc` warning: unexpected `cfg` condition name: `fieldoffset_assert_in_const_fn` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:2:13 | 2 | #![cfg_attr(fieldoffset_assert_in_const_fn, feature(const_panic))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_assert_in_const_fn)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_assert_in_const_fn)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `fieldoffset_has_alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:8:17 | 8 | #[cfg(all(test, fieldoffset_has_alloc))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_has_alloc)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_has_alloc)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fieldoffset_maybe_uninit` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:73:11 | 73 | #[cfg(fieldoffset_maybe_uninit)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_maybe_uninit)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_maybe_uninit)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fieldoffset_maybe_uninit` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:81:15 | 81 | #[cfg(not(fieldoffset_maybe_uninit))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_maybe_uninit)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_maybe_uninit)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fieldoffset_assert_in_const_fn` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:124:15 | 124 | #[cfg(fieldoffset_assert_in_const_fn)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_assert_in_const_fn)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_assert_in_const_fn)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:318:32 | 318 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 318 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning[E0133]: call to unsafe function `FieldOffset::::new_from_offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:106:9 | 106 | Self::new_from_offset(offset) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:99:5 | 99 | pub unsafe fn new FnOnce(*const T) -> *const U>(f: F) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:210:10 | 210 | &*self.unapply_ptr(x) | ^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:209:5 | 209 | pub unsafe fn unapply<'a>(self, x: &'a U) -> &'a T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `FieldOffset::::unapply_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:210:11 | 210 | &*self.unapply_ptr(x) | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:226:14 | 226 | &mut *self.unapply_ptr_mut(x) | ^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:225:5 | 225 | pub unsafe fn unapply_mut<'a>(self, x: &'a mut U) -> &'a mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `FieldOffset::::unapply_ptr_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:226:15 | 226 | &mut *self.unapply_ptr_mut(x) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `FieldOffset::::new_from_offset_pinned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:238:9 | 238 | FieldOffset::new_from_offset_pinned(self.get_byte_offset()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:237:5 | 237 | pub const unsafe fn as_pinned_projection(self) -> FieldOffset { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs:60:25 | 60 | struct PhantomContra(fn(T)); | ------------- ^^^^^ | | | field in this struct | = help: consider removing this field = note: `#[warn(dead_code)]` on by default warning: `field-offset` (lib) generated 13 warnings Compiling rustc_hir_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hir_pretty CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir_pretty CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir_pretty --edition=2021 compiler/rustc_hir_pretty/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=630357be23885e2f -C extra-filename=-630357be23885e2f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: using `keys` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/polonius-engine-0.13.0/src/output/mod.rs:525:35 | 525 | let points = all_naive_errors.keys().chain(all_opt_errors.keys()); | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: using `keys` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/polonius-engine-0.13.0/src/output/mod.rs:525:63 | 525 | let points = all_naive_errors.keys().chain(all_opt_errors.keys()); | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: `rustc_apfloat` (lib) generated 1 warning Compiling gsgdt v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gsgdt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Vishnunarayan K I ' CARGO_PKG_DESCRIPTION='Generic Stringly Typed Graph Datatype' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gsgdt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vn-ki/gsgdt-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gsgdt --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf8f077bb03c76a7 -C extra-filename=-bf8f077bb03c76a7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-c4ba98369efdfc6b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/diff/match_graph.rs:43:26 | 43 | let mut matches: Vec = mapping | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 43 | let mut matches: Vec> = mapping | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/diff/match_graph.rs:56:30 | 56 | let mut new_mapping: Mapping = BTreeMap::new(); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 56 | let mut new_mapping: Mapping<'_> = BTreeMap::new(); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/diff/diff.rs:7:28 | 7 | pub fn visualize_diff(d1: &DiffGraph, d2: &DiffGraph) -> MultiGraph { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub fn visualize_diff(d1: &DiffGraph<'_>, d2: &DiffGraph) -> MultiGraph { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/diff/diff.rs:7:44 | 7 | pub fn visualize_diff(d1: &DiffGraph, d2: &DiffGraph) -> MultiGraph { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub fn visualize_diff(d1: &DiffGraph, d2: &DiffGraph<'_>) -> MultiGraph { | ++++ warning: `polonius-engine` (lib) generated 2 warnings Compiling rustc_parse_format v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_parse_format CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_parse_format CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_parse_format --edition=2021 compiler/rustc_parse_format/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba4257b518898d76 -C extra-filename=-ba4257b518898d76 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-023c3d7de7400cdc.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/diff/diff_graph.rs:52:14 | 52 | .iter() | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` Compiling tinyvec_macros v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tinyvec_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec_macros-0.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec_macros-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Soveu ' CARGO_PKG_DESCRIPTION='Some macros for tiny containers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR Zlib' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Soveu/tinyvec_macros' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tinyvec_macros --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6352ed0018b13ccc -C extra-filename=-6352ed0018b13ccc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling tinyvec v1.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tinyvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/Cargo.toml CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='`tinyvec` provides 100% safe vec-like data structures.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/tinyvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tinyvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=c86961805af48317 -C extra-filename=-c86961805af48317 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern tinyvec_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec_macros-6352ed0018b13ccc.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/lib.rs:12:13 | 12 | #![cfg_attr(docs_rs, feature(doc_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1642:25 | 1642 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1642 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1665:25 | 1665 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1665 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1688:25 | 1688 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1688 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1711:25 | 1711 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1711 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1734:25 | 1734 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1734 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1757:25 | 1757 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1757 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1780:25 | 1780 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1780 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1803:25 | 1803 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1803 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec.rs:1826:25 | 1826 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1826 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:882:25 | 882 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 882 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:905:25 | 905 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 905 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:928:25 | 928 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 928 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:951:25 | 951 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 951 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:974:25 | 974 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 974 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:997:25 | 997 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 997 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:1020:25 | 1020 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1020 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:1043:25 | 1043 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1043 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/slicevec.rs:1066:25 | 1066 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1066 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:38:12 | 38 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:97:12 | 97 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1064:12 | 1064 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1113:12 | 1113 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1333:12 | 1333 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1514:25 | 1514 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1514 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1537:25 | 1537 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1537 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1560:25 | 1560 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1583:25 | 1583 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1583 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1606:25 | 1606 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1606 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1629:25 | 1629 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1629 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1652:25 | 1652 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1652 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1675:25 | 1675 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1675 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1698:25 | 1698 | fn fmt(&self, f: &mut Formatter) -> core::fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1698 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { | ++++ warning: `gsgdt` (lib) generated 5 warnings Compiling rustc_attr v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_attr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_attr CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_attr --edition=2021 compiler/rustc_attr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f51737be531532b -C extra-filename=-8f51737be531532b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-023c3d7de7400cdc.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/arrayvec_drain.rs:11:33 | 11 | pub struct ArrayVecDrain<'a, T: 'a + Default> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `tinyvec` (lib) generated 34 warnings Compiling rustc_query_system v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_query_system CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_query_system CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_query_system --edition=2021 compiler/rustc_query_system/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41ae18c2c7dbdc3f -C extra-filename=-41ae18c2c7dbdc3f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-4718d656cf79a587.rmeta --extern rayon_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librayon_core-ec1aec2a8f05a69a.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_middle v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_middle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_middle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_middle --edition=2021 compiler/rustc_middle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc_randomized_layouts"))' -C metadata=f4856861da0769cb -C extra-filename=-f4856861da0769cb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern derive_where=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libderive_where-3041e078b567e7fd.so --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-9dd41f9eb914ae60.rmeta --extern field_offset=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfield_offset-23d8e123f8bf6dd4.rmeta --extern gsgdt=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgsgdt-bf8f077bb03c76a7.rmeta --extern polonius_engine=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-a427576832aa4606.rmeta --extern rayon_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librayon_core-ec1aec2a8f05a69a.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-13c80676a4d5a1ba.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-c02cc46c55198960.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-3d5449496c75635c.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_error_messages=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-abe7865bb0792b80.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-f528ffe9843101b6.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-630357be23885e2f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-628b9c2d2f3df487.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-41ae18c2c7dbdc3f.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_next_trait_solver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_next_trait_solver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_next_trait_solver CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_next_trait_solver --edition=2021 compiler/rustc_next_trait_solver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=27f08e0575ea2bc1 -C extra-filename=-27f08e0575ea2bc1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern derive_where=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libderive_where-3041e078b567e7fd.so --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-3d5449496c75635c.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta --extern rustc_type_ir_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_type_ir_macros-bacb9d27b3e65d0f.so --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling unicode-normalization v0.1.24 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.1.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_normalization --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=488f82d190bfe414 -C extra-filename=-488f82d190bfe414 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern tinyvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec-c86961805af48317.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs:51:1 | 50 | / #[cfg(feature = "std")] 51 | | extern crate core; | | ^^^^^^^^^^^^^^^^^- | |__________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs:53:1 | 53 | extern crate tinyvec; | ^^^^^^^^^^^^^^^^^^^^^ help: remove it warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/decompose.rs:167:32 | 167 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 167 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/recompose.rs:163:32 | 163 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 163 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/replace.rs:60:32 | 60 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 60 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling aho-corasick v1.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name aho_corasick --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=9833bcda39b7f087 -C extra-filename=-9833bcda39b7f087 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-5b9b6773ff0c99ca.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `unicode-normalization` (lib) generated 5 warnings Compiling regex-syntax v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=d2a79000daa24d1a -C extra-filename=-d2a79000daa24d1a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/ahocorasick.rs:2030:38 | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/automaton.rs:1117:50 | 1117 | fn next(&mut self) -> Option> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1117 | fn next(&mut self) -> Option>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/dfa.rs:306:38 | 306 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/nfa/contiguous.rs:325:38 | 325 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/nfa/noncontiguous.rs:795:38 | 795 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 795 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/nfa/noncontiguous.rs:826:38 | 826 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 826 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/alphabet.rs:85:49 | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/alphabet.rs:93:44 | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/alphabet.rs:288:38 | 288 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/error.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:354:38 | 354 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/search.rs:633:38 | 633 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/search.rs:719:38 | 719 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:804:38 | 804 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 804 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:1029:38 | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:2901:38 | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::result::Result::::unwrap_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/ext.rs:23:9 | 23 | usize::try_from(self.offset_from(origin)).unwrap_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/ext.rs:21:5 | 21 | unsafe fn distance(self, origin: *const T) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/ext.rs:23:25 | 23 | usize::try_from(self.offset_from(origin)).unwrap_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/ext.rs:33:9 | 33 | (self as *const T).distance(origin as *const T) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/ext.rs:32:5 | 32 | unsafe fn distance(self, origin: *mut T) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:154:17 | 154 | Pattern(self.by_id.get_unchecked(id.as_usize())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:153:5 | 153 | pub(crate) unsafe fn get_unchecked(&self, id: PatternID) -> Pattern<'_> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:271:22 | 271 | let haylen = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:265:5 | 265 | / pub(crate) unsafe fn is_prefix_raw( 266 | | &self, 267 | | start: *const u8, 268 | | end: *const u8, 269 | | ) -> bool { | |_____________^ warning[E0133]: call to unsafe function `packed::pattern::is_equal_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:278:9 | 278 | is_equal_raw(start, self.bytes().as_ptr(), patlen) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:376:18 | 376 | 1 => x.read() == y.read(), | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:368:1 | 368 | unsafe fn is_equal_raw(mut x: *const u8, mut y: *const u8, n: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:376:30 | 376 | 1 => x.read() == y.read(), | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:378:17 | 378 | x.cast::().read_unaligned() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:379:24 | 379 | == y.cast::().read_unaligned() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:383:18 | 383 | 3 => x.cast::<[u8; 3]>().read() == y.cast::<[u8; 3]>().read(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:383:48 | 383 | 3 => x.cast::<[u8; 3]>().read() == y.cast::<[u8; 3]>().read(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:402:16 | 402 | let xend = x.add(n.wrapping_sub(4)); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:403:16 | 403 | let yend = y.add(n.wrapping_sub(4)); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:405:18 | 405 | let vx = x.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:406:18 | 406 | let vy = y.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:410:13 | 410 | x = x.add(4); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:411:13 | 411 | y = y.add(4); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:413:14 | 413 | let vx = xend.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/pattern.rs:414:14 | 414 | let vy = yend.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:494:35 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 494 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 495 | || Arc::clone(patterns), 496 | || ); | ||_____________________^ call to unsafe function ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` 521 | 522 | slim_ssse3!(1); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:493:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 493 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` 521 | 522 | slim_ssse3!(1); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:516:21 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 516 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` 521 | 522 | slim_ssse3!(1); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:507:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 507 | |/ unsafe fn find( 508 | || &self, 509 | || start: *const u8, 510 | || end: *const u8, 511 | || ) -> Option { | ||__________________________________^ ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` 521 | 522 | slim_ssse3!(1); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:494:35 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 494 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 495 | || Arc::clone(patterns), 496 | || ); | ||_____________________^ call to unsafe function ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` ... 523 | slim_ssse3!(2); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:493:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 493 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` ... 523 | slim_ssse3!(2); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:516:21 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 516 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` ... 523 | slim_ssse3!(2); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:507:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 507 | |/ unsafe fn find( 508 | || &self, 509 | || start: *const u8, 510 | || end: *const u8, 511 | || ) -> Option { | ||__________________________________^ ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` ... 523 | slim_ssse3!(2); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:494:35 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 494 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 495 | || Arc::clone(patterns), 496 | || ); | ||_____________________^ call to unsafe function ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` ... 524 | slim_ssse3!(3); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:493:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 493 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` ... 524 | slim_ssse3!(3); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:516:21 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 516 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` ... 524 | slim_ssse3!(3); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:507:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 507 | |/ unsafe fn find( 508 | || &self, 509 | || start: *const u8, 510 | || end: *const u8, 511 | || ) -> Option { | ||__________________________________^ ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` ... 524 | slim_ssse3!(3); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:494:35 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 494 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 495 | || Arc::clone(patterns), 496 | || ); | ||_____________________^ call to unsafe function ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` ... 525 | slim_ssse3!(4); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:493:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 493 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` ... 525 | slim_ssse3!(4); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:516:21 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 516 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 519 | | }; 520 | | } | |_____- in this expansion of `slim_ssse3!` ... 525 | slim_ssse3!(4); | -------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:507:17 | 470 | / macro_rules! slim_ssse3 { 471 | | ($len:expr) => { 472 | | impl SlimSSSE3<$len> { 473 | | /// Creates a new searcher using "slim" Teddy with 128-bit ... | 507 | |/ unsafe fn find( 508 | || &self, 509 | || start: *const u8, 510 | || end: *const u8, 511 | || ) -> Option { | ||__________________________________^ ... | 519 | | }; 520 | | } | |______- in this expansion of `slim_ssse3!` ... 525 | slim_ssse3!(4); | -------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:558:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 558 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 559 | || Arc::clone(&patterns), 560 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:557:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 557 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:561:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 561 | | let slim256 = generic::Slim::<__m256i, $len>::new( | | ___________________________________^ 562 | || Arc::clone(&patterns), 563 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:584:31 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 584 | | let len = end.distance(start); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:575:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 575 | |/ unsafe fn find( 576 | || &self, 577 | || start: *const u8, 578 | || end: *const u8, 579 | || ) -> Option { | ||__________________________________^ ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:586:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 586 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:588:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 588 | | self.slim256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` 594 | 595 | slim_avx2!(1); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:558:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 558 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 559 | || Arc::clone(&patterns), 560 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:557:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 557 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:561:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 561 | | let slim256 = generic::Slim::<__m256i, $len>::new( | | ___________________________________^ 562 | || Arc::clone(&patterns), 563 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:584:31 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 584 | | let len = end.distance(start); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:575:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 575 | |/ unsafe fn find( 576 | || &self, 577 | || start: *const u8, 578 | || end: *const u8, 579 | || ) -> Option { | ||__________________________________^ ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:586:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 586 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:588:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 588 | | self.slim256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 596 | slim_avx2!(2); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:558:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 558 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 559 | || Arc::clone(&patterns), 560 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:557:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 557 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:561:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 561 | | let slim256 = generic::Slim::<__m256i, $len>::new( | | ___________________________________^ 562 | || Arc::clone(&patterns), 563 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:584:31 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 584 | | let len = end.distance(start); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:575:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 575 | |/ unsafe fn find( 576 | || &self, 577 | || start: *const u8, 578 | || end: *const u8, 579 | || ) -> Option { | ||__________________________________^ ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:586:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 586 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:588:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 588 | | self.slim256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 597 | slim_avx2!(3); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:558:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 558 | | let slim128 = generic::Slim::<__m128i, $len>::new( | | ___________________________________^ 559 | || Arc::clone(&patterns), 560 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:557:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 557 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:561:35 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 561 | | let slim256 = generic::Slim::<__m256i, $len>::new( | | ___________________________________^ 562 | || Arc::clone(&patterns), 563 | || ); | ||_____________________^ call to unsafe function ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:584:31 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 584 | | let len = end.distance(start); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:575:17 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 575 | |/ unsafe fn find( 576 | || &self, 577 | || start: *const u8, 578 | || end: *const u8, 579 | || ) -> Option { | ||__________________________________^ ... | 592 | | }; 593 | | } | |______- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:586:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 586 | | self.slim128.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:588:25 | 534 | / macro_rules! slim_avx2 { 535 | | ($len:expr) => { 536 | | impl SlimAVX2<$len> { 537 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 588 | | self.slim256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 592 | | }; 593 | | } | |_____- in this expansion of `slim_avx2!` ... 598 | slim_avx2!(4); | ------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:630:34 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 630 | | let fat256 = generic::Fat::<__m256i, $len>::new( | | __________________________________^ 631 | || Arc::clone(&patterns), 632 | || ); | ||_____________________^ call to unsafe function ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` 657 | 658 | fat_avx2!(1); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:629:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 629 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` 657 | 658 | fat_avx2!(1); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:652:21 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 652 | | self.fat256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` 657 | 658 | fat_avx2!(1); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:643:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 643 | |/ unsafe fn find( 644 | || &self, 645 | || start: *const u8, 646 | || end: *const u8, 647 | || ) -> Option { | ||__________________________________^ ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` 657 | 658 | fat_avx2!(1); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:630:34 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 630 | | let fat256 = generic::Fat::<__m256i, $len>::new( | | __________________________________^ 631 | || Arc::clone(&patterns), 632 | || ); | ||_____________________^ call to unsafe function ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` ... 659 | fat_avx2!(2); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:629:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 629 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` ... 659 | fat_avx2!(2); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:652:21 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 652 | | self.fat256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` ... 659 | fat_avx2!(2); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:643:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 643 | |/ unsafe fn find( 644 | || &self, 645 | || start: *const u8, 646 | || end: *const u8, 647 | || ) -> Option { | ||__________________________________^ ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` ... 659 | fat_avx2!(2); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:630:34 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 630 | | let fat256 = generic::Fat::<__m256i, $len>::new( | | __________________________________^ 631 | || Arc::clone(&patterns), 632 | || ); | ||_____________________^ call to unsafe function ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` ... 660 | fat_avx2!(3); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:629:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 629 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` ... 660 | fat_avx2!(3); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:652:21 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 652 | | self.fat256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` ... 660 | fat_avx2!(3); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:643:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 643 | |/ unsafe fn find( 644 | || &self, 645 | || start: *const u8, 646 | || end: *const u8, 647 | || ) -> Option { | ||__________________________________^ ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` ... 660 | fat_avx2!(3); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:630:34 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 630 | | let fat256 = generic::Fat::<__m256i, $len>::new( | | __________________________________^ 631 | || Arc::clone(&patterns), 632 | || ); | ||_____________________^ call to unsafe function ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` ... 661 | fat_avx2!(4); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:629:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 629 | | unsafe fn new_unchecked(patterns: &Arc) -> Searcher { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` ... 661 | fat_avx2!(4); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:652:21 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 652 | | self.fat256.find(start, end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 655 | | }; 656 | | } | |_____- in this expansion of `fat_avx2!` ... 661 | fat_avx2!(4); | ------------ in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/builder.rs:643:17 | 606 | / macro_rules! fat_avx2 { 607 | | ($len:expr) => { 608 | | impl FatAVX2<$len> { 609 | | /// Creates a new searcher using "slim" Teddy with 256-bit ... | 643 | |/ unsafe fn find( 644 | || &self, 645 | || start: *const u8, 646 | || end: *const u8, 647 | || ) -> Option { | ||__________________________________^ ... | 655 | | }; 656 | | } | |______- in this expansion of `fat_avx2!` ... 661 | fat_avx2!(4); | ------------ in this macro invocation warning[E0133]: call to unsafe function `packed::teddy::generic::SlimMaskBuilder::from_teddy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:80:21 | 80 | let masks = SlimMaskBuilder::from_teddy(&teddy); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:74:5 | 74 | pub(crate) unsafe fn new(patterns: Arc) -> Slim { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:119:19 | 119 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:114:5 | 114 | / pub(crate) unsafe fn find( 115 | | &self, 116 | | start: *const u8, 117 | | end: *const u8, 118 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:122:22 | 122 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:123:30 | 123 | if let Some(m) = self.find_one(cur, end) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:126:19 | 126 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:129:19 | 129 | cur = end.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:130:30 | 130 | if let Some(m) = self.find_one(cur, end) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:154:17 | 154 | let c = self.candidate(cur); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:149:5 | 149 | / unsafe fn find_one( 150 | | &self, 151 | | cur: *const u8, 152 | | end: *const u8, 153 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:155:13 | 155 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<8>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:156:30 | 156 | if let Some(m) = self.teddy.verify(cur, end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:176:21 | 176 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:175:5 | 175 | unsafe fn candidate(&self, cur: *const u8) -> V { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members1` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:177:9 | 177 | Mask::members1(chunk, self.masks) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:189:19 | 189 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:184:5 | 184 | / pub(crate) unsafe fn find( 185 | | &self, 186 | | start: *const u8, 187 | | end: *const u8, 188 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:191:23 | 191 | let mut cur = start.add(1); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:192:25 | 192 | let mut prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:193:22 | 193 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:194:30 | 194 | if let Some(m) = self.find_one(cur, end, &mut prev0) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:197:19 | 197 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:200:19 | 200 | cur = end.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:201:21 | 201 | prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:202:30 | 202 | if let Some(m) = self.find_one(cur, end, &mut prev0) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:217:17 | 217 | let c = self.candidate(cur, prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:211:5 | 211 | / unsafe fn find_one( 212 | | &self, 213 | | cur: *const u8, 214 | | end: *const u8, 215 | | prev0: &mut V, 216 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:218:13 | 218 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<8>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:219:30 | 219 | if let Some(m) = self.teddy.verify(cur.sub(1), end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:219:48 | 219 | if let Some(m) = self.teddy.verify(cur.sub(1), end, c) { | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:229:21 | 229 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:228:5 | 228 | unsafe fn candidate(&self, cur: *const u8, prev0: &mut V) -> V { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:230:28 | 230 | let (res0, res1) = Mask::members2(chunk, self.masks); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_in_one_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:231:25 | 231 | let res0prev0 = res0.shift_in_one_byte(*prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:232:19 | 232 | let res = res0prev0.and(res1); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:246:19 | 246 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:241:5 | 241 | / pub(crate) unsafe fn find( 242 | | &self, 243 | | start: *const u8, 244 | | end: *const u8, 245 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:248:23 | 248 | let mut cur = start.add(2); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:249:25 | 249 | let mut prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:250:25 | 250 | let mut prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:251:22 | 251 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:252:30 | 252 | if let Some(m) = self.find_one(cur, end, &mut prev0, &mut prev1) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:255:19 | 255 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:258:19 | 258 | cur = end.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:259:21 | 259 | prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:260:21 | 260 | prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:261:30 | 261 | if let Some(m) = self.find_one(cur, end, &mut prev0, &mut prev1) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:277:17 | 277 | let c = self.candidate(cur, prev0, prev1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:270:5 | 270 | / unsafe fn find_one( 271 | | &self, 272 | | cur: *const u8, 273 | | end: *const u8, 274 | | prev0: &mut V, 275 | | prev1: &mut V, 276 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:278:13 | 278 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<8>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:279:30 | 279 | if let Some(m) = self.teddy.verify(cur.sub(2), end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:279:48 | 279 | if let Some(m) = self.teddy.verify(cur.sub(2), end, c) { | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:294:21 | 294 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:288:5 | 288 | / unsafe fn candidate( 289 | | &self, 290 | | cur: *const u8, 291 | | prev0: &mut V, 292 | | prev1: &mut V, 293 | | ) -> V { | |__________^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members3` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:295:34 | 295 | let (res0, res1, res2) = Mask::members3(chunk, self.masks); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_in_two_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:296:25 | 296 | let res0prev0 = res0.shift_in_two_bytes(*prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_in_one_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:297:25 | 297 | let res1prev1 = res1.shift_in_one_byte(*prev1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:298:19 | 298 | let res = res0prev0.and(res1prev1).and(res2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:298:19 | 298 | let res = res0prev0.and(res1prev1).and(res2); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:313:19 | 313 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:308:5 | 308 | / pub(crate) unsafe fn find( 309 | | &self, 310 | | start: *const u8, 311 | | end: *const u8, 312 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:315:23 | 315 | let mut cur = start.add(3); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:316:25 | 316 | let mut prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:317:25 | 317 | let mut prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:318:25 | 318 | let mut prev2 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:319:22 | 319 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:321:17 | 321 | self.find_one(cur, end, &mut prev0, &mut prev1, &mut prev2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:325:19 | 325 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:328:19 | 328 | cur = end.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:329:21 | 329 | prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:330:21 | 330 | prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:331:21 | 331 | prev2 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:333:17 | 333 | self.find_one(cur, end, &mut prev0, &mut prev1, &mut prev2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Slim::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:351:17 | 351 | let c = self.candidate(cur, prev0, prev1, prev2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:343:5 | 343 | / unsafe fn find_one( 344 | | &self, 345 | | cur: *const u8, 346 | | end: *const u8, ... | 349 | | prev2: &mut V, 350 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:352:13 | 352 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<8>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:353:30 | 353 | if let Some(m) = self.teddy.verify(cur.sub(3), end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:353:48 | 353 | if let Some(m) = self.teddy.verify(cur.sub(3), end, c) { | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:369:21 | 369 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:362:5 | 362 | / unsafe fn candidate( 363 | | &self, 364 | | cur: *const u8, 365 | | prev0: &mut V, 366 | | prev1: &mut V, 367 | | prev2: &mut V, 368 | | ) -> V { | |__________^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members4` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:370:40 | 370 | let (res0, res1, res2, res3) = Mask::members4(chunk, self.masks); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_in_three_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:371:25 | 371 | let res0prev0 = res0.shift_in_three_bytes(*prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_in_two_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:372:25 | 372 | let res1prev1 = res1.shift_in_two_bytes(*prev1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_in_one_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:373:25 | 373 | let res2prev2 = res2.shift_in_one_byte(*prev2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:374:19 | 374 | let res = res0prev0.and(res1prev1).and(res2prev2).and(res3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:374:19 | 374 | let res = res0prev0.and(res1prev1).and(res2prev2).and(res3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:374:19 | 374 | let res = res0prev0.and(res1prev1).and(res2prev2).and(res3); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::FatMaskBuilder::from_teddy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:413:21 | 413 | let masks = FatMaskBuilder::from_teddy(&teddy); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:407:5 | 407 | pub(crate) unsafe fn new(patterns: Arc) -> Fat { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:452:19 | 452 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:447:5 | 447 | / pub(crate) unsafe fn find( 448 | | &self, 449 | | start: *const u8, 450 | | end: *const u8, 451 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:455:22 | 455 | while cur <= end.sub(V::Half::BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:456:30 | 456 | if let Some(m) = self.find_one(cur, end) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:459:19 | 459 | cur = cur.add(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:462:19 | 462 | cur = end.sub(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:463:30 | 463 | if let Some(m) = self.find_one(cur, end) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:487:17 | 487 | let c = self.candidate(cur); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:482:5 | 482 | / unsafe fn find_one( 483 | | &self, 484 | | cur: *const u8, 485 | | end: *const u8, 486 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:488:13 | 488 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<16>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:489:30 | 489 | if let Some(m) = self.teddy.verify(cur, end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::load_half_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:509:21 | 509 | let chunk = V::load_half_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:508:5 | 508 | unsafe fn candidate(&self, cur: *const u8) -> V { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members1` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:510:9 | 510 | Mask::members1(chunk, self.masks) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:522:19 | 522 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:517:5 | 517 | / pub(crate) unsafe fn find( 518 | | &self, 519 | | start: *const u8, 520 | | end: *const u8, 521 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:524:23 | 524 | let mut cur = start.add(1); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:525:25 | 525 | let mut prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:526:22 | 526 | while cur <= end.sub(V::Half::BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:527:30 | 527 | if let Some(m) = self.find_one(cur, end, &mut prev0) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:530:19 | 530 | cur = cur.add(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:533:19 | 533 | cur = end.sub(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:534:21 | 534 | prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:535:30 | 535 | if let Some(m) = self.find_one(cur, end, &mut prev0) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:550:17 | 550 | let c = self.candidate(cur, prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:544:5 | 544 | / unsafe fn find_one( 545 | | &self, 546 | | cur: *const u8, 547 | | end: *const u8, 548 | | prev0: &mut V, 549 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:551:13 | 551 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<16>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:552:30 | 552 | if let Some(m) = self.teddy.verify(cur.sub(1), end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:552:48 | 552 | if let Some(m) = self.teddy.verify(cur.sub(1), end, c) { | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::load_half_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:562:21 | 562 | let chunk = V::load_half_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:561:5 | 561 | unsafe fn candidate(&self, cur: *const u8, prev0: &mut V) -> V { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:563:28 | 563 | let (res0, res1) = Mask::members2(chunk, self.masks); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::half_shift_in_one_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:564:25 | 564 | let res0prev0 = res0.half_shift_in_one_byte(*prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:565:19 | 565 | let res = res0prev0.and(res1); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:579:19 | 579 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:574:5 | 574 | / pub(crate) unsafe fn find( 575 | | &self, 576 | | start: *const u8, 577 | | end: *const u8, 578 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:581:23 | 581 | let mut cur = start.add(2); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:582:25 | 582 | let mut prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:583:25 | 583 | let mut prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:584:22 | 584 | while cur <= end.sub(V::Half::BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:585:30 | 585 | if let Some(m) = self.find_one(cur, end, &mut prev0, &mut prev1) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:588:19 | 588 | cur = cur.add(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:591:19 | 591 | cur = end.sub(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:592:21 | 592 | prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:593:21 | 593 | prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:594:30 | 594 | if let Some(m) = self.find_one(cur, end, &mut prev0, &mut prev1) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:610:17 | 610 | let c = self.candidate(cur, prev0, prev1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:603:5 | 603 | / unsafe fn find_one( 604 | | &self, 605 | | cur: *const u8, 606 | | end: *const u8, 607 | | prev0: &mut V, 608 | | prev1: &mut V, 609 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:611:13 | 611 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<16>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:612:30 | 612 | if let Some(m) = self.teddy.verify(cur.sub(2), end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:612:48 | 612 | if let Some(m) = self.teddy.verify(cur.sub(2), end, c) { | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::load_half_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:627:21 | 627 | let chunk = V::load_half_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:621:5 | 621 | / unsafe fn candidate( 622 | | &self, 623 | | cur: *const u8, 624 | | prev0: &mut V, 625 | | prev1: &mut V, 626 | | ) -> V { | |__________^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members3` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:628:34 | 628 | let (res0, res1, res2) = Mask::members3(chunk, self.masks); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::half_shift_in_two_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:629:25 | 629 | let res0prev0 = res0.half_shift_in_two_bytes(*prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::half_shift_in_one_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:630:25 | 630 | let res1prev1 = res1.half_shift_in_one_byte(*prev1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:631:19 | 631 | let res = res0prev0.and(res1prev1).and(res2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:631:19 | 631 | let res = res0prev0.and(res1prev1).and(res2); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:646:19 | 646 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:641:5 | 641 | / pub(crate) unsafe fn find( 642 | | &self, 643 | | start: *const u8, 644 | | end: *const u8, 645 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:648:23 | 648 | let mut cur = start.add(3); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:649:25 | 649 | let mut prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:650:25 | 650 | let mut prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:651:25 | 651 | let mut prev2 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:652:22 | 652 | while cur <= end.sub(V::Half::BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:654:17 | 654 | self.find_one(cur, end, &mut prev0, &mut prev1, &mut prev2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:658:19 | 658 | cur = cur.add(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:661:19 | 661 | cur = end.sub(V::Half::BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:662:21 | 662 | prev0 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:663:21 | 663 | prev1 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:664:21 | 664 | prev2 = V::splat(0xFF); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::find_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:666:17 | 666 | self.find_one(cur, end, &mut prev0, &mut prev1, &mut prev2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Fat::::candidate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:684:17 | 684 | let c = self.candidate(cur, prev0, prev1, prev2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:676:5 | 676 | / unsafe fn find_one( 677 | | &self, 678 | | cur: *const u8, 679 | | end: *const u8, ... | 682 | | prev2: &mut V, 683 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:685:13 | 685 | if !c.is_zero() { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::<16>::verify` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:686:30 | 686 | if let Some(m) = self.teddy.verify(cur.sub(3), end, c) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:686:48 | 686 | if let Some(m) = self.teddy.verify(cur.sub(3), end, c) { | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::load_half_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:702:21 | 702 | let chunk = V::load_half_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:695:5 | 695 | / unsafe fn candidate( 696 | | &self, 697 | | cur: *const u8, 698 | | prev0: &mut V, 699 | | prev1: &mut V, 700 | | prev2: &mut V, 701 | | ) -> V { | |__________^ warning[E0133]: call to unsafe function `packed::teddy::generic::Mask::::members4` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:703:40 | 703 | let (res0, res1, res2, res3) = Mask::members4(chunk, self.masks); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::half_shift_in_three_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:704:25 | 704 | let res0prev0 = res0.half_shift_in_three_bytes(*prev0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::half_shift_in_two_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:705:25 | 705 | let res1prev1 = res1.half_shift_in_two_bytes(*prev1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::half_shift_in_one_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:706:25 | 706 | let res2prev2 = res2.half_shift_in_one_byte(*prev2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:707:19 | 707 | let res = res0prev0.and(res1prev1).and(res2prev2).and(res3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:707:19 | 707 | let res = res0prev0.and(res1prev1).and(res2prev2).and(res3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:707:19 | 707 | let res = res0prev0.and(res1prev1).and(res2prev2).and(res3); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:830:23 | 830 | let cur = cur.add(bit / BUCKETS); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:820:5 | 820 | / unsafe fn verify64( 821 | | &self, 822 | | cur: *const u8, 823 | | end: *const u8, 824 | | mut candidate_chunk: u64, 825 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::::verify_bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:832:30 | 832 | if let Some(m) = self.verify_bucket(cur, end, bucket) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:857:20 | 857 | for pid in self.buckets.get_unchecked(bucket).iter().copied() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:849:5 | 849 | / unsafe fn verify_bucket( 850 | | &self, 851 | | cur: *const u8, 852 | | end: *const u8, 853 | | bucket: usize, 854 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::pattern::Patterns::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:862:23 | 862 | let pat = self.patterns.get_unchecked(pid); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::pattern::Pattern::<'p>::is_prefix_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:863:16 | 863 | if pat.is_prefix_raw(cur, end) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:865:27 | 865 | let end = start.add(pat.len()); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:917:24 | 917 | debug_assert!(!candidate.is_zero()); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:911:5 | 911 | / unsafe fn verify( 912 | | &self, 913 | | mut cur: *const u8, 914 | | end: *const u8, 915 | | candidate: V, 916 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::for_each_64bit_lane` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:920:9 | 920 | / candidate.for_each_64bit_lane( 921 | | #[inline(always)] 922 | | |_, chunk| { 923 | | let result = self.verify64(cur, end, chunk); ... | 926 | | }, 927 | | ) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::::verify64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:923:30 | 923 | let result = self.verify64(cur, end, chunk); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:924:23 | 924 | cur = cur.add(8); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::is_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:973:24 | 973 | debug_assert!(!candidate.is_zero()); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:946:5 | 946 | / unsafe fn verify( 947 | | &self, 948 | | mut cur: *const u8, 949 | | end: *const u8, 950 | | candidate: V, 951 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `packed::vector::FatVector::swap_halves` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:976:23 | 976 | let swapped = candidate.swap_halves(); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::interleave_low_8bit_lanes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:979:18 | 979 | let r1 = candidate.interleave_low_8bit_lanes(swapped); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::interleave_high_8bit_lanes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:982:18 | 982 | let r2 = candidate.interleave_high_8bit_lanes(swapped); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::FatVector::for_each_low_64bit_lane` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:988:9 | 988 | / r1.for_each_low_64bit_lane( 989 | | r2, 990 | | #[inline(always)] 991 | | |_, chunk| { ... | 995 | | }, 996 | | ) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::Teddy::::verify64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:992:30 | 992 | let result = self.verify64(cur, end, chunk); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:993:23 | 993 | cur = cur.add(4); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1040:22 | 1040 | let lomask = V::splat(0xF); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1039:5 | 1039 | unsafe fn members1(chunk: V, masks: [Mask; 1]) -> V { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1041:19 | 1041 | let hlo = chunk.and(lomask); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1042:19 | 1042 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_8bit_lane_right` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1042:19 | 1042 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1043:22 | 1043 | let locand = masks[0].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1044:22 | 1044 | let hicand = masks[0].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1045:9 | 1045 | locand.and(hicand) | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1067:22 | 1067 | let lomask = V::splat(0xF); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1066:5 | 1066 | unsafe fn members2(chunk: V, masks: [Mask; 2]) -> (V, V) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1068:19 | 1068 | let hlo = chunk.and(lomask); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1069:19 | 1069 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_8bit_lane_right` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1069:19 | 1069 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1071:23 | 1071 | let locand1 = masks[0].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1072:23 | 1072 | let hicand1 = masks[0].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1073:21 | 1073 | let cand1 = locand1.and(hicand1); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1075:23 | 1075 | let locand2 = masks[1].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1076:23 | 1076 | let hicand2 = masks[1].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1077:21 | 1077 | let cand2 = locand2.and(hicand2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1102:22 | 1102 | let lomask = V::splat(0xF); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1101:5 | 1101 | unsafe fn members3(chunk: V, masks: [Mask; 3]) -> (V, V, V) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1103:19 | 1103 | let hlo = chunk.and(lomask); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1104:19 | 1104 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_8bit_lane_right` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1104:19 | 1104 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1106:23 | 1106 | let locand1 = masks[0].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1107:23 | 1107 | let hicand1 = masks[0].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1108:21 | 1108 | let cand1 = locand1.and(hicand1); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1110:23 | 1110 | let locand2 = masks[1].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1111:23 | 1111 | let hicand2 = masks[1].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1112:21 | 1112 | let cand2 = locand2.and(hicand2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1114:23 | 1114 | let locand3 = masks[2].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1115:23 | 1115 | let hicand3 = masks[2].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1116:21 | 1116 | let cand3 = locand3.and(hicand3); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1141:22 | 1141 | let lomask = V::splat(0xF); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1140:5 | 1140 | unsafe fn members4(chunk: V, masks: [Mask; 4]) -> (V, V, V, V) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1142:19 | 1142 | let hlo = chunk.and(lomask); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1143:19 | 1143 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shift_8bit_lane_right` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1143:19 | 1143 | let hhi = chunk.shift_8bit_lane_right::<4>().and(lomask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1145:23 | 1145 | let locand1 = masks[0].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1146:23 | 1146 | let hicand1 = masks[0].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1147:21 | 1147 | let cand1 = locand1.and(hicand1); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1149:23 | 1149 | let locand2 = masks[1].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1150:23 | 1150 | let hicand2 = masks[1].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1151:21 | 1151 | let cand2 = locand2.and(hicand2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1153:23 | 1153 | let locand3 = masks[2].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1154:23 | 1154 | let hicand3 = masks[2].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1155:21 | 1155 | let cand3 = locand3.and(hicand3); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1157:23 | 1157 | let locand4 = masks[3].lo.shuffle_bytes(hlo); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::shuffle_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1158:23 | 1158 | let hicand4 = masks[3].hi.shuffle_bytes(hhi); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1159:21 | 1159 | let cand4 = locand4.and(hicand4); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1221:17 | 1221 | lo: V::load_unaligned(self.lo[..].as_ptr()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1217:5 | 1217 | unsafe fn build(&self) -> Mask { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1222:17 | 1222 | hi: V::load_unaligned(self.hi[..].as_ptr()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::SlimMaskBuilder::build` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1254:29 | 1254 | array.map(|builder| builder.build()) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1238:5 | 1238 | / unsafe fn from_teddy( 1239 | | teddy: &Teddy<8>, 1240 | | ) -> [Mask; BYTES] { | |_________________________^ warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1333:17 | 1333 | lo: V::load_unaligned(self.lo[..].as_ptr()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1329:5 | 1329 | unsafe fn build(&self) -> Mask { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1334:17 | 1334 | hi: V::load_unaligned(self.hi[..].as_ptr()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::teddy::generic::FatMaskBuilder::build` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1366:29 | 1366 | array.map(|builder| builder.build()) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/teddy/generic.rs:1350:5 | 1350 | / unsafe fn from_teddy( 1351 | | teddy: &Teddy<16>, 1352 | | ) -> [Mask; BYTES] { | |_________________________^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set1_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:334:13 | 334 | _mm_set1_epi8(i8::from_bits(byte)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:333:9 | 333 | unsafe fn splat(byte: u8) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:339:13 | 339 | _mm_loadu_si128(data.cast::<__m128i>()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:338:9 | 338 | unsafe fn load_unaligned(data: *const u8) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:344:23 | 344 | let cmp = self.cmpeq(Self::splat(0)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:343:9 | 343 | unsafe fn is_zero(self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:344:34 | 344 | let cmp = self.cmpeq(Self::splat(0)); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_movemask_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:345:13 | 345 | _mm_movemask_epi8(cmp).to_bits() == 0xFFFF | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cmpeq_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:350:13 | 350 | _mm_cmpeq_epi8(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:349:9 | 349 | unsafe fn cmpeq(self, vector2: Self) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_and_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:355:13 | 355 | _mm_and_si128(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:354:9 | 354 | unsafe fn and(self, vector2: Self) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_or_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:360:13 | 360 | _mm_or_si128(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:359:9 | 359 | unsafe fn or(self, vector2: Self) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:369:26 | 369 | let lomask = Self::splat(0xF); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:364:9 | 364 | unsafe fn shift_8bit_lane_right(self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:370:13 | 370 | _mm_srli_epi16(self, BITS).and(lomask) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi16` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:370:13 | 370 | _mm_srli_epi16(self, BITS).and(lomask) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:375:13 | 375 | _mm_alignr_epi8(self, vector2, 15) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:374:9 | 374 | unsafe fn shift_in_one_byte(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:380:13 | 380 | _mm_alignr_epi8(self, vector2, 14) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:379:9 | 379 | unsafe fn shift_in_two_bytes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:385:13 | 385 | _mm_alignr_epi8(self, vector2, 13) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:384:9 | 384 | unsafe fn shift_in_three_bytes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:390:13 | 390 | _mm_shuffle_epi8(self, indices) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:389:9 | 389 | unsafe fn shuffle_bytes(self, indices: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:401:35 | 401 | let lanes: [u64; 2] = core::mem::transmute(self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:394:9 | 394 | / unsafe fn for_each_64bit_lane( 395 | | self, 396 | | mut f: impl FnMut(usize, u64) -> Option, 397 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_set1_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:427:13 | 427 | _mm256_set1_epi8(i8::from_bits(byte)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:426:9 | 426 | unsafe fn splat(byte: u8) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:432:13 | 432 | _mm256_loadu_si256(data.cast::<__m256i>()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:431:9 | 431 | unsafe fn load_unaligned(data: *const u8) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:437:23 | 437 | let cmp = self.cmpeq(Self::splat(0)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:436:9 | 436 | unsafe fn is_zero(self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:437:34 | 437 | let cmp = self.cmpeq(Self::splat(0)); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_movemask_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:438:13 | 438 | _mm256_movemask_epi8(cmp).to_bits() == 0xFFFFFFFF | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_cmpeq_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:443:13 | 443 | _mm256_cmpeq_epi8(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:442:9 | 442 | unsafe fn cmpeq(self, vector2: Self) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_and_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:448:13 | 448 | _mm256_and_si256(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:447:9 | 447 | unsafe fn and(self, vector2: Self) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_or_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:453:13 | 453 | _mm256_or_si256(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:452:9 | 452 | unsafe fn or(self, vector2: Self) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:458:26 | 458 | let lomask = Self::splat(0xF); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:457:9 | 457 | unsafe fn shift_8bit_lane_right(self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `packed::vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:459:13 | 459 | _mm256_srli_epi16(self, BITS).and(lomask) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi16` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:459:13 | 459 | _mm256_srli_epi16(self, BITS).and(lomask) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_permute2x128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:470:21 | 470 | let v = _mm256_permute2x128_si256(vector2, self, 0x21); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:463:9 | 463 | unsafe fn shift_in_one_byte(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:471:13 | 471 | _mm256_alignr_epi8(self, v, 15) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_permute2x128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:482:21 | 482 | let v = _mm256_permute2x128_si256(vector2, self, 0x21); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:475:9 | 475 | unsafe fn shift_in_two_bytes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:483:13 | 483 | _mm256_alignr_epi8(self, v, 14) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_permute2x128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:494:21 | 494 | let v = _mm256_permute2x128_si256(vector2, self, 0x21); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:487:9 | 487 | unsafe fn shift_in_three_bytes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:495:13 | 495 | _mm256_alignr_epi8(self, v, 13) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:500:13 | 500 | _mm256_shuffle_epi8(self, indices) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:499:9 | 499 | unsafe fn shuffle_bytes(self, indices: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:513:24 | 513 | let lane = _mm256_extract_epi64(self, 0).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:504:9 | 504 | / unsafe fn for_each_64bit_lane( 505 | | self, 506 | | mut f: impl FnMut(usize, u64) -> Option, 507 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:517:24 | 517 | let lane = _mm256_extract_epi64(self, 1).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:521:24 | 521 | let lane = _mm256_extract_epi64(self, 2).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:525:24 | 525 | let lane = _mm256_extract_epi64(self, 3).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `packed::vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:538:24 | 538 | let half = Self::Half::load_unaligned(data); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:537:9 | 537 | unsafe fn load_half_unaligned(data: *const u8) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_broadcastsi128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:539:13 | 539 | _mm256_broadcastsi128_si256(half) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:544:13 | 544 | _mm256_alignr_epi8(self, vector2, 15) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:543:9 | 543 | unsafe fn half_shift_in_one_byte(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:549:13 | 549 | _mm256_alignr_epi8(self, vector2, 14) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:548:9 | 548 | unsafe fn half_shift_in_two_bytes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:554:13 | 554 | _mm256_alignr_epi8(self, vector2, 13) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:553:9 | 553 | unsafe fn half_shift_in_three_bytes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_permute4x64_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:559:13 | 559 | _mm256_permute4x64_epi64(self, 0x4E) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:558:9 | 558 | unsafe fn swap_halves(self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_unpacklo_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:564:13 | 564 | _mm256_unpacklo_epi8(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:563:9 | 563 | unsafe fn interleave_low_8bit_lanes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_unpackhi_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:569:13 | 569 | _mm256_unpackhi_epi8(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:568:9 | 568 | unsafe fn interleave_high_8bit_lanes(self, vector2: Self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:578:24 | 578 | let lane = _mm256_extract_epi64(self, 0).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:573:9 | 573 | / unsafe fn for_each_low_64bit_lane( 574 | | self, 575 | | vector2: Self, 576 | | mut f: impl FnMut(usize, u64) -> Option, 577 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:582:24 | 582 | let lane = _mm256_extract_epi64(self, 1).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:586:24 | 586 | let lane = _mm256_extract_epi64(vector2, 0).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extract_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/packed/vector.rs:590:24 | 590 | let lane = _mm256_extract_epi64(vector2, 1).to_bits(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Compiling regex-automata v0.4.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "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"))' -C metadata=5531e2297480f21b -C extra-filename=-5531e2297480f21b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libaho_corasick-9833bcda39b7f087.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-5b9b6773ff0c99ca.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-d2a79000daa24d1a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:358:18 | 358 | fn arbitrary(gen: &mut quickcheck::Gen) -> SmallIndex { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:361:51 | 361 | let id = max(i32::MIN + 1, i32::arbitrary(gen)).abs(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:627:26 | 627 | fn arbitrary(gen: &mut quickcheck::Gen) -> $name { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:628:45 | 628 | $name(SmallIndex::arbitrary(gen)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2359:38 | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2361:32 | 2361 | f: &mut core::fmt::Formatter, | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2361 | f: &mut core::fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2647:38 | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2751:38 | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2831:38 | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2939:38 | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/hybrid/id.rs:346:38 | 346 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:279:38 | 279 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:418:38 | 418 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:472:38 | 472 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 472 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:177:38 | 177 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:472:44 | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:480:46 | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:789:34 | 789 | pub(crate) fn iter(&self) -> ByteSetIter { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | pub(crate) fn iter(&self) -> ByteSetIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:794:41 | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter { | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:857:38 | 857 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1205:38 | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1223:38 | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1227:46 | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/escape.rs:22:38 | 22 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/escape.rs:52:38 | 52 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 52 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/lazy.rs:92:32 | 92 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/lazy.rs:208:36 | 208 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/look.rs:502:38 | 502 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:187:38 | 187 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:229:38 | 229 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 229 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:786:42 | 786 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:78:38 | 78 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:391:38 | 391 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 391 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:548:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 548 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:653:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 653 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:548:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 548 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:653:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 653 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/start.rs:308:38 | 308 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/wire.rs:114:38 | 114 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 114 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/wire.rs:218:38 | 218 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:123:38 | 123 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:221:38 | 221 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:280:38 | 280 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 280 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:566:38 | 566 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 566 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:773:38 | 773 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:853:38 | 853 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:1345:38 | 1345 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1345 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:1901:38 | 1901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/sparse_set.rs:220:38 | 220 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/hybrid/dfa.rs:1424:10 | 1424 | *cache.trans.get_unchecked(offset) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/hybrid/dfa.rs:1415:5 | 1415 | / pub unsafe fn next_state_untagged_unchecked( 1416 | | &self, 1417 | | cache: &Cache, 1418 | | current: LazyStateID, 1419 | | input: u8, 1420 | | ) -> LazyStateID { | |____________________^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning: `aho-corasick` (lib) generated 343 warnings Compiling rustc_parse v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_parse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_parse --edition=2021 compiler/rustc_parse/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed16a862eddebdfb -C extra-filename=-ed16a862eddebdfb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-023c3d7de7400cdc.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --extern unicode_normalization=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_normalization-488f82d190bfe414.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-bb65f91f96082fdb.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/hybrid/dfa.rs:2074:17 | 2074 | type StateMap = std::collections::HashMap; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:2169:23 | 2169 | type CaptureNameMap = std::collections::HashMap, SmallIndex>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary Compiling ahash v0.8.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=dceacda0bb185d59 -C extra-filename=-dceacda0bb185d59 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/ahash-dceacda0bb185d59 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern version_check=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libversion_check-3017820ecec33e85.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling regex v1.11.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=86c35e3a2f8e4515 -C extra-filename=-86c35e3a2f8e4515 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libaho_corasick-9833bcda39b7f087.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-5b9b6773ff0c99ca.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-5531e2297480f21b.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-d2a79000daa24d1a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1557:38 | 1557 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1557 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1924:46 | 1924 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1924 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1942:46 | 1942 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1954:46 | 1954 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1954 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1570:38 | 1570 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1570 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1934:46 | 1934 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1934 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1952:46 | 1952 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1952 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1964:46 | 1964 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1964 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `regex-syntax` (lib) generated 7 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/ahash-6cabe8dd9cf3a1c1/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/ahash-dceacda0bb185d59/build-script-build` [ahash 0.8.11] cargo:rerun-if-changed=build.rs [ahash 0.8.11] cargo:rustc-cfg=feature="folded_multiply" Compiling unicode-script v0.5.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_script CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/) ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-script' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-script CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-script' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_script --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=02fb6fb74302616a -C extra-filename=-02fb6fb74302616a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs:129:32 | 129 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 129 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ahash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/ahash-6cabe8dd9cf3a1c1/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ahash --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=f94ed530913a80be -C extra-filename=-f94ed530913a80be --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-9a179e62f06bcf1b.rmeta --extern zerocopy=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerocopy-03905de80f06fd5e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg 'feature="folded_multiply"'` warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:100:13 | 100 | #![cfg_attr(feature = "specialize", feature(min_specialization))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:202:7 | 202 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:209:7 | 209 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:253:7 | 253 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:257:7 | 257 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:300:7 | 300 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:305:7 | 305 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:118:11 | 118 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `128` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:164:11 | 164 | #[cfg(target_pointer_width = "128")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_pointer_width, values("128"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_pointer_width, values(\"128\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `folded_multiply` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/operations.rs:16:7 | 16 | #[cfg(feature = "folded_multiply")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `folded_multiply` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `folded_multiply` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/operations.rs:23:11 | 23 | #[cfg(not(feature = "folded_multiply"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `folded_multiply` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:468:7 | 468 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:14:14 | 14 | if #[cfg(feature = "specialize")]{ | ^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:53:58 | 53 | if #[cfg(all(feature = "compile-time-rng", any(test, fuzzing)))] { | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:73:54 | 73 | } else if #[cfg(all(feature = "runtime-rng", not(fuzzing)))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:461:11 | 461 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:10:7 | 10 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:12:7 | 12 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:14:7 | 14 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:24:11 | 24 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:37:7 | 37 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:70:7 | 70 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:78:7 | 78 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:86:7 | 86 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:94:7 | 94 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:102:7 | 102 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:110:7 | 110 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:118:7 | 118 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:126:11 | 126 | #[cfg(all(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` 61 | call_hasher_impl!(u8); | --------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` 61 | call_hasher_impl!(u8); 62 | call_hasher_impl!(u16); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 63 | call_hasher_impl!(u32); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 64 | call_hasher_impl!(u64); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 65 | call_hasher_impl!(i8); | --------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 66 | call_hasher_impl!(i16); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 67 | call_hasher_impl!(i32); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 68 | call_hasher_impl!(i64); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:6:1 | 5 | / #[cfg(not(feature = "std"))] 6 | | extern crate alloc; | | ^^^^^^^^^^^^^^^^^^- | |___________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:265:11 | 265 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:272:15 | 272 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:279:11 | 279 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:286:15 | 286 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:293:11 | 293 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:300:15 | 300 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: trait `BuildHasherExt` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:252:18 | 252 | pub(crate) trait BuildHasherExt: BuildHasher { | ^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `read_u128x2`, `read_u128x4`, `read_last_u16`, `read_last_u128x2`, and `read_last_u128x4` are never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/convert.rs:80:8 | 75 | pub(crate) trait ReadFromSlice { | ------------- methods in this trait ... 80 | fn read_u128x2(&self) -> ([u128; 2], &[u8]); | ^^^^^^^^^^^ 81 | fn read_u128x4(&self) -> ([u128; 4], &[u8]); | ^^^^^^^^^^^ 82 | fn read_last_u16(&self) -> u16; | ^^^^^^^^^^^^^ ... 86 | fn read_last_u128x2(&self) -> [u128; 2]; | ^^^^^^^^^^^^^^^^ 87 | fn read_last_u128x4(&self) -> [u128; 4]; | ^^^^^^^^^^^^^^^^ warning: `regex` (lib) generated 8 warnings Compiling unicode-security v0.1.2 warning: `ahash` (lib) generated 46 warnings Compiling libloading v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_security CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-security-0.1.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-security-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Charles Lew :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Detect possible security problems with Unicode usage according to Unicode Technical Standard #39 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-security' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-security CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-security' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_security --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-security-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=db409678d5cf53a4 -C extra-filename=-db409678d5cf53a4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unicode_normalization=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_normalization-488f82d190bfe414.rmeta --extern unicode_script=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_script-02fb6fb74302616a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libloading CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Bindings around the platform'\''s dynamic library loading primitives with greatly improved memory safety.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=ISC CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libloading CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/nagisa/rust_libloading/' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libloading --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1ed02a145e3ec40 -C extra-filename=-a1ed02a145e3ec40 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/lib.rs:39:13 | 39 | #![cfg_attr(libloading_docs, feature(doc_cfg))] | ^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: requested on the command line with `-W unexpected-cfgs` warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/lib.rs:45:26 | 45 | #[cfg(any(unix, windows, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/lib.rs:49:26 | 49 | #[cfg(any(unix, windows, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/mod.rs:20:17 | 20 | #[cfg(any(unix, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/mod.rs:21:12 | 21 | #[cfg_attr(libloading_docs, doc(cfg(unix)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/mod.rs:25:20 | 25 | #[cfg(any(windows, libloading_docs))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:3:11 | 3 | #[cfg(all(libloading_docs, not(unix)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:5:15 | 5 | #[cfg(any(not(libloading_docs), unix))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/consts.rs:46:11 | 46 | #[cfg(all(libloading_docs, not(unix)))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/consts.rs:55:15 | 55 | #[cfg(any(not(libloading_docs), unix))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:380:32 | 380 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 380 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:441:32 | 441 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 441 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/error.rs:7:37 | 7 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 7 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/error.rs:22:37 | 22 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/error.rs:109:37 | 109 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:1:7 | 1 | #[cfg(libloading_docs)] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:3:15 | 3 | #[cfg(all(not(libloading_docs), unix))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:5:15 | 5 | #[cfg(all(not(libloading_docs), windows))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:15:12 | 15 | #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libloading_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:197:12 | 197 | #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:168:32 | 168 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 168 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `os::unix::Library::open` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:135:9 | 135 | Library::open(Some(filename), RTLD_LAZY | RTLD_LOCAL) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:134:5 | 134 | pub unsafe fn new>(filename: P) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `os::unix::dlopen` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:190:30 | 190 | let result = dlopen( | ______________________________^ 191 | | match filename { 192 | | None => ptr::null(), 193 | | Some(ref f) => f.as_ptr(), 194 | | }, 195 | | flags, 196 | | ); | |_________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:180:5 | 180 | / pub unsafe fn open

(filename: Option

, flags: raw::c_int) -> Result 181 | | where 182 | | P: AsRef, | |________________________^ warning[E0133]: call to unsafe function `os::unix::dlerror` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:224:17 | 224 | dlerror(); | ^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:210:5 | 210 | / unsafe fn get_impl(&self, symbol: &[u8], on_null: F) -> Result, crate::Error> 211 | | where 212 | | F: FnOnce() -> Result, crate::Error>, | |_______________________________________________________^ warning[E0133]: call to unsafe function `os::unix::dlsym` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:225:30 | 225 | let symbol = dlsym(self.handle, symbol.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `os::unix::Library::get_singlethreaded` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:283:17 | 283 | self.get_singlethreaded(symbol) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:268:5 | 268 | pub unsafe fn get(&self, symbol: &[u8]) -> Result, crate::Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `os::unix::Library::get_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:312:9 | 312 | / self.get_impl(symbol, || { 313 | | Ok(Symbol { 314 | | pointer: ptr::null_mut(), 315 | | pd: marker::PhantomData, 316 | | }) 317 | | }) | |__________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:311:5 | 311 | pub unsafe fn get_singlethreaded(&self, symbol: &[u8]) -> Result, crate::Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `os::unix::Library::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:85:9 | 85 | imp::Library::new(filename).map(From::from) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:84:5 | 84 | pub unsafe fn new>(filename: P) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `os::unix::Library::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:149:9 | 149 | self.0.get(symbol).map(|from| Symbol::from_raw(from, self)) | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:148:5 | 148 | pub unsafe fn get<'lib, T>(&'lib self, symbol: &[u8]) -> Result, Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `safe::Symbol::<'lib, T>::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:149:39 | 149 | self.0.get(symbol).map(|from| Symbol::from_raw(from, self)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:198:26 | 198 | pub struct Symbol<'lib, T: 'lib> { | ^^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `unicode-script` (lib) generated 3 warnings Compiling allocator-api2 v0.2.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=allocator_api2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/Cargo.toml CARGO_PKG_AUTHORS='Zakarum ' CARGO_PKG_DESCRIPTION='Mirror of Rust'\''s allocator API' CARGO_PKG_HOMEPAGE='https://github.com/zakarumych/allocator-api2' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=allocator-api2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zakarumych/allocator-api2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name allocator_api2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=e1169a7956bbc0af -C extra-filename=-e1169a7956bbc0af --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/alloc/mod.rs:25:34 | 25 | #[cfg(all(feature = "alloc", not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:156:11 | 156 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:168:11 | 168 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:170:11 | 170 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1192:11 | 1192 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1221:11 | 1221 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1270:11 | 1270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1389:11 | 1389 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1431:11 | 1431 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1457:11 | 1457 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1519:11 | 1519 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1847:11 | 1847 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1855:11 | 1855 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:2114:11 | 2114 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:2122:11 | 2122 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:206:19 | 206 | #[cfg(all(not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `libloading` (lib) generated 32 warnings Compiling regex-syntax v0.6.29 warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:231:15 | 231 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:256:15 | 256 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.29 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=29 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=f9bdd950e4c4ab87 -C extra-filename=-f9bdd950e4c4ab87 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:270:15 | 270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:359:15 | 359 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:420:15 | 420 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:489:15 | 489 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:545:15 | 545 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:605:15 | 605 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:630:15 | 630 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:724:15 | 724 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:751:15 | 751 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:14:11 | 14 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:85:11 | 85 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:608:11 | 608 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:639:11 | 639 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:164:15 | 164 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:172:15 | 172 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:208:15 | 208 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:216:15 | 216 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:249:15 | 249 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:364:15 | 364 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:388:15 | 388 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:421:15 | 421 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:451:15 | 451 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:529:15 | 529 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:60:11 | 60 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:62:11 | 62 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:80:11 | 80 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:83:11 | 83 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:96:11 | 96 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:99:11 | 99 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2624:11 | 2624 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2684:11 | 2684 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2757:11 | 2757 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2841:11 | 2841 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2939:11 | 2939 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2956:11 | 2956 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2973:11 | 2973 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:3014:11 | 3014 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:3040:11 | 3040 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:3104:11 | 3104 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:3113:11 | 3113 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/into_iter.rs:13:11 | 13 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/into_iter.rs:167:11 | 167 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/partial_eq.rs:1:11 | 1 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/partial_eq.rs:30:11 | 30 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:427:15 | 427 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:614:15 | 614 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:852:15 | 852 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:882:15 | 882 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:982:15 | 982 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1011:15 | 1011 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1044:15 | 1044 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1384:15 | 1384 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1788:15 | 1788 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1889:15 | 1889 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1899:15 | 1899 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2064:15 | 2064 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2128:15 | 2128 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2325:15 | 2325 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2356:15 | 2356 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2383:15 | 2383 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2495:15 | 2495 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2821:15 | 2821 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/macros.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/slice.rs:17:15 | 17 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/slice.rs:39:15 | 39 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/slice.rs:70:15 | 70 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/slice.rs:112:15 | 112 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: trait `ExtendFromWithinSpec` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2548:7 | 2548 | trait ExtendFromWithinSpec { | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: trait `NonDrop` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/into_iter.rs:161:11 | 161 | pub trait NonDrop {} | ^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/splice.rs:21:53 | 21 | pub struct Splice<'a, I: Iterator + 'a, A: Allocator + 'a = Global> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/drain.rs:22:23 | 22 | pub struct Drain<'a, T: 'a, A: Allocator + 'a = Global> { | ^^^^ help: remove this bound warning: `allocator-api2` (lib) generated 90 warnings Compiling hashbrown v0.14.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=edccce59bab3d3a3 -C extra-filename=-edccce59bab3d3a3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern ahash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libahash-f94ed530913a80be.rmeta --extern allocator_api2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liballocator_api2-e1169a7956bbc0af.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling gimli v0.30.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.30.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=30 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gimli --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="read"' --cfg 'feature="read-core"' --cfg 'feature="std"' --cfg 'feature="write"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=f891fec758b61347 -C extra-filename=-f891fec758b61347 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-d57d3ca7bc1aabb5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/sse2.rs:53:15 | 53 | Group(x86::_mm_loadu_si128(ptr.cast())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/sse2.rs:52:5 | 52 | pub(crate) unsafe fn load(ptr: *const u8) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_load_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/sse2.rs:63:15 | 63 | Group(x86::_mm_load_si128(ptr.cast())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/sse2.rs:60:5 | 60 | pub(crate) unsafe fn load_aligned(ptr: *const u8) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_store_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/sse2.rs:73:9 | 73 | x86::_mm_store_si128(ptr.cast(), self.0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/sse2.rs:70:5 | 70 | pub(crate) unsafe fn store_aligned(self, ptr: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:70:5 | 70 | to.offset_from(from) as usize | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:69:1 | 69 | unsafe fn offset_from(to: *const T, from: *const T) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:382:13 | 382 | base.as_ptr().sub(index) | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:355:5 | 355 | unsafe fn from_base_index(base: NonNull, index: usize) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:385:18 | 385 | ptr: NonNull::new_unchecked(ptr), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:454:13 | 454 | offset_from(base.as_ptr(), self.ptr.as_ptr()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:428:5 | 428 | unsafe fn to_base_index(&self, base: NonNull) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:566:13 | 566 | self.ptr.as_ptr().sub(offset) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:561:5 | 561 | unsafe fn next_n(&self, offset: usize) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:569:18 | 569 | ptr: NonNull::new_unchecked(ptr), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::drop_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:590:9 | 590 | self.as_ptr().drop_in_place(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:589:5 | 589 | pub(crate) unsafe fn drop(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:611:9 | 611 | self.as_ptr().read() | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:610:5 | 610 | pub(crate) unsafe fn read(&self) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:633:9 | 633 | self.as_ptr().write(val); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:632:5 | 632 | pub(crate) unsafe fn write(&self, val: T) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:683:10 | 683 | &*self.as_ptr() | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:682:5 | 682 | pub unsafe fn as_ref<'a>(&self) -> &'a T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:751:14 | 751 | &mut *self.as_ptr() | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:750:5 | 750 | pub unsafe fn as_mut<'a>(&self) -> &'a mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::new_uninitialized` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:870:20 | 870 | table: RawTableInner::new_uninitialized( | ____________________^ 871 | | &alloc, 872 | | Self::TABLE_LAYOUT, 873 | | buckets, 874 | | fallibility, 875 | | )?, | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:862:5 | 862 | / unsafe fn new_uninitialized( 863 | | alloc: A, 864 | | buckets: usize, 865 | | fallibility: Fallibility, 866 | | ) -> Result { | |______________________________________^ warning[E0133]: call to unsafe function `raw::Bucket::::to_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:967:9 | 967 | bucket.to_base_index(self.data_end()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:966:5 | 966 | pub unsafe fn bucket_index(&self, bucket: &Bucket) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::from_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1022:9 | 1022 | Bucket::from_base_index(self.data_end(), index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:995:5 | 995 | pub unsafe fn bucket(&self, index: usize) -> Bucket { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1028:21 | 1028 | let index = self.bucket_index(item); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1027:5 | 1027 | unsafe fn erase_no_drop(&mut self, item: &Bucket) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::erase` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1029:9 | 1029 | self.table.erase(index); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::erase_no_drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1037:9 | 1037 | self.erase_no_drop(&item); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1035:5 | 1035 | pub unsafe fn erase(&mut self, item: Bucket) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1038:9 | 1038 | item.drop(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::erase_no_drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1063:9 | 1063 | self.erase_no_drop(&item); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1062:5 | 1062 | pub unsafe fn remove(&mut self, item: Bucket) -> (T, InsertSlot) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1065:13 | 1065 | item.read(), | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1067:24 | 1067 | index: self.bucket_index(&item), | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::resize_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1285:9 | 1285 | / self.table.resize_inner( 1286 | | &self.alloc, 1287 | | capacity, 1288 | | &|table, index| hasher(table.bucket::(index).as_ref()), 1289 | | fallibility, 1290 | | Self::TABLE_LAYOUT, 1291 | | ) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1273:5 | 1273 | / unsafe fn resize( 1274 | | &mut self, 1275 | | capacity: usize, 1276 | | hasher: impl Fn(&T) -> u64, 1277 | | fallibility: Fallibility, 1278 | | ) -> Result<(), TryReserveError> { | |____________________________________^ warning[E0133]: call to unsafe function `raw::Bucket::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1288:36 | 1288 | &|table, index| hasher(table.bucket::(index).as_ref()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1288:36 | 1288 | &|table, index| hasher(table.bucket::(index).as_ref()), | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1384:21 | 1384 | let index = self.bucket_index(&bucket); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1380:5 | 1380 | / pub unsafe fn replace_bucket_with(&mut self, bucket: Bucket, f: F) -> bool 1381 | | where 1382 | | F: FnOnce(T) -> Option, | |__________________________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1385:24 | 1385 | let old_ctrl = *self.table.ctrl(index); | ^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1385:25 | 1385 | let old_ctrl = *self.table.ctrl(index); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1386:23 | 1386 | debug_assert!(self.is_bucket_full(index)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::remove` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1388:20 | 1388 | let item = self.remove(bucket).0; | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1391:13 | 1391 | self.table.set_ctrl(index, old_ctrl); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1393:13 | 1393 | self.bucket(index).write(new_item); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1393:13 | 1393 | self.bucket(index).write(new_item); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1444:24 | 1444 | let old_ctrl = *self.table.ctrl(slot.index); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1443:5 | 1443 | pub unsafe fn insert_in_slot(&mut self, hash: u64, slot: InsertSlot, value: T) -> Bucket { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1444:25 | 1444 | let old_ctrl = *self.table.ctrl(slot.index); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::record_item_insert_at` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1445:9 | 1445 | self.table.record_item_insert_at(slot.index, old_ctrl, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1447:22 | 1447 | let bucket = self.bucket(slot.index); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1448:9 | 1448 | bucket.write(value); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::get_many_mut_pointers` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1530:20 | 1530 | let ptrs = self.get_many_mut_pointers(hashes, eq)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1525:5 | 1525 | / pub unsafe fn get_many_unchecked_mut( 1526 | | &mut self, 1527 | | hashes: [u64; N], 1528 | | eq: impl FnMut(usize, &T) -> bool, 1529 | | ) -> Option<[&'_ mut T; N]> { | |_______________________________^ warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1531:14 | 1531 | Some(mem::transmute_copy(&ptrs)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1545:14 | 1545 | *(*outs_ptr).get_unchecked_mut(i) = cur.as_mut(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1534:5 | 1534 | / unsafe fn get_many_mut_pointers( 1535 | | &mut self, 1536 | | hashes: [u64; N], 1537 | | mut eq: impl FnMut(usize, &T) -> bool, 1538 | | ) -> Option<[*mut T; N]> { | |____________________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1545:14 | 1545 | *(*outs_ptr).get_unchecked_mut(i) = cur.as_mut(); | ^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::as_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1545:49 | 1545 | *(*outs_ptr).get_unchecked_mut(i) = cur.as_mut(); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1549:14 | 1549 | Some(outs.assume_init()) | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1586:9 | 1586 | self.table.is_bucket_full(index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1585:5 | 1585 | pub unsafe fn is_bucket_full(&self, index: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::iter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1599:9 | 1599 | self.table.iter() | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1594:5 | 1594 | pub unsafe fn iter(&self) -> RawIter { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1756:20 | 1756 | let ctrl = NonNull::new_unchecked(ptr.as_ptr().add(ctrl_offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1733:5 | 1733 | / unsafe fn new_uninitialized( 1734 | | alloc: &A, 1735 | | table_layout: TableLayout, 1736 | | buckets: usize, ... | 1739 | | where 1740 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1756:43 | 1756 | let ctrl = NonNull::new_unchecked(ptr.as_ptr().add(ctrl_offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1869:21 | 1869 | if unlikely(self.is_bucket_full(index)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1867:5 | 1867 | unsafe fn fix_insert_slot(&self, mut index: usize) -> InsertSlot { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::option::Option::::unwrap_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1888:21 | 1888 | index = Group::load_aligned(self.ctrl(0)) | _____________________^ 1889 | | .match_empty_or_deleted() 1890 | | .lowest_set_bit() 1891 | | .unwrap_unchecked(); | |___________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1888:21 | 1888 | index = Group::load_aligned(self.ctrl(0)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1888:41 | 1888 | index = Group::load_aligned(self.ctrl(0)) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::find_insert_slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2068:28 | 2068 | let index: usize = self.find_insert_slot(hash).index; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2066:5 | 2066 | unsafe fn prepare_insert_slot(&mut self, hash: u64) -> (usize, u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2075:24 | 2075 | let old_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2075:25 | 2075 | let old_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2076:9 | 2076 | self.set_ctrl_h2(index, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2252:25 | 2252 | let group = Group::load_aligned(self.ctrl(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2240:5 | 2240 | unsafe fn prepare_rehash_in_place(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2252:45 | 2252 | let group = Group::load_aligned(self.ctrl(i)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::store_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2254:13 | 2254 | group.store_aligned(self.ctrl(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2254:33 | 2254 | group.store_aligned(self.ctrl(i)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_to` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2266:13 | 2266 | / self.ctrl(0) 2267 | | .copy_to(self.ctrl(Group::WIDTH), self.buckets()); | |_________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2266:13 | 2266 | self.ctrl(0) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2267:26 | 2267 | .copy_to(self.ctrl(Group::WIDTH), self.buckets()); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_to` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2272:13 | 2272 | / self.ctrl(0) 2273 | | .copy_to(self.ctrl(self.buckets()), Group::WIDTH); | |_________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2272:13 | 2272 | self.ctrl(0) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2273:26 | 2273 | .copy_to(self.ctrl(self.buckets()), Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::from_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2323:20 | 2323 | let data = Bucket::from_base_index(self.data_end(), 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2295:5 | 2295 | unsafe fn iter(&self) -> RawIter { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawIterRange::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2326:19 | 2326 | iter: RawIterRange::new(self.ctrl.as_ptr(), data, self.buckets()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::iter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2374:25 | 2374 | for item in self.iter::() { | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2367:5 | 2367 | unsafe fn drop_elements(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2377:17 | 2377 | item.drop(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::from_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2502:9 | 2502 | Bucket::from_base_index(self.data_end(), index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2499:5 | 2499 | unsafe fn bucket(&self, index: usize) -> Bucket { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2556:9 | 2556 | base.sub((index + 1) * size_of) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2552:5 | 2552 | unsafe fn bucket_ptr(&self, index: usize, size_of: usize) -> *mut u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2632:9 | 2632 | self.set_ctrl_h2(index, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2630:5 | 2630 | unsafe fn record_item_insert_at(&mut self, index: usize, old_ctrl: u8, hash: u64) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2674:9 | 2674 | self.set_ctrl(index, h2(hash)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2672:5 | 2672 | unsafe fn set_ctrl_h2(&mut self, index: usize, hash: u64) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2708:25 | 2708 | let prev_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2706:5 | 2706 | unsafe fn replace_ctrl_h2(&mut self, index: usize, hash: u64) -> u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2708:26 | 2708 | let prev_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2709:9 | 2709 | self.set_ctrl_h2(index, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2766:9 | 2766 | *self.ctrl(index) = ctrl; | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2738:5 | 2738 | unsafe fn set_ctrl(&mut self, index: usize, ctrl: u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2766:10 | 2766 | *self.ctrl(index) = ctrl; | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2767:9 | 2767 | *self.ctrl(index2) = ctrl; | ^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2767:10 | 2767 | *self.ctrl(index2) = ctrl; | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2797:9 | 2797 | self.ctrl.as_ptr().add(index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2794:5 | 2794 | unsafe fn ctrl(&self, index: usize) -> *mut u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2813:17 | 2813 | is_full(*self.ctrl(index)) | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2811:5 | 2811 | unsafe fn is_bucket_full(&self, index: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2813:18 | 2813 | is_full(*self.ctrl(index)) | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::rehash_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2938:13 | 2938 | self.rehash_in_place(hasher, layout.size, drop); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2907:5 | 2907 | / unsafe fn reserve_rehash_inner( 2908 | | &mut self, 2909 | | alloc: &A, 2910 | | additional: usize, ... | 2916 | | where 2917 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `raw::RawTableInner::resize_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2950:13 | 2950 | / self.resize_inner( 2951 | | alloc, 2952 | | usize::max(new_items, full_capacity + 1), 2953 | | hasher, 2954 | | fallibility, 2955 | | layout, 2956 | | ) | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2993:20 | 2993 | let ctrl = NonNull::new_unchecked(self.ctrl(0)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2973:5 | 2973 | unsafe fn full_buckets_indices(&self) -> FullBucketsIndices { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2993:43 | 2993 | let ctrl = NonNull::new_unchecked(self.ctrl(0)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2998:28 | 2998 | current_group: Group::load_aligned(ctrl.as_ptr()).match_full().into_iter(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::full_buckets_indices` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3065:32 | 3065 | for full_byte_index in self.full_buckets_indices() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3047:5 | 3047 | / unsafe fn resize_inner( 3048 | | &mut self, 3049 | | alloc: &A, 3050 | | capacity: usize, ... | 3055 | | where 3056 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `raw::RawTableInner::prepare_insert_slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3080:34 | 3080 | let (new_index, _) = new_table.prepare_insert_slot(hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3096:13 | 3096 | / ptr::copy_nonoverlapping( 3097 | | self.bucket_ptr(full_byte_index, layout.size), 3098 | | new_table.bucket_ptr(new_index, layout.size), 3099 | | layout.size, 3100 | | ); | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3097:17 | 3097 | self.bucket_ptr(full_byte_index, layout.size), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3098:17 | 3098 | new_table.bucket_ptr(new_index, layout.size), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::prepare_rehash_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3154:9 | 3154 | self.prepare_rehash_in_place(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3144:5 | 3144 | / unsafe fn rehash_in_place( 3145 | | &mut self, 3146 | | hasher: &dyn Fn(&mut Self, usize) -> u64, 3147 | | size_of: usize, 3148 | | drop: Option, 3149 | | ) { | |_____^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3159:24 | 3159 | if *self_.ctrl(i) == DELETED { | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3159:25 | 3159 | if *self_.ctrl(i) == DELETED { | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3160:25 | 3160 | self_.set_ctrl(i, EMPTY); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3161:30 | 3161 | drop(self_.bucket_ptr(i, size_of)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3173:16 | 3173 | if *guard.ctrl(i) != DELETED { | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3173:17 | 3173 | if *guard.ctrl(i) != DELETED { | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3177:23 | 3177 | let i_p = guard.bucket_ptr(i, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::find_insert_slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3187:29 | 3187 | let new_i = guard.find_insert_slot(hash).index; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3195:21 | 3195 | guard.set_ctrl_h2(i, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3199:31 | 3199 | let new_i_p = guard.bucket_ptr(new_i, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::replace_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3203:33 | 3203 | let prev_ctrl = guard.replace_ctrl_h2(new_i, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3205:21 | 3205 | guard.set_ctrl(i, EMPTY); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3209:21 | 3209 | ptr::copy_nonoverlapping(i_p, new_i_p, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::swap_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3216:21 | 3216 | ptr::swap_nonoverlapping(i_p, new_i_p, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::allocation_info` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3260:29 | 3260 | let (ptr, layout) = self.allocation_info(table_layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3254:5 | 3254 | / unsafe fn free_buckets(&mut self, alloc: &A, table_layout: TableLayout) 3255 | | where 3256 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `allocator_api2::alloc::Allocator::deallocate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3261:9 | 3261 | alloc.deallocate(ptr, layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3377:23 | 3377 | debug_assert!(self.is_bucket_full(index)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3376:5 | 3376 | unsafe fn erase(&mut self, index: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3385:28 | 3385 | let empty_before = Group::load(self.ctrl(index_before)).match_empty(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3385:40 | 3385 | let empty_before = Group::load(self.ctrl(index_before)).match_empty(); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3386:27 | 3386 | let empty_after = Group::load(self.ctrl(index)).match_empty(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3386:39 | 3386 | let empty_after = Group::load(self.ctrl(index)).match_empty(); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3431:9 | 3431 | self.set_ctrl(index, ctrl); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::clone_from_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3545:13 | 3545 | self.clone_from_impl(source); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3544:9 | 3544 | unsafe fn clone_from_spec(&mut self, source: &Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_to_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3575:9 | 3575 | / source 3576 | | .table 3577 | | .ctrl(0) 3578 | | .copy_to_nonoverlapping(self.table.ctrl(0), self.table.num_ctrl_bytes()); | |____________________________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3573:5 | 3573 | unsafe fn clone_from_impl(&mut self, source: &Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3575:9 | 3575 | / source 3576 | | .table 3577 | | .ctrl(0) | |____________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3578:37 | 3578 | .copy_to_nonoverlapping(self.table.ctrl(0), self.table.num_ctrl_bytes()); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3586:24 | 3586 | if self_.is_bucket_full(i) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3587:25 | 3587 | self_.bucket(i).drop(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3587:25 | 3587 | self_.bucket(i).drop(); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::iter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3593:21 | 3593 | for from in source.iter() { | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3594:25 | 3594 | let index = source.bucket_index(&from); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3595:22 | 3595 | let to = guard.1.bucket(index); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3596:13 | 3596 | to.write(from.as_ref().clone()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3596:22 | 3596 | to.write(from.as_ref().clone()); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3759:19 | 3759 | let end = ctrl.add(len); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3755:5 | 3755 | unsafe fn new(ctrl: *const u8, data: Bucket, len: usize) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3763:29 | 3763 | let current_group = Group::load_aligned(ctrl).match_full(); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3764:25 | 3764 | let next_ctrl = ctrl.add(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3825:29 | 3825 | return Some(self.data.next_n(index)); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3822:5 | 3822 | unsafe fn next_impl(&mut self) -> Option> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3837:34 | 3837 | self.current_group = Group::load_aligned(self.next_ctrl).match_full().into_iter(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3838:25 | 3838 | self.data = self.data.next_n(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3839:30 | 3839 | self.next_ctrl = self.next_ctrl.add(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3879:30 | 3879 | let bucket = self.data.next_n(index); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3870:5 | 3870 | / unsafe fn fold_impl(mut self, mut n: usize, mut acc: B, mut f: F) -> B 3871 | | where 3872 | | F: FnMut(B, Bucket) -> B, | |____________________________________^ warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3916:34 | 3916 | self.current_group = Group::load_aligned(self.next_ctrl).match_full().into_iter(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3917:25 | 3917 | self.data = self.data.next_n(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3918:30 | 3918 | self.next_ctrl = self.next_ctrl.add(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:4102:17 | 4102 | item.drop(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:4099:5 | 4099 | unsafe fn drop_elements(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:4231:25 | 4231 | self.ctrl = NonNull::new_unchecked(self.ctrl.as_ptr().add(Group::WIDTH)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:4202:5 | 4202 | unsafe fn next_impl(&mut self) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:4231:48 | 4231 | self.ctrl = NonNull::new_unchecked(self.ctrl.as_ptr().add(Group::WIDTH)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:4234:34 | 4234 | self.current_group = Group::load_aligned(self.ctrl.as_ptr()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `map::HashMap::::get_many_unchecked_mut_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/map.rs:1575:9 | 1575 | self.get_many_unchecked_mut_inner(ks) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/map.rs:1568:5 | 1568 | / pub unsafe fn get_many_unchecked_mut( 1569 | | &mut self, 1570 | | ks: [&Q; N], 1571 | | ) -> Option<[&'_ mut V; N]> 1572 | | where 1573 | | Q: Hash + Equivalent, | |________________________________^ warning[E0133]: call to unsafe function `map::HashMap::::get_many_unchecked_mut_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/map.rs:1685:9 | 1685 | self.get_many_unchecked_mut_inner(ks) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/map.rs:1678:5 | 1678 | / pub unsafe fn get_many_key_value_unchecked_mut( 1679 | | &mut self, 1680 | | ks: [&Q; N], 1681 | | ) -> Option<[(&'_ K, &'_ mut V); N]> 1682 | | where 1683 | | Q: Hash + Equivalent, | |________________________________^ warning[E0133]: call to unsafe function `raw::RawTable::::get_many_unchecked_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/map.rs:1709:9 | 1709 | / self.table 1710 | | .get_many_unchecked_mut(hashes, |i, (k, _)| ks[i].equivalent(k)) | |____________________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/map.rs:1701:5 | 1701 | / unsafe fn get_many_unchecked_mut_inner( 1702 | | &mut self, 1703 | | ks: [&Q; N], 1704 | | ) -> Option<[&'_ mut (K, V); N]> 1705 | | where 1706 | | Q: Hash + Equivalent, | |________________________________^ warning[E0133]: call to unsafe function `raw::RawTable::::get_many_unchecked_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/table.rs:1016:9 | 1016 | self.raw.get_many_unchecked_mut(hashes, eq) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/table.rs:1011:5 | 1011 | / pub unsafe fn get_many_unchecked_mut( 1012 | | &mut self, 1013 | | hashes: [u64; N], 1014 | | eq: impl FnMut(usize, &T) -> bool, 1015 | | ) -> Option<[&'_ mut T; N]> { | |_______________________________^ warning: `hashbrown` (lib) generated 150 warnings Compiling rustc_ast_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_passes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_passes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_passes --edition=2021 compiler/rustc_ast_passes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a34c3f76cff73cc4 -C extra-filename=-a34c3f76cff73cc4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-5f2808d2d521c99a.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-ed16a862eddebdfb.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/hir/interval.rs:423:8 | 335 | pub trait Interval: | -------- method in this trait ... 423 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: call to `.borrow()` on a reference in this situation does nothing --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/ast/parse.rs:379:21 | 379 | self.pattern.borrow() | ^^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/cfi.rs:624:31 | 624 | let mut cie_ids = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/op.rs:852:32 | 852 | entry_ids: Option<&HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/unit.rs:1501:28 | 1501 | pub entry_ids: &'a HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/unit.rs:1523:33 | 1523 | let mut entry_ids = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/unit.rs:1561:29 | 1561 | entry_ids: &mut HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/unit.rs:1602:25 | 1602 | entry_ids: &HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/unit.rs:1673:29 | 1673 | entry_ids: &mut HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `gimli` (lib) generated 7 warnings Compiling rustc_infer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_infer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_infer CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_infer --edition=2021 compiler/rustc_infer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d77aada5b3287330 -C extra-filename=-d77aada5b3287330 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-3d5449496c75635c.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: `regex-syntax` (lib) generated 2 warnings Compiling rustc_expand v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_expand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_expand CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_expand --edition=2021 compiler/rustc_expand/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0175554d51a0b0de -C extra-filename=-0175554d51a0b0de --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_passes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-a34c3f76cff73cc4.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-023c3d7de7400cdc.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-628b9c2d2f3df487.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-ed16a862eddebdfb.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: `regex-automata` (lib) generated 52 warnings Compiling rustc_transmute v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_transmute CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_transmute CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_transmute --edition=2021 compiler/rustc_transmute/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc"))' -C metadata=297ca6ddf77d7b7c -C extra-filename=-297ca6ddf77d7b7c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-3d5449496c75635c.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-d77aada5b3287330.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_trait_selection v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_trait_selection CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_trait_selection CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_trait_selection --edition=2021 compiler/rustc_trait_selection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=efba06187affcd72 -C extra-filename=-efba06187affcd72 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-5f2808d2d521c99a.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-3d5449496c75635c.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-d77aada5b3287330.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_next_trait_solver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_next_trait_solver-27f08e0575ea2bc1.rmeta --extern rustc_parse_format=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-ba4257b518898d76.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_transmute=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_transmute-297ca6ddf77d7b7c.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_metadata v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_metadata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_metadata CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_metadata --edition=2021 compiler/rustc_metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5cc6f2d6a2fd279 -C extra-filename=-e5cc6f2d6a2fd279 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --extern libloading=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibloading-a1ed02a145e3ec40.rmeta --extern odht=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libodht-a26362ad09f5a4c9.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-0175554d51a0b0de.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-1addc94607ec0739.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-630357be23885e2f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-46b815fb999bffbe.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_lint v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_lint CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_lint CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_lint --edition=2021 compiler/rustc_lint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6f52556bc483b66 -C extra-filename=-a6f52556bc483b66 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-d77aada5b3287330.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_parse_format=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-ba4257b518898d76.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --extern unicode_security=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_security-db409678d5cf53a4.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_mir_dataflow v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_mir_dataflow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_mir_dataflow CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_mir_dataflow --edition=2021 compiler/rustc_mir_dataflow/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f986390c67bad74a -C extra-filename=-f986390c67bad74a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern polonius_engine=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-a427576832aa4606.rmeta --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex-86c35e3a2f8e4515.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-f528ffe9843101b6.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling regex-automata v0.1.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/regex-automata' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/regex-automata' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=b7c80ac659904570 -C extra-filename=-b7c80ac659904570 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-f9bdd950e4c4ab87.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:90:38 | 90 | pub fn representatives(&self) -> ByteClassRepresentatives { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 90 | pub fn representatives(&self) -> ByteClassRepresentatives<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:111:32 | 111 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1113:38 | 1113 | pub fn states(&self) -> StateIter { | ---------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | pub fn states(&self) -> StateIter<'_, T, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1508:55 | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1613:32 | 1613 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1613 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1702:53 | 1702 | pub fn transitions(&self) -> StateTransitionIter { | -------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | pub fn transitions(&self) -> StateTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1718:66 | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter { | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1725:32 | 1725 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1828:57 | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut { | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1835:32 | 1835 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/error.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/minimize.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:868:32 | 868 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 868 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:891:32 | 891 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1012:32 | 1012 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1140:32 | 1140 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1200:32 | 1200 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:61:10 | 61 | *self.0.get_unchecked(byte as usize) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:60:5 | 60 | pub unsafe fn get_unchecked(&self, byte: u8) -> u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `dense_imp::Repr::<&'a [S], S>::from_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:519:9 | 519 | Repr::from_bytes(buf).into_dense_dfa() | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:518:5 | 518 | pub unsafe fn from_bytes(buf: &'a [u8]) -> DenseDFA<&'a [S], S> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `dfa::DFA::next_state_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:591:17 | 591 | r.next_state_unchecked(current, input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:588:5 | 588 | unsafe fn next_state_unchecked(&self, current: S, input: u8) -> S { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `dfa::DFA::next_state_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:594:17 | 594 | r.next_state_unchecked(current, input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `dfa::DFA::next_state_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:597:17 | 597 | r.next_state_unchecked(current, input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `dfa::DFA::next_state_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:600:17 | 600 | r.next_state_unchecked(current, input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:712:10 | 712 | *self.0.trans().get_unchecked(o) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:710:5 | 710 | unsafe fn next_state_unchecked(&self, current: S, input: u8) -> S { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `classes::ByteClasses::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:772:21 | 772 | let input = self.0.byte_classes().get_unchecked(input); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:771:5 | 771 | unsafe fn next_state_unchecked(&self, current: S, input: u8) -> S { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:774:10 | 774 | *self.0.trans().get_unchecked(o) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:833:10 | 833 | *self.0.trans().get_unchecked(o) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:831:5 | 831 | unsafe fn next_state_unchecked(&self, current: S, input: u8) -> S { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `classes::ByteClasses::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:886:21 | 886 | let input = self.0.byte_classes().get_unchecked(input); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:885:5 | 885 | unsafe fn next_state_unchecked(&self, current: S, input: u8) -> S { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:888:10 | 888 | *self.0.trans().get_unchecked(o) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1386:21 | 1386 | let trans = slice::from_raw_parts(buf.as_ptr() as *const S, len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1299:5 | 1299 | unsafe fn from_bytes(mut buf: &'a [u8]) -> Repr<&'a [S], S> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `dfa::DFA::next_state_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dfa.rs:361:9 | 361 | (**self).next_state_unchecked(current, input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dfa.rs:356:5 | 356 | / unsafe fn next_state_unchecked( 357 | | &self, 358 | | current: Self::ID, 359 | | input: u8, 360 | | ) -> Self::ID { | |_________________^ warning[E0133]: call to unsafe function `sparse_imp::Repr::<&'a [u8], S>::from_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:411:9 | 411 | Repr::from_bytes(buf).into_sparse_dfa() | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:410:5 | 410 | pub unsafe fn from_bytes(buf: &'a [u8]) -> SparseDFA<&'a [u8], S> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1662:34 | 1662 | pub(crate) struct StateIter<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 1662 - pub(crate) struct StateIter<'a, T: 'a, S: 'a> { 1662 + pub(crate) struct StateIter<'a, T, S> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1689:30 | 1689 | pub(crate) struct State<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1753:44 | 1753 | pub(crate) struct StateTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1774:50 | 1774 | pub(crate) struct StateSparseTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1815:33 | 1815 | pub(crate) struct StateMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1847:47 | 1847 | pub(crate) struct StateTransitionIterMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/determinize.rs:41:12 | 41 | cache: HashMap, S>, | ^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/determinize.rs:65:25 | 65 | let mut cache = HashMap::default(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/minimize.rs:42:34 | 42 | pub(crate) struct Minimizer<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/regex.rs:415:34 | 415 | pub struct Matches<'r, 't, D: DFA + 'r> { | ^^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:723:38 | 723 | let mut map: HashMap = HashMap::with_capacity(self.state_count); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:723:22 | 723 | let mut map: HashMap = HashMap::with_capacity(self.state_count); | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:745:39 | 745 | for (&old_id, &new_id) in map.iter() { | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1054:36 | 1054 | struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { | ^^^^^ ^^^^^ | help: remove these bounds | 1054 - struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { 1054 + struct StateIter<'a, T: AsRef<[u8]>, S: StateID = usize> { | warning: `regex-automata` (lib) generated 50 warnings Compiling rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_llvm CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 compiler/rustc_llvm/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb6e6be6e867b74b -C extra-filename=-fb6e6be6e867b74b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_llvm-fb6e6be6e867b74b -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libcc-72bc2c804a9907bd.rlib -Z binary-dep-depinfo` Compiling lazy_static v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name lazy_static --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=46983de8e796a563 -C extra-filename=-46983de8e796a563 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/inline_lazy.rs:8:1 | 8 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/inline_lazy.rs:26:43 | 26 | pub fn get(&'static self, f: F) -> &T | ^ this elided lifetime gets resolved as `'static` | = note: `#[warn(elided_named_lifetimes)]` on by default help: consider specifying it explicitly | 26 | pub fn get(&'static self, f: F) -> &'static T | +++++++ warning: `lazy_static` (lib) generated 2 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name shlex --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9b1e043e8bcd08c9 -C extra-filename=-9b1e043e8bcd08c9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `manual_codegen_check` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:353:12 | 353 | #[cfg_attr(manual_codegen_check, inline(never))] | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `shlex` (lib) generated 7 warnings (6 duplicates) Compiling leb128 v0.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=leb128 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/leb128-0.2.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/leb128-0.2.5/Cargo.toml CARGO_PKG_AUTHORS='Nick Fitzgerald :Philip Craig ' CARGO_PKG_DESCRIPTION='Read and write DWARF'\''s "Little Endian Base 128" (LEB128) variable length integer encoding.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=leb128 CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/leb128' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name leb128 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/leb128-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f50d64b568f8a3da -C extra-filename=-f50d64b568f8a3da --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/leb128-0.2.5/src/lib.rs:85:36 | 85 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 85 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: `leb128` (lib) generated 1 warning Compiling pulldown-cmark v0.11.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/Cargo.toml CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.11.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs -C debug-assertions=off --cfg 'feature="html"' --cfg 'feature="pulldown-cmark-escape"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gen-tests", "getopts", "html", "pulldown-cmark-escape", "serde", "simd"))' -C metadata=8b52f321c090609c -C extra-filename=-8b52f321c090609c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/pulldown-cmark-8b52f321c090609c -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling rustc-demangle v0.1.24 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_demangle --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=6a2e4c42fdce3efb -C extra-filename=-6a2e4c42fdce3efb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/legacy.rs:49:37 | 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { | ^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/legacy.rs:106:32 | 106 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:37:37 | 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:241:32 | 241 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 241 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:92:33 | 92 | pub fn demangle(mut s: &str) -> Demangle { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:237:40 | 237 | pub fn try_demangle(s: &str) -> Result { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:281:32 | 281 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:314:32 | 314 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 314 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:349:32 | 349 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:568:22 | 568 | struct Printer<'a, 'b: 'a, 's> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `rustc-demangle` (lib) generated 11 warnings Compiling punycode v0.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=punycode CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='mcarton ' CARGO_PKG_DESCRIPTION='Functions to decode and encode Punycode' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=punycode CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/mcarton/rust-punycode.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name punycode --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "default", "dev"))' -C metadata=88c46be1e725b61a -C extra-filename=-88c46be1e725b61a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1/src/lib.rs:224:13 | 224 | '0' ... '9' => cp - ('0' as u32) + 26, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `-W ellipsis-inclusive-range-patterns` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(ellipsis_inclusive_range_patterns)]` warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1/src/lib.rs:225:13 | 225 | 'A' ... 'Z' => cp - ('A' as u32), | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1/src/lib.rs:226:13 | 226 | 'a' ... 'z' => cp - ('a' as u32), | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `punycode` (lib) generated 3 warnings Compiling cfg_aliases v0.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cfg_aliases CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg_aliases-0.2.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg_aliases-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Zicklag ' CARGO_PKG_DESCRIPTION='A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.' CARGO_PKG_HOMEPAGE='https://github.com/katharostech/cfg_aliases' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg_aliases CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/katharostech/cfg_aliases' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_aliases --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4764c9a68f852a7a -C extra-filename=-4764c9a68f852a7a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling overload v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=overload CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/overload-0.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/overload-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Daniel Salvadori ' CARGO_PKG_DESCRIPTION='Provides a macro to simplify operator overloading.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=overload CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/danaugrs/overload' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name overload --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/overload-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cfd8a1da5cbd851 -C extra-filename=-3cfd8a1da5cbd851 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling nu-ansi-term v0.46.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=nu_ansi_term CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/Cargo.toml CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett :The Nushell Project Developers' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colors and styles (bold, underline)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nu-ansi-term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nushell/nu-ansi-term' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.46.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=46 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name nu_ansi_term --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=2cf999f364e44b24 -C extra-filename=-2cf999f364e44b24 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern overload=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liboverload-3cfd8a1da5cbd851.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:306:32 | 306 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/lib.rs:261:9 | 261 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/util.rs:41:23 | 41 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/util.rs:52:28 | 52 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:13:37 | 13 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:123:38 | 123 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound warning: `nu-ansi-term` (lib) generated 14 warnings Compiling nix v0.29.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="signal"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=54ef01446ca98cc4 -C extra-filename=-54ef01446ca98cc4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/nix-54ef01446ca98cc4 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_aliases=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libcfg_aliases-4764c9a68f852a7a.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling rustc_symbol_mangling v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_symbol_mangling CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_symbol_mangling CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_symbol_mangling --edition=2021 compiler/rustc_symbol_mangling/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1bcef59c98402df6 -C extra-filename=-1bcef59c98402df6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern punycode=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpunycode-88c46be1e725b61a.rmeta --extern rustc_demangle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_demangle-6a2e4c42fdce3efb.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_HTML=1 CARGO_FEATURE_PULLDOWN_CMARK_ESCAPE=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/Cargo.toml CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.11.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/pulldown-cmark-bf4d539cae4cab5f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/pulldown-cmark-8b52f321c090609c/build-script-build` Compiling wasm-encoder v0.216.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=wasm_encoder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/Cargo.toml CARGO_PKG_AUTHORS='Nick Fitzgerald ' CARGO_PKG_DESCRIPTION='A low-level WebAssembly encoder. ' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasm-encoder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder' CARGO_PKG_RUST_VERSION=1.76.0 CARGO_PKG_VERSION=0.216.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=216 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name wasm_encoder --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' --deny=unsafe_code '--warn=clippy::unnecessary_to_owned' '--warn=clippy::map_clone' '--warn=clippy::manual_strip' '--warn=clippy::clone_on_copy' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("wasmparser"))' -C metadata=5d592801529d4849 -C extra-filename=-5d592801529d4849 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern leb128=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libleb128-f50d64b568f8a3da.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/component/types.rs:35:29 | 35 | pub fn ty(&mut self) -> CoreTypeEncoder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 35 | pub fn ty(&mut self) -> CoreTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/component/types.rs:206:36 | 206 | pub fn core_type(&mut self) -> CoreTypeEncoder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 206 | pub fn core_type(&mut self) -> CoreTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/component/types.rs:217:29 | 217 | pub fn ty(&mut self) -> ComponentTypeEncoder { | ^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 217 | pub fn ty(&mut self) -> ComponentTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/component/types.rs:321:36 | 321 | pub fn core_type(&mut self) -> CoreTypeEncoder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 321 | pub fn core_type(&mut self) -> CoreTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/component/types.rs:329:29 | 329 | pub fn ty(&mut self) -> ComponentTypeEncoder { | ^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 329 | pub fn ty(&mut self) -> ComponentTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/core/code.rs:218:49 | 218 | pub fn instruction(&mut self, instruction: &Instruction) -> &mut Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 218 | pub fn instruction(&mut self, instruction: &Instruction<'_>) -> &mut Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/core/code.rs:3757:23 | 3757 | fn new_insn(insn: Instruction) -> Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3757 | fn new_insn(insn: Instruction<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/core/code.rs:3763:34 | 3763 | fn with_insn(mut self, insn: Instruction) -> Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3763 | fn with_insn(mut self, insn: Instruction<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/core/data.rs:85:54 | 85 | pub fn segment(&mut self, segment: DataSegment) -> &mut Self | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 85 | pub fn segment(&mut self, segment: DataSegment<'_, D>) -> &mut Self | +++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.2.5 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=e4c6e51879d1911d -C extra-filename=-e4c6e51879d1911d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern shlex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libshlex-9b1e043e8bcd08c9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:277:23 | 277 | env_cache: RwLock, Env>>, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `#[warn(rustc::default_hash_types)]` implied by `#[warn(warnings)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:278:34 | 278 | apple_sdk_root_cache: RwLock, Arc>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:279:34 | 279 | apple_versions_cache: RwLock, Arc>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:280:36 | 280 | cached_compiler_family: RwLock, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:281:45 | 281 | known_flag_support_status_cache: RwLock>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/tool.rs:43:41 | 43 | cached_compiler_family: &RwLock, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/tool.rs:60:41 | 60 | cached_compiler_family: &RwLock, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/tool.rs:93:41 | 93 | cached_compiler_family: &RwLock, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `wasm-encoder` (lib) generated 9 warnings Compiling sharded-slab v0.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sharded_slab CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='A lock-free concurrent slab. ' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/sharded-slab' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sharded-slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/sharded-slab' CARGO_PKG_RUST_VERSION=1.42.0 CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sharded_slab --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=7735068c0078c0a9 -C extra-filename=-7735068c0078c0a9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern lazy_static=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblazy_static-46983de8e796a563.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:426:21 | 426 | let gen = slot.insert(&mut value)?; | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:427:22 | 427 | Some(gen.pack(idx)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:456:17 | 456 | let gen = guard.generation(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:457:19 | 457 | Some((gen.pack(idx), guard)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:624:17 | 624 | let gen = inner.generation(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:625:35 | 625 | Some((inner, tid.pack(gen.pack(idx)))) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:206:9 | 206 | gen: slot::Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:219:31 | 219 | slot.remove_value(gen, offset, free_list) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:226:9 | 226 | gen: slot::Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:236:39 | 236 | slot.try_remove_value(gen, offset, free_list) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:313:9 | 313 | gen: slot::Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:323:40 | 323 | slot.try_clear_storage(gen, offset, free_list) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:333:9 | 333 | gen: slot::Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:343:36 | 343 | slot.clear_storage(gen, offset, free_list) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:431:27 | 431 | fn gen_roundtrips(gen in 0usize..slot::Generation::::BITS) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:432:17 | 432 | let gen = slot::Generation::::from_usize(gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:432:74 | 432 | let gen = slot::Generation::::from_usize(gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:433:26 | 433 | let packed = gen.pack(0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:434:24 | 434 | assert_eq!(gen, slot::Generation::from_packed(packed)); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:439:13 | 439 | gen in 0usize..slot::Generation::::BITS, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:442:17 | 442 | let gen = slot::Generation::::from_usize(gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:442:74 | 442 | let gen = slot::Generation::::from_usize(gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:444:26 | 444 | let packed = gen.pack(addr.pack(0)); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:446:24 | 446 | assert_eq!(gen, slot::Generation::from_packed(packed)); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:107:30 | 107 | pub(crate) fn get(&self, gen: Generation) -> Option> { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:117:17 | 117 | gen, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:128:16 | 128 | if gen != current_gen || state != Lifecycle::PRESENT { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:167:28 | 167 | fn mark_release(&self, gen: Generation) -> Option { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:177:17 | 177 | gen, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:182:16 | 182 | if gen != curr_gen { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:234:37 | 234 | fn release_with(&self, gen: Generation, offset: usize, free: &F, mutator: M) -> R | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:243:24 | 243 | let next_gen = gen.advance(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:248:17 | 248 | gen, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:257:31 | 257 | if (!advanced) && gen != current_gen { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:313:13 | 313 | let gen = LifecycleGen::::from_packed(lifecycle).0; | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:319:13 | 319 | gen, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:354:13 | 354 | let gen = guard.generation(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:363:46 | 363 | test_println!("-> inserted at {:?}", gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:365:14 | 365 | Some(gen) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:377:9 | 377 | gen: Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:381:53 | 381 | let should_remove = match self.mark_release(gen) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:391:21 | 391 | gen | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:402:31 | 402 | self.remove_value(gen, offset, free); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:411:9 | 411 | gen: Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:415:27 | 415 | self.release_with(gen, offset, free, |item| item.and_then(Option::take)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:441:9 | 441 | gen: Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:445:52 | 445 | let should_clear = match self.mark_release(gen) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:455:21 | 455 | gen | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:466:39 | 466 | return self.clear_storage(gen, offset, free); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:477:9 | 477 | gen: Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:483:27 | 483 | self.release_with(gen, offset, free, |item| { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:497:17 | 497 | let gen = LifecycleGen::::from_packed(lifecycle).0; | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:504:30 | 504 | LifecycleGen(gen).pack(State::Removing as usize) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:513:17 | 513 | gen, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:15:17 | 15 | #[cfg(all(test, loom))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:453:9 | 453 | test_println!("pool: create {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:621:9 | 621 | test_println!("pool: create_owned {:?}", tid); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:655:9 | 655 | test_println!("pool: create_with"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:678:9 | 678 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:769:9 | 769 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:914:9 | 914 | test_println!("drop Ref: try clearing data"); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1049:9 | 1049 | test_println!(" -> drop RefMut: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1124:9 | 1124 | test_println!("drop OwnedRef: try clearing data"); | ------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1135:13 | 1135 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1139:17 | 1139 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1238:9 | 1238 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1290:9 | 1290 | test_println!("drop OwnedRefMut: try clearing data"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1303:17 | 1303 | test_println!("-> shard does not exist! THIS IS A BUG"); | ------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/sync.rs:3:11 | 3 | #[cfg(all(loom, any(test, feature = "loom")))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/sync.rs:63:15 | 63 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:95:11 | 95 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:18:9 | 18 | test_println!("UniqueIter::next"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:20:13 | 20 | test_println!("-> try next slot"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:22:17 | 22 | test_println!("-> found an item!"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:26:13 | 26 | test_println!("-> try next page"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:28:17 | 28 | test_println!("-> found another page"); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:33:13 | 33 | test_println!("-> try next shard"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:35:17 | 35 | test_println!("-> found another shard"); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:38:17 | 38 | test_println!("-> all done!"); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:115:13 | 115 | / test_println!( 116 | | "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};", 117 | | gen, 118 | | current_gen, ... | 121 | | refs, 122 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:129:17 | 129 | test_println!("-> get: no longer exists!"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:142:21 | 142 | test_println!("-> {:?}", new_refs); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:154:21 | 154 | test_println!("-> get: retrying; lifecycle={:#x};", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:175:13 | 175 | / test_println!( 176 | | "-> mark_release; gen={:?}; current_gen={:?};", 177 | | gen, 178 | | curr_gen 179 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:187:13 | 187 | test_println!("-> mark_release; state={:?};", state); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:190:21 | 190 | test_println!("--> mark_release; cannot release (already removed!)"); | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:194:21 | 194 | test_println!("--> mark_release; already marked;"); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:202:13 | 202 | / test_println!( 203 | | "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};", 204 | | lifecycle, 205 | | new_lifecycle 206 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:216:21 | 216 | test_println!("-> mark_release; retrying"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:224:9 | 224 | test_println!("-> mark_release: marked; refs={:?};", refs); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:246:13 | 246 | / test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};", 247 | | lifecycle, 248 | | gen, 249 | | current_gen, 250 | | next_gen 251 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:258:17 | 258 | test_println!("-> already removed!"); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:275:21 | 275 | test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:277:25 | 277 | test_println!("-> ok to remove!"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:290:21 | 290 | test_println!("-> refs={:?}; spin...", refs); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:296:21 | 296 | test_println!("-> retrying; lifecycle={:#x};", actual); | ------------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:316:9 | 316 | / test_println!( 317 | | "-> initialize_state; state={:?}; gen={:?}; refs={:?};", 318 | | Lifecycle::::from_packed(lifecycle), 319 | | gen, 320 | | refs, 321 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:324:13 | 324 | test_println!("-> initialize while referenced! cancelling"); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:363:9 | 363 | test_println!("-> inserted at {:?}", gen); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:389:17 | 389 | / test_println!( 390 | | "-> try_remove_value; nothing exists at generation={:?}", 391 | | gen 392 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:397:9 | 397 | test_println!("-> try_remove_value; marked!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:401:13 | 401 | test_println!("-> try_remove_value; can remove now"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:453:17 | 453 | / test_println!( 454 | | "-> try_clear_storage; nothing exists at generation={:?}", 455 | | gen 456 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:461:9 | 461 | test_println!("-> try_clear_storage; marked!"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:465:13 | 465 | test_println!("-> try_remove_value; can clear now"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:485:13 | 485 | test_println!("-> cleared: {}", cleared); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:510:13 | 510 | / test_println!( 511 | | "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}", 512 | | state, 513 | | gen, ... | 517 | | dropping 518 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:526:21 | 526 | test_println!("-> drop guard: done; dropping={:?}", dropping); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:530:21 | 530 | test_println!("-> drop guard; retry, actual={:#x}", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:710:13 | 710 | test_println!("-> get: {}; MAX={}", self.value, RefCount::::MAX); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:830:9 | 830 | / test_println!( 831 | | "InitGuard::release; curr_lifecycle={:?}; downgrading={}", 832 | | Lifecycle::::from_packed(self.curr_lifecycle), 833 | | new_refs != 0, 834 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:836:13 | 836 | test_println!("-> already released!"); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:852:17 | 852 | test_println!("--> advanced to PRESENT; done"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:856:17 | 856 | / test_println!( 857 | | "--> lifecycle changed; actual={:?}", 858 | | Lifecycle::::from_packed(actual) 859 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:870:13 | 870 | / test_println!( 871 | | "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};", 872 | | curr_lifecycle, 873 | | state, 874 | | refs, 875 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:889:21 | 889 | test_println!("-> InitGuard::RELEASE: done!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:894:21 | 894 | test_println!("-> InitGuard::release; retry, actual={:#x}", actual); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:72:11 | 72 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:20:9 | 20 | test_println!("-> pop {:#x}", val); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:34:13 | 34 | test_println!("-> next {:#x}", next); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:43:21 | 43 | test_println!("-> retry!"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:47:21 | 47 | test_println!("-> successful; next={:#x}", next); | ------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:146:9 | 146 | test_println!("-> local head {:?}", head); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:156:13 | 156 | test_println!("-> remote head {:?}", head); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:163:13 | 163 | test_println!("-> NULL! {:?}", head); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:185:9 | 185 | test_println!("-> offset {:?}", poff); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:214:9 | 214 | test_println!("-> take: offset {:?}", offset); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:231:9 | 231 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:287:9 | 287 | test_println!("-> init_with: insert at offset: {}", index); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:294:9 | 294 | test_println!("-> alloc new page ({})", self.size); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:318:9 | 318 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:338:9 | 338 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:79:9 | 79 | test_println!("-> {:?}", addr); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:111:9 | 111 | test_println!("-> remove_local {:?}", addr); | ------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:125:9 | 125 | test_println!("-> take_remote {:?}; page {:?}", addr, page_index); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:172:13 | 172 | test_println!("-> page {}; {:?}; {:?}", page_idx, local, page); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:208:9 | 208 | / test_println!( 209 | | "-> clear_after_release; self.tid={:?}; current.tid={:?};", 210 | | tid, 211 | | self.tid 212 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:286:9 | 286 | test_println!("-> get shard={}", idx); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:293:9 | 293 | test_println!("current: {:?}", tid); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:306:13 | 306 | test_println!("-> allocated new shard for index {} at {:p}", idx, ptr); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:315:13 | 315 | test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:326:9 | 326 | test_println!("Array::iter_mut"); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:328:9 | 328 | test_println!("-> highest index={}", max); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:381:9 | 381 | test_println!("---> loaded={:p} (order={:?})", ptr, order); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:383:13 | 383 | test_println!("---> null"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:418:9 | 418 | test_println!("IterMut::next"); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:425:13 | 425 | test_println!("-> next.is_some={}", next.is_some()); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:427:17 | 427 | test_println!("-> done"); | ------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/tid.rs:185:15 | 185 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/tid.rs:197:21 | 197 | #[cfg(all(test, not(loom)))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:422:9 | 422 | test_println!("insert {:?}", tid); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:457:9 | 457 | test_println!("vacant_entry {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:518:9 | 518 | test_println!("rm_deferred {:?}", tid); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:584:9 | 584 | test_println!("rm {:?}", tid); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:611:9 | 611 | test_println!("get {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:709:9 | 709 | test_println!("get_owned {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:960:9 | 960 | test_println!("drop OwnedEntry: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:971:13 | 971 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:975:17 | 975 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_llvm CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-1ab67b9df1da6ed0/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_llvm-fb6e6be6e867b74b/build-script-build` [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("ipo")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("bitreader")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("bitwriter")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("linker")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("asmparser")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("lto")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("coverage")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("instrumentation")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("x86")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("arm")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("aarch64")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("amdgpu")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("avr")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("loongarch")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("m68k")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("csky")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("mips")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("powerpc")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("systemz")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("jsbackend")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("webassembly")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("msp430")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("sparc")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("nvptx")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("hexagon")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("riscv")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("xtensa")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("bpf")) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=RUST_CHECK [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=REAL_LIBRARY_PATH_VAR [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=REAL_LIBRARY_PATH [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_CONFIG [rustc_llvm 0.0.0] cargo:rerun-if-changed=/usr/local/bin/llvm-config-18 warning[E0133]: call to unsafe function `page::slot::Guard::::slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:605:9 | 605 | self.slot().release() | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:604:5 | 604 | pub(crate) unsafe fn release(&self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::ptr::NonNull::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:617:9 | 617 | self.slot.as_ref() | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:616:5 | 616 | pub(crate) unsafe fn slot(&self) -> &Slot { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `page::slot::Guard::::slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:629:9 | 629 | self.slot().item.with(|item| &*item) | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:628:5 | 628 | pub(crate) unsafe fn value(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:629:39 | 629 | self.slot().item.with(|item| &*item) | ^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="aarch64" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="amdgpu" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="arm" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="asmparser" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="avr" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="bitreader" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="bitwriter" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="bpf" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="coverage" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="hexagon" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="instrumentation" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="ipo" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="linker" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="loongarch" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="lto" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="mips" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="msp430" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="nvptx" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="powerpc" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="riscv" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="sparc" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="systemz" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="webassembly" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="x86" warning[E0133]: call to unsafe function `std::ptr::NonNull::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:786:9 | 786 | self.slot.as_ref().item.with(|val| &*val) | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:785:5 | 785 | pub(crate) unsafe fn value(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:786:45 | 786 | self.slot.as_ref().item.with(|val| &*val) | ^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `std::ptr::NonNull::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:801:9 | 801 | self.slot.as_ref().item.with_mut(|val| &mut *val) | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:800:5 | 800 | pub(crate) unsafe fn value_mut(&mut self) -> &mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:801:53 | 801 | self.slot.as_ref().item.with_mut(|val| &mut *val) | ^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_RUSTLLVM [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_ASSERTIONS [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/RustWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/PassWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/SymbolWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/CoverageMappingWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/ArchiveWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/Linker.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/SuppressLLVMWarnings.h [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/LLVMWrapper.h [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/.editorconfig [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/README [rustc_llvm 0.0.0] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-1ab67b9df1da6ed0/out) [rustc_llvm 0.0.0] OPT_LEVEL = Some(3) [rustc_llvm 0.0.0] TARGET = Some(x86_64-unknown-openbsd) [rustc_llvm 0.0.0] HOST = Some(x86_64-unknown-openbsd) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXX_x86_64-unknown-openbsd [rustc_llvm 0.0.0] CXX_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXX_x86_64_unknown_openbsd [rustc_llvm 0.0.0] CXX_x86_64_unknown_openbsd = Some(c++) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CC_KNOWN_WRAPPER_CUSTOM [rustc_llvm 0.0.0] CC_KNOWN_WRAPPER_CUSTOM = None [rustc_llvm 0.0.0] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT warning[E0133]: call to unsafe function `page::slot::InitGuard::::release2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:813:9 | 813 | self.release2(0) | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:812:5 | 812 | pub(crate) unsafe fn release(&mut self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `page::slot::InitGuard::::release2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:825:17 | 825 | let _ = self.release2(RefCount::::from_usize(1).pack(0)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:824:5 | 824 | pub(crate) unsafe fn downgrade(&mut self) -> Guard { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::NonNull::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:841:20 | 841 | let slot = self.slot.as_ref(); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:829:5 | 829 | unsafe fn release2(&mut self, new_refs: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [rustc_llvm 0.0.0] CRATE_CC_NO_DEFAULTS = None [rustc_llvm 0.0.0] DEBUG = Some(false) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-openbsd [rustc_llvm 0.0.0] CXXFLAGS_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_openbsd [rustc_llvm 0.0.0] CXXFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CC_SHELL_ESCAPED_FLAGS [rustc_llvm 0.0.0] CC_SHELL_ESCAPED_FLAGS = None [rustc_llvm 0.0.0] CARGO_ENCODED_RUSTFLAGS = Some(--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill) warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:52:25 | 52 | impl Clear for collections::HashMap | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:59:9 | 59 | collections::HashMap::clear(self) | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:63:22 | 63 | impl Clear for collections::HashSet | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:70:9 | 70 | collections::HashSet::clear(self) | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:62:32 | 62 | pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); | ^^^^ ^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 62 - pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); 62 + pub(crate) struct IterMut<'a, T, C: cfg::Config>(slice::IterMut<'a, Ptr>); | warning: `sharded-slab` (lib) generated 175 warnings Compiling matchers v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=matchers CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/matchers-0.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/matchers-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='Regex matching on character and byte streams. ' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/matchers' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=matchers CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/matchers' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name matchers --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/matchers-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2c986c3ce5a288c -C extra-filename=-e2c986c3ce5a288c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-b7c80ac659904570.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling rustc_ty_utils v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_ty_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ty_utils CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ty_utils --edition=2021 compiler/rustc_ty_utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc2a76baa48aa2cd -C extra-filename=-cc2a76baa48aa2cd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-5f2808d2d521c99a.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-3d5449496c75635c.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-d77aada5b3287330.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: `cc` (lib) generated 11 warnings (3 duplicates) Compiling rustc_incremental v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_incremental CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_incremental CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_incremental --edition=2021 compiler/rustc_incremental/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6136c83d3a86795f -C extra-filename=-6136c83d3a86795f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand-6e8beff895e4c34a.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-1addc94607ec0739.rmeta --extern rustc_graphviz=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-f528ffe9843101b6.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_pattern_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_pattern_analysis CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_pattern_analysis CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_pattern_analysis --edition=2021 compiler/rustc_pattern_analysis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rustc"))' -C metadata=a122eeb8ac7645e3 -C extra-filename=-a122eeb8ac7645e3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-1a25aa7e566b54ef.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-13c80676a4d5a1ba.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-c02cc46c55198960.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [rustc_llvm 0.0.0] AR_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [rustc_llvm 0.0.0] AR_x86_64_unknown_openbsd = Some(ar) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [rustc_llvm 0.0.0] ARFLAGS_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [rustc_llvm 0.0.0] ARFLAGS_x86_64_unknown_openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=HOST_ARFLAGS [rustc_llvm 0.0.0] HOST_ARFLAGS = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=ARFLAGS [rustc_llvm 0.0.0] ARFLAGS = None [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=llvm-wrapper [rustc_llvm 0.0.0] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-1ab67b9df1da6ed0/out [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_LINK_SHARED [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86TargetMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86Disassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86AsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86CodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86Desc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86Info [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVTargetMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMNVPTXCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMNVPTXDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMNVPTXInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430Disassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430AsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430CodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430Desc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430Info [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLTO [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMExtensions [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCoverage [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUTargetMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPasses [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMIRPrinter [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCoroutines [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMIRParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMipo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMInstrumentation [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMVectorize [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLinker [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMFrontendOpenMP [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMFrontendOffloading [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHipStdPar [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Disassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMCDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64AsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64CodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMGlobalISel [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSelectionDAG [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCFGuard [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAsmPrinter [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTarget [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMScalarOpts [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMInstCombine [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAggressiveInstCombine [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMObjCARCOpts [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTransformUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBitWriter [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAnalysis [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMProfileData [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSymbolize [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoBTF [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoPDB [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoMSF [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoDWARF [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMObject [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTextAPI [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMCParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMIRReader [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBitReader [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Desc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCodeGenTypes [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Utils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCore [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRemarks [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBitstreamReader [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Info [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMC [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoCodeView [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBinaryFormat [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTargetParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSupport [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDemangle [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=execinfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=pthread [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=m [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=z [rustc_llvm 0.0.0] cargo:rustc-link-search=native=/usr/local/llvm18/lib [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_LINKER_FLAGS [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_STATIC_STDCPP [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_USE_LIBCXX [rustc_llvm 0.0.0] cargo:rustc-link-lib=c++ Compiling thorin-dwp v0.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thorin CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='David Wood ' CARGO_PKG_DESCRIPTION='Library for building DWARF packages from input DWARF objects and packages' CARGO_PKG_HOMEPAGE='https://docs.rs/thorin-dwp' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thorin-dwp CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/thorin' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thorin --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb5b50ae4aa5441c -C extra-filename=-bb5b50ae4aa5441c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern gimli=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgimli-f891fec758b61347.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-edccce59bab3d3a3.rmeta --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libobject-28efa908bc3f9bc5.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs:1:1 | 1 | pub extern crate object; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 1 | pub use object; | ~~~ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/error.rs:168:32 | 168 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 168 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/strings.rs:63:47 | 63 | debug_str: gimli::DebugStr>, | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 63 | debug_str: gimli::DebugStr>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/strings.rs:64:62 | 64 | debug_str_offsets: gimli::DebugStrOffsets>, | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 64 | debug_str_offsets: gimli::DebugStrOffsets>, | +++ warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs:88:14 | 88 | targets: HashSet, | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs:109:56 | 109 | Self { sess, maybe_in_progress: None, targets: HashSet::new() } | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: using `difference` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs:294:53 | 294 | if let Some(missing) = self.targets.difference(package.contained_units()).next() { | ^^^^^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs:303:22 | 303 | .iter() | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/package.rs:390:22 | 390 | contained_units: HashSet, | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/package.rs:413:46 | 413 | pub(crate) fn contained_units(&self) -> &HashSet { | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: `thorin-dwp` (lib) generated 10 warnings Compiling ar_archive_writer v0.4.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ar_archive_writer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ar_archive_writer-0.4.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ar_archive_writer-0.4.2/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A writer for object file ar archives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ar_archive_writer CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/ar_archive_writer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ar_archive_writer --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ar_archive_writer-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --deny=rust_2018_idioms --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7600e316c94ba9a6 -C extra-filename=-7600e316c94ba9a6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libobject-28efa908bc3f9bc5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling thread_local v1.1.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread_local CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=1.1.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thread_local --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4ca04e5394ec24a7 -C extra-filename=-4ca04e5394ec24a7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-9a179e62f06bcf1b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:65:48 | 65 | pub fn iter_mut(&mut self) -> CachedIterMut { | -------------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | pub fn iter_mut(&mut self) -> CachedIterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:112:32 | 112 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:290:42 | 290 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:347:32 | 347 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `std::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:32:21 | 32 | None => unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:29:5 | 29 | unsafe fn unchecked_unwrap(self) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:38:13 | 38 | unreachable_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:36:5 | 36 | unsafe fn unchecked_unwrap_none(self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:47:23 | 47 | Err(_) => unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:44:5 | 44 | unsafe fn unchecked_unwrap_ok(self) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:53:22 | 53 | Ok(_) => unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:51:5 | 51 | unsafe fn unchecked_unwrap_err(self) -> E { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:521:13 | 521 | let _ = Box::from_raw(std::slice::from_raw_parts_mut(bucket, size)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:520:1 | 520 | unsafe fn deallocate_bucket(bucket: *mut Entry, size: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:521:27 | 521 | let _ = Box::from_raw(std::slice::from_raw_parts_mut(bucket, size)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: methods `unchecked_unwrap` and `unchecked_unwrap_none` are never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:13:15 | 11 | pub trait UncheckedOptionExt { | ------------------ methods in this trait 12 | /// Get the value out of this Option without checking for None. 13 | unsafe fn unchecked_unwrap(self) -> T; | ^^^^^^^^^^^^^^^^ ... 16 | unsafe fn unchecked_unwrap_none(self); | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `unchecked_unwrap_err` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:25:15 | 20 | pub trait UncheckedResultExt { | ------------------ method in this trait ... 25 | unsafe fn unchecked_unwrap_err(self) -> E; | ^^^^^^^^^^^^^^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:121:37 | 121 | pub struct CachedIterMut<'a, T: Send + 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `thread_local` (lib) generated 13 warnings Compiling unicase v2.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicase CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicase --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=be930eda95047ad6 -C extra-filename=-be930eda95047ad6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/ascii.rs:71:34 | 71 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 71 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs:199:34 | 199 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs:206:34 | 206 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 206 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs:254:14 | 252 | / macro_rules! into_impl { 253 | | ($to:ty) => { 254 | | impl<'a> Into<$to> for UniCase<$to> { | | -^^- help: elide the unused lifetime 255 | | fn into(self) -> $to { ... | 259 | | }; 260 | | } | |_- in this expansion of `into_impl!` ... 275 | into_impl!(String); | ------------------ in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: `unicase` (lib) generated 4 warnings Compiling pathdiff v0.2.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pathdiff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.2/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Library for diffing paths to obtain relative paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pathdiff CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Manishearth/pathdiff' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pathdiff --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=ca708941fcce8f52 -C extra-filename=-ca708941fcce8f52 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.2/src/lib.rs:58:28 | 58 | let mut comps: Vec = vec![]; | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 58 | let mut comps: Vec> = vec![]; | ++++ warning: `pathdiff` (lib) generated 1 warning Compiling pulldown-cmark-escape v0.11.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pulldown_cmark_escape CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/Cargo.toml CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='An escape library for HTML created in the pulldown-cmark project' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark-escape CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pulldown_cmark_escape --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("simd"))' -C metadata=6d9b84f74c0f1f10 -C extra-filename=-6d9b84f74c0f1f10 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs:57:35 | 57 | fn write_fmt(&mut self, args: Arguments) -> Result<(), Self::Error>; | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 57 | fn write_fmt(&mut self, args: Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs:72:35 | 72 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs:96:35 | 96 | fn write_fmt(&mut self, args: Arguments) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn write_fmt(&mut self, args: Arguments<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs:111:35 | 111 | fn write_fmt(&mut self, args: Arguments) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn write_fmt(&mut self, args: Arguments<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs:128:35 | 128 | fn write_fmt(&mut self, args: Arguments) -> Result<(), Self::Error> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | fn write_fmt(&mut self, args: Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: `pulldown-cmark-escape` (lib) generated 5 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pulldown_cmark CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/Cargo.toml CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.11.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/pulldown-cmark-bf4d539cae4cab5f/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pulldown_cmark --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="html"' --cfg 'feature="pulldown-cmark-escape"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gen-tests", "getopts", "html", "pulldown-cmark-escape", "serde", "simd"))' -C metadata=a18415b02a07ebb7 -C extra-filename=-a18415b02a07ebb7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-5b9b6773ff0c99ca.rmeta --extern pulldown_cmark_escape=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpulldown_cmark_escape-6d9b84f74c0f1f10.rmeta --extern unicase=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicase-be930eda95047ad6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/lib.rs:74:13 | 74 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: requested on the command line with `-W unexpected-cfgs` warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/lib.rs:75:13 | 75 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/lib.rs:280:20 | 280 | fn from(value: Tag) -> Self { | ^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 280 | fn from(value: Tag<'_>) -> Self { | ++++ Compiling rustc_codegen_ssa v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_codegen_ssa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_codegen_ssa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_codegen_ssa --edition=2021 compiler/rustc_codegen_ssa/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1dcb768392126e60 -C extra-filename=-1dcb768392126e60 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern ar_archive_writer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libar_archive_writer-7600e316c94ba9a6.rmeta --extern arrayvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-95eb4a6b0c198a95.rmeta --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcc-e4c6e51879d1911d.rmeta --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-9dd41f9eb914ae60.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-5f2808d2d521c99a.rmeta --extern jobserver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libjobserver-221e60eb58791900.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libobject-28efa908bc3f9bc5.rmeta --extern pathdiff=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpathdiff-ca708941fcce8f52.rmeta --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex-86c35e3a2f8e4515.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-c02cc46c55198960.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-1addc94607ec0739.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_incremental=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-6136c83d3a86795f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-e5cc6f2d6a2fd279.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-41ae18c2c7dbdc3f.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-1bcef59c98402df6.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-5bac6461f2534cc4.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-46b815fb999bffbe.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern thorin=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthorin-bb5b50ae4aa5441c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --extern wasm_encoder=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwasm_encoder-5d592801529d4849.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/html.rs:53:14 | 53 | numbers: HashMap, usize>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/html.rs:70:22 | 70 | numbers: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/parse.rs:1657:12 | 1657 | inner: HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/parse.rs:1701:12 | 1701 | inner: HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/parse.rs:1792:39 | 1792 | pub struct RefDefs<'input>(pub(crate) HashMap, LinkDef<'input>>); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/parse.rs:1796:44 | 1796 | pub struct FootnoteDefs<'input>(pub(crate) HashMap, FootnoteDef>); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/parse.rs:1809:16 | 1809 | self.0.iter().map(|(k, v)| (k.as_ref(), v)) | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` Compiling tracing-subscriber v0.3.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_subscriber CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman :David Barsky :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Utilities for implementing and composing `tracing` subscribers. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-subscriber CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_subscriber --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=42078e510673ac67 -C extra-filename=-42078e510673ac67 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern matchers=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmatchers-e2c986c3ce5a288c.rmeta --extern nu_ansi_term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-2cf999f364e44b24.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-9a179e62f06bcf1b.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-4718d656cf79a587.rmeta --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex-86c35e3a2f8e4515.rmeta --extern sharded_slab=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsharded_slab-7735068c0078c0a9.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern thread_local=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthread_local-4ca04e5394ec24a7.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-7833e2d9c149a494.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs:189:5 | 189 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:213:19 | 213 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:219:27 | 219 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:221:23 | 221 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:231:27 | 231 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:233:23 | 233 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:244:27 | 244 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:246:23 | 246 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/registry/mod.rs:118:50 | 92 | pub trait LookupSpan<'a> { | -- lifetime `'a` declared here ... 118 | fn span(&'a self, id: &Id) -> Option> | ^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/layer_filters/mod.rs:866:18 | 866 | _ => self.layer.downcast_raw(id), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/layer_filters/mod.rs:858:5 | 858 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:235:9 | 235 | / self.layer 236 | | .downcast_raw(id) | |_____________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:209:5 | 209 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `tracing_core::Subscriber::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:237:25 | 237 | .or_else(|| self.inner.downcast_raw(id)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:373:17 | 373 | self.layer.downcast_raw(id).and(self.inner.downcast_raw(id)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:341:5 | 341 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:373:49 | 373 | self.layer.downcast_raw(id).and(self.inner.downcast_raw(id)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:377:18 | 377 | _ => self | __________________^ 378 | | .layer 379 | | .downcast_raw(id) | |_________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:380:29 | 380 | .or_else(|| self.inner.downcast_raw(id)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1670:44 | 1670 | self.as_ref().and_then(|inner| inner.downcast_raw(id)) | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1664:5 | 1664 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1755:17 | 1680 | / macro_rules! layer_impl_body { 1681 | | () => { 1682 | | #[inline] 1683 | | fn on_register_dispatch(&self, subscriber: &Dispatch) { ... | 1755 | | self.deref().downcast_raw(id) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 1756 | | } 1757 | | }; 1758 | | } | |_____- in this expansion of `layer_impl_body!` ... 1765 | layer_impl_body! {} | ------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1754:13 | 1680 | / macro_rules! layer_impl_body { 1681 | | () => { 1682 | | #[inline] 1683 | | fn on_register_dispatch(&self, subscriber: &Dispatch) { ... | 1754 | | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1757 | | }; 1758 | | } | |_____- in this expansion of `layer_impl_body!` ... 1765 | layer_impl_body! {} | ------------------- in this macro invocation warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1755:17 | 1680 | / macro_rules! layer_impl_body { 1681 | | () => { 1682 | | #[inline] 1683 | | fn on_register_dispatch(&self, subscriber: &Dispatch) { ... | 1755 | | self.deref().downcast_raw(id) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 1756 | | } 1757 | | }; 1758 | | } | |_____- in this expansion of `layer_impl_body!` ... 1772 | layer_impl_body! {} | ------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1754:13 | 1680 | / macro_rules! layer_impl_body { 1681 | | () => { 1682 | | #[inline] 1683 | | fn on_register_dispatch(&self, subscriber: &Dispatch) { ... | 1754 | | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1757 | | }; 1758 | | } | |_____- in this expansion of `layer_impl_body!` ... 1772 | layer_impl_body! {} | ------------------- in this macro invocation warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1883:74 | 1883 | if filter::is_plf_downcast_marker(id) && self.iter().any(|s| s.downcast_raw(id).is_none()) { | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1869:9 | 1869 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1890:38 | 1890 | self.iter().find_map(|l| l.downcast_raw(id)) | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1869:9 | 1869 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/reload.rs:200:20 | 200 | return try_lock!(self.inner.read(), else return None).downcast_raw(id); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/reload.rs:188:5 | 188 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `tracing_core::Subscriber::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/fmt/mod.rs:446:13 | 446 | self.inner.downcast_raw(id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/fmt/mod.rs:442:5 | 442 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/mod.rs:201:19 | 201 | by_id: RwLock>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/mod.rs:202:19 | 202 | by_cs: RwLock>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/mod.rs:207:20 | 207 | type FieldMap = HashMap; | ^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/field.rs:457:14 | 457 | .iter() | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: using `values` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/field.rs:485:14 | 485 | .values() | ^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: `pulldown-cmark` (lib) generated 10 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_llvm CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_llvm CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-1ab67b9df1da6ed0/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_llvm --edition=2021 compiler/rustc_llvm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=120f3dc70fef3c80 -C extra-filename=-120f3dc70fef3c80 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-1ab67b9df1da6ed0/out -L native=/usr/local/llvm18/lib -l static=llvm-wrapper -l static=LLVMX86TargetMCA -l static=LLVMX86Disassembler -l static=LLVMX86AsmParser -l static=LLVMX86CodeGen -l static=LLVMX86Desc -l static=LLVMX86Info -l static=LLVMWebAssemblyDisassembler -l static=LLVMWebAssemblyAsmParser -l static=LLVMWebAssemblyCodeGen -l static=LLVMWebAssemblyUtils -l static=LLVMWebAssemblyDesc -l static=LLVMWebAssemblyInfo -l static=LLVMSystemZDisassembler -l static=LLVMSystemZAsmParser -l static=LLVMSystemZCodeGen -l static=LLVMSystemZDesc -l static=LLVMSystemZInfo -l static=LLVMSparcDisassembler -l static=LLVMSparcAsmParser -l static=LLVMSparcCodeGen -l static=LLVMSparcDesc -l static=LLVMSparcInfo -l static=LLVMRISCVTargetMCA -l static=LLVMRISCVDisassembler -l static=LLVMRISCVAsmParser -l static=LLVMRISCVCodeGen -l static=LLVMRISCVDesc -l static=LLVMRISCVInfo -l static=LLVMPowerPCDisassembler -l static=LLVMPowerPCAsmParser -l static=LLVMPowerPCCodeGen -l static=LLVMPowerPCDesc -l static=LLVMPowerPCInfo -l static=LLVMNVPTXCodeGen -l static=LLVMNVPTXDesc -l static=LLVMNVPTXInfo -l static=LLVMMSP430Disassembler -l static=LLVMMSP430AsmParser -l static=LLVMMSP430CodeGen -l static=LLVMMSP430Desc -l static=LLVMMSP430Info -l static=LLVMMipsDisassembler -l static=LLVMMipsAsmParser -l static=LLVMMipsCodeGen -l static=LLVMMipsDesc -l static=LLVMMipsInfo -l static=LLVMLTO -l static=LLVMExtensions -l static=LLVMLoongArchDisassembler -l static=LLVMLoongArchAsmParser -l static=LLVMLoongArchCodeGen -l static=LLVMLoongArchDesc -l static=LLVMLoongArchInfo -l static=LLVMHexagonDisassembler -l static=LLVMHexagonCodeGen -l static=LLVMHexagonAsmParser -l static=LLVMHexagonDesc -l static=LLVMHexagonInfo -l static=LLVMCoverage -l static=LLVMBPFDisassembler -l static=LLVMBPFAsmParser -l static=LLVMBPFCodeGen -l static=LLVMBPFDesc -l static=LLVMBPFInfo -l static=LLVMAVRDisassembler -l static=LLVMAVRAsmParser -l static=LLVMAVRCodeGen -l static=LLVMAVRDesc -l static=LLVMAVRInfo -l static=LLVMARMDisassembler -l static=LLVMARMAsmParser -l static=LLVMARMCodeGen -l static=LLVMARMDesc -l static=LLVMARMUtils -l static=LLVMARMInfo -l static=LLVMAMDGPUTargetMCA -l static=LLVMMCA -l static=LLVMAMDGPUDisassembler -l static=LLVMAMDGPUAsmParser -l static=LLVMAMDGPUCodeGen -l static=LLVMPasses -l static=LLVMIRPrinter -l static=LLVMCoroutines -l static=LLVMMIRParser -l static=LLVMipo -l static=LLVMInstrumentation -l static=LLVMVectorize -l static=LLVMLinker -l static=LLVMFrontendOpenMP -l static=LLVMFrontendOffloading -l static=LLVMHipStdPar -l static=LLVMAMDGPUDesc -l static=LLVMAMDGPUUtils -l static=LLVMAMDGPUInfo -l static=LLVMAArch64Disassembler -l static=LLVMMCDisassembler -l static=LLVMAArch64AsmParser -l static=LLVMAArch64CodeGen -l static=LLVMGlobalISel -l static=LLVMSelectionDAG -l static=LLVMCFGuard -l static=LLVMAsmPrinter -l static=LLVMCodeGen -l static=LLVMTarget -l static=LLVMScalarOpts -l static=LLVMInstCombine -l static=LLVMAggressiveInstCombine -l static=LLVMObjCARCOpts -l static=LLVMTransformUtils -l static=LLVMBitWriter -l static=LLVMAnalysis -l static=LLVMProfileData -l static=LLVMSymbolize -l static=LLVMDebugInfoBTF -l static=LLVMDebugInfoPDB -l static=LLVMDebugInfoMSF -l static=LLVMDebugInfoDWARF -l static=LLVMObject -l static=LLVMTextAPI -l static=LLVMMCParser -l static=LLVMIRReader -l static=LLVMAsmParser -l static=LLVMBitReader -l static=LLVMAArch64Desc -l static=LLVMCodeGenTypes -l static=LLVMAArch64Utils -l static=LLVMCore -l static=LLVMRemarks -l static=LLVMBitstreamReader -l static=LLVMAArch64Info -l static=LLVMMC -l static=LLVMDebugInfoCodeView -l static=LLVMBinaryFormat -l static=LLVMTargetParser -l static=LLVMSupport -l static=LLVMDemangle -l dylib=execinfo -l dylib=pthread -l dylib=m -l dylib=z -l c++ --cfg 'llvm_component="aarch64"' --cfg 'llvm_component="amdgpu"' --cfg 'llvm_component="arm"' --cfg 'llvm_component="asmparser"' --cfg 'llvm_component="avr"' --cfg 'llvm_component="bitreader"' --cfg 'llvm_component="bitwriter"' --cfg 'llvm_component="bpf"' --cfg 'llvm_component="coverage"' --cfg 'llvm_component="hexagon"' --cfg 'llvm_component="instrumentation"' --cfg 'llvm_component="ipo"' --cfg 'llvm_component="linker"' --cfg 'llvm_component="loongarch"' --cfg 'llvm_component="lto"' --cfg 'llvm_component="mips"' --cfg 'llvm_component="msp430"' --cfg 'llvm_component="nvptx"' --cfg 'llvm_component="powerpc"' --cfg 'llvm_component="riscv"' --cfg 'llvm_component="sparc"' --cfg 'llvm_component="systemz"' --cfg 'llvm_component="webassembly"' --cfg 'llvm_component="x86"' --check-cfg 'cfg(llvm_component,values("ipo"))' --check-cfg 'cfg(llvm_component,values("bitreader"))' --check-cfg 'cfg(llvm_component,values("bitwriter"))' --check-cfg 'cfg(llvm_component,values("linker"))' --check-cfg 'cfg(llvm_component,values("asmparser"))' --check-cfg 'cfg(llvm_component,values("lto"))' --check-cfg 'cfg(llvm_component,values("coverage"))' --check-cfg 'cfg(llvm_component,values("instrumentation"))' --check-cfg 'cfg(llvm_component,values("x86"))' --check-cfg 'cfg(llvm_component,values("arm"))' --check-cfg 'cfg(llvm_component,values("aarch64"))' --check-cfg 'cfg(llvm_component,values("amdgpu"))' --check-cfg 'cfg(llvm_component,values("avr"))' --check-cfg 'cfg(llvm_component,values("loongarch"))' --check-cfg 'cfg(llvm_component,values("m68k"))' --check-cfg 'cfg(llvm_component,values("csky"))' --check-cfg 'cfg(llvm_component,values("mips"))' --check-cfg 'cfg(llvm_component,values("powerpc"))' --check-cfg 'cfg(llvm_component,values("systemz"))' --check-cfg 'cfg(llvm_component,values("jsbackend"))' --check-cfg 'cfg(llvm_component,values("webassembly"))' --check-cfg 'cfg(llvm_component,values("msp430"))' --check-cfg 'cfg(llvm_component,values("sparc"))' --check-cfg 'cfg(llvm_component,values("nvptx"))' --check-cfg 'cfg(llvm_component,values("hexagon"))' --check-cfg 'cfg(llvm_component,values("riscv"))' --check-cfg 'cfg(llvm_component,values("xtensa"))' --check-cfg 'cfg(llvm_component,values("bpf"))'` Compiling rustc_mir_build v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_mir_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_mir_build CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_mir_build --edition=2021 compiler/rustc_mir_build/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=096c294c4ce89ad4 -C extra-filename=-096c294c4ce89ad4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-9dd41f9eb914ae60.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-5f2808d2d521c99a.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-13c80676a4d5a1ba.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-c02cc46c55198960.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-d77aada5b3287330.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-a6f52556bc483b66.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_pattern_analysis=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_pattern_analysis-a122eeb8ac7645e3.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_privacy v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_privacy CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_privacy CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_privacy --edition=2021 compiler/rustc_privacy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=167bea4c2bbd5127 -C extra-filename=-167bea4c2bbd5127 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_ty_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-cc2a76baa48aa2cd.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_FS=1 CARGO_FEATURE_PROCESS=1 CARGO_FEATURE_SIGNAL=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/nix-9eb3abe7b95f430b/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/nix-54ef01446ca98cc4/build-script-build` [nix 0.29.0] cargo:rustc-check-cfg=cfg(android) [nix 0.29.0] cargo:rustc-check-cfg=cfg(dragonfly) [nix 0.29.0] cargo:rustc-check-cfg=cfg(ios) [nix 0.29.0] cargo:rustc-check-cfg=cfg(freebsd) [nix 0.29.0] cargo:rustc-check-cfg=cfg(illumos) [nix 0.29.0] cargo:rustc-check-cfg=cfg(linux) [nix 0.29.0] cargo:rustc-check-cfg=cfg(macos) [nix 0.29.0] cargo:rustc-check-cfg=cfg(netbsd) [nix 0.29.0] cargo:rustc-check-cfg=cfg(openbsd) [nix 0.29.0] cargo:rustc-cfg=openbsd [nix 0.29.0] cargo:rustc-check-cfg=cfg(solaris) [nix 0.29.0] cargo:rustc-check-cfg=cfg(watchos) [nix 0.29.0] cargo:rustc-check-cfg=cfg(tvos) [nix 0.29.0] cargo:rustc-check-cfg=cfg(visionos) [nix 0.29.0] cargo:rustc-check-cfg=cfg(apple_targets) [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd) [nix 0.29.0] cargo:rustc-cfg=bsd [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd_without_apple) [nix 0.29.0] cargo:rustc-cfg=bsd_without_apple [nix 0.29.0] cargo:rustc-check-cfg=cfg(linux_android) [nix 0.29.0] cargo:rustc-check-cfg=cfg(freebsdlike) [nix 0.29.0] cargo:rustc-check-cfg=cfg(netbsdlike) [nix 0.29.0] cargo:rustc-cfg=netbsdlike [nix 0.29.0] cargo:rustc-check-cfg=cfg(solarish) [nix 0.29.0] cargo:rustc-check-cfg=cfg(apple_targets) [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd) [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd_without_apple) [nix 0.29.0] cargo:rustc-check-cfg=cfg(linux_android) [nix 0.29.0] cargo:rustc-check-cfg=cfg(freebsdlike) [nix 0.29.0] cargo:rustc-check-cfg=cfg(netbsdlike) [nix 0.29.0] cargo:rustc-check-cfg=cfg(solarish) [nix 0.29.0] cargo:rustc-check-cfg=cfg(fbsd14) [nix 0.29.0] cargo:rustc-check-cfg=cfg(qemu) Compiling rustc_const_eval v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_const_eval CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_const_eval CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_const_eval --edition=2021 compiler/rustc_const_eval/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8188bfdbad9c2ef8 -C extra-filename=-8188bfdbad9c2ef8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-9dd41f9eb914ae60.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-13c80676a4d5a1ba.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-d77aada5b3287330.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-f986390c67bad74a.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: `tracing-subscriber` (lib) generated 28 warnings Compiling rustc_hir_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hir_analysis CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir_analysis CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir_analysis --edition=2021 compiler/rustc_hir_analysis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb659684695f7b66 -C extra-filename=-eb659684695f7b66 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-5f2808d2d521c99a.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-c02cc46c55198960.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-d77aada5b3287330.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-628b9c2d2f3df487.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_sanitizers v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_sanitizers CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_sanitizers CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_sanitizers --edition=2021 compiler/rustc_sanitizers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dee08a089cb6c81 -C extra-filename=-2dee08a089cb6c81 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --extern twox_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtwox_hash-73a2686dcd266c2c.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_traits v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_traits CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_traits CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_traits --edition=2021 compiler/rustc_traits/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09974b686aa5421d -C extra-filename=-09974b686aa5421d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-d77aada5b3287330.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling tracing-log v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Provides compatibility between `tracing` and the `log` crate. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_log --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=db0d11eef64151e2 -C extra-filename=-db0d11eef64151e2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblog-d9eb441b653dc775.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-9a179e62f06bcf1b.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-7833e2d9c149a494.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs:115:5 | 115 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `tracing-log` (lib) generated 1 warning Compiling nu-ansi-term v0.50.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=nu_ansi_term CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/Cargo.toml CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett :The Nushell Project Developers' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colors and styles (bold, underline)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nu-ansi-term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nushell/nu-ansi-term' CARGO_PKG_RUST_VERSION=1.62.1 CARGO_PKG_VERSION=0.50.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=50 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name nu_ansi_term --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=20949c791e22d08a -C extra-filename=-20949c791e22d08a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/ansi.rs:369:32 | 369 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 369 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/ansi.rs:376:32 | 376 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 376 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/ansi.rs:396:32 | 396 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 396 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:279:32 | 279 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:328:32 | 328 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 328 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/util.rs:5:52 | 5 | pub fn sub_string(start: usize, len: usize, strs: &AnsiStrings) -> Vec> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 5 | pub fn sub_string(start: usize, len: usize, strs: &AnsiStrings<'_>) -> Vec> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/util.rs:37:23 | 37 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/util.rs:48:28 | 48 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 48 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:10:23 | 10 | enum OSControl<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:34:37 | 34 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:210:38 | 210 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound warning: `nu-ansi-term` (lib) generated 15 warnings Compiling powerfmt v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=powerfmt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION=' `powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=powerfmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/powerfmt' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name powerfmt --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=0807ef2e0e0d14cd -C extra-filename=-0807ef2e0e0d14cd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/lib.rs:6:13 | 6 | #![cfg_attr(__powerfmt_docs, feature(doc_auto_cfg, rustc_attrs))] | ^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/lib.rs:7:13 | 7 | #![cfg_attr(__powerfmt_docs, allow(internal_features))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/smart_display.rs:629:12 | 629 | #[cfg_attr(__powerfmt_docs, rustc_must_implement_one_of(fmt, fmt_with_metadata))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `powerfmt` (lib) generated 3 warnings Compiling time-core v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name time_core --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f85861a6b8644ce -C extra-filename=-6f85861a6b8644ce --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling num-conv v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name num_conv --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56442d0c05946785 -C extra-filename=-56442d0c05946785 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling time-macros v0.2.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=time_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION=' Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name time_macros --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' -C debug-assertions=off --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=acbdfde0b3886e9b -C extra-filename=-acbdfde0b3886e9b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern num_conv=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libnum_conv-56442d0c05946785.rlib --extern time_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtime_core-6f85861a6b8644ce.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: lint `temporary_cstring_as_ptr` has been renamed to `dangling_pointers_from_temporaries` | = help: use the new name `dangling_pointers_from_temporaries` = note: requested on the command line with `-D temporary_cstring_as_ptr` = note: `#[warn(renamed_and_removed_lints)]` on by default warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/helpers/mod.rs:100:6 | 100 | .cast_unsigned() | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method = note: requested on the command line with `-W unstable-name-collisions` help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/lib.rs:10:1 | 10 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/offset.rs:63:44 | 63 | } else if minutes >= Minute::per(Hour).cast_signed() { | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/lib.rs:10:1 | 10 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/offset.rs:70:46 | 70 | } else if seconds >= Second::per(Minute).cast_signed() { | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/lib.rs:10:1 | 10 + #![feature(integer_sign_cast)] | Compiling deranged v0.3.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=deranged CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='Ranged integers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deranged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/deranged' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name deranged --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=d7b14c324eb0652d -C extra-filename=-d7b14c324eb0652d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern powerfmt=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpowerfmt-0807ef2e0e0d14cd.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs:1330:21 | 1330 | rng.gen::>>().into() | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs:9:5 | 9 | illegal_floating_point_literal_pattern, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs:1:13 | 1 | #![cfg_attr(docs_rs, feature(doc_auto_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `time-macros` (lib) generated 4 warnings Compiling tracing-tree v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_tree CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='David Barsky :Nathan Whitaker:Oli Scherer ' CARGO_PKG_DESCRIPTION='A Tracing Layer which prints a tree of spans and events.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-tree CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/davidbarsky/tracing-tree' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_tree --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "time", "tracing-log"))' -C metadata=7320401e108ff613 -C extra-filename=-7320401e108ff613 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern nu_ansi_term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-20949c791e22d08a.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-7833e2d9c149a494.rmeta --extern tracing_log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_log-db0d11eef64151e2.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-42078e510673ac67.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:279:25 | 279 | ctx: &'a Context, | -------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 279 | ctx: &'a Context<'_, S>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:336:48 | 336 | fn write_span_info(&self, span: &SpanRef, bufs: &mut Buffers, style: SpanMode) | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 336 | fn write_span_info(&self, span: &SpanRef<'_, S>, bufs: &mut Buffers, style: SpanMode) | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:407:45 | 407 | fn get_timestamp(&self, span: SpanRef) -> Option | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn get_timestamp(&self, span: SpanRef<'_, S>) -> Option | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:500:35 | 500 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context) { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 500 | fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:500:68 | 500 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 500 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context<'_, S>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:539:55 | 539 | fn on_event(&self, event: &Event<'_>, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 539 | fn on_event(&self, event: &Event<'_>, ctx: Context<'_, S>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:624:44 | 624 | fn on_close(&self, id: Id, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn on_close(&self, id: Id, ctx: Context<'_, S>) { | +++ warning: `deranged` (lib) generated 3 warnings Compiling rustc_borrowck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_borrowck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_borrowck CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_borrowck --edition=2021 compiler/rustc_borrowck/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f04d095931f835e -C extra-filename=-5f04d095931f835e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-9dd41f9eb914ae60.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-5f2808d2d521c99a.rmeta --extern polonius_engine=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-a427576832aa4606.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-f528ffe9843101b6.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-d77aada5b3287330.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-023c3d7de7400cdc.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-f986390c67bad74a.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern rustc_traits=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_traits-09974b686aa5421d.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` warning: `tracing-tree` (lib) generated 7 warnings Compiling rustc_codegen_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_codegen_llvm CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_codegen_llvm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_codegen_llvm --edition=2021 compiler/rustc_codegen_llvm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb252b490654588f -C extra-filename=-cb252b490654588f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-5f2808d2d521c99a.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --extern measureme=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-89aceb9aa021e91c.rmeta --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libobject-28efa908bc3f9bc5.rmeta --extern rustc_demangle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_demangle-6a2e4c42fdce3efb.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-1dcb768392126e60.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-1addc94607ec0739.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_llvm=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_llvm-120f3dc70fef3c80.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-e5cc6f2d6a2fd279.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-41ae18c2c7dbdc3f.rmeta --extern rustc_sanitizers=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_sanitizers-2dee08a089cb6c81.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-1bcef59c98402df6.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-c4ba98369efdfc6b.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-5bac6461f2534cc4.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-1ab67b9df1da6ed0/out -L native=/usr/local/llvm18/lib` Compiling rustc_hir_typeck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hir_typeck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir_typeck CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir_typeck --edition=2021 compiler/rustc_hir_typeck/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=23ada12b7339fc69 -C extra-filename=-23ada12b7339fc69 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-5f2808d2d521c99a.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-3d5449496c75635c.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-eb659684695f7b66.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-630357be23885e2f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-d77aada5b3287330.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-a6f52556bc483b66.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_mir_transform v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_mir_transform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_mir_transform CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_mir_transform --edition=2021 compiler/rustc_mir_transform/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ec6fe4419c37484 -C extra-filename=-7ec6fe4419c37484 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-9dd41f9eb914ae60.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-5f2808d2d521c99a.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-c02cc46c55198960.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_const_eval=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-8188bfdbad9c2ef8.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-d77aada5b3287330.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_mir_build=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-096c294c4ce89ad4.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-f986390c67bad74a.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=nix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/nix-9eb3abe7b95f430b/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name nix --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="signal"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=e230e919dc152b9d -C extra-filename=-e230e919dc152b9d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg openbsd --cfg bsd --cfg bsd_without_apple --cfg netbsdlike --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/errno.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/fcntl.rs:723:30 | 723 | pub fn fcntl(fd: RawFd, arg: FcntlArg) -> Result { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 723 | pub fn fcntl(fd: RawFd, arg: FcntlArg<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/sys/signal.rs:293:32 | 293 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 293 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/sys/statfs.rs:626:32 | 626 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 626 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/sys/time.rs:429:32 | 429 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 429 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/sys/time.rs:662:32 | 662 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 662 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/unistd.rs:207:32 | 207 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 207 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `nix` (lib) generated 7 warnings Compiling rustc_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_passes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_passes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_passes --edition=2021 compiler/rustc_passes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c19850d51d3427a -C extra-filename=-8c19850d51d3427a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-0175554d51a0b0de.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-023c3d7de7400cdc.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_privacy=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-167bea4c2bbd5127.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_resolve v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_resolve CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_resolve CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_resolve --edition=2021 compiler/rustc_resolve/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05c7282ac47f3842 -C extra-filename=-05c7282ac47f3842 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern pulldown_cmark=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpulldown_cmark-a18415b02a07ebb7.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-c02cc46c55198960.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-0175554d51a0b0de.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-e5cc6f2d6a2fd279.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-41ae18c2c7dbdc3f.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_builtin_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_builtin_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_builtin_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_builtin_macros --edition=2021 compiler/rustc_builtin_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(llvm_enzyme)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ada743f87e9292fa -C extra-filename=-ada743f87e9292fa --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-0175554d51a0b0de.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-023c3d7de7400cdc.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-628b9c2d2f3df487.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-ed16a862eddebdfb.rmeta --extern rustc_parse_format=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-ba4257b518898d76.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_query_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_query_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_query_impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_query_impl --edition=2021 compiler/rustc_query_impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4545bfdc75d19d2d -C extra-filename=-4545bfdc75d19d2d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern field_offset=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfield_offset-23d8e123f8bf6dd4.rmeta --extern measureme=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-89aceb9aa021e91c.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-41ae18c2c7dbdc3f.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_monomorphize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_monomorphize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_monomorphize CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_monomorphize --edition=2021 compiler/rustc_monomorphize/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e42ea22dfef98c73 -C extra-filename=-e42ea22dfef98c73 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-c4ba98369efdfc6b.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-5bac6461f2534cc4.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_ast_lowering v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_lowering CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_lowering CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_lowering --edition=2021 compiler/rustc_ast_lowering/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b9ea71c307c4b95 -C extra-filename=-1b9ea71c307c4b95 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling stable_mir v0.1.0-preview (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=stable_mir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_mir CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0-preview CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE=preview LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name stable_mir --edition=2021 compiler/stable_mir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54aab174bb60f347 -C extra-filename=-54aab174bb60f347 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern scoped_tls=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-80655be2235c6dd6.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-c4ba98369efdfc6b.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name num_conv --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84d918af07faa2de -C extra-filename=-84d918af07faa2de --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name time_core --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90a3a397fab509a7 -C extra-filename=-90a3a397fab509a7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling time v0.3.36 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.36 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=36 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name time --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="formatting"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=e74b0297cc2e84a1 -C extra-filename=-e74b0297cc2e84a1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern deranged=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libderanged-d7b14c324eb0652d.rmeta --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitoa-b3c7dc329ab5ef22.rmeta --extern num_conv=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnum_conv-84d918af07faa2de.rmeta --extern powerfmt=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpowerfmt-0807ef2e0e0d14cd.rmeta --extern time_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtime_core-90a3a397fab509a7.rmeta --extern time_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtime_macros-acbdfde0b3886e9b.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:70:13 | 70 | #![cfg_attr(__time_03_docs, feature(doc_auto_cfg, doc_notable_trait))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__time_03_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__time_03_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/date.rs:1358:56 | 1358 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1358 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/date.rs:1395:27 | 1395 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1395 | metadata: Metadata<'_, Self>, | +++ warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/formattable.rs:24:12 | 24 | #[cfg_attr(__time_03_docs, doc(notable_trait))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__time_03_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__time_03_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/month.rs:179:56 | 179 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/offset_date_time.rs:1327:56 | 1327 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1327 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/offset_date_time.rs:1336:27 | 1336 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1336 | metadata: Metadata<'_, Self>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/primitive_date_time.rs:904:56 | 904 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 904 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/primitive_date_time.rs:912:27 | 912 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 912 | metadata: Metadata<'_, Self>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:777:56 | 777 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:812:27 | 812 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 812 | metadata: Metadata<'_, Self>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/utc_offset.rs:427:56 | 427 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 427 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/utc_offset.rs:443:27 | 443 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 443 | metadata: Metadata<'_, Self>, | +++ warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1289:37 | 1289 | original.subsec_nanos().cast_signed(), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method = note: requested on the command line with `-W unstable-name-collisions` help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1426:42 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1426 | | .checked_mul(rhs.cast_signed().extend::()) | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1445:52 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1445 | | self.whole_nanoseconds() / rhs.cast_signed().extend::() | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1426:42 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1426 | | .checked_mul(rhs.cast_signed().extend::()) | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1445:52 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1445 | | self.whole_nanoseconds() / rhs.cast_signed().extend::() | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1426:42 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1426 | | .checked_mul(rhs.cast_signed().extend::()) | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1445:52 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1445 | | self.whole_nanoseconds() / rhs.cast_signed().extend::() | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1543:37 | 1543 | if rhs.as_secs() > i64::MAX.cast_unsigned() { | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1549:37 | 1549 | .cmp(&rhs.as_secs().cast_signed()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1553:50 | 1553 | .cmp(&rhs.subsec_nanos().cast_signed()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/formattable.rs:192:59 | 192 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/formattable.rs:234:59 | 234 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/iso8601.rs:31:67 | 31 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/iso8601.rs:46:67 | 46 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/iso8601.rs:61:67 | 61 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/mod.rs:475:48 | 475 | / Nanosecond::per(Millisecond).cast_signed().extend::()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/mod.rs:481:48 | 481 | / Nanosecond::per(Microsecond).cast_signed().extend::()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:924:41 | 924 | let hour_diff = self.hour.get().cast_signed() - rhs.hour.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:924:72 | 924 | let hour_diff = self.hour.get().cast_signed() - rhs.hour.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:925:45 | 925 | let minute_diff = self.minute.get().cast_signed() - rhs.minute.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:925:78 | 925 | let minute_diff = self.minute.get().cast_signed() - rhs.minute.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:926:45 | 926 | let second_diff = self.second.get().cast_signed() - rhs.second.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:926:78 | 926 | let second_diff = self.second.get().cast_signed() - rhs.second.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:928:35 | 928 | self.nanosecond.get().cast_signed() - rhs.nanosecond.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:928:72 | 928 | self.nanosecond.get().cast_signed() - rhs.nanosecond.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:930:69 | 930 | let seconds = hour_diff.extend::() * Second::per(Hour).cast_signed().extend::() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:931:65 | 931 | + minute_diff.extend::() * Second::per(Minute).cast_signed().extend::() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:937:59 | 937 | nanosecond_diff + Nanosecond::per(Second).cast_signed(), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:942:59 | 942 | nanosecond_diff - Nanosecond::per(Second).cast_signed(), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | Compiling rustc_smir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_smir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_smir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_smir --edition=2021 compiler/rustc_smir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5e980348de542b9 -C extra-filename=-a5e980348de542b9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern scoped_tls=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-80655be2235c6dd6.rmeta --extern stable_mir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_mir-54aab174bb60f347.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling rustc_interface v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_interface CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_interface CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_interface --edition=2021 compiler/rustc_interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="llvm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("llvm"))' -C metadata=50979738c1f5c4f0 -C extra-filename=-50979738c1f5c4f0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rayon=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librayon-dc82f4bfbb94e759.rmeta --extern rayon_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librayon_core-ec1aec2a8f05a69a.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_lowering=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_lowering-1b9ea71c307c4b95.rmeta --extern rustc_ast_passes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-a34c3f76cff73cc4.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_borrowck=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_borrowck-5f04d095931f835e.rmeta --extern rustc_builtin_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_builtin_macros-ada743f87e9292fa.rmeta --extern rustc_codegen_llvm=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_llvm-cb252b490654588f.rmeta --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-1dcb768392126e60.rmeta --extern rustc_const_eval=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-8188bfdbad9c2ef8.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-0175554d51a0b0de.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-1addc94607ec0739.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-eb659684695f7b66.rmeta --extern rustc_hir_typeck=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_typeck-23ada12b7339fc69.rmeta --extern rustc_incremental=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-6136c83d3a86795f.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-a6f52556bc483b66.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-e5cc6f2d6a2fd279.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_mir_build=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-096c294c4ce89ad4.rmeta --extern rustc_mir_transform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_transform-7ec6fe4419c37484.rmeta --extern rustc_monomorphize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_monomorphize-e42ea22dfef98c73.rmeta --extern rustc_parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-ed16a862eddebdfb.rmeta --extern rustc_passes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_passes-8c19850d51d3427a.rmeta --extern rustc_privacy=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-167bea4c2bbd5127.rmeta --extern rustc_query_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_impl-4545bfdc75d19d2d.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-41ae18c2c7dbdc3f.rmeta --extern rustc_resolve=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_resolve-05c7282ac47f3842.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-1bcef59c98402df6.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern rustc_traits=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_traits-09974b686aa5421d.rmeta --extern rustc_ty_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-cc2a76baa48aa2cd.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-1ab67b9df1da6ed0/out -L native=/usr/local/llvm18/lib` warning: `time` (lib) generated 43 warnings (1 duplicate) Compiling ctrlc v3.4.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ctrlc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/Cargo.toml CARGO_PKG_AUTHORS='Antti Keränen ' CARGO_PKG_DESCRIPTION='Easy Ctrl-C handler for Rust projects' CARGO_PKG_HOMEPAGE='https://github.com/Detegr/rust-ctrlc' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ctrlc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Detegr/rust-ctrlc.git' CARGO_PKG_RUST_VERSION=1.69.0 CARGO_PKG_VERSION=3.4.5 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ctrlc --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("termination"))' -C metadata=10ca1bbe3cb02e1f -C extra-filename=-10ca1bbe3cb02e1f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern nix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnix-e230e919dc152b9d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/error.rs:38:32 | 38 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 38 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: use of mutable static is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:97:5 | 97 | PIPE = pipe2(fcntl::OFlag::O_CLOEXEC)?; | ^^^^ use of mutable static | = note: for more information, see issue #71668 = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:93:1 | 93 | pub unsafe fn init_os_handler(overwrite: bool) -> Result<(), Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: use of mutable static is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:102:31 | 102 | let _ = unistd::close(PIPE.1); | ^^^^ use of mutable static | = note: for more information, see issue #71668 = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior warning[E0133]: use of mutable static is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:103:31 | 103 | let _ = unistd::close(PIPE.0); | ^^^^ use of mutable static | = note: for more information, see issue #71668 = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior warning[E0133]: use of mutable static is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:108:34 | 108 | if let Err(e) = fcntl::fcntl(PIPE.1, fcntl::FcntlArg::F_SETFL(fcntl::OFlag::O_NONBLOCK)) { | ^^^^ use of mutable static | = note: for more information, see issue #71668 = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior warning[E0133]: call to unsafe function `nix::sys::signal::sigaction` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:124:28 | 124 | let sigint_old = match signal::sigaction(signal::Signal::SIGINT, &new_action) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `nix::sys::signal::sigaction` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:129:9 | 129 | signal::sigaction(signal::Signal::SIGINT, &sigint_old).unwrap(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: use of mutable static is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:182:28 | 182 | match unistd::read(PIPE.0, &mut buf[..]) { | ^^^^ use of mutable static | = note: for more information, see issue #71668 = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:174:1 | 174 | pub unsafe fn block_ctrl_c() -> Result<(), CtrlcError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `ctrlc` (lib) generated 8 warnings Compiling rustc_log v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_log CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_log --edition=2021 compiler/rustc_log/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="max_level_info"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("max_level_info"))' -C metadata=0cf53f1d52959a17 -C extra-filename=-0cf53f1d52959a17 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-7833e2d9c149a494.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-42078e510673ac67.rmeta --extern tracing_tree=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_tree-7320401e108ff613.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling rustc_driver_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_driver_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_driver_impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_driver_impl --edition=2021 compiler/rustc_driver_impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="llvm"' --cfg 'feature="max_level_info"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("llvm", "max_level_info", "rustc_randomized_layouts"))' -C metadata=9d0d89aff4848c35 -C extra-filename=-9d0d89aff4848c35 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern ctrlc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libctrlc-10ca1bbe3cb02e1f.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta --extern rustc_ast_lowering=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_lowering-1b9ea71c307c4b95.rmeta --extern rustc_ast_passes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-a34c3f76cff73cc4.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta --extern rustc_borrowck=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_borrowck-5f04d095931f835e.rmeta --extern rustc_builtin_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_builtin_macros-ada743f87e9292fa.rmeta --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-1dcb768392126e60.rmeta --extern rustc_const_eval=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-8188bfdbad9c2ef8.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-0175554d51a0b0de.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-eb659684695f7b66.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-630357be23885e2f.rmeta --extern rustc_hir_typeck=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_typeck-23ada12b7339fc69.rmeta --extern rustc_incremental=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-6136c83d3a86795f.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-d77aada5b3287330.rmeta --extern rustc_interface=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_interface-50979738c1f5c4f0.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-a6f52556bc483b66.rmeta --extern rustc_log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_log-0cf53f1d52959a17.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-e5cc6f2d6a2fd279.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta --extern rustc_mir_build=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-096c294c4ce89ad4.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-f986390c67bad74a.rmeta --extern rustc_mir_transform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_transform-7ec6fe4419c37484.rmeta --extern rustc_monomorphize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_monomorphize-e42ea22dfef98c73.rmeta --extern rustc_parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-ed16a862eddebdfb.rmeta --extern rustc_passes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_passes-8c19850d51d3427a.rmeta --extern rustc_pattern_analysis=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_pattern_analysis-a122eeb8ac7645e3.rmeta --extern rustc_privacy=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-167bea4c2bbd5127.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-41ae18c2c7dbdc3f.rmeta --extern rustc_resolve=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_resolve-05c7282ac47f3842.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta --extern rustc_smir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_smir-a5e980348de542b9.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta --extern rustc_ty_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-cc2a76baa48aa2cd.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-5bac6461f2534cc4.rmeta --extern shlex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libshlex-9b1e043e8bcd08c9.rmeta --extern time=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtime-e74b0297cc2e84a1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-1ab67b9df1da6ed0/out -L native=/usr/local/llvm18/lib` Compiling rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-main CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 compiler/rustc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="llvm"' --cfg 'feature="max_level_info"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jemalloc", "llvm", "max_level_info", "rustc_randomized_layouts"))' -C metadata=f401bbe336bfebad -C extra-filename=-f401bbe336bfebad --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc-main-f401bbe336bfebad -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_LLVM=1 CARGO_FEATURE_MAX_LEVEL_INFO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-main CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc-main-d2b63913269a3d75/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc-main-f401bbe336bfebad/build-script-build` [rustc-main 0.0.0] cargo:rerun-if-changed=build.rs Compiling rustc_driver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_driver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_driver CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_driver --edition=2021 compiler/rustc_driver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e944d60ec2336b16 -C extra-filename=-e944d60ec2336b16 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_driver_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver_impl-9d0d89aff4848c35.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-1ab67b9df1da6ed0/out -L native=/usr/local/llvm18/lib` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=rustc-main CARGO_CRATE_NAME=rustc_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-main CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc-main-d2b63913269a3d75/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_main --edition=2021 compiler/rustc/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="llvm"' --cfg 'feature="max_level_info"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jemalloc", "llvm", "max_level_info", "rustc_randomized_layouts"))' -C metadata=62a9c8ea32d5dc9b -C extra-filename=-62a9c8ea32d5dc9b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-1dcb768392126e60.rlib --extern rustc_driver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver-e944d60ec2336b16.so --extern rustc_driver_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver_impl-9d0d89aff4848c35.rlib --extern rustc_smir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_smir-a5e980348de542b9.rlib --extern stable_mir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_mir-54aab174bb60f347.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-1ab67b9df1da6ed0/out -L native=/usr/local/llvm18/lib` Finished `release` profile [optimized] target(s) in 23m 03s c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > RustcLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, previous_stage_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdarling_macro-badedaf0e6a02e5e.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libdarling_macro-badedaf0e6a02e5e.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libderive_setters-ff51b9d753111ab9.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libderive_setters-ff51b9d753111ab9.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libderive_where-3041e078b567e7fd.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libderive_where-3041e078b567e7fd.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-0f1fd5b0916d33c6.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libdisplaydoc-0f1fd5b0916d33c6.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libicu_provider_macros-3e5f24e72bd6be97.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_provider_macros-3e5f24e72bd6be97.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro_hack-05eb41ee577cbb9a.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro_hack-05eb41ee577cbb9a.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_fluent_macro-d85fa5948150669e.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_fluent_macro-d85fa5948150669e.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_index_macros-e024dec07698a52f.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_index_macros-e024dec07698a52f.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_macros-271b882e0d6c4660.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_type_ir_macros-bacb9d27b3e65d0f.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_type_ir_macros-bacb9d27b3e65d0f.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libserde_derive-db07edffd3238c82.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libserde_derive-db07edffd3238c82.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libthiserror_impl-d312c71428a3d514.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libthiserror_impl-d312c71428a3d514.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtime_macros-acbdfde0b3886e9b.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtime_macros-acbdfde0b3886e9b.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtracing_attributes-b65362c9343b1430.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_attributes-b65362c9343b1430.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_macros_impl-8480cfa2270f1110.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid_macros_impl-8480cfa2270f1110.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libyoke_derive-18783c57db8e37b3.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libyoke_derive-18783c57db8e37b3.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerocopy_derive-736941acd86a590f.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libzerocopy_derive-736941acd86a590f.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerofrom_derive-90b835403340a92c.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libzerofrom_derive-90b835403340a92c.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerovec_derive-b2ad17035118d7c7.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libzerovec_derive-b2ad17035118d7c7.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libadler2-de24524c52e2f2b0.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libadler2-de24524c52e2f2b0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libahash-f94ed530913a80be.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libahash-f94ed530913a80be.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libaho_corasick-9833bcda39b7f087.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libaho_corasick-9833bcda39b7f087.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liballocator_api2-e1169a7956bbc0af.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liballocator_api2-e1169a7956bbc0af.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libannotate_snippets-a6cefe32c75fbdd8.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libannotate_snippets-a6cefe32c75fbdd8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libanstyle-7797c39bbd410be1.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libanstyle-7797c39bbd410be1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libar_archive_writer-7600e316c94ba9a6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libar_archive_writer-7600e316c94ba9a6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libarrayref-8c8bba0003697092.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libarrayref-8c8bba0003697092.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-95eb4a6b0c198a95.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libarrayvec-95eb4a6b0c198a95.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libbitflags-0fdc0ca752406597.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-82ed777e80bf7af2.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libbitflags-82ed777e80bf7af2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libblake3-fa20edf00cb66b0e.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libblake3-fa20edf00cb66b0e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libblock_buffer-f06843ce7ef47733.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libblock_buffer-f06843ce7ef47733.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbyteorder-6d0dd4b2ce00d5a1.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libbyteorder-6d0dd4b2ce00d5a1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcc-e4c6e51879d1911d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcc-e4c6e51879d1911d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-2066b5f246575195.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libconstant_time_eq-5cecf1a86c8e6323.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libconstant_time_eq-5cecf1a86c8e6323.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcpufeatures-9056f46dbb424a19.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcpufeatures-9056f46dbb424a19.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrc32fast-4698837f70f3c6c4.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcrc32fast-4698837f70f3c6c4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_channel-4d1d8ff1460c960b.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcrossbeam_channel-4d1d8ff1460c960b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_deque-1772f21791137c4a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcrossbeam_deque-1772f21791137c4a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_epoch-65ac78477488cd68.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcrossbeam_epoch-65ac78477488cd68.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-66e6d685e54b7748.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcrossbeam_utils-66e6d685e54b7748.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrypto_common-a8917ed3c913e91a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcrypto_common-a8917ed3c913e91a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libctrlc-10ca1bbe3cb02e1f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libctrlc-10ca1bbe3cb02e1f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libdatafrog-95bb3ed4d1a896c2.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libdatafrog-95bb3ed4d1a896c2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libderanged-d7b14c324eb0652d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libderanged-d7b14c324eb0652d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libdigest-a9dab597188a849a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libdigest-a9dab597188a849a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-9dd41f9eb914ae60.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libeither-9dd41f9eb914ae60.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libelsa-303cf184ea2079ac.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libelsa-303cf184ea2079ac.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libena-2ccc2ca64222f56a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libena-2ccc2ca64222f56a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libequivalent-09a40099ea882127.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libequivalent-09a40099ea882127.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liberrno-a8b013c280c2ead9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liberrno-a8b013c280c2ead9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfastrand-417179d59a89ee18.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libfastrand-417179d59a89ee18.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfield_offset-23d8e123f8bf6dd4.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libfield_offset-23d8e123f8bf6dd4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libflate2-202315e83959bc48.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libflate2-202315e83959bc48.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_bundle-a79525da84b5fc87.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libfluent_bundle-a79525da84b5fc87.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_langneg-9904423e4f5c1c3c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libfluent_langneg-9904423e4f5c1c3c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfluent_syntax-ba619c5adbebb48b.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libfluent_syntax-ba619c5adbebb48b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfoldhash-16eed0e696404b3a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libfoldhash-16eed0e696404b3a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgeneric_array-6cbeeeef2eb598a4.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgeneric_array-6cbeeeef2eb598a4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgetopts-563a14fa5474d5a7.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-563a14fa5474d5a7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgetrandom-f557dea02e36768c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgetrandom-f557dea02e36768c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgimli-f891fec758b61347.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgimli-f891fec758b61347.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgsgdt-bf8f077bb03c76a7.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgsgdt-bf8f077bb03c76a7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-7dadea024b1be7c9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-7dadea024b1be7c9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-edccce59bab3d3a3.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-edccce59bab3d3a3.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_list-b46c9811f4b820ff.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_list-b46c9811f4b820ff.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_list_data-1cdbdd678fad3d1d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_list_data-1cdbdd678fad3d1d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-f27e6635167787c4.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_locid-f27e6635167787c4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-153263db2d1b0b46.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_locid_transform-153263db2d1b0b46.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform_data-71814114da2a08c9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_locid_transform_data-71814114da2a08c9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-7d23ce7f280bec31.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_provider-7d23ce7f280bec31.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider_adapters-632f39851b5dabbc.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_provider_adapters-632f39851b5dabbc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-d57d3ca7bc1aabb5.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libindexmap-d57d3ca7bc1aabb5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libintl_memoizer-27a4f616a3702c5d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libintl_memoizer-27a4f616a3702c5d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libintl_pluralrules-8f60e4017b53b4ab.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libintl_pluralrules-8f60e4017b53b4ab.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitertools-5f2808d2d521c99a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libitertools-5f2808d2d521c99a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitoa-b3c7dc329ab5ef22.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libitoa-b3c7dc329ab5ef22.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libjobserver-221e60eb58791900.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libjobserver-221e60eb58791900.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblazy_static-46983de8e796a563.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblazy_static-46983de8e796a563.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libleb128-f50d64b568f8a3da.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libleb128-f50d64b568f8a3da.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-7422920b5f7c8bf7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibloading-a1ed02a145e3ec40.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblibloading-a1ed02a145e3ec40.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblitemap-d57acb4b72948ef5.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblitemap-d57acb4b72948ef5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblock_api-3ecf8905984361df.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblock_api-3ecf8905984361df.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblog-d9eb441b653dc775.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblog-d9eb441b653dc775.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmatchers-e2c986c3ce5a288c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmatchers-e2c986c3ce5a288c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmd5-c5d0bf3f637b1a10.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmd5-c5d0bf3f637b1a10.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-89aceb9aa021e91c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmeasureme-89aceb9aa021e91c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-5b9b6773ff0c99ca.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmemchr-5b9b6773ff0c99ca.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemmap2-5ee609eab137b918.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmemmap2-5ee609eab137b918.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemoffset-e99ad7f9d80d05e9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmemoffset-e99ad7f9d80d05e9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libminiz_oxide-4be88bed1084503c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_oxide-4be88bed1084503c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnix-e230e919dc152b9d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libnix-e230e919dc152b9d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-20949c791e22d08a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libnu_ansi_term-20949c791e22d08a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-2cf999f364e44b24.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libnu_ansi_term-2cf999f364e44b24.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnum_conv-84d918af07faa2de.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libnum_conv-84d918af07faa2de.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnum_cpus-f1e089208c2e7d16.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libnum_cpus-f1e089208c2e7d16.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libobject-28efa908bc3f9bc5.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libobject-28efa908bc3f9bc5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libodht-a26362ad09f5a4c9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libodht-a26362ad09f5a4c9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-9a179e62f06bcf1b.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libonce_cell-9a179e62f06bcf1b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liboverload-3cfd8a1da5cbd851.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liboverload-3cfd8a1da5cbd851.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-4718d656cf79a587.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libparking_lot-4718d656cf79a587.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot_core-e784e5fd84154c7d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libparking_lot_core-e784e5fd84154c7d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpathdiff-ca708941fcce8f52.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpathdiff-ca708941fcce8f52.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpin_project_lite-1ab83936a45caba0.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpin_project_lite-1ab83936a45caba0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-a427576832aa4606.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpolonius_engine-a427576832aa4606.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpowerfmt-0807ef2e0e0d14cd.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpowerfmt-0807ef2e0e0d14cd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libppv_lite86-6f097c7601553c5f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libppv_lite86-6f097c7601553c5f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpsm-415c9fed8abd55e0.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpsm-415c9fed8abd55e0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpulldown_cmark-a18415b02a07ebb7.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpulldown_cmark-a18415b02a07ebb7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpulldown_cmark_escape-6d9b84f74c0f1f10.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpulldown_cmark_escape-6d9b84f74c0f1f10.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpunycode-88c46be1e725b61a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpunycode-88c46be1e725b61a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand-6e8beff895e4c34a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librand-6e8beff895e4c34a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_chacha-00617b02fbf054b8.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librand_chacha-00617b02fbf054b8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_core-5defffb124aa2e90.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librand_core-5defffb124aa2e90.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_xoshiro-16407cc1c16d83dd.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librand_xoshiro-16407cc1c16d83dd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librayon-dc82f4bfbb94e759.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librayon-dc82f4bfbb94e759.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librayon_core-ec1aec2a8f05a69a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librayon_core-ec1aec2a8f05a69a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex-86c35e3a2f8e4515.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libregex-86c35e3a2f8e4515.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-5531e2297480f21b.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_automata-5531e2297480f21b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-b7c80ac659904570.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_automata-b7c80ac659904570.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-cea4efa669d424fd.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_automata-cea4efa669d424fd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-d2a79000daa24d1a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_syntax-d2a79000daa24d1a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-f9bdd950e4c4ab87.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_syntax-f9bdd950e4c4ab87.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-ff81970a1f0cde9e.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_abi-ff81970a1f0cde9e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-13c80676a4d5a1ba.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_apfloat-13c80676a4d5a1ba.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-c02cc46c55198960.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_arena-c02cc46c55198960.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-0986c4d34d0ac1a6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast-0986c4d34d0ac1a6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-3d5449496c75635c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_ir-3d5449496c75635c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_lowering-1b9ea71c307c4b95.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_lowering-1b9ea71c307c4b95.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-a34c3f76cff73cc4.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_passes-a34c3f76cff73cc4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-f126db0921fef868.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_pretty-f126db0921fef868.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-8f51737be531532b.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_attr-8f51737be531532b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_baked_icu_data-8e73925114250e64.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_baked_icu_data-8e73925114250e64.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_borrowck-5f04d095931f835e.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_borrowck-5f04d095931f835e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_builtin_macros-ada743f87e9292fa.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_builtin_macros-ada743f87e9292fa.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_llvm-cb252b490654588f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_codegen_llvm-cb252b490654588f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-1dcb768392126e60.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_codegen_ssa-1dcb768392126e60.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-8188bfdbad9c2ef8.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_const_eval-8188bfdbad9c2ef8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_data_structures-344e4f0e14dda6dd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_demangle-6a2e4c42fdce3efb.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-6a2e4c42fdce3efb.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver-e944d60ec2336b16.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver-e944d60ec2336b16.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver_impl-9d0d89aff4848c35.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver_impl-9d0d89aff4848c35.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_codes-08f4bf3ee90e293f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_error_codes-08f4bf3ee90e293f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-abe7865bb0792b80.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_error_messages-abe7865bb0792b80.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-4c0961200e8fb027.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_errors-4c0961200e8fb027.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-0175554d51a0b0de.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_expand-0175554d51a0b0de.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-db1ad26c5e44d518.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_feature-db1ad26c5e44d518.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-1addc94607ec0739.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_fs_util-1addc94607ec0739.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-f528ffe9843101b6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_graphviz-f528ffe9843101b6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-1a25aa7e566b54ef.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hash-1a25aa7e566b54ef.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-21907b1b9a0129aa.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hash-21907b1b9a0129aa.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-0b038177e3f37956.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir-0b038177e3f37956.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-eb659684695f7b66.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir_analysis-eb659684695f7b66.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-630357be23885e2f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir_pretty-630357be23885e2f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_typeck-23ada12b7339fc69.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir_typeck-23ada12b7339fc69.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-6136c83d3a86795f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_incremental-6136c83d3a86795f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_index-2a2297aaa3d28c15.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-d77aada5b3287330.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_infer-d77aada5b3287330.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_interface-50979738c1f5c4f0.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_interface-50979738c1f5c4f0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-023c3d7de7400cdc.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lexer-023c3d7de7400cdc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-a6f52556bc483b66.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lint-a6f52556bc483b66.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-628b9c2d2f3df487.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lint_defs-628b9c2d2f3df487.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_llvm-120f3dc70fef3c80.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_llvm-120f3dc70fef3c80.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_log-0cf53f1d52959a17.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_log-0cf53f1d52959a17.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-e5cc6f2d6a2fd279.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_metadata-e5cc6f2d6a2fd279.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-f4856861da0769cb.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_middle-f4856861da0769cb.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-096c294c4ce89ad4.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir_build-096c294c4ce89ad4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-f986390c67bad74a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir_dataflow-f986390c67bad74a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_transform-7ec6fe4419c37484.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir_transform-7ec6fe4419c37484.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_monomorphize-e42ea22dfef98c73.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_monomorphize-e42ea22dfef98c73.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_next_trait_solver-27f08e0575ea2bc1.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_next_trait_solver-27f08e0575ea2bc1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-ed16a862eddebdfb.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_parse-ed16a862eddebdfb.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-ba4257b518898d76.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_parse_format-ba4257b518898d76.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_passes-8c19850d51d3427a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_passes-8c19850d51d3427a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_pattern_analysis-a122eeb8ac7645e3.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_pattern_analysis-a122eeb8ac7645e3.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-167bea4c2bbd5127.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_privacy-167bea4c2bbd5127.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_impl-4545bfdc75d19d2d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_query_impl-4545bfdc75d19d2d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-41ae18c2c7dbdc3f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_query_system-41ae18c2c7dbdc3f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_resolve-05c7282ac47f3842.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_resolve-05c7282ac47f3842.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_sanitizers-2dee08a089cb6c81.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_sanitizers-2dee08a089cb6c81.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_serialize-06dfd14cba81a6bd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-ae3e6798fec74a1a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_session-ae3e6798fec74a1a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_smir-a5e980348de542b9.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_smir-a5e980348de542b9.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_span-9556d1da08bab2fc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_stable_hash-ede4cd759009a489.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_stable_hash-ede4cd759009a489.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-1bcef59c98402df6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_symbol_mangling-1bcef59c98402df6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-2c65854d4c4c39fb.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_target-2c65854d4c4c39fb.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-efba06187affcd72.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_trait_selection-efba06187affcd72.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_traits-09974b686aa5421d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_traits-09974b686aa5421d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_transmute-297ca6ddf77d7b7c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_transmute-297ca6ddf77d7b7c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-cc2a76baa48aa2cd.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ty_utils-cc2a76baa48aa2cd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-459c7e1ca401cc8c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_type_ir-459c7e1ca401cc8c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustix-83c01bb79874bf6a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustix-83c01bb79874bf6a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libruzstd-12104e0912c3c23e.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libruzstd-12104e0912c3c23e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libryu-217df961262cea8f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libryu-217df961262cea8f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-80655be2235c6dd6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libscoped_tls-80655be2235c6dd6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libscopeguard-a99191a6f8e7023c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libscopeguard-a99191a6f8e7023c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-501fbf58035606be.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libself_cell-501fbf58035606be.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-68f5392d7a1d674c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libself_cell-68f5392d7a1d674c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde-c4ba98369efdfc6b.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libserde-c4ba98369efdfc6b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-5bac6461f2534cc4.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libserde_json-5bac6461f2534cc4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsha1-9deab35c8ac25e4d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libsha1-9deab35c8ac25e4d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsha2-90218fffc26d4992.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libsha2-90218fffc26d4992.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsharded_slab-7735068c0078c0a9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libsharded_slab-7735068c0078c0a9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libshlex-9b1e043e8bcd08c9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libshlex-9b1e043e8bcd08c9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libsmallvec-d51367e9ad37f835.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-a51069ebc772bffd.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstable_deref_trait-a51069ebc772bffd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_mir-54aab174bb60f347.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstable_mir-54aab174bb60f347.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstacker-a0403db87b2c250e.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstacker-a0403db87b2c250e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstatic_assertions-350029e3802580a2.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstatic_assertions-350029e3802580a2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-46b815fb999bffbe.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtempfile-46b815fb999bffbe.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtermcolor-7862a9871cfbd555.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtermcolor-7862a9871cfbd555.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtermize-daccde0c53b54495.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtermize-daccde0c53b54495.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libthin_vec-36a2d31e0bdc5b5e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthiserror-740f31323ffad861.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libthiserror-740f31323ffad861.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthorin-bb5b50ae4aa5441c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libthorin-bb5b50ae4aa5441c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthread_local-4ca04e5394ec24a7.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libthread_local-4ca04e5394ec24a7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtime-e74b0297cc2e84a1.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtime-e74b0297cc2e84a1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtime_core-90a3a397fab509a7.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtime_core-90a3a397fab509a7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-a2c02738b1c813f9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtinystr-a2c02738b1c813f9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec-c86961805af48317.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtinyvec-c86961805af48317.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec_macros-6352ed0018b13ccc.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtinyvec_macros-6352ed0018b13ccc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing-8326df8e89992b1f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-7833e2d9c149a494.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_core-7833e2d9c149a494.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_log-db0d11eef64151e2.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_log-db0d11eef64151e2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-42078e510673ac67.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_subscriber-42078e510673ac67.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_tree-7320401e108ff613.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_tree-7320401e108ff613.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtwox_hash-73a2686dcd266c2c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtwox_hash-73a2686dcd266c2c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtype_map-c3da0b83ea157f8a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtype_map-c3da0b83ea157f8a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtypenum-40309cee4915d107.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtypenum-40309cee4915d107.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-42099ee00d3cf8fa.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid-42099ee00d3cf8fa.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_impl-8e255761f80f19d6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid_impl-8e255761f80f19d6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_macros-54e2f4cfa588df78.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid_macros-54e2f4cfa588df78.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicase-be930eda95047ad6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicase-be930eda95047ad6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_normalization-488f82d190bfe414.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_normalization-488f82d190bfe414.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_properties-0ce6d4696da7ded5.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_properties-0ce6d4696da7ded5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_script-02fb6fb74302616a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_script-02fb6fb74302616a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_security-db409678d5cf53a4.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_security-db409678d5cf53a4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-bb65f91f96082fdb.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-bb65f91f96082fdb.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-f7a2aebdb65a5676.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-f7a2aebdb65a5676.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_xid-6ffcca12c7a70176.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_xid-6ffcca12c7a70176.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwasm_encoder-5d592801529d4849.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libwasm_encoder-5d592801529d4849.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwasmparser-d0a1e8cdadc07356.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libwasmparser-d0a1e8cdadc07356.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-8610b5c1cdb36afe.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libwriteable-8610b5c1cdb36afe.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libyoke-0caaffc09a598e86.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libyoke-0caaffc09a598e86.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerocopy-03905de80f06fd5e.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libzerocopy-03905de80f06fd5e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-8cdf54758bafb94f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libzerofrom-8cdf54758bafb94f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-dcc6cba1ea572744.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libzerovec-dcc6cba1ea572744.rmeta" < RustcLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, previous_stage_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } < Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } Creating a sysroot for stage2 compiler (use `rustup toolchain link 'name' build/host/stage2`) c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver-e944d60ec2336b16.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/librustc_driver-e944d60ec2336b16.so" c Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-objcopy" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/rust-objcopy" c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/rustc-main" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/bin/rustc" < Assemble { target_compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } > Rustc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/bin/rustc" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rustc" > Rustdoc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } running: "/usr/local/bin/llvm-config-18" "--libdir" (failure_mode=Exit) (created at src/core/builder/cargo.rs:950:21, executed at src/core/builder/cargo.rs:950:58) c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building tool rustdoc (stage1 -> stage2, x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.84.1" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.84.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LIBRARY_PATH="/usr/local/llvm18/lib" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustdoc/Cargo.toml" (failure_mode=Exit) (created at src/core/builder/cargo.rs:383:33, executed at src/core/build_steps/tool.rs:663:26) 4.948095604s INFO prepare_target{force=false package_id=rustdoc-tool v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustdoc) target="rustdoc_tool_binary"}: cargo::core::compiler::fingerprint: fingerprint error for rustdoc-tool v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustdoc)/Build/TargetInner { name: "rustdoc_tool_binary", doc: true, ..: with_path("/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustdoc/main.rs", Edition2021) } 4.948209496s INFO prepare_target{force=false package_id=rustdoc-tool v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustdoc) target="rustdoc_tool_binary"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustdoc-tool-c3b2847ba3c4db79/bin-rustdoc_tool_binary` Caused by: No such file or directory (os error 2) 4.948896835s INFO prepare_target{force=false package_id=rustdoc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc) target="rustdoc"}: cargo::core::compiler::fingerprint: fingerprint error for rustdoc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc)/Build/TargetInner { name_inferred: true, ..: lib_target("rustdoc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc/lib.rs", Edition2021) } 4.948928768s INFO prepare_target{force=false package_id=rustdoc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc) target="rustdoc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustdoc-94f3f637a0d2f96c/lib-rustdoc` Caused by: No such file or directory (os error 2) 4.949451954s INFO prepare_target{force=false package_id=arrayvec v0.7.6 target="arrayvec"}: cargo::core::compiler::fingerprint: fingerprint error for arrayvec v0.7.6/Build/TargetInner { ..: lib_target("arrayvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/lib.rs", Edition2018) } 4.949473797s INFO prepare_target{force=false package_id=arrayvec v0.7.6 target="arrayvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/arrayvec-db1a244e599cfde5/lib-arrayvec` Caused by: No such file or directory (os error 2) 4.949752623s INFO prepare_target{force=false package_id=base64 v0.21.7 target="base64"}: cargo::core::compiler::fingerprint: fingerprint error for base64 v0.21.7/Build/TargetInner { name_inferred: true, ..: lib_target("base64", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.21.7/src/lib.rs", Edition2018) } 4.949774126s INFO prepare_target{force=false package_id=base64 v0.21.7 target="base64"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/base64-3bd1c008893617a2/lib-base64` Caused by: No such file or directory (os error 2) 4.950363214s INFO prepare_target{force=false package_id=indexmap v2.6.0 target="indexmap"}: cargo::core::compiler::fingerprint: fingerprint error for indexmap v2.6.0/Build/TargetInner { benched: false, ..: lib_target("indexmap", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.6.0/src/lib.rs", Edition2021) } 4.950383426s INFO prepare_target{force=false package_id=indexmap v2.6.0 target="indexmap"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/indexmap-2416dba5c0ffd885/lib-indexmap` Caused by: No such file or directory (os error 2) 4.950746626s INFO prepare_target{force=false package_id=equivalent v1.0.1 target="equivalent"}: cargo::core::compiler::fingerprint: fingerprint error for equivalent v1.0.1/Build/TargetInner { name_inferred: true, ..: lib_target("equivalent", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/equivalent-1.0.1/src/lib.rs", Edition2015) } 4.950766576s INFO prepare_target{force=false package_id=equivalent v1.0.1 target="equivalent"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/equivalent-51afc7943e7b22fa/lib-equivalent` Caused by: No such file or directory (os error 2) 4.951145708s INFO prepare_target{force=false package_id=hashbrown v0.15.0 target="hashbrown"}: cargo::core::compiler::fingerprint: fingerprint error for hashbrown v0.15.0/Build/TargetInner { ..: lib_target("hashbrown", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs", Edition2021) } 4.951166142s INFO prepare_target{force=false package_id=hashbrown v0.15.0 target="hashbrown"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/hashbrown-7b4faf0fd592105b/lib-hashbrown` Caused by: No such file or directory (os error 2) 4.952259638s INFO prepare_target{force=false package_id=itertools v0.12.1 target="itertools"}: cargo::core::compiler::fingerprint: fingerprint error for itertools v0.12.1/Build/TargetInner { name_inferred: true, tested: false, benched: false, ..: lib_target("itertools", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs", Edition2018) } 4.952280614s INFO prepare_target{force=false package_id=itertools v0.12.1 target="itertools"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/itertools-b7f6620cfede884b/lib-itertools` Caused by: No such file or directory (os error 2) 4.952894772s INFO prepare_target{force=false package_id=either v1.13.0 target="either"}: cargo::core::compiler::fingerprint: fingerprint error for either v1.13.0/Build/TargetInner { name_inferred: true, ..: lib_target("either", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0/src/lib.rs", Edition2018) } 4.952915521s INFO prepare_target{force=false package_id=either v1.13.0 target="either"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/either-2d674de14af69051/lib-either` Caused by: No such file or directory (os error 2) 4.954183660s INFO prepare_target{force=false package_id=minifier v0.3.2 target="minifier"}: cargo::core::compiler::fingerprint: fingerprint error for minifier v0.3.2/Build/TargetInner { ..: lib_target("minifier", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minifier-0.3.2/src/lib.rs", Edition2021) } 4.954204468s INFO prepare_target{force=false package_id=minifier v0.3.2 target="minifier"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/minifier-190b69eb2f777dc1/lib-minifier` Caused by: No such file or directory (os error 2) 4.955364683s INFO prepare_target{force=false package_id=pulldown-cmark v0.9.6 target="pulldown_cmark"}: cargo::core::compiler::fingerprint: fingerprint error for pulldown-cmark v0.9.6/Build/TargetInner { name_inferred: true, ..: lib_target("pulldown_cmark", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/lib.rs", Edition2021) } 4.955386041s INFO prepare_target{force=false package_id=pulldown-cmark v0.9.6 target="pulldown_cmark"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/pulldown-cmark-1cc2e36a3a07becb/lib-pulldown_cmark` Caused by: No such file or directory (os error 2) 4.955844980s INFO prepare_target{force=false package_id=bitflags v2.6.0 target="bitflags"}: cargo::core::compiler::fingerprint: fingerprint error for bitflags v2.6.0/Build/TargetInner { name_inferred: true, ..: lib_target("bitflags", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/src/lib.rs", Edition2021) } 4.955870277s INFO prepare_target{force=false package_id=bitflags v2.6.0 target="bitflags"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/bitflags-45be5798aa044355/lib-bitflags` Caused by: No such file or directory (os error 2) 4.956306776s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: fingerprint error for memchr v2.7.4/Build/TargetInner { benched: false, ..: lib_target("memchr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs", Edition2021) } 4.956328875s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/memchr-0d21b9ab4112abf9/lib-memchr` Caused by: No such file or directory (os error 2) 4.957569737s INFO prepare_target{force=false package_id=pulldown-cmark v0.9.6 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for pulldown-cmark v0.9.6/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/build.rs", Edition2021) } 4.957592672s INFO prepare_target{force=false package_id=pulldown-cmark v0.9.6 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/pulldown-cmark-20565d6593ef7f47/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.957794450s INFO prepare_target{force=false package_id=pulldown-cmark v0.9.6 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for pulldown-cmark v0.9.6/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/build.rs", Edition2021) } 4.957813757s INFO prepare_target{force=false package_id=pulldown-cmark v0.9.6 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/pulldown-cmark-cbda57b02ad1ae69/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.958252955s INFO prepare_target{force=false package_id=unicase v2.8.0 target="unicase"}: cargo::core::compiler::fingerprint: fingerprint error for unicase v2.8.0/Build/TargetInner { ..: lib_target("unicase", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs", Edition2018) } 4.958274700s INFO prepare_target{force=false package_id=unicase v2.8.0 target="unicase"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicase-82098447eda720a0/lib-unicase` Caused by: No such file or directory (os error 2) 4.958707823s INFO prepare_target{force=false package_id=regex v1.11.1 target="regex"}: cargo::core::compiler::fingerprint: fingerprint error for regex v1.11.1/Build/TargetInner { ..: lib_target("regex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/lib.rs", Edition2021) } 4.958729603s INFO prepare_target{force=false package_id=regex v1.11.1 target="regex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/regex-14684a158f144018/lib-regex` Caused by: No such file or directory (os error 2) 4.959188567s INFO prepare_target{force=false package_id=aho-corasick v1.1.3 target="aho_corasick"}: cargo::core::compiler::fingerprint: fingerprint error for aho-corasick v1.1.3/Build/TargetInner { ..: lib_target("aho_corasick", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/lib.rs", Edition2021) } 4.959234997s INFO prepare_target{force=false package_id=aho-corasick v1.1.3 target="aho_corasick"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/aho-corasick-3bb4d385ba14ac82/lib-aho_corasick` Caused by: No such file or directory (os error 2) 4.959542566s INFO prepare_target{force=false package_id=regex-automata v0.4.8 target="regex_automata"}: cargo::core::compiler::fingerprint: fingerprint error for regex-automata v0.4.8/Build/TargetInner { benched: false, ..: lib_target("regex_automata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/lib.rs", Edition2021) } 4.959564773s INFO prepare_target{force=false package_id=regex-automata v0.4.8 target="regex_automata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/regex-automata-63679fc91d8a3386/lib-regex_automata` Caused by: No such file or directory (os error 2) 4.960061436s INFO prepare_target{force=false package_id=regex-syntax v0.8.5 target="regex_syntax"}: cargo::core::compiler::fingerprint: fingerprint error for regex-syntax v0.8.5/Build/TargetInner { ..: lib_target("regex_syntax", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/lib.rs", Edition2021) } 4.960095936s INFO prepare_target{force=false package_id=regex-syntax v0.8.5 target="regex_syntax"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/regex-syntax-0172ff784cb1d371/lib-regex_syntax` Caused by: No such file or directory (os error 2) 4.960459548s INFO prepare_target{force=false package_id=rinja v0.3.5 target="rinja"}: cargo::core::compiler::fingerprint: fingerprint error for rinja v0.3.5/Build/TargetInner { ..: lib_target("rinja", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rinja-0.3.5/src/lib.rs", Edition2021) } 4.960486731s INFO prepare_target{force=false package_id=rinja v0.3.5 target="rinja"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rinja-6645a0950109d0db/lib-rinja` Caused by: No such file or directory (os error 2) 4.960921511s INFO prepare_target{force=false package_id=itoa v1.0.11 target="itoa"}: cargo::core::compiler::fingerprint: fingerprint error for itoa v1.0.11/Build/TargetInner { name_inferred: true, doc_scrape_examples: Disabled, ..: lib_target("itoa", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11/src/lib.rs", Edition2018) } 4.960943896s INFO prepare_target{force=false package_id=itoa v1.0.11 target="itoa"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/itoa-4a12991592c1670c/lib-itoa` Caused by: No such file or directory (os error 2) 4.961268934s INFO prepare_target{force=false package_id=rinja_derive v0.3.5 target="rinja_derive"}: cargo::core::compiler::fingerprint: fingerprint error for rinja_derive v0.3.5/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("rinja_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rinja_derive-0.3.5/src/lib.rs", Edition2021) } 4.961291920s INFO prepare_target{force=false package_id=rinja_derive v0.3.5 target="rinja_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/rinja_derive-1950b70cfbc2042b/lib-rinja_derive` Caused by: No such file or directory (os error 2) 4.961942328s INFO prepare_target{force=false package_id=basic-toml v0.1.9 target="basic_toml"}: cargo::core::compiler::fingerprint: fingerprint error for basic-toml v0.1.9/Build/TargetInner { name_inferred: true, doc_scrape_examples: Disabled, ..: lib_target("basic_toml", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/lib.rs", Edition2021) } 4.961964798s INFO prepare_target{force=false package_id=basic-toml v0.1.9 target="basic_toml"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/basic-toml-632795218cf718d9/lib-basic_toml` Caused by: No such file or directory (os error 2) 4.962284495s INFO prepare_target{force=false package_id=serde v1.0.214 target="serde"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.214/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs", Edition2018) } 4.962306801s INFO prepare_target{force=false package_id=serde v1.0.214 target="serde"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/serde-1f203bfb1f94f5bc/lib-serde` Caused by: No such file or directory (os error 2) 4.963292392s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.214/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/build.rs", Edition2018) } 4.963314604s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/serde-aba8833c2f20b8fc/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.963888521s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.214/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/build.rs", Edition2018) } 4.963908937s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/serde-2e642f3dcf12ccfb/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.965198532s INFO prepare_target{force=false package_id=serde_derive v1.0.214 target="serde_derive"}: cargo::core::compiler::fingerprint: fingerprint error for serde_derive v1.0.214/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("serde_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/lib.rs", Edition2015) } 4.965224245s INFO prepare_target{force=false package_id=serde_derive v1.0.214 target="serde_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/serde_derive-050c64598ff05701/lib-serde_derive` Caused by: No such file or directory (os error 2) 4.965630357s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="proc_macro2"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.89/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("proc_macro2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs", Edition2021) } 4.965665982s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="proc_macro2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/proc-macro2-0dbc84ae0ef79c06/lib-proc_macro2` Caused by: No such file or directory (os error 2) 4.967123889s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.89/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/build.rs", Edition2021) } 4.967149865s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/proc-macro2-248442f93ebdb4cd/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.967488370s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.89/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/build.rs", Edition2021) } 4.967510858s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/proc-macro2-444829df39910542/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.967922826s INFO prepare_target{force=false package_id=unicode-ident v1.0.13 target="unicode_ident"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-ident v1.0.13/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("unicode_ident", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/src/lib.rs", Edition2018) } 4.967947407s INFO prepare_target{force=false package_id=unicode-ident v1.0.13 target="unicode_ident"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/unicode-ident-759de8cc44fc4838/lib-unicode_ident` Caused by: No such file or directory (os error 2) 4.968375044s INFO prepare_target{force=false package_id=quote v1.0.37 target="quote"}: cargo::core::compiler::fingerprint: fingerprint error for quote v1.0.37/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("quote", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs", Edition2018) } 4.968412664s INFO prepare_target{force=false package_id=quote v1.0.37 target="quote"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/quote-5ddb0dce03806ed5/lib-quote` Caused by: No such file or directory (os error 2) 4.968779937s INFO prepare_target{force=false package_id=syn v2.0.87 target="syn"}: cargo::core::compiler::fingerprint: fingerprint error for syn v2.0.87/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("syn", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs", Edition2021) } 4.968802543s INFO prepare_target{force=false package_id=syn v2.0.87 target="syn"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/syn-62f1c031e126d539/lib-syn` Caused by: No such file or directory (os error 2) 4.969384047s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: fingerprint error for memchr v2.7.4/Build/TargetInner { benched: false, ..: lib_target("memchr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs", Edition2021) } 4.969416851s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/memchr-6a1ce40509bf8d7a/lib-memchr` Caused by: No such file or directory (os error 2) 4.969757827s INFO prepare_target{force=false package_id=mime v0.3.17 target="mime"}: cargo::core::compiler::fingerprint: fingerprint error for mime v0.3.17/Build/TargetInner { name_inferred: true, ..: lib_target("mime", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/lib.rs", Edition2015) } 4.969840645s INFO prepare_target{force=false package_id=mime v0.3.17 target="mime"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/mime-6a05600f2b03a3b7/lib-mime` Caused by: No such file or directory (os error 2) 4.970272773s INFO prepare_target{force=false package_id=mime_guess v2.0.5 target="mime_guess"}: cargo::core::compiler::fingerprint: fingerprint error for mime_guess v2.0.5/Build/TargetInner { name_inferred: true, ..: lib_target("mime_guess", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/src/lib.rs", Edition2015) } 4.970297945s INFO prepare_target{force=false package_id=mime_guess v2.0.5 target="mime_guess"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/mime_guess-104be3898849c2cd/lib-mime_guess` Caused by: No such file or directory (os error 2) 4.972642733s INFO prepare_target{force=false package_id=mime_guess v2.0.5 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for mime_guess v2.0.5/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/build.rs", Edition2015) } 4.972666913s INFO prepare_target{force=false package_id=mime_guess v2.0.5 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/mime_guess-140d2d3a51cea7c4/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.972882874s INFO prepare_target{force=false package_id=mime_guess v2.0.5 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for mime_guess v2.0.5/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/build.rs", Edition2015) } 4.972904905s INFO prepare_target{force=false package_id=mime_guess v2.0.5 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/mime_guess-8485573fc93214b5/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.973366121s INFO prepare_target{force=false package_id=unicase v2.8.0 target="unicase"}: cargo::core::compiler::fingerprint: fingerprint error for unicase v2.8.0/Build/TargetInner { ..: lib_target("unicase", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs", Edition2018) } 4.973388625s INFO prepare_target{force=false package_id=unicase v2.8.0 target="unicase"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/unicase-f9fda92fe0d84cbe/lib-unicase` Caused by: No such file or directory (os error 2) 4.973766955s INFO prepare_target{force=false package_id=rinja_parser v0.3.5 target="rinja_parser"}: cargo::core::compiler::fingerprint: fingerprint error for rinja_parser v0.3.5/Build/TargetInner { ..: lib_target("rinja_parser", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rinja_parser-0.3.5/src/lib.rs", Edition2021) } 4.973791138s INFO prepare_target{force=false package_id=rinja_parser v0.3.5 target="rinja_parser"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/rinja_parser-c49f60c5c13b76fc/lib-rinja_parser` Caused by: No such file or directory (os error 2) 4.974328578s INFO prepare_target{force=false package_id=nom v7.1.3 target="nom"}: cargo::core::compiler::fingerprint: fingerprint error for nom v7.1.3/Build/TargetInner { name_inferred: true, ..: lib_target("nom", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs", Edition2018) } 4.974354787s INFO prepare_target{force=false package_id=nom v7.1.3 target="nom"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/nom-a21afef4caae666e/lib-nom` Caused by: No such file or directory (os error 2) 4.974767209s INFO prepare_target{force=false package_id=minimal-lexical v0.2.1 target="minimal_lexical"}: cargo::core::compiler::fingerprint: fingerprint error for minimal-lexical v0.2.1/Build/TargetInner { name_inferred: true, ..: lib_target("minimal_lexical", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minimal-lexical-0.2.1/src/lib.rs", Edition2018) } 4.974790461s INFO prepare_target{force=false package_id=minimal-lexical v0.2.1 target="minimal_lexical"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/minimal-lexical-5fa6b161e45a70ca/lib-minimal_lexical` Caused by: No such file or directory (os error 2) 4.975145751s INFO prepare_target{force=false package_id=rustc-hash v2.0.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-hash v2.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/lib.rs", Edition2021) } 4.975168968s INFO prepare_target{force=false package_id=rustc-hash v2.0.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/rustc-hash-41405880ae6b2a6c/lib-rustc_hash` Caused by: No such file or directory (os error 2) 4.976289074s INFO prepare_target{force=false package_id=rustdoc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustdoc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc)/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc/build.rs", Edition2021) } 4.976324147s INFO prepare_target{force=false package_id=rustdoc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustdoc-ed622b12ad31be01/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.976699051s INFO prepare_target{force=false package_id=rustdoc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustdoc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc)/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc/build.rs", Edition2021) } 4.976724806s INFO prepare_target{force=false package_id=rustdoc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/rustdoc-9e6dd103e80c45d7/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.977149110s INFO prepare_target{force=false package_id=sha2 v0.10.8 target="sha2"}: cargo::core::compiler::fingerprint: fingerprint error for sha2 v0.10.8/Build/TargetInner { name_inferred: true, ..: lib_target("sha2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/lib.rs", Edition2018) } 4.977174550s INFO prepare_target{force=false package_id=sha2 v0.10.8 target="sha2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/sha2-a73b753e87596c46/lib-sha2` Caused by: No such file or directory (os error 2) 4.977759864s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: fingerprint error for cfg-if v1.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("cfg_if", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs", Edition2018) } 4.977786719s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/cfg-if-e8072239357820e6/lib-cfg_if` Caused by: No such file or directory (os error 2) 4.978163833s INFO prepare_target{force=false package_id=cpufeatures v0.2.14 target="cpufeatures"}: cargo::core::compiler::fingerprint: fingerprint error for cpufeatures v0.2.14/Build/TargetInner { ..: lib_target("cpufeatures", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs", Edition2018) } 4.978189081s INFO prepare_target{force=false package_id=cpufeatures v0.2.14 target="cpufeatures"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/cpufeatures-f60221dfafd9acb8/lib-cpufeatures` Caused by: No such file or directory (os error 2) 4.978631748s INFO prepare_target{force=false package_id=digest v0.10.7 target="digest"}: cargo::core::compiler::fingerprint: fingerprint error for digest v0.10.7/Build/TargetInner { name_inferred: true, ..: lib_target("digest", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/src/lib.rs", Edition2018) } 4.978656560s INFO prepare_target{force=false package_id=digest v0.10.7 target="digest"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/digest-17f7a4e346596cb8/lib-digest` Caused by: No such file or directory (os error 2) 4.979014405s INFO prepare_target{force=false package_id=block-buffer v0.10.4 target="block_buffer"}: cargo::core::compiler::fingerprint: fingerprint error for block-buffer v0.10.4/Build/TargetInner { name_inferred: true, ..: lib_target("block_buffer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/src/lib.rs", Edition2018) } 4.979038103s INFO prepare_target{force=false package_id=block-buffer v0.10.4 target="block_buffer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/block-buffer-19a15852348fb981/lib-block_buffer` Caused by: No such file or directory (os error 2) 4.979509952s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="generic_array"}: cargo::core::compiler::fingerprint: fingerprint error for generic-array v0.14.7/Build/TargetInner { ..: lib_target("generic_array", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs", Edition2015) } 4.979534236s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="generic_array"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/generic-array-0943c8975c5670cf/lib-generic_array` Caused by: No such file or directory (os error 2) 4.980893539s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for generic-array v0.14.7/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/build.rs", Edition2015) } 4.980918629s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/generic-array-873e79f93db0311e/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.981147823s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for generic-array v0.14.7/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/build.rs", Edition2015) } 4.981178539s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/generic-array-9a3344ae2fd42835/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.982441856s INFO prepare_target{force=false package_id=version_check v0.9.5 target="version_check"}: cargo::core::compiler::fingerprint: fingerprint error for version_check v0.9.5/Build/TargetInner { ..: lib_target("version_check", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/lib.rs", Edition2015) } 4.982467750s INFO prepare_target{force=false package_id=version_check v0.9.5 target="version_check"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/version_check-aaeb73d714f2ae85/lib-version_check` Caused by: No such file or directory (os error 2) 4.983042799s INFO prepare_target{force=false package_id=typenum v1.17.0 target="typenum"}: cargo::core::compiler::fingerprint: fingerprint error for typenum v1.17.0/Build/TargetInner { ..: lib_target("typenum", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs", Edition2018) } 4.983067319s INFO prepare_target{force=false package_id=typenum v1.17.0 target="typenum"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/typenum-f1f80871ca905ac0/lib-typenum` Caused by: No such file or directory (os error 2) 4.984285141s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: fingerprint error for typenum v1.17.0/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-main", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs", Edition2018) } 4.984325886s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/typenum-e5ea29d9c2f55ab2/run-build-script-build-script-main` Caused by: No such file or directory (os error 2) 4.984798412s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: fingerprint error for typenum v1.17.0/Build/TargetInner { ..: custom_build_target("build-script-main", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs", Edition2018) } 4.984821712s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/typenum-c659025acdbbfe40/build-script-build-script-main` Caused by: No such file or directory (os error 2) 4.985218196s INFO prepare_target{force=false package_id=crypto-common v0.1.6 target="crypto_common"}: cargo::core::compiler::fingerprint: fingerprint error for crypto-common v0.1.6/Build/TargetInner { name_inferred: true, ..: lib_target("crypto_common", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/src/lib.rs", Edition2018) } 4.985245329s INFO prepare_target{force=false package_id=crypto-common v0.1.6 target="crypto_common"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/crypto-common-da8554c0d2c03475/lib-crypto_common` Caused by: No such file or directory (os error 2) 4.985745055s INFO prepare_target{force=false package_id=rustdoc-json-types v0.1.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/rustdoc-json-types) target="rustdoc_json_types"}: cargo::core::compiler::fingerprint: fingerprint error for rustdoc-json-types v0.1.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/rustdoc-json-types)/Build/TargetInner { name_inferred: true, ..: lib_target("rustdoc_json_types", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/rustdoc-json-types/lib.rs", Edition2021) } 4.985776741s INFO prepare_target{force=false package_id=rustdoc-json-types v0.1.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/rustdoc-json-types) target="rustdoc_json_types"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustdoc-json-types-d8e53f2a3e091db2/lib-rustdoc_json_types` Caused by: No such file or directory (os error 2) 4.986240226s INFO prepare_target{force=false package_id=rustc-hash v2.0.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-hash v2.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/lib.rs", Edition2021) } 4.986267635s INFO prepare_target{force=false package_id=rustc-hash v2.0.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustc-hash-0e5e6fcfbac84fe6/lib-rustc_hash` Caused by: No such file or directory (os error 2) 4.986862225s INFO prepare_target{force=false package_id=serde v1.0.214 target="serde"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.214/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs", Edition2018) } 4.986889714s INFO prepare_target{force=false package_id=serde v1.0.214 target="serde"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde-3d98370edf6aedfc/lib-serde` Caused by: No such file or directory (os error 2) 4.988248874s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.214/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/build.rs", Edition2018) } 4.988274972s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde-9dc698eea8fb6aa4/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.988662367s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="serde_json"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.132/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde_json", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/lib.rs", Edition2021) } 4.988690180s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="serde_json"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde_json-02248c9fd7c912bc/lib-serde_json` Caused by: No such file or directory (os error 2) 4.989191635s INFO prepare_target{force=false package_id=ryu v1.0.18 target="ryu"}: cargo::core::compiler::fingerprint: fingerprint error for ryu v1.0.18/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("ryu", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/lib.rs", Edition2018) } 4.989219383s INFO prepare_target{force=false package_id=ryu v1.0.18 target="ryu"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/ryu-b00b7678c04f16b4/lib-ryu` Caused by: No such file or directory (os error 2) 4.990694242s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.132/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/build.rs", Edition2021) } 4.990718659s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde_json-7669583f66904684/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.991071783s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.132/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/build.rs", Edition2021) } 4.991097141s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/serde_json-eb27d89362b71f8d/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.991573688s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: fingerprint error for smallvec v1.13.2/Build/TargetInner { name_inferred: true, ..: lib_target("smallvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs", Edition2018) } 4.991612192s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/smallvec-b30c3a4190dfcb68/lib-smallvec` Caused by: No such file or directory (os error 2) 4.992102523s INFO prepare_target{force=false package_id=tempfile v3.13.0 target="tempfile"}: cargo::core::compiler::fingerprint: fingerprint error for tempfile v3.13.0/Build/TargetInner { ..: lib_target("tempfile", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.13.0/src/lib.rs", Edition2021) } 4.992129643s INFO prepare_target{force=false package_id=tempfile v3.13.0 target="tempfile"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tempfile-bcd8f9d26e2ae712/lib-tempfile` Caused by: No such file or directory (os error 2) 4.992650734s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: fingerprint error for cfg-if v1.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("cfg_if", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs", Edition2018) } 4.992677906s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/cfg-if-553dd7069ac0bb68/lib-cfg_if` Caused by: No such file or directory (os error 2) 4.993203848s INFO prepare_target{force=false package_id=fastrand v2.1.1 target="fastrand"}: cargo::core::compiler::fingerprint: fingerprint error for fastrand v2.1.1/Build/TargetInner { ..: lib_target("fastrand", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.1/src/lib.rs", Edition2018) } 4.993231391s INFO prepare_target{force=false package_id=fastrand v2.1.1 target="fastrand"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/fastrand-23473cd51f97473e/lib-fastrand` Caused by: No such file or directory (os error 2) 4.993674409s INFO prepare_target{force=false package_id=once_cell v1.20.2 target="once_cell"}: cargo::core::compiler::fingerprint: fingerprint error for once_cell v1.20.2/Build/TargetInner { ..: lib_target("once_cell", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs", Edition2021) } 4.993702203s INFO prepare_target{force=false package_id=once_cell v1.20.2 target="once_cell"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/once_cell-a3deaa1adc8dcfdf/lib-once_cell` Caused by: No such file or directory (os error 2) 4.994214215s INFO prepare_target{force=false package_id=rustix v0.38.38 target="rustix"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.38/Build/TargetInner { ..: lib_target("rustix", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/lib.rs", Edition2021) } 4.994241852s INFO prepare_target{force=false package_id=rustix v0.38.38 target="rustix"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustix-1993cfed1f8e856f/lib-rustix` Caused by: No such file or directory (os error 2) 4.995219138s INFO prepare_target{force=false package_id=errno v0.3.9 target="errno"}: cargo::core::compiler::fingerprint: fingerprint error for errno v0.3.9/Build/TargetInner { name_inferred: true, ..: lib_target("errno", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs", Edition2018) } 4.995243971s INFO prepare_target{force=false package_id=errno v0.3.9 target="errno"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/errno-66df83f5ef983a49/lib-errno` Caused by: No such file or directory (os error 2) 4.995702025s INFO prepare_target{force=false package_id=libc v0.2.164 target="libc"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/Build/TargetInner { ..: lib_target("libc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/lib.rs", Edition2015) } 4.995729463s INFO prepare_target{force=false package_id=libc v0.2.164 target="libc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libc-d5ee02aba6edfc09/lib-libc` Caused by: No such file or directory (os error 2) 4.997126234s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs", Edition2015) } 4.997153210s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libc-5ac6457282f12779/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.997558594s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs", Edition2015) } 4.997584120s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libc-8c57911afad2355a/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.998999695s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.38/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/build.rs", Edition2021) } 4.999030564s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustix-d26d6f5916e2c9b4/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.999328502s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.38/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/build.rs", Edition2021) } 4.999356965s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/rustix-06cbc618b7c88f88/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.000065982s INFO prepare_target{force=false package_id=threadpool v1.8.1 target="threadpool"}: cargo::core::compiler::fingerprint: fingerprint error for threadpool v1.8.1/Build/TargetInner { name_inferred: true, ..: lib_target("threadpool", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/threadpool-1.8.1/src/lib.rs", Edition2015) } 5.000099180s INFO prepare_target{force=false package_id=threadpool v1.8.1 target="threadpool"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/threadpool-483176d719c04f54/lib-threadpool` Caused by: No such file or directory (os error 2) 5.000649699s INFO prepare_target{force=false package_id=num_cpus v1.16.0 target="num_cpus"}: cargo::core::compiler::fingerprint: fingerprint error for num_cpus v1.16.0/Build/TargetInner { name_inferred: true, ..: lib_target("num_cpus", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs", Edition2015) } 5.000681806s INFO prepare_target{force=false package_id=num_cpus v1.16.0 target="num_cpus"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/num_cpus-53c149f2359ba6a9/lib-num_cpus` Caused by: No such file or directory (os error 2) 5.001210440s INFO prepare_target{force=false package_id=tracing v0.1.37 target="tracing"}: cargo::core::compiler::fingerprint: fingerprint error for tracing v0.1.37/Build/TargetInner { name_inferred: true, ..: lib_target("tracing", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs", Edition2018) } 5.001241755s INFO prepare_target{force=false package_id=tracing v0.1.37 target="tracing"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tracing-b2fc2e71660c0641/lib-tracing` Caused by: No such file or directory (os error 2) 5.001786563s INFO prepare_target{force=false package_id=pin-project-lite v0.2.15 target="pin_project_lite"}: cargo::core::compiler::fingerprint: fingerprint error for pin-project-lite v0.2.15/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("pin_project_lite", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.15/src/lib.rs", Edition2018) } 5.001820511s INFO prepare_target{force=false package_id=pin-project-lite v0.2.15 target="pin_project_lite"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/pin-project-lite-47de183269111639/lib-pin_project_lite` Caused by: No such file or directory (os error 2) 5.002379774s INFO prepare_target{force=false package_id=tracing-attributes v0.1.27 target="tracing_attributes"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-attributes v0.1.27/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("tracing_attributes", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/src/lib.rs", Edition2018) } 5.002413166s INFO prepare_target{force=false package_id=tracing-attributes v0.1.27 target="tracing_attributes"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/tracing-attributes-6a1d89d351edef02/lib-tracing_attributes` Caused by: No such file or directory (os error 2) 5.002985922s INFO prepare_target{force=false package_id=tracing-core v0.1.30 target="tracing_core"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-core v0.1.30/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs", Edition2018) } 5.003017429s INFO prepare_target{force=false package_id=tracing-core v0.1.30 target="tracing_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tracing-core-4a56bc13e8a98411/lib-tracing_core` Caused by: No such file or directory (os error 2) 5.003559727s INFO prepare_target{force=false package_id=tracing-subscriber v0.3.18 target="tracing_subscriber"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-subscriber v0.3.18/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_subscriber", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs", Edition2018) } 5.003591438s INFO prepare_target{force=false package_id=tracing-subscriber v0.3.18 target="tracing_subscriber"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tracing-subscriber-31dc759094d0387c/lib-tracing_subscriber` Caused by: No such file or directory (os error 2) 5.004409304s INFO prepare_target{force=false package_id=matchers v0.1.0 target="matchers"}: cargo::core::compiler::fingerprint: fingerprint error for matchers v0.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("matchers", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/matchers-0.1.0/src/lib.rs", Edition2018) } 5.004439291s INFO prepare_target{force=false package_id=matchers v0.1.0 target="matchers"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/matchers-f6c6a27c4268d3e4/lib-matchers` Caused by: No such file or directory (os error 2) 5.005343322s INFO prepare_target{force=false package_id=regex-automata v0.1.10 target="regex_automata"}: cargo::core::compiler::fingerprint: fingerprint error for regex-automata v0.1.10/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("regex_automata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/lib.rs", Edition2015) } 5.005381799s INFO prepare_target{force=false package_id=regex-automata v0.1.10 target="regex_automata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/regex-automata-82d9cd79c9ba1007/lib-regex_automata` Caused by: No such file or directory (os error 2) 5.005947603s INFO prepare_target{force=false package_id=regex-syntax v0.6.29 target="regex_syntax"}: cargo::core::compiler::fingerprint: fingerprint error for regex-syntax v0.6.29/Build/TargetInner { name_inferred: true, ..: lib_target("regex_syntax", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/lib.rs", Edition2018) } 5.005980897s INFO prepare_target{force=false package_id=regex-syntax v0.6.29 target="regex_syntax"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/regex-syntax-f5679036a8a79f04/lib-regex_syntax` Caused by: No such file or directory (os error 2) 5.006828601s INFO prepare_target{force=false package_id=nu-ansi-term v0.46.0 target="nu_ansi_term"}: cargo::core::compiler::fingerprint: fingerprint error for nu-ansi-term v0.46.0/Build/TargetInner { name_inferred: true, ..: lib_target("nu_ansi_term", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/lib.rs", Edition2018) } 5.006859532s INFO prepare_target{force=false package_id=nu-ansi-term v0.46.0 target="nu_ansi_term"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/nu-ansi-term-0d8b76db4e9234f1/lib-nu_ansi_term` Caused by: No such file or directory (os error 2) 5.007338185s INFO prepare_target{force=false package_id=overload v0.1.1 target="overload"}: cargo::core::compiler::fingerprint: fingerprint error for overload v0.1.1/Build/TargetInner { name_inferred: true, ..: lib_target("overload", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/overload-0.1.1/src/lib.rs", Edition2018) } 5.007370275s INFO prepare_target{force=false package_id=overload v0.1.1 target="overload"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/overload-bff4ed6a8d288a0c/lib-overload` Caused by: No such file or directory (os error 2) 5.007902866s INFO prepare_target{force=false package_id=parking_lot v0.12.3 target="parking_lot"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot v0.12.3/Build/TargetInner { ..: lib_target("parking_lot", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/lib.rs", Edition2021) } 5.007933679s INFO prepare_target{force=false package_id=parking_lot v0.12.3 target="parking_lot"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/parking_lot-e0a21e93292f8396/lib-parking_lot` Caused by: No such file or directory (os error 2) 5.008498165s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="lock_api"}: cargo::core::compiler::fingerprint: fingerprint error for lock_api v0.4.12/Build/TargetInner { name_inferred: true, ..: lib_target("lock_api", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/lib.rs", Edition2021) } 5.008540907s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="lock_api"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/lock_api-d3065f4c21b82505/lib-lock_api` Caused by: No such file or directory (os error 2) 5.010170070s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for lock_api v0.4.12/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/build.rs", Edition2021) } 5.010199209s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/lock_api-42da1379912bba1e/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.010761324s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for lock_api v0.4.12/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/build.rs", Edition2021) } 5.010790311s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/lock_api-f027ded7cae1b1b8/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.011319490s INFO prepare_target{force=false package_id=autocfg v1.4.0 target="autocfg"}: cargo::core::compiler::fingerprint: fingerprint error for autocfg v1.4.0/Build/TargetInner { ..: lib_target("autocfg", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0/src/lib.rs", Edition2015) } 5.011358541s INFO prepare_target{force=false package_id=autocfg v1.4.0 target="autocfg"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/autocfg-94540acc7b0925c8/lib-autocfg` Caused by: No such file or directory (os error 2) 5.011903530s INFO prepare_target{force=false package_id=scopeguard v1.2.0 target="scopeguard"}: cargo::core::compiler::fingerprint: fingerprint error for scopeguard v1.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("scopeguard", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0/src/lib.rs", Edition2015) } 5.011935064s INFO prepare_target{force=false package_id=scopeguard v1.2.0 target="scopeguard"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/scopeguard-64075a5e70184b6f/lib-scopeguard` Caused by: No such file or directory (os error 2) 5.012503427s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="parking_lot_core"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot_core v0.9.10/Build/TargetInner { name_inferred: true, ..: lib_target("parking_lot_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/lib.rs", Edition2021) } 5.012534714s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="parking_lot_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/parking_lot_core-fa27d8d212fe2867/lib-parking_lot_core` Caused by: No such file or directory (os error 2) 5.014108361s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot_core v0.9.10/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/build.rs", Edition2021) } 5.014154064s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/parking_lot_core-2a78022906752b27/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.014551182s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot_core v0.9.10/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/build.rs", Edition2021) } 5.014581042s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/parking_lot_core-edee67daf6619a33/build-script-build-script-build` Caused by: No such file or directory (os error 2) 5.015035816s INFO prepare_target{force=false package_id=sharded-slab v0.1.7 target="sharded_slab"}: cargo::core::compiler::fingerprint: fingerprint error for sharded-slab v0.1.7/Build/TargetInner { name_inferred: true, ..: lib_target("sharded_slab", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs", Edition2018) } 5.015069456s INFO prepare_target{force=false package_id=sharded-slab v0.1.7 target="sharded_slab"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/sharded-slab-7c80353c0358a469/lib-sharded_slab` Caused by: No such file or directory (os error 2) 5.015629148s INFO prepare_target{force=false package_id=lazy_static v1.5.0 target="lazy_static"}: cargo::core::compiler::fingerprint: fingerprint error for lazy_static v1.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("lazy_static", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/lib.rs", Edition2015) } 5.015663628s INFO prepare_target{force=false package_id=lazy_static v1.5.0 target="lazy_static"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/lazy_static-e19bf51943cd2305/lib-lazy_static` Caused by: No such file or directory (os error 2) 5.016176470s INFO prepare_target{force=false package_id=thread_local v1.1.8 target="thread_local"}: cargo::core::compiler::fingerprint: fingerprint error for thread_local v1.1.8/Build/TargetInner { name_inferred: true, ..: lib_target("thread_local", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs", Edition2021) } 5.016210514s INFO prepare_target{force=false package_id=thread_local v1.1.8 target="thread_local"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/thread_local-38cefb8a2359c141/lib-thread_local` Caused by: No such file or directory (os error 2) 5.016797129s INFO prepare_target{force=false package_id=tracing-tree v0.3.1 target="tracing_tree"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-tree v0.3.1/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_tree", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs", Edition2018) } 5.016830037s INFO prepare_target{force=false package_id=tracing-tree v0.3.1 target="tracing_tree"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tracing-tree-e76db3ad6ca7b520/lib-tracing_tree` Caused by: No such file or directory (os error 2) 5.017349732s INFO prepare_target{force=false package_id=nu-ansi-term v0.50.1 target="nu_ansi_term"}: cargo::core::compiler::fingerprint: fingerprint error for nu-ansi-term v0.50.1/Build/TargetInner { name_inferred: true, ..: lib_target("nu_ansi_term", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/lib.rs", Edition2021) } 5.017382752s INFO prepare_target{force=false package_id=nu-ansi-term v0.50.1 target="nu_ansi_term"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/nu-ansi-term-b6bd74491afd6086/lib-nu_ansi_term` Caused by: No such file or directory (os error 2) 5.018023035s INFO prepare_target{force=false package_id=tracing-log v0.2.0 target="tracing_log"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-log v0.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_log", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs", Edition2018) } 5.018063216s INFO prepare_target{force=false package_id=tracing-log v0.2.0 target="tracing_log"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tracing-log-71c0959a741fadcb/lib-tracing_log` Caused by: No such file or directory (os error 2) 5.018592868s INFO prepare_target{force=false package_id=log v0.4.22 target="log"}: cargo::core::compiler::fingerprint: fingerprint error for log v0.4.22/Build/TargetInner { name_inferred: true, ..: lib_target("log", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs", Edition2021) } 5.018626672s INFO prepare_target{force=false package_id=log v0.4.22 target="log"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/log-b6b389cb1aba808d/lib-log` Caused by: No such file or directory (os error 2) 5.019412152s INFO prepare_target{force=false package_id=unicode-segmentation v1.12.0 target="unicode_segmentation"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-segmentation v1.12.0/Build/TargetInner { ..: lib_target("unicode_segmentation", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs", Edition2018) } 5.019445148s INFO prepare_target{force=false package_id=unicode-segmentation v1.12.0 target="unicode_segmentation"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicode-segmentation-dba708253eed9428/lib-unicode_segmentation` Caused by: No such file or directory (os error 2) Compiling proc-macro2 v1.0.89 Compiling unicode-ident v1.0.13 Compiling libc v0.2.164 Compiling serde v1.0.214 Compiling version_check v0.9.5 Compiling typenum v1.17.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.89 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=89 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=444829df39910542 -C extra-filename=-444829df39910542 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-444829df39910542 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8c57911afad2355a -C extra-filename=-8c57911afad2355a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-8c57911afad2355a -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_ident --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=759de8cc44fc4838 -C extra-filename=-759de8cc44fc4838 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_main --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=c659025acdbbfe40 -C extra-filename=-c659025acdbbfe40 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/typenum-c659025acdbbfe40 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2e642f3dcf12ccfb -C extra-filename=-2e642f3dcf12ccfb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-2e642f3dcf12ccfb -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name version_check --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aaeb73d714f2ae85 -C extra-filename=-aaeb73d714f2ae85 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/version.rs:192:32 | 192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/version.rs:199:32 | 199 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/channel.rs:192:32 | 192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/date.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:46:32 | 46 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:161:32 | 161 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 161 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs:25:32 | 25 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs:35:32 | 35 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling memchr v2.7.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=0d21b9ab4112abf9 -C extra-filename=-0d21b9ab4112abf9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:740:38 | 740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Compiling once_cell v1.20.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name once_cell --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=a3deaa1adc8dcfdf -C extra-filename=-a3deaa1adc8dcfdf --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.89 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=89 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-248442f93ebdb4cd/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-444829df39910542/build-script-build` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:430:36 | 430 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:722:36 | 722 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:910:36 | 910 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:1261:36 | 1261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(fuzzing) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_is_available) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_literal_byte_character) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_literal_c_string) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_source_text) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(proc_macro_span) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(randomize_layout) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(span_locations) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(super_unstable) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(wrap_proc_macro) [proc-macro2 1.0.89] cargo:rerun-if-changed=build/probe.rs [proc-macro2 1.0.89] cargo:rustc-cfg=wrap_proc_macro warning: `version_check` (lib) generated 4 warnings Compiling generic-array v0.14.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=9a3344ae2fd42835 -C extra-filename=-9a3344ae2fd42835 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/generic-array-9a3344ae2fd42835 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern version_check=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libversion_check-aaeb73d714f2ae85.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.89 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=89 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-248442f93ebdb4cd/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro2 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0dbc84ae0ef79c06 -C extra-filename=-0dbc84ae0ef79c06 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-759de8cc44fc4838.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libc-5ac6457282f12779/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-8c57911afad2355a/build-script-build` [libc 0.2.164] cargo:rerun-if-changed=build.rs [libc 0.2.164] cargo:rustc-cfg=freebsd11 [libc 0.2.164] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.164] cargo:rustc-cfg=libc_union [libc 0.2.164] cargo:rustc-cfg=libc_const_size_of [libc 0.2.164] cargo:rustc-cfg=libc_align [libc 0.2.164] cargo:rustc-cfg=libc_int128 [libc 0.2.164] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.164] cargo:rustc-cfg=libc_packedN [libc 0.2.164] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.164] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.164] cargo:rustc-cfg=libc_long_array [libc 0.2.164] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.164] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.164] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.164] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.164] cargo:rustc-check-cfg=cfg(espidf_time32) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_ctest) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libc-5ac6457282f12779/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=d5ee02aba6edfc09 -C extra-filename=-d5ee02aba6edfc09 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: `typenum` (build script) generated 5 warnings warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/typenum-e5ea29d9c2f55ab2/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/typenum-c659025acdbbfe40/build-script-main` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ [typenum 1.17.0] cargo:rerun-if-changed=build/main.rs warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:76:48 | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:92:47 | 92 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:169:29 | 169 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:191:32 | 191 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:197:32 | 197 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:682:32 | 682 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:691:63 | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:773:34 | 773 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:897:32 | 897 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:909:32 | 909 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 909 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1190:32 | 1190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1196:34 | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:255:32 | 255 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 255 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:285:32 | 285 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 285 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:298:32 | 298 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 298 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:566:63 | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:663:40 | 663 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 663 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:672:40 | 672 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 672 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:760:32 | 760 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:769:32 | 769 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:982:32 | 982 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:991:32 | 991 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 991 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:308:32 | 308 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:327:32 | 327 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 327 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:562:32 | 562 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 562 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:636:32 | 636 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:648:32 | 648 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:794:40 | 794 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:800:40 | 800 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 800 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:885:34 | 885 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 885 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1068:32 | 1068 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1074:32 | 1074 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1318:32 | 1318 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1318 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1324:32 | 1324 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1324 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1360:36 | 1360 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `once_cell` (lib) generated 4 warnings Compiling cfg-if v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=553dd7069ac0bb68 -C extra-filename=-553dd7069ac0bb68 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=typenum CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/typenum-e5ea29d9c2f55ab2/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name typenum --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=f1f80871ca905ac0 -C extra-filename=-f1f80871ca905ac0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_MORE_LENGTHS=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/generic-array-873e79f93db0311e/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/generic-array-9a3344ae2fd42835/build-script-build` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:177:42 | 177 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:226:42 | 226 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:753:42 | 753 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:786:42 | 786 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:813:42 | 813 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:851:42 | 851 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:892:42 | 892 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:925:42 | 925 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 925 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:960:42 | 960 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1068:50 | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter) | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/x86_64.rs:81:42 | 81 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ Compiling autocfg v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION=1.0 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name autocfg --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94540acc7b0925c8 -C extra-filename=-94540acc7b0925c8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` [generic-array 0.14.7] cargo:rustc-cfg=relaxed_coherence Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-aba8833c2f20b8fc/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-2e642f3dcf12ccfb/build-script-build` [serde 1.0.214] cargo:rerun-if-changed=build.rs warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0/src/error.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_cstr) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_error) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_net) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_num_saturating) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_try_from) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_float_copysign) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_serde_derive) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_std_atomic) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_std_atomic64) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_target_has_atomic) Compiling unicase v2.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicase CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicase --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f9fda92fe0d84cbe -C extra-filename=-f9fda92fe0d84cbe --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:51:5 | 51 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:61:13 | 61 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/bit.rs:187:7 | 187 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/uint.rs:1656:7 | 1656 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/uint.rs:1709:16 | 1709 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::suspicious_arithmetic_impl))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused import: `*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:104:25 | 104 | N1, N2, Z0, P1, P2, *, | ^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/ascii.rs:71:34 | 71 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 71 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs:199:34 | 199 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs:206:34 | 206 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 206 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs:254:14 | 254 | impl<'a> Into<$to> for UniCase<$to> { | -^^- help: elide the unused lifetime ... 275 | into_impl!(String); | ------------------ in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` = note: this warning originates in the macro `into_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: `unicase` (lib) generated 4 warnings Compiling quote v1.0.37 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name quote --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=5ddb0dce03806ed5 -C extra-filename=-5ddb0dce03806ed5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `autocfg` (lib) generated 1 warning Compiling syn v2.0.87 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.87 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=87 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=62f1c031e126d539 -C extra-filename=-62f1c031e126d539 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rmeta --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-5ddb0dce03806ed5.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-759de8cc44fc4838.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `proc-macro2` (lib) generated 111 warnings warning: `typenum` (lib) generated 6 warnings Compiling lock_api v0.4.12 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=f027ded7cae1b1b8 -C extra-filename=-f027ded7cae1b1b8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/lock_api-f027ded7cae1b1b8 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libautocfg-94540acc7b0925c8.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=generic_array CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/generic-array-873e79f93db0311e/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name generic_array --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=0943c8975c5670cf -C extra-filename=-0943c8975c5670cf --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern typenum=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libtypenum-f1f80871ca905ac0.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg relaxed_coherence` warning: `quote` (lib) generated 13 warnings Compiling parking_lot_core v0.9.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=edee67daf6619a33 -C extra-filename=-edee67daf6619a33 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/parking_lot_core-edee67daf6619a33 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:136:19 | 136 | #[cfg(relaxed_coherence)] | ^^^^^^^^^^^^^^^^^ ... 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:158:23 | 158 | #[cfg(not(relaxed_coherence))] | ^^^^^^^^^^^^^^^^^ ... 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:136:19 | 136 | #[cfg(relaxed_coherence)] | ^^^^^^^^^^^^^^^^^ ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:158:23 | 158 | #[cfg(not(relaxed_coherence))] | ^^^^^^^^^^^^^^^^^ ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:69:34 | 69 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 69 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/iter.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:235:62 | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut, &mut usize) { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, T>, &mut usize) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:290:59 | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter, &mut usize) { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter<'_, T>, &mut usize) { | +++ warning: `libc` (lib) generated 11 warnings Compiling mime_guess v2.0.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/Cargo.toml CARGO_PKG_AUTHORS='Austin Bonander ' CARGO_PKG_DESCRIPTION='A simple crate for detection of a file'\''s MIME type by its extension.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime_guess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/abonander/mime_guess' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.5 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=8485573fc93214b5 -C extra-filename=-8485573fc93214b5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/mime_guess-8485573fc93214b5 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicase=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicase-f9fda92fe0d84cbe.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_ATOMIC_USIZE=1 CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/lock_api-42da1379912bba1e/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/lock_api-f027ded7cae1b1b8/build-script-build` warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/build.rs:1:7 | 1 | #[cfg(feature = "phf")] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default` and `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/build.rs:20:7 | 20 | #[cfg(feature = "phf")] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default` and `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/build.rs:41:7 | 41 | #[cfg(feature = "phf")] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default` and `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/build.rs:78:11 | 78 | #[cfg(all(feature = "phf", feature = "rev-mappings"))] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default` and `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/build.rs:123:15 | 123 | #[cfg(all(not(feature = "phf"), feature = "rev-mappings"))] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default` and `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/build.rs:33:11 | 33 | #[cfg(feature = "phf")] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default` and `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/parking_lot_core-2a78022906752b27/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/parking_lot_core-edee67daf6619a33/build-script-build` [parking_lot_core 0.9.10] cargo:rerun-if-changed=build.rs Compiling aho-corasick v1.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name aho_corasick --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=3bb4d385ba14ac82 -C extra-filename=-3bb4d385ba14ac82 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs:311:1 | 311 | extern crate self as syn; | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:128:21 | 128 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 128 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:155:25 | 155 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 155 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 181 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 182 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 183 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 184 | impl_low_level_token!("group token" proc_macro2::Group any_group); | ----------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 185 | impl_low_level_token!("lifetime" Lifetime lifetime); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:192:21 | 192 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:372:44 | 372 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 520 | / define_punctuation_structs! { 521 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 522 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 372 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:535:21 | 535 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:554:21 | 554 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 554 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:608:32 | 608 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 608 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:648:21 | 648 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:659:21 | 659 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:670:21 | 670 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 670 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:681:21 | 681 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 681 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:245:44 | 245 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 245 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:279:33 | 279 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 279 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:288:33 | 288 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 288 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:372:44 | 372 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 372 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:418:33 | 418 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:427:33 | 427 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 427 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: `memchr` (lib) generated 2 warnings Compiling tracing-core v0.1.30 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Core primitives for application-level tracing. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_core --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=4a56bc13e8a98411 -C extra-filename=-4a56bc13e8a98411 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-a3deaa1adc8dcfdf.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:479:44 | 479 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 795 | / define_delimiters! { 796 | | Brace pub struct Brace /// `{`…`}` 797 | | Bracket pub struct Bracket /// `[`…`]` 798 | | Parenthesis pub struct Paren /// `(`…`)` 799 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 479 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:981:34 | 981 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 981 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:992:40 | 992 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 992 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1001:41 | 1001 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1001 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1007:28 | 1007 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1034:35 | 1034 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1034 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:659:38 | 659 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:666:45 | 666 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:676:45 | 676 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 676 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:688:25 | 688 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 688 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:696:25 | 696 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:704:25 | 704 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 704 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:712:41 | 712 | fn parse_outermost_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 712 | fn parse_outermost_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:721:60 | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:731:54 | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:740:60 | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:765:44 | 765 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 765 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:776:44 | 776 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:81:28 | 81 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:29 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:40 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:30 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:41 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:415:28 | 415 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 415 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:43 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:54 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:428:42 | 428 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 428 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:141:77 | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members] { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:259:25 | 259 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 259 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:301:25 | 301 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 301 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:312:25 | 312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:324:35 | 324 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 324 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:361:37 | 361 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:828:45 | 828 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:890:52 | 890 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 890 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:906:24 | 906 | pub fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 906 | pub fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1024:40 | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1074:40 | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1219:25 | 1219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1229:59 | 1229 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1229 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1301:16 | 1301 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1301 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1414:16 | 1414 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1414 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1448:31 | 1448 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1464:16 | 1464 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1482:26 | 1482 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1482 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1495:26 | 1495 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1495 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1572:16 | 1572 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1572 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1574:16 | 1574 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1574 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1592:30 | 1592 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1592 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1756:25 | 1756 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1756 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1834:28 | 1834 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1834 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1892:28 | 1892 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1892 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1907:16 | 1907 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1907 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1924:16 | 1924 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1924 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1960:25 | 1960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1968:30 | 1968 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1968 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2007:31 | 2007 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2007 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2054:25 | 2054 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2054 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2080:25 | 2080 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2080 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2113:25 | 2113 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2113 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2122:16 | 2122 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2122 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2158:25 | 2158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2171:25 | 2171 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2171 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2178:24 | 2178 | fn expr_let(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2178 | fn expr_let(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2194:25 | 2194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2249:25 | 2249 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2260:25 | 2260 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2260 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2290:25 | 2290 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2290 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2346:37 | 2346 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2361 | / impl_by_parsing_expr! { 2362 | | ExprAssign, Assign, "expected assignment expression", 2363 | | ExprAwait, Await, "expected await expression", 2364 | | ExprBinary, Binary, "expected binary operation", ... | 2372 | | ExprTuple, Tuple, "expected tuple expression", 2373 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2346 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2378:25 | 2378 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2378 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2387:16 | 2387 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2387 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2401:25 | 2401 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2401 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2410:25 | 2410 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2410 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2425:25 | 2425 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2425 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2439:25 | 2439 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2439 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2448:25 | 2448 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2448 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2464:27 | 2464 | fn expr_become(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn expr_become(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2474:25 | 2474 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2474 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2486:25 | 2486 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2486 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2502:28 | 2502 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2502 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ [lock_api 0.4.12] cargo:rustc-cfg=has_const_fn_trait_bound warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2560:25 | 2560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2571:27 | 2571 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2571 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2609:25 | 2609 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2609 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2633:25 | 2633 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2633 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2652:25 | 2652 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2652 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2663:25 | 2663 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2663 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2675:25 | 2675 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn parse(input: ParseStream<'_>) -> Result { | ++++ Compiling regex-syntax v0.6.29 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2685:26 | 2685 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2685 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2720:25 | 2720 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2720 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2749:25 | 2749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2757:16 | 2757 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2804:25 | 2804 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2804 | fn parse(input: ParseStream<'_>) -> Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.29 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=29 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=f5679036a8a79f04 -C extra-filename=-f5679036a8a79f04 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2823:25 | 2823 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2823 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2841:26 | 2841 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2841 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2854:16 | 2854 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2854 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2875:25 | 2875 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2875 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2892:45 | 2892 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2892 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2912:25 | 2912 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2912 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2927:25 | 2927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2941:25 | 2941 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2941 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2974:25 | 2974 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2974 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3036:25 | 3036 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3036 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3048:26 | 3048 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3048 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/file.rs:95:25 | 95 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:108:74 | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes] { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:115:86 | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut] { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:122:72 | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams] { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:129:84 | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut] { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:136:74 | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams] { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:143:86 | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut] { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:38 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:52 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:331:48 | 331 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 362 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 331 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:331:48 | 331 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 364 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 331 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:331:48 | 331 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 366 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 331 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:371:35 | 371 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 371 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:561:25 | 561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:624:25 | 624 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:651:25 | 651 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 651 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:689:25 | 689 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:718:25 | 718 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 718 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:729:25 | 729 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 729 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:786:20 | 786 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:842:20 | 842 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 842 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:871:25 | 871 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 871 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:896:25 | 896 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 896 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:907:25 | 907 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:931:25 | 931 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:962:25 | 962 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 962 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:973:25 | 973 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:1043:25 | 1043 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1043 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:1081:25 | 1081 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1081 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1151:20 | 1151 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1199:20 | 1199 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1199 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1228:45 | 1228 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1228 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1241:25 | 1241 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1241 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1270:28 | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1270 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1270:66 | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1295:25 | 1295 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1295 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1328:25 | 1328 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1335:16 | 1335 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1335 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1362:25 | 1362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1369:16 | 1369 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1369 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1446:25 | 1446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1464:25 | 1464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1497:30 | 1497 | fn peek_signature(input: ParseStream, allow_safe: bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn peek_signature(input: ParseStream<'_>, allow_safe: bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1511:25 | 1511 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1511 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1517:31 | 1517 | fn parse_signature(input: ParseStream, allow_safe: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1517 | fn parse_signature(input: ParseStream<'_>, allow_safe: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1569:16 | 1569 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1569 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1589:25 | 1589 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1589 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1605:16 | 1605 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1605 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1656:25 | 1656 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1656 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1700:16 | 1700 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1700 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1770:25 | 1770 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1770 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1819:25 | 1819 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1819 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1844:25 | 1844 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1844 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1943:25 | 1943 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1943 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1959:25 | 1959 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1959 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1991:39 | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1991 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1991:59 | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2024:25 | 2024 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2024 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2042:25 | 2042 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2042 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2060:31 | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2060 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2060:51 | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2096:25 | 2096 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2096 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2120:25 | 2120 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2120 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2144:25 | 2144 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2144 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2165:42 | 2165 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2165 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2217:16 | 2217 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2217 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2274:25 | 2274 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2274 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2281:16 | 2281 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2292:16 | 2292 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2292 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2420:25 | 2420 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2420 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2457:25 | 2457 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2457 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2486:25 | 2486 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2486 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2508:37 | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2508 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2508:57 | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2543:25 | 2543 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2543 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2561:25 | 2561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2567:26 | 2567 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2567 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2673:25 | 2673 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2673 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2769:25 | 2769 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2769 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2806:25 | 2806 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2806 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2813:16 | 2813 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2847:25 | 2847 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2847 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2872:36 | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2872 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2872:56 | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2909:25 | 2909 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2936:25 | 2936 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2936 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:502:40 | 502 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:574:40 | 574 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 574 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:609:44 | 609 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 609 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:615:57 | 615 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 615 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:625:44 | 625 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 625 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:631:57 | 631 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 631 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:641:44 | 641 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 641 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:647:57 | 647 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 647 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:657:44 | 657 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 657 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:663:57 | 663 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 663 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:673:44 | 673 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 673 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:679:57 | 679 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 679 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:689:44 | 689 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:695:57 | 695 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 695 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:705:44 | 705 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:711:57 | 711 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 711 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:721:44 | 721 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 721 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:727:57 | 727 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 727 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:867:25 | 867 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:47 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:71 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:949:25 | 949 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:960:25 | 960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:971:25 | 971 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:982:25 | 982 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:993:25 | 993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1004:25 | 1004 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1004 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1015:25 | 1015 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1015 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:26 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:43 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:309:21 | 309 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:153:38 | 153 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:215:21 | 215 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:277:32 | 277 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:283:32 | 283 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:387:13 | 387 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:389:6 | 389 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:393:51 | 393 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:430:30 | 430 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option<(Span, Delimiter)>) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 430 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option<(Span, Delimiter)>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:441:39 | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:445:50 | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option<(Span, Delimiter)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option<(Span, Delimiter)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:505:40 | 505 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:27 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:49 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:27 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:49 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:736:20 | 736 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 736 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1167:21 | 1167 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1167 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1174:21 | 1174 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1174 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1185:21 | 1185 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1192:21 | 1192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1202:21 | 1202 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1202 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1216:21 | 1216 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1216 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1226:21 | 1226 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1226 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1279:52 | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1288:15 | 1288 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1288 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1370:22 | 1370 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1370 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1398:32 | 1398 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1398 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:127:21 | 127 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:131:21 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:147:21 | 147 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:158:21 | 158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:169:21 | 169 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:199:21 | 199 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:206:21 | 206 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 206 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:219:21 | 219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:456:24 | 456 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:463:23 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:463:43 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:469:25 | 469 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 469 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:494:16 | 494 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 494 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:521:26 | 521 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:556:25 | 556 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:604:25 | 604 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 604 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:622:35 | 622 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:643:34 | 643 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:673:29 | 673 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 673 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:682:32 | 682 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:726:31 | 726 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:759:25 | 759 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 759 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:794:25 | 794 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:409:41 | 409 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 409 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:454:39 | 454 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:461:20 | 461 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 461 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:489:25 | 489 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 489 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:497:25 | 497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:509:25 | 509 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:515:32 | 515 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:576:39 | 576 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 576 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:608:43 | 608 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 608 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:623:20 | 623 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:643:32 | 643 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:119:31 | 119 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 119 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:130:42 | 130 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 130 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:141:33 | 141 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:150:44 | 150 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:290:36 | 290 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:309:16 | 309 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:310:20 | 310 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:342:44 | 342 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 342 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:361:16 | 361 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:362:20 | 362 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 362 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:442:32 | 442 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 442 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:151:36 | 151 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs:132:5 | 132 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs:140:5 | 140 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:192:25 | 192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:198:26 | 198 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 198 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:147:7 | 147 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:150:7 | 150 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:182:7 | 182 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:265:24 | 265 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 265 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:488:15 | 488 | #[cfg(not(feature = "alloc"))] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:282:26 | 282 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 282 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:334:16 | 334 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 334 | input: ParseStream<'_>, | ++++ warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:373:11 | 373 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:710:11 | 710 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:713:11 | 713 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:721:11 | 721 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:724:11 | 724 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:270:15 | 270 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:619:25 | 619 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 619 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:630:25 | 630 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 630 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:643:25 | 643 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:666:25 | 666 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:679:25 | 679 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 679 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:726:25 | 726 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:735:25 | 735 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:744:25 | 744 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:786:25 | 786 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:795:36 | 795 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 795 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:800:36 | 800 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 800 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:814:25 | 814 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:822:25 | 822 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 822 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:830:36 | 830 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 830 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:836:36 | 836 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 836 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:848:20 | 848 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 848 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:886:25 | 886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:894:36 | 894 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:899:36 | 899 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 899 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:952:25 | 952 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 952 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:963:25 | 963 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 963 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:970:25 | 970 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 970 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:984:25 | 984 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:990:33 | 990 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1038:35 | 1038 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1038 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1055:25 | 1055 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1055 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1065:25 | 1065 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1065 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:9:40 | 9 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 9 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:19:40 | 19 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:25:42 | 25 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:37:40 | 37 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:51:40 | 51 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 51 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:75:40 | 75 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 75 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:90:40 | 90 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:102:40 | 102 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 102 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:113:40 | 113 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 113 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:125:40 | 125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:274:40 | 274 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:284:40 | 284 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:296:40 | 296 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:315:40 | 315 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:330:40 | 330 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 330 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:342:40 | 342 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 342 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:354:40 | 354 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:360:42 | 360 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 360 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:371:40 | 371 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 371 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:377:42 | 377 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 377 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:388:40 | 388 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 388 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:394:42 | 394 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 394 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:404:40 | 404 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 404 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:417:40 | 417 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 417 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:496:40 | 496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:502:42 | 502 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:513:40 | 513 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 513 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:519:42 | 519 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 519 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:531:40 | 531 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 531 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:537:42 | 537 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 537 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:549:40 | 549 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 549 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:555:42 | 555 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 555 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:567:40 | 567 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 567 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:573:42 | 573 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 573 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:585:40 | 585 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:591:42 | 591 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 591 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:602:40 | 602 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 602 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:608:42 | 608 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 608 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:620:40 | 620 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 620 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:626:42 | 626 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 626 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:638:40 | 638 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 638 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:644:42 | 644 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 644 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:656:40 | 656 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 656 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:662:42 | 662 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 662 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:681:40 | 681 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 681 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:687:42 | 687 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:698:40 | 698 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 698 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:704:42 | 704 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 704 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:715:40 | 715 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:721:42 | 721 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 721 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:733:40 | 733 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 733 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:739:42 | 739 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 739 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:754:40 | 754 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 754 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:760:42 | 760 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:771:40 | 771 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 771 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:777:42 | 777 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:790:40 | 790 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 790 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:796:42 | 796 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 796 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:808:40 | 808 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 808 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:814:42 | 814 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:824:40 | 824 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 824 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:830:42 | 830 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 830 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:843:40 | 843 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 843 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:849:42 | 849 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 849 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:859:40 | 859 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 859 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:865:42 | 865 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 865 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:877:40 | 877 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:883:42 | 883 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 883 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:893:40 | 893 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 893 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:899:42 | 899 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 899 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:912:40 | 912 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 912 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:918:42 | 918 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:933:40 | 933 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 933 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:939:42 | 939 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:950:40 | 950 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 950 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:956:42 | 956 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 956 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:967:40 | 967 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 967 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:973:42 | 973 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:985:40 | 985 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 985 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:991:42 | 991 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 991 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1004:40 | 1004 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1004 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1010:42 | 1010 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1010 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1022:40 | 1022 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1022 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1028:42 | 1028 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1028 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1041:40 | 1041 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1041 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1047:42 | 1047 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1047 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1058:40 | 1058 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1058 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1064:42 | 1064 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1064 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1079:40 | 1079 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1079 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1085:42 | 1085 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1085 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1096:40 | 1096 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1096 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1102:42 | 1102 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1102 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1113:40 | 1113 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1119:42 | 1119 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1119 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1130:40 | 1130 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1130 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1136:42 | 1136 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1136 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1147:40 | 1147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1153:42 | 1153 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1153 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1164:40 | 1164 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1170:42 | 1170 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1170 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1183:40 | 1183 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1183 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1189:42 | 1189 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1189 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1200:40 | 1200 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1214:40 | 1214 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1214 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1224:40 | 1224 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1224 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1236:40 | 1236 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1236 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1248:40 | 1248 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1260:40 | 1260 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1260 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1266:42 | 1266 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1266 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1276:40 | 1276 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1276 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1282:42 | 1282 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1282 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1292:40 | 1292 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1292 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1303:40 | 1303 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1303 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1322:40 | 1322 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1322 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1340:40 | 1340 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1340 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1346:42 | 1346 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1346 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1358:40 | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1364:42 | 1364 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1364 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1375:40 | 1375 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1375 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1381:42 | 1381 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1381 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1397:40 | 1397 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1397 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1403:42 | 1403 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1403 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1417:40 | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1456:40 | 1456 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1456 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1480:40 | 1480 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1480 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1492:40 | 1492 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1492 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1510:40 | 1510 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1510 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1516:42 | 1516 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1516 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1535:40 | 1535 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1535 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/ahocorasick.rs:2030:38 | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2030 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1541:42 | 1541 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1541 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1554:40 | 1554 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1554 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/automaton.rs:1117:50 | 1117 | fn next(&mut self) -> Option> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1117 | fn next(&mut self) -> Option>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1560:42 | 1560 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1571:40 | 1571 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1571 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1577:42 | 1577 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1577 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1594:41 | 1594 | fn fmt(&self, _formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1594 | fn fmt(&self, _formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/dfa.rs:306:38 | 306 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/nfa/contiguous.rs:325:38 | 325 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1601:40 | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1611:40 | 1611 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1611 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/nfa/noncontiguous.rs:795:38 | 795 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 795 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/nfa/noncontiguous.rs:826:38 | 826 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 826 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1640:40 | 1640 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1640 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1646:42 | 1646 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1646 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1664:40 | 1664 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1664 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1670:42 | 1670 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1670 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1685:40 | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1691:42 | 1691 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1706:40 | 1706 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1706 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1712:42 | 1712 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1712 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/alphabet.rs:85:49 | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/alphabet.rs:93:44 | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1724:40 | 1724 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1724 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1730:42 | 1730 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1730 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1743:40 | 1743 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1743 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/alphabet.rs:288:38 | 288 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1749:42 | 1749 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1749 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/error.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1766:40 | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1772:42 | 1772 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1772 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:354:38 | 354 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1784:40 | 1784 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1784 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1790:42 | 1790 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1805:40 | 1805 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1805 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:526:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 526 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 526 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/primitives.rs:628:46 | 384 | / macro_rules! index_type_impls { 385 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 386 | | impl $name { 387 | | /// The maximum value. ... | 628 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 691 | | }; 692 | | } | |_- in this expansion of `index_type_impls!` ... 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 628 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1811:42 | 1811 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1811 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/search.rs:633:38 | 633 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 633 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/util/search.rs:719:38 | 719 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 719 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1829:40 | 1829 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1829 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1835:42 | 1835 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1850:40 | 1850 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1850 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1856:42 | 1856 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1856 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1876:40 | 1876 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1876 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1882:42 | 1882 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1882 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1898:40 | 1898 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1898 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1904:42 | 1904 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1904 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1920:40 | 1920 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1920 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1926:42 | 1926 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1940:40 | 1940 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1940 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1946:42 | 1946 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1946 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1960:40 | 1960 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1969:40 | 1969 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1969 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1974:42 | 1974 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1974 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1984:40 | 1984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1995:40 | 1995 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1995 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2017:40 | 2017 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2017 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2023:42 | 2023 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2023 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2036:40 | 2036 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2036 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2047:40 | 2047 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2047 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2059:40 | 2059 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2059 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2083:40 | 2083 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2083 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2102:40 | 2102 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2102 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2114:40 | 2114 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2114 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2120:42 | 2120 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2120 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2131:40 | 2131 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2131 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2137:42 | 2137 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2137 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2148:40 | 2148 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2148 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2154:42 | 2154 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2154 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2165:40 | 2165 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2165 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2195:40 | 2195 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2201:42 | 2201 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2201 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2214:40 | 2214 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2220:42 | 2220 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2220 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2231:40 | 2231 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2231 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2237:42 | 2237 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2237 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2248:40 | 2248 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2248 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2254:42 | 2254 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2254 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2266:40 | 2266 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2266 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2272:42 | 2272 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2272 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2282:40 | 2282 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2282 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2288:42 | 2288 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2288 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2299:40 | 2299 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2299 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2305:42 | 2305 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2305 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2319:40 | 2319 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2319 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2325:42 | 2325 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2325 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2336:40 | 2336 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2336 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2342:42 | 2342 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2342 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2355:40 | 2355 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2355 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2361:42 | 2361 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2361 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2373:40 | 2373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2379:42 | 2379 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2379 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2389:40 | 2389 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2389 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2395:42 | 2395 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2395 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2405:40 | 2405 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2405 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2421:40 | 2421 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2421 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2431:40 | 2431 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2431 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2450:40 | 2450 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2462:40 | 2462 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2462 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2473:40 | 2473 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2473 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2485:40 | 2485 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2485 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2498:40 | 2498 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2498 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2517:40 | 2517 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2517 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2531:40 | 2531 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2531 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2547:40 | 2547 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2547 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2566:40 | 2566 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2566 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2581:40 | 2581 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2581 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2603:40 | 2603 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2603 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2609:42 | 2609 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2609 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2620:40 | 2620 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2620 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2632:40 | 2632 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2632 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2647:40 | 2647 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2647 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2665:40 | 2665 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2665 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2671:42 | 2671 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2671 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2687:40 | 2687 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2687 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2693:42 | 2693 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2693 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2705:40 | 2705 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2705 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2711:42 | 2711 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2711 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2722:40 | 2722 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2722 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2728:42 | 2728 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2728 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2744:40 | 2744 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2744 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2772:40 | 2772 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2772 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2778:42 | 2778 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2778 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2790:40 | 2790 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2790 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2796:42 | 2796 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2796 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2812:40 | 2812 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2812 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2818:42 | 2818 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2818 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2828:40 | 2828 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2828 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2834:42 | 2834 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2844:40 | 2844 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2844 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2850:42 | 2850 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2850 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2859:40 | 2859 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2859 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2865:42 | 2865 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2865 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2874:40 | 2874 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2874 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2880:42 | 2880 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2880 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2889:40 | 2889 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2889 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2903:40 | 2903 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2903 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2931:40 | 2931 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2931 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2937:42 | 2937 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2937 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2947:40 | 2947 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2947 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2953:42 | 2953 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2953 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2963:40 | 2963 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2963 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2969:42 | 2969 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2969 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2981:40 | 2981 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2981 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2987:42 | 2987 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2987 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2999:40 | 2999 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2999 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3005:42 | 3005 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3005 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3015:40 | 3015 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3015 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3021:42 | 3021 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3021 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3031:40 | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3037:42 | 3037 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3037 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3047:40 | 3047 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3047 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3071:40 | 3071 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3071 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3080:40 | 3080 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3080 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3090:40 | 3090 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3090 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3099:40 | 3099 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3099 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3110:40 | 3110 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3110 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3121:40 | 3121 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3121 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3155:40 | 3155 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3155 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3167:40 | 3167 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3167 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3179:40 | 3179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3185:42 | 3185 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3185 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3197:40 | 3197 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3197 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3213:40 | 3213 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3213 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3223:40 | 3223 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3223 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: creating a shared reference to mutable static is discouraged --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:430:14 | 430 | Some(GLOBAL_DISPATCH.as_ref().expect( | ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static | = note: for more information, see = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives = note: `#[warn(static_mut_refs)]` on by default warning: `generic-array` (lib) generated 8 warnings Compiling crypto-common v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crypto_common CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Common cryptographic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crypto-common CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crypto_common --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=da8554c0d2c03475 -C extra-filename=-da8554c0d2c03475 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libgeneric_array-0943c8975c5670cf.rmeta --extern typenum=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libtypenum-f1f80871ca905ac0.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `mime_guess` (build script) generated 6 warnings Compiling block-buffer v0.10.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=block_buffer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Buffer type for block processing of data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=block-buffer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name block_buffer --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19a15852348fb981 -C extra-filename=-19a15852348fb981 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libgeneric_array-0943c8975c5670cf.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling regex-syntax v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=0172ff784cb1d371 -C extra-filename=-0172ff784cb1d371 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=6a1ce40509bf8d7a -C extra-filename=-6a1ce40509bf8d7a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:804:38 | 804 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 804 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:1029:38 | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:2901:38 | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `tracing-core` (lib) generated 13 warnings Compiling minimal-lexical v0.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minimal-lexical-0.2.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minimal-lexical-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Huszagh ' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name minimal_lexical --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=5fa6b161e45a70ca -C extra-filename=-5fa6b161e45a70ca --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minimal-lexical-0.2.1/src/bigint.rs:127:40 | 127 | pub fn rview(x: &[Limb]) -> ReverseView { | -----------^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 127 | pub fn rview(x: &[Limb]) -> ReverseView<'_, Limb> { | +++ warning: `memchr` (lib) generated 2 warnings (2 duplicates) Compiling scopeguard v1.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as shorthands for guards with one of the implemented strategies. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name scopeguard --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=64075a5e70184b6f -C extra-filename=-64075a5e70184b6f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minimal-lexical-0.2.1/src/bigint.rs:111:29 | 111 | pub struct ReverseView<'a, T: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0/src/lib.rs:486:32 | 486 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 486 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/hir/interval.rs:423:8 | 335 | pub trait Interval: | -------- method in this trait ... 423 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: call to `.borrow()` on a reference in this situation does nothing --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/ast/parse.rs:379:21 | 379 | self.pattern.borrow() | ^^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default warning: `scopeguard` (lib) generated 1 warning Compiling smallvec v1.13.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name smallvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=b30c3a4190dfcb68 -C extra-filename=-b30c3a4190dfcb68 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `minimal-lexical` (lib) generated 2 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=lock_api CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/lock_api-42da1379912bba1e/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name lock_api --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=d3065f4c21b82505 -C extra-filename=-d3065f4c21b82505 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern scopeguard=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libscopeguard-64075a5e70184b6f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg has_const_fn_trait_bound` warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:148:11 | 148 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:158:15 | 158 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:232:11 | 232 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:247:15 | 247 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:369:11 | 369 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:379:15 | 379 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: field `0` is never read --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/lib.rs:103:24 | 103 | pub struct GuardNoSend(*mut ()); | ----------- ^^^^^^^ | | | field in this struct | = help: consider removing this field = note: `#[warn(dead_code)]` on by default warning: `lock_api` (lib) generated 7 warnings Compiling regex-automata v0.1.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/regex-automata' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/regex-automata' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=82d9cd79c9ba1007 -C extra-filename=-82d9cd79c9ba1007 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-f5679036a8a79f04.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/parking_lot_core-2a78022906752b27/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot_core --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=fa27d8d212fe2867 -C extra-filename=-fa27d8d212fe2867 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-d5ee02aba6edfc09.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-b30c3a4190dfcb68.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused import: `UnparkHandle` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/mod.rs:85:49 | 85 | pub use self::imp::{thread_yield, ThreadParker, UnparkHandle}; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `tsan_enabled` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/word_lock.rs:293:13 | 293 | if cfg!(tsan_enabled) { | ^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tsan_enabled)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tsan_enabled)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:90:38 | 90 | pub fn representatives(&self) -> ByteClassRepresentatives { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 90 | pub fn representatives(&self) -> ByteClassRepresentatives<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:111:32 | 111 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1113:38 | 1113 | pub fn states(&self) -> StateIter { | ---------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | pub fn states(&self) -> StateIter<'_, T, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1508:55 | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1613:32 | 1613 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1613 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1702:53 | 1702 | pub fn transitions(&self) -> StateTransitionIter { | -------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | pub fn transitions(&self) -> StateTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1718:66 | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter { | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1725:32 | 1725 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1828:57 | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut { | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1835:32 | 1835 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/error.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/minimize.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:868:32 | 868 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 868 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:891:32 | 891 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1012:32 | 1012 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1140:32 | 1140 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1200:32 | 1200 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `parking_lot_core` (lib) generated 2 warnings Compiling nom v7.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=7.1.3 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name nom --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=a21afef4caae666e -C extra-filename=-a21afef4caae666e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmemchr-6a1ce40509bf8d7a.rmeta --extern minimal_lexical=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libminimal_lexical-5fa6b161e45a70ca.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1662:34 | 1662 | pub(crate) struct StateIter<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 1662 - pub(crate) struct StateIter<'a, T: 'a, S: 'a> { 1662 + pub(crate) struct StateIter<'a, T, S> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1689:30 | 1689 | pub(crate) struct State<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1753:44 | 1753 | pub(crate) struct StateTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1774:50 | 1774 | pub(crate) struct StateSparseTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1815:33 | 1815 | pub(crate) struct StateMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1847:47 | 1847 | pub(crate) struct StateTransitionIterMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/minimize.rs:42:34 | 42 | pub(crate) struct Minimizer<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/regex.rs:415:34 | 415 | pub struct Matches<'r, 't, D: DFA + 'r> { | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1054:36 | 1054 | struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { | ^^^^^ ^^^^^ | help: remove these bounds | 1054 - struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { 1054 + struct StateIter<'a, T: AsRef<[u8]>, S: StateID = usize> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:560:23 | 560 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 560 - pub struct Pairs<'a, T: 'a, P: 'a> { 560 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:610:26 | 610 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 610 - pub struct PairsMut<'a, T: 'a, P: 'a> { 610 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:747:22 | 747 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:755:25 | 755 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 755 - struct PrivateIter<'a, T: 'a, P: 'a> { 755 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:861:25 | 861 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:870:28 | 870 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 870 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 870 + struct PrivateIterMut<'a, T, P> { | warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:375:13 | 375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, and `std` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:379:12 | 379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:391:12 | 391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:396:14 | 396 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `self::str::*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:439:9 | 439 | pub use self::str::*; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:49:12 | 49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:96:12 | 96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:340:12 | 340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:357:12 | 357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:374:12 | 374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:392:12 | 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:409:12 | 409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:430:12 | 430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:347:6 | 347 | impl<'a, I, O1, O2, E, F: Parser, G: Fn(O1) -> O2> Parser for Map { | ^^-- | | | help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:364:6 | 364 | impl<'a, I, O1, O2, E, F: Parser, G: Fn(O1) -> H, H: Parser> Parser | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:381:6 | 381 | impl<'a, I, O1, O2, E, F: Parser, G: Parser> Parser | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:398:6 | 398 | impl<'a, I, O1, O2, E, F: Parser, G: Parser> Parser | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:415:6 | 415 | impl<'a, I: Clone, O, E: crate::error::ParseError, F: Parser, G: Parser> | ^^-- | | | help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:440:5 | 440 | 'a, | _____-^ 441 | | I: Clone, | |____- help: elide the unused lifetime warning: `nom` (lib) generated 19 warnings Compiling regex-automata v0.4.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "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"))' -C metadata=63679fc91d8a3386 -C extra-filename=-63679fc91d8a3386 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaho_corasick-3bb4d385ba14ac82.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-0172ff784cb1d371.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2359:38 | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2361:32 | 2361 | f: &mut core::fmt::Formatter, | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2361 | f: &mut core::fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2647:38 | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2751:38 | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2831:38 | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2939:38 | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/hybrid/id.rs:346:38 | 346 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:279:38 | 279 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:418:38 | 418 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:472:38 | 472 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 472 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:177:38 | 177 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:472:44 | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:480:46 | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:789:34 | 789 | pub(crate) fn iter(&self) -> ByteSetIter { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | pub(crate) fn iter(&self) -> ByteSetIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:794:41 | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter { | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:857:38 | 857 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1205:38 | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1223:38 | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1227:46 | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/escape.rs:22:38 | 22 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/escape.rs:52:38 | 52 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 52 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/lazy.rs:92:32 | 92 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/lazy.rs:208:36 | 208 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/look.rs:502:38 | 502 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:187:38 | 187 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:229:38 | 229 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 229 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:786:42 | 786 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:78:38 | 78 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:391:38 | 391 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 391 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:548:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 548 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:653:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 653 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:548:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 548 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:653:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 653 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/start.rs:308:38 | 308 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/wire.rs:114:38 | 114 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 114 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/wire.rs:218:38 | 218 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:123:38 | 123 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:221:38 | 221 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:280:38 | 280 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 280 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:566:38 | 566 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 566 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:773:38 | 773 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:853:38 | 853 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:1345:38 | 1345 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1345 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:1901:38 | 1901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/sparse_set.rs:220:38 | 220 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `syn` (lib) generated 764 warnings (45 duplicates) Compiling serde_derive v1.0.214 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=050c64598ff05701 -C extra-filename=-050c64598ff05701 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-5ddb0dce03806ed5.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-62f1c031e126d539.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `regex-automata` (lib) generated 30 warnings Compiling tracing-attributes v0.1.27 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_attributes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors :Eliza Weisman :David Barsky ' CARGO_PKG_DESCRIPTION='Procedural macro attributes for automatically instrumenting functions. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-attributes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_attributes --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=6a1d89d351edef02 -C extra-filename=-6a1d89d351edef02 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-5ddb0dce03806ed5.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-62f1c031e126d539.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/ast.rs:133:23 | 133 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 133 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:148:23 | 148 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:149:22 | 149 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:150:35 | 150 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:661:36 | 661 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 661 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:680:15 | 680 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 680 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:681:23 | 681 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 681 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:682:18 | 682 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 682 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:741:23 | 741 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 741 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:742:25 | 742 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 742 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1392:35 | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1387:12 | 1387 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1387 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1432:12 | 1432 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1432 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1440:12 | 1440 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1440 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1448:12 | 1448 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1501:12 | 1501 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1501 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1523:12 | 1523 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1523 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1546:12 | 1546 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | meta: &ParseNestedMeta<'_>, | ++++ warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/src/lib.rs:73:5 | 73 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1567:12 | 1567 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1567 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1590:12 | 1590 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1590 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1597:54 | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:313:12 | 313 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 313 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:372:24 | 372 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 372 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:464:15 | 464 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 464 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:466:11 | 466 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 466 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:685:15 | 685 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:874:13 | 874 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 874 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:934:15 | 934 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 934 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:936:11 | 936 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 936 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1203:17 | 1203 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1219:17 | 1219 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1234:42 | 1234 | fn prepare_enum_variant_enum(variants: &[Variant]) -> (TokenStream, Stmts) { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1234 | fn prepare_enum_variant_enum(variants: &[Variant<'_>]) -> (TokenStream, Stmts) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1278:17 | 1278 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1278 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1371:17 | 1371 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1371 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1418:17 | 1418 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1418 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1733:17 | 1733 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1733 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1742:17 | 1742 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1742 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1798:15 | 1798 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1798 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1845:15 | 1845 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1845 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1887:15 | 1887 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1887 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1943:13 | 1943 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1943 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1981:13 | 1981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2009:28 | 2009 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2009 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2069:28 | 2069 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2069 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2098:17 | 2098 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2098 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2208:28 | 2208 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2208 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2493:15 | 2493 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2493 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2932:15 | 2932 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2932 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2947:15 | 2947 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2947 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2992:28 | 2992 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2992 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3037:13 | 3037 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3037 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3067:30 | 3067 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3067 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3076:26 | 3076 | fn has_flatten(fields: &[Field]) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3076 | fn has_flatten(fields: &[Field<'_>]) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3207:5 | 3207 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3207 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3208:5 | 3208 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3208 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3209:10 | 3209 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3209 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:325:15 | 325 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:366:15 | 366 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:390:52 | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:418:15 | 418 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:500:15 | 500 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 500 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:573:15 | 573 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 573 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:639:15 | 639 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 639 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:762:15 | 762 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 762 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:809:14 | 809 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 809 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:811:15 | 811 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:880:14 | 880 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 880 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:882:15 | 882 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 882 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:964:14 | 964 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 964 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:966:15 | 966 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 966 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1051:15 | 1051 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1099:15 | 1099 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1099 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1176:15 | 1176 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1176 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1271:44 | 1271 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1271 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1300:30 | 1300 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1300 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ warning: `aho-corasick` (lib) generated 18 warnings Compiling digest v0.10.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=digest CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic hash functions and message authentication codes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=digest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name digest --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=17f7a4e346596cb8 -C extra-filename=-17f7a4e346596cb8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern block_buffer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libblock_buffer-19a15852348fb981.rmeta --extern crypto_common=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcrypto_common-da8554c0d2c03475.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_REV_MAPPINGS=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/Cargo.toml CARGO_PKG_AUTHORS='Austin Bonander ' CARGO_PKG_DESCRIPTION='A simple crate for detection of a file'\''s MIME type by its extension.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime_guess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/abonander/mime_guess' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.5 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/mime_guess-140d2d3a51cea7c4/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/mime_guess-8485573fc93214b5/build-script-build` warning: `tracing-attributes` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde-9dc698eea8fb6aa4/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-2e642f3dcf12ccfb/build-script-build` [serde 1.0.214] cargo:rerun-if-changed=build.rs [mime_guess 2.0.5] cargo:rustc-env=MIME_TYPES_GENERATED_PATH=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/mime_guess-140d2d3a51cea7c4/out/mime_types_generated.rs Compiling bitflags v2.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=45be5798aa044355 -C extra-filename=-45be5798aa044355 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_cstr) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_error) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_net) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_num_saturating) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_try_from) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_float_copysign) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_serde_derive) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_std_atomic) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_std_atomic64) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_target_has_atomic) Compiling mime v0.3.17 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=mime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Strongly Typed Mimes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/mime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name mime --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a05600f2b03a3b7 -C extra-filename=-6a05600f2b03a3b7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/parse.rs:35:32 | 35 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/lib.rs:27:9 | 27 | #![deny(warnings)] | ^^^^^^^^ = note: `#[warn(elided_lifetimes_in_paths)]` implied by `#[warn(warnings)]` help: indicate the anonymous lifetime | 35 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/parse.rs:185:50 | 185 | fn params_from_str(s: &str, iter: &mut Enumerate, mut start: usize) -> Result { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | fn params_from_str(s: &str, iter: &mut Enumerate>, mut start: usize) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/lib.rs:90:32 | 90 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/lib.rs:139:28 | 139 | pub fn type_(&self) -> Name { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 139 | pub fn type_(&self) -> Name<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/lib.rs:156:30 | 156 | pub fn subtype(&self) -> Name { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 156 | pub fn subtype(&self) -> Name<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/lib.rs:179:36 | 179 | pub fn suffix(&self) -> Option { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 179 | pub fn suffix(&self) -> Option> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/lib.rs:442:32 | 442 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 442 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/lib.rs:449:32 | 449 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/lib.rs:456:23 | 456 | fn name_eq_str(name: &Name, s: &str) -> bool { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn name_eq_str(name: &Name<'_>, s: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/lib.rs:505:32 | 505 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 505 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/lib.rs:512:32 | 512 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime-0.3.17/src/lib.rs:532:34 | 532 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 532 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `mime` (lib) generated 12 warnings Compiling pin-project-lite v0.2.15 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.15 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pin_project_lite --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47de183269111639 -C extra-filename=-47de183269111639 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling rustix v0.38.38 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.38 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=06cbc618b7c88f88 -C extra-filename=-06cbc618b7c88f88 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustix-06cbc618b7c88f88 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling cpufeatures v0.2.14 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cpufeatures CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cpufeatures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cpufeatures --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f60221dfafd9acb8 -C extra-filename=-f60221dfafd9acb8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=e8072239357820e6 -C extra-filename=-e8072239357820e6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `regex-syntax` (lib) generated 2 warnings Compiling lazy_static v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name lazy_static --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=e19bf51943cd2305 -C extra-filename=-e19bf51943cd2305 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling overload v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=overload CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/overload-0.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/overload-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Daniel Salvadori ' CARGO_PKG_DESCRIPTION='Provides a macro to simplify operator overloading.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=overload CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/danaugrs/overload' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name overload --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/overload-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bff4ed6a8d288a0c -C extra-filename=-bff4ed6a8d288a0c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/inline_lazy.rs:8:1 | 8 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/inline_lazy.rs:26:43 | 26 | pub fn get(&'static self, f: F) -> &T | ^ this elided lifetime gets resolved as `'static` | = note: `#[warn(elided_named_lifetimes)]` on by default help: consider specifying it explicitly | 26 | pub fn get(&'static self, f: F) -> &'static T | +++++++ Compiling sharded-slab v0.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.38 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustix-d26d6f5916e2c9b4/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustix-06cbc618b7c88f88/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sharded_slab CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='A lock-free concurrent slab. ' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/sharded-slab' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sharded-slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/sharded-slab' CARGO_PKG_RUST_VERSION=1.42.0 CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sharded_slab --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=7c80353c0358a469 -C extra-filename=-7c80353c0358a469 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern lazy_static=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblazy_static-e19bf51943cd2305.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [rustix 0.38.38] cargo:rerun-if-changed=build.rs warning: `lazy_static` (lib) generated 2 warnings Compiling nu-ansi-term v0.46.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=nu_ansi_term CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/Cargo.toml CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett :The Nushell Project Developers' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colors and styles (bold, underline)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nu-ansi-term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nushell/nu-ansi-term' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.46.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=46 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name nu_ansi_term --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=0d8b76db4e9234f1 -C extra-filename=-0d8b76db4e9234f1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern overload=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liboverload-bff4ed6a8d288a0c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:306:32 | 306 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/lib.rs:261:9 | 261 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/util.rs:41:23 | 41 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/util.rs:52:28 | 52 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ [rustix 0.38.38] cargo:rustc-cfg=static_assertions [rustix 0.38.38] cargo:rustc-cfg=libc [rustix 0.38.38] cargo:rustc-cfg=netbsdlike [rustix 0.38.38] cargo:rustc-cfg=bsd [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_CFG_MIRI Compiling sha2 v0.10.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sha2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sha2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=a73b753e87596c46 -C extra-filename=-a73b753e87596c46 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcfg_if-e8072239357820e6.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcpufeatures-f60221dfafd9acb8.rmeta --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libdigest-17f7a4e346596cb8.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:15:17 | 15 | #[cfg(all(test, loom))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:453:9 | 453 | test_println!("pool: create {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:621:9 | 621 | test_println!("pool: create_owned {:?}", tid); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:655:9 | 655 | test_println!("pool: create_with"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:678:9 | 678 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:769:9 | 769 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:914:9 | 914 | test_println!("drop Ref: try clearing data"); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1049:9 | 1049 | test_println!(" -> drop RefMut: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1124:9 | 1124 | test_println!("drop OwnedRef: try clearing data"); | ------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1135:13 | 1135 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1139:17 | 1139 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1238:9 | 1238 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1290:9 | 1290 | test_println!("drop OwnedRefMut: try clearing data"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1303:17 | 1303 | test_println!("-> shard does not exist! THIS IS A BUG"); | ------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/sync.rs:3:11 | 3 | #[cfg(all(loom, any(test, feature = "loom")))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/sync.rs:63:15 | 63 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:95:11 | 95 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:18:9 | 18 | test_println!("UniqueIter::next"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:20:13 | 20 | test_println!("-> try next slot"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:22:17 | 22 | test_println!("-> found an item!"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:26:13 | 26 | test_println!("-> try next page"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:28:17 | 28 | test_println!("-> found another page"); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:33:13 | 33 | test_println!("-> try next shard"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:35:17 | 35 | test_println!("-> found another shard"); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:38:17 | 38 | test_println!("-> all done!"); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:115:13 | 115 | / test_println!( 116 | | "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};", 117 | | gen, 118 | | current_gen, ... | 121 | | refs, 122 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:129:17 | 129 | test_println!("-> get: no longer exists!"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:142:21 | 142 | test_println!("-> {:?}", new_refs); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:154:21 | 154 | test_println!("-> get: retrying; lifecycle={:#x};", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:175:13 | 175 | / test_println!( 176 | | "-> mark_release; gen={:?}; current_gen={:?};", 177 | | gen, 178 | | curr_gen 179 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:187:13 | 187 | test_println!("-> mark_release; state={:?};", state); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:190:21 | 190 | test_println!("--> mark_release; cannot release (already removed!)"); | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:194:21 | 194 | test_println!("--> mark_release; already marked;"); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:202:13 | 202 | / test_println!( 203 | | "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};", 204 | | lifecycle, 205 | | new_lifecycle 206 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:216:21 | 216 | test_println!("-> mark_release; retrying"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:224:9 | 224 | test_println!("-> mark_release: marked; refs={:?};", refs); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:246:13 | 246 | / test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};", 247 | | lifecycle, 248 | | gen, 249 | | current_gen, 250 | | next_gen 251 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:258:17 | 258 | test_println!("-> already removed!"); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:275:21 | 275 | test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:277:25 | 277 | test_println!("-> ok to remove!"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:290:21 | 290 | test_println!("-> refs={:?}; spin...", refs); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:296:21 | 296 | test_println!("-> retrying; lifecycle={:#x};", actual); | ------------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:316:9 | 316 | / test_println!( 317 | | "-> initialize_state; state={:?}; gen={:?}; refs={:?};", 318 | | Lifecycle::::from_packed(lifecycle), 319 | | gen, 320 | | refs, 321 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:324:13 | 324 | test_println!("-> initialize while referenced! cancelling"); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:363:9 | 363 | test_println!("-> inserted at {:?}", gen); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:389:17 | 389 | / test_println!( 390 | | "-> try_remove_value; nothing exists at generation={:?}", 391 | | gen 392 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:397:9 | 397 | test_println!("-> try_remove_value; marked!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:401:13 | 401 | test_println!("-> try_remove_value; can remove now"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:453:17 | 453 | / test_println!( 454 | | "-> try_clear_storage; nothing exists at generation={:?}", 455 | | gen 456 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:461:9 | 461 | test_println!("-> try_clear_storage; marked!"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:465:13 | 465 | test_println!("-> try_remove_value; can clear now"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:485:13 | 485 | test_println!("-> cleared: {}", cleared); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:510:13 | 510 | / test_println!( 511 | | "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}", 512 | | state, 513 | | gen, ... | 517 | | dropping 518 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:526:21 | 526 | test_println!("-> drop guard: done; dropping={:?}", dropping); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:530:21 | 530 | test_println!("-> drop guard; retry, actual={:#x}", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:710:13 | 710 | test_println!("-> get: {}; MAX={}", self.value, RefCount::::MAX); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:830:9 | 830 | / test_println!( 831 | | "InitGuard::release; curr_lifecycle={:?}; downgrading={}", 832 | | Lifecycle::::from_packed(self.curr_lifecycle), 833 | | new_refs != 0, 834 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:836:13 | 836 | test_println!("-> already released!"); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:852:17 | 852 | test_println!("--> advanced to PRESENT; done"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:856:17 | 856 | / test_println!( 857 | | "--> lifecycle changed; actual={:?}", 858 | | Lifecycle::::from_packed(actual) 859 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:870:13 | 870 | / test_println!( 871 | | "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};", 872 | | curr_lifecycle, 873 | | state, 874 | | refs, 875 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:889:21 | 889 | test_println!("-> InitGuard::RELEASE: done!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:894:21 | 894 | test_println!("-> InitGuard::release; retry, actual={:#x}", actual); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:72:11 | 72 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:20:9 | 20 | test_println!("-> pop {:#x}", val); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:34:13 | 34 | test_println!("-> next {:#x}", next); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:43:21 | 43 | test_println!("-> retry!"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:47:21 | 47 | test_println!("-> successful; next={:#x}", next); | ------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:146:9 | 146 | test_println!("-> local head {:?}", head); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:156:13 | 156 | test_println!("-> remote head {:?}", head); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:163:13 | 163 | test_println!("-> NULL! {:?}", head); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:185:9 | 185 | test_println!("-> offset {:?}", poff); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:214:9 | 214 | test_println!("-> take: offset {:?}", offset); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:231:9 | 231 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:287:9 | 287 | test_println!("-> init_with: insert at offset: {}", index); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:294:9 | 294 | test_println!("-> alloc new page ({})", self.size); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:318:9 | 318 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:338:9 | 338 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:79:9 | 79 | test_println!("-> {:?}", addr); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:111:9 | 111 | test_println!("-> remove_local {:?}", addr); | ------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:125:9 | 125 | test_println!("-> take_remote {:?}; page {:?}", addr, page_index); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:172:13 | 172 | test_println!("-> page {}; {:?}; {:?}", page_idx, local, page); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:208:9 | 208 | / test_println!( 209 | | "-> clear_after_release; self.tid={:?}; current.tid={:?};", 210 | | tid, 211 | | self.tid 212 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:286:9 | 286 | test_println!("-> get shard={}", idx); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:293:9 | 293 | test_println!("current: {:?}", tid); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:306:13 | 306 | test_println!("-> allocated new shard for index {} at {:p}", idx, ptr); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:315:13 | 315 | test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:326:9 | 326 | test_println!("Array::iter_mut"); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:328:9 | 328 | test_println!("-> highest index={}", max); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:381:9 | 381 | test_println!("---> loaded={:p} (order={:?})", ptr, order); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:383:13 | 383 | test_println!("---> null"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:418:9 | 418 | test_println!("IterMut::next"); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:425:13 | 425 | test_println!("-> next.is_some={}", next.is_some()); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:427:17 | 427 | test_println!("-> done"); | ------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/tid.rs:185:15 | 185 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/tid.rs:197:21 | 197 | #[cfg(all(test, not(loom)))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:422:9 | 422 | test_println!("insert {:?}", tid); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:457:9 | 457 | test_println!("vacant_entry {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:518:9 | 518 | test_println!("rm_deferred {:?}", tid); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:584:9 | 584 | test_println!("rm {:?}", tid); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:611:9 | 611 | test_println!("get {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:709:9 | 709 | test_println!("get_owned {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:960:9 | 960 | test_println!("drop OwnedEntry: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:971:13 | 971 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:975:17 | 975 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default = note: this warning originates in the macro `$crate::__unless_target_features` which comes from the expansion of the macro `cpufeatures::new` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `$crate::__unless_target_features` which comes from the expansion of the macro `cpufeatures::new` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `$crate::__unless_target_features` which comes from the expansion of the macro `cpufeatures::new` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:13:37 | 13 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:123:38 | 123 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound warning: `sha2` (lib) generated 8 warnings (5 duplicates) Compiling tracing v0.1.37 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=b2fc2e71660c0641 -C extra-filename=-b2fc2e71660c0641 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern pin_project_lite=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpin_project_lite-47de183269111639.rmeta --extern tracing_attributes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libtracing_attributes-6a1d89d351edef02.so --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-4a56bc13e8a98411.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:62:32 | 62 | pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); | ^^^^ ^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 62 - pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); 62 + pub(crate) struct IterMut<'a, T, C: cfg::Config>(slice::IterMut<'a, Ptr>); | warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs:914:5 | 914 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs:922:5 | 922 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: `nu-ansi-term` (lib) generated 14 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=mime_guess CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/Cargo.toml CARGO_PKG_AUTHORS='Austin Bonander ' CARGO_PKG_DESCRIPTION='A simple crate for detection of a file'\''s MIME type by its extension.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime_guess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/abonander/mime_guess' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.5 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' MIME_TYPES_GENERATED_PATH=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/mime_guess-140d2d3a51cea7c4/out/mime_types_generated.rs OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/mime_guess-140d2d3a51cea7c4/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name mime_guess --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=104be3898849c2cd -C extra-filename=-104be3898849c2cd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern mime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmime-6a05600f2b03a3b7.rmeta --extern unicase=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicase-f9fda92fe0d84cbe.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/src/lib.rs:32:7 | 32 | #[cfg(feature = "phf")] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default` and `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `phf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/mime_guess-2.0.5/src/lib.rs:36:11 | 36 | #[cfg(not(feature = "phf"))] | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default` and `rev-mappings` = help: consider adding `phf` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `tracing` (lib) generated 2 warnings Compiling regex v1.11.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=14684a158f144018 -C extra-filename=-14684a158f144018 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaho_corasick-3bb4d385ba14ac82.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-63679fc91d8a3386.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-0172ff784cb1d371.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `sharded-slab` (lib) generated 106 warnings Compiling matchers v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=matchers CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/matchers-0.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/matchers-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='Regex matching on character and byte streams. ' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/matchers' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=matchers CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/matchers' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name matchers --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/matchers-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6c6a27c4268d3e4 -C extra-filename=-f6c6a27c4268d3e4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-82d9cd79c9ba1007.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1557:38 | 1557 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1557 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1924:46 | 1924 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1924 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1942:46 | 1942 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1954:46 | 1954 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1954 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1570:38 | 1570 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1570 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1934:46 | 1934 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1934 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1952:46 | 1952 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1952 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1964:46 | 1964 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1964 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `serde_derive` (lib) generated 125 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-aba8833c2f20b8fc/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=1f203bfb1f94f5bc -C extra-filename=-1f203bfb1f94f5bc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde_derive-050c64598ff05701.so --cap-lints warn -Z binary-dep-depinfo --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde-9dc698eea8fb6aa4/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=3d98370edf6aedfc -C extra-filename=-3d98370edf6aedfc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde_derive-050c64598ff05701.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` warning: `mime_guess` (lib) generated 2 warnings Compiling parking_lot v0.12.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.12.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=e0a21e93292f8396 -C extra-filename=-e0a21e93292f8396 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern lock_api=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblock_api-d3065f4c21b82505.rmeta --extern parking_lot_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot_core-fa27d8d212fe2867.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:190:40 | 190 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 327 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 328 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 329 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 330 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 331 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 332 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 333 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 334 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 335 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 336 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 337 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 338 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 339 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 340 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 317 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 341 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:433:40 | 433 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 433 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:533:40 | 533 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:623:40 | 623 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:740:40 | 740 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:860:40 | 860 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 860 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:931:40 | 931 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:990:40 | 990 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1110:40 | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1123:40 | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1462:40 | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1564:40 | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 457 | / impl_deserialize_num! { 458 | | f32, deserialize_f32 459 | | num_self!(f32:visit_f32); 460 | | num_as_copysign_self!(f64:visit_f64); 461 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 462 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 463 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 465 | / impl_deserialize_num! { 466 | | f64, deserialize_f64 467 | | num_self!(f64:visit_f64); 468 | | num_as_copysign_self!(f32:visit_f32); 469 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 470 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 471 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 143 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 97 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 119 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | = note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:553:46 | 553 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 553 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:599:46 | 599 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:645:46 | 645 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 645 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:722:46 | 722 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:757:46 | 757 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 757 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:794:46 | 794 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:891:46 | 891 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:959:46 | 959 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 959 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1164:54 | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1201:54 | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1255:46 | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1287:58 | 1287 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | = note: this warning originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1287 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1311:58 | 1311 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | = note: this warning originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1311 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `tuple_impl_body` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `tuple_impl_body` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impl_body` which comes from the expansion of the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impl_body` which comes from the expansion of the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1568 | / map_impl! { 1569 | | #[cfg(any(feature = "std", feature = "alloc"))] 1570 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1571 | | BTreeMap, 1572 | | map, 1573 | | BTreeMap::new(), 1574 | | } | |_- in this macro invocation | = note: this warning originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | = note: this warning originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation | = note: this warning originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation | = note: this warning originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation | = note: this warning originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation | = note: this warning originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1802:46 | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1841:46 | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 1902 | / variant_identifier! { 1903 | | OsStringKind (Unix; b"Unix"; 0, Windows; b"Windows"; 1) 1904 | | "`Unix` or `Windows`", 1905 | | OSSTR_VARIANTS 1906 | | } | |_- in this macro invocation | = note: this warning originates in the macro `variant_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1915:46 | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2164:62 | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2214:54 | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2303:62 | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2353:54 | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2504:58 | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2549:50 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2661:58 | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2704:50 | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2799:58 | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2842:50 | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2910:62 | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2968:54 | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3021:62 | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3077:54 | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3173:46 | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:209:36 | 209 | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | ^^^^^^^^^^ expected lifetime parameter ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 209 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:227:37 | 227 | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | ^^^^^^^^^^ expected lifetime parameter ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 227 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:398:40 | 398 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 398 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:484:40 | 484 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 484 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:490:40 | 490 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:496:40 | 496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:1310:46 | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2281:40 | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2303:40 | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:342:44 | 342 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 342 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:23 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:69 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:24 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:33 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:44 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:53 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:578:44 | 578 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 578 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:862:44 | 862 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 862 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:34 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:43 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:886:17 | 886 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:887:17 | 887 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 887 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:940:50 | 940 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 940 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1017:50 | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2291:50 | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2336:50 | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2771:46 | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:61:40 | 61 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1357:40 | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs:338:1 | 337 | / #[cfg(feature = "serde_derive")] 338 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `regex-syntax` (lib) generated 7 warnings Compiling errno v0.3.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name errno --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=66df83f5ef983a49 -C extra-filename=-66df83f5ef983a49 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-d5ee02aba6edfc09.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` 326 | 327 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 328 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 329 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 330 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 331 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 332 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 333 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 334 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 335 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 336 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 337 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 338 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 339 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 340 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 341 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 457 | / impl_deserialize_num! { 458 | | f32, deserialize_f32 459 | | num_self!(f32:visit_f32); 460 | | num_as_copysign_self!(f64:visit_f64); 461 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 462 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 463 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 465 | / impl_deserialize_num! { 466 | | f64, deserialize_f64 467 | | num_self!(f64:visit_f64); 468 | | num_as_copysign_self!(f32:visit_f32); 469 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 470 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 471 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1287:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1287 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1287 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1311:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1311 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1311 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/unix.rs:78:13 | 78 | target_os = "bitrig", | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("bitrig"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"bitrig\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs:46:34 | 46 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs:57:34 | 57 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` 1567 | 1568 | / map_impl! { 1569 | | #[cfg(any(feature = "std", feature = "alloc"))] 1570 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1571 | | BTreeMap, 1572 | | map, 1573 | | BTreeMap::new(), 1574 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` ... 1902 | / variant_identifier! { 1903 | | OsStringKind (Unix; b"Unix"; 0, Windows; b"Windows"; 1) 1904 | | "`Unix` or `Windows`", 1905 | | OSSTR_VARIANTS 1906 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:209:36 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 209 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 209 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:227:37 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 227 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 227 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: `errno` (lib) generated 3 warnings Compiling thread_local v1.1.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread_local CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=1.1.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thread_local --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=38cefb8a2359c141 -C extra-filename=-38cefb8a2359c141 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-a3deaa1adc8dcfdf.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:65:48 | 65 | pub fn iter_mut(&mut self) -> CachedIterMut { | -------------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | pub fn iter_mut(&mut self) -> CachedIterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:112:32 | 112 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:290:42 | 290 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:347:32 | 347 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: methods `unchecked_unwrap` and `unchecked_unwrap_none` are never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:13:15 | 11 | pub trait UncheckedOptionExt { | ------------------ methods in this trait 12 | /// Get the value out of this Option without checking for None. 13 | unsafe fn unchecked_unwrap(self) -> T; | ^^^^^^^^^^^^^^^^ ... 16 | unsafe fn unchecked_unwrap_none(self); | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `unchecked_unwrap_err` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:25:15 | 20 | pub trait UncheckedResultExt { | ------------------ method in this trait ... 25 | unsafe fn unchecked_unwrap_err(self) -> E; | ^^^^^^^^^^^^^^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:121:37 | 121 | pub struct CachedIterMut<'a, T: Send + 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `thread_local` (lib) generated 7 warnings Compiling itoa v1.0.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.11 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name itoa --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=4a12991592c1670c -C extra-filename=-4a12991592c1670c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling pulldown-cmark v0.9.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/Cargo.toml CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gen-tests", "getopts", "serde", "simd"))' -C metadata=cbda57b02ad1ae69 -C extra-filename=-cbda57b02ad1ae69 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/pulldown-cmark-cbda57b02ad1ae69 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling log v0.4.22 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name log --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=b6b389cb1aba808d -C extra-filename=-b6b389cb1aba808d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:533:34 | 533 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 533 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:639:34 | 639 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 639 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1179:34 | 1179 | fn enabled(&self, metadata: &Metadata) -> bool; | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1179 | fn enabled(&self, metadata: &Metadata<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1188:28 | 1188 | fn log(&self, record: &Record); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn log(&self, record: &Record<'_>); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1203:27 | 1203 | fn enabled(&self, _: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | fn enabled(&self, _: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1207:23 | 1207 | fn log(&self, _: &Record) {} | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1207 | fn log(&self, _: &Record<'_>) {} | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1215:34 | 1215 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1215 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1219:28 | 1219 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1232:34 | 1232 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1236:28 | 1236 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1236 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1249:34 | 1249 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1249 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1253:28 | 1253 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1253 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1469:34 | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1486:34 | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:38:11 | 38 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 38 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:40:65 | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location<'_>), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:41:26 | 41 | kvs: Option<&[(&str, Value)]>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | kvs: Option<&[(&str, Value<'_>)]>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:65:11 | 65 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:67:64 | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location<'_>), | ++++ Compiling rustc-hash v2.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A speedy, non-cryptographic hashing algorithm used by rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hash --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=41405880ae6b2a6c -C extra-filename=-41405880ae6b2a6c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling serde_json v1.0.132 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.132 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=eb27d89362b71f8d -C extra-filename=-eb27d89362b71f8d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde_json-eb27d89362b71f8d -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `log` (lib) generated 19 warnings Compiling tracing-log v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Provides compatibility between `tracing` and the `log` crate. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_log --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=71c0959a741fadcb -C extra-filename=-71c0959a741fadcb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-b6b389cb1aba808d.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-a3deaa1adc8dcfdf.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-4a56bc13e8a98411.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs:115:5 | 115 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.132 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-7669583f66904684/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde_json-eb27d89362b71f8d/build-script-build` [serde_json 1.0.132] cargo:rerun-if-changed=build.rs [serde_json 1.0.132] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) [serde_json 1.0.132] cargo:rustc-cfg=fast_arithmetic="64" Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/Cargo.toml CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/pulldown-cmark-20565d6593ef7f47/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/pulldown-cmark-cbda57b02ad1ae69/build-script-build` Compiling tracing-subscriber v0.3.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_subscriber CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman :David Barsky :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Utilities for implementing and composing `tracing` subscribers. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-subscriber CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_subscriber --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=31dc759094d0387c -C extra-filename=-31dc759094d0387c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern matchers=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmatchers-f6c6a27c4268d3e4.rmeta --extern nu_ansi_term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-0d8b76db4e9234f1.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-a3deaa1adc8dcfdf.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-e0a21e93292f8396.rmeta --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-14684a158f144018.rmeta --extern sharded_slab=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsharded_slab-7c80353c0358a469.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-b30c3a4190dfcb68.rmeta --extern thread_local=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthread_local-38cefb8a2359c141.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-b2fc2e71660c0641.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-4a56bc13e8a98411.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `regex` (lib) generated 8 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.38 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustix-d26d6f5916e2c9b4/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustix --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=1993cfed1f8e856f -C extra-filename=-1993cfed1f8e856f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-45be5798aa044355.rmeta --extern libc_errno=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liberrno-66df83f5ef983a49.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-d5ee02aba6edfc09.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg static_assertions --cfg libc --cfg netbsdlike --cfg bsd` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs:189:5 | 189 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:213:19 | 213 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:219:27 | 219 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:221:23 | 221 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:231:27 | 231 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:233:23 | 233 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:244:27 | 244 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:246:23 | 246 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/registry/mod.rs:118:50 | 92 | pub trait LookupSpan<'a> { | -- lifetime `'a` declared here ... 118 | fn span(&'a self, id: &Id) -> Option> | ^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default warning: `tracing-log` (lib) generated 1 warning Compiling rustdoc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustdoc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 src/librustdoc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jemalloc"))' -C metadata=9e6dd103e80c45d7 -C extra-filename=-9e6dd103e80c45d7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustdoc-9e6dd103e80c45d7 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern sha2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsha2-a73b753e87596c46.rlib -Z binary-dep-depinfo` Compiling num_cpus v1.16.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.16.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name num_cpus --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53c149f2359ba6a9 -C extra-filename=-53c149f2359ba6a9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-d5ee02aba6edfc09.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `nacl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs:355:5 | 355 | target_os = "nacl", | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("nacl"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"nacl\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nacl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs:437:5 | 437 | target_os = "nacl", | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("nacl"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"nacl\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs:34:1 | 33 | / #[cfg(not(windows))] 34 | | extern crate libc; | | ^^^^^^^^^^^^^^^^^- | |__________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: `num_cpus` (lib) generated 3 warnings Compiling nu-ansi-term v0.50.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=nu_ansi_term CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/Cargo.toml CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett :The Nushell Project Developers' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colors and styles (bold, underline)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nu-ansi-term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nushell/nu-ansi-term' CARGO_PKG_RUST_VERSION=1.62.1 CARGO_PKG_VERSION=0.50.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=50 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name nu_ansi_term --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=b6bd74491afd6086 -C extra-filename=-b6bd74491afd6086 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/ansi.rs:369:32 | 369 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 369 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/ansi.rs:376:32 | 376 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 376 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/ansi.rs:396:32 | 396 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 396 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:279:32 | 279 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:328:32 | 328 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 328 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/util.rs:5:52 | 5 | pub fn sub_string(start: usize, len: usize, strs: &AnsiStrings) -> Vec> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 5 | pub fn sub_string(start: usize, len: usize, strs: &AnsiStrings<'_>) -> Vec> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/util.rs:37:23 | 37 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/util.rs:48:28 | 48 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 48 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:10:23 | 10 | enum OSControl<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:34:37 | 34 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:210:38 | 210 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 1047 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 1047 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 1047 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 1047 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ ^^^^ ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) help: remove these bounds | 1047 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 1047 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 1047 | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | ^^^^ help: remove this bound ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | = note: this warning originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1193:39 | 1193 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1242:33 | 1242 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1450 | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | ^^^^ help: remove this bound ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | = note: this warning originates in the macro `tuple_impl_body` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1450 | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | ^^^^ help: remove these bounds ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation | = note: this warning originates in the macro `tuple_impl_body` which comes from the expansion of the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2378:29 | 2378 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2492:39 | 2492 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2651:29 | 2651 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2694:32 | 2694 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1647:46 | 1647 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2125:39 | 2125 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2154:42 | 2154 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:988:35 | 988 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1182:37 | 1182 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1220:40 | 1220 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1245:56 | 1245 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1289:57 | 1289 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: remove these bounds | 1047 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 1047 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) warning: `nu-ansi-term` (lib) generated 15 warnings Compiling basic-toml v0.1.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=basic_toml CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :David Tolnay ' CARGO_PKG_DESCRIPTION='Minimal TOML library with few dependencies' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=basic-toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/basic-toml' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name basic_toml --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=632795218cf718d9 -C extra-filename=-632795218cf718d9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde-1f203bfb1f94f5bc.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `serde` (lib) generated 222 warnings (42 duplicates) Compiling rinja_parser v0.3.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rinja_parser CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rinja_parser-0.3.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rinja_parser-0.3.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parser for Rinja templates' CARGO_PKG_HOMEPAGE='https://github.com/rinja-rs/rinja' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rinja_parser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rinja-rs/rinja' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rinja_parser --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rinja_parser-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="config"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("config"))' -C metadata=c49f60c5c13b76fc -C extra-filename=-c49f60c5c13b76fc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmemchr-6a1ce40509bf8d7a.rmeta --extern nom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libnom-a21afef4caae666e.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde-1f203bfb1f94f5bc.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/de.rs:239:37 | 239 | fn headers_equal(hdr_a: &[(Span, Cow)], hdr_b: &[(Span, Cow)]) -> bool { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 239 | fn headers_equal(hdr_a: &[(Span, Cow<'_, str>)], hdr_b: &[(Span, Cow)]) -> bool { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/de.rs:239:65 | 239 | fn headers_equal(hdr_a: &[(Span, Cow)], hdr_b: &[(Span, Cow)]) -> bool { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 239 | fn headers_equal(hdr_a: &[(Span, Cow)], hdr_b: &[(Span, Cow<'_, str>)]) -> bool { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/de.rs:1270:38 | 1270 | let intermediate = |me: &mut Deserializer| -> Result<(), Box> { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1270 | let intermediate = |me: &mut Deserializer<'_>| -> Result<(), Box> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/de.rs:1528:32 | 1528 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1528 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/error.rs:37:40 | 37 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/error.rs:46:40 | 46 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/ser.rs:112:37 | 112 | fn _emit_key(&mut self, state: &State) -> Result<(), Error> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn _emit_key(&mut self, state: &State<'_>) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/ser.rs:201:45 | 201 | fn emit_table_header(&mut self, state: &State) -> Result<(), Error> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 201 | fn emit_table_header(&mut self, state: &State<'_>) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/ser.rs:265:39 | 265 | fn emit_key_part(&mut self, key: &State) -> Result { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 265 | fn emit_key_part(&mut self, key: &State<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/ser.rs:816:32 | 816 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 816 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/tokens.rs:282:18 | 282 | &mut Tokenizer, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 282 | &mut Tokenizer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/basic-toml-0.1.9/src/tokens.rs:505:42 | 505 | fn into_cow(self, input: &str) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 505 | fn into_cow(self, input: &str) -> Cow<'_, str> { | +++ warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rinja_parser-0.3.5/src/lib.rs:295:18 | 295 | fn skip_till<'a, 'b, O>( | --^^ | | | help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` Compiling hashbrown v0.15.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.15.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=7b4faf0fd592105b -C extra-filename=-7b4faf0fd592105b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `serde` (lib) generated 222 warnings (137 duplicates) Compiling equivalent v1.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/equivalent-1.0.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name equivalent --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=51afc7943e7b22fa -C extra-filename=-51afc7943e7b22fa --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicase CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicase --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=82098447eda720a0 -C extra-filename=-82098447eda720a0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs:254:14 | 252 | / macro_rules! into_impl { 253 | | ($to:ty) => { 254 | | impl<'a> Into<$to> for UniCase<$to> { | | -^^- help: elide the unused lifetime 255 | | fn into(self) -> $to { ... | 259 | | }; 260 | | } | |_- in this expansion of `into_impl!` ... 275 | into_impl!(String); | ------------------ in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: `unicase` (lib) generated 4 warnings (3 duplicates) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A speedy, non-cryptographic hashing algorithm used by rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hash --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=0e5e6fcfbac84fe6 -C extra-filename=-0e5e6fcfbac84fe6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `basic-toml` (lib) generated 12 warnings Compiling ryu v1.0.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.18 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ryu --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=b00b7678c04f16b4 -C extra-filename=-b00b7678c04f16b4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling fastrand v2.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fastrand --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=23473cd51f97473e -C extra-filename=-23473cd51f97473e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling either v1.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name either --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=2d674de14af69051 -C extra-filename=-2d674de14af69051 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling tempfile v3.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.13.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.13.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tempfile --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=bcd8f9d26e2ae712 -C extra-filename=-bcd8f9d26e2ae712 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern fastrand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfastrand-23473cd51f97473e.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-a3deaa1adc8dcfdf.rmeta --extern rustix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustix-1993cfed1f8e856f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling indexmap v2.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name indexmap --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=2416dba5c0ffd885 -C extra-filename=-2416dba5c0ffd885 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern equivalent=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libequivalent-51afc7943e7b22fa.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhashbrown-7b4faf0fd592105b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling itertools v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name itertools --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=b7f6620cfede884b -C extra-filename=-b7f6620cfede884b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libeither-2d674de14af69051.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:591:64 | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:89:27 | 89 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:104:27 | 104 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:129:72 | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:62:29 | 62 | F: FnOnce(ProcessResults) -> R, | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 62 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:961:33 | 961 | F: FnOnce(ProcessResults) -> R, | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | F: FnOnce(ProcessResults<'_, Self, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1438:71 | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1464:63 | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2309:41 | 2309 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2309 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2348:64 | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.132 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-7669583f66904684/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=02248c9fd7c912bc -C extra-filename=-02248c9fd7c912bc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a12991592c1670c.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern ryu=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libryu-b00b7678c04f16b4.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3d98370edf6aedfc.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` Compiling rustdoc-json-types v0.1.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/rustdoc-json-types) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustdoc_json_types CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/rustdoc-json-types CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/rustdoc-json-types/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustdoc-json-types CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustdoc_json_types --edition=2021 src/rustdoc-json-types/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rustc-hash"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rustc-hash"))' -C metadata=d8e53f2a3e091db2 -C extra-filename=-d8e53f2a3e091db2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustc_hash-0e5e6fcfbac84fe6.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3d98370edf6aedfc.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:274:43 | 274 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:303:27 | 303 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:311:35 | 311 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:319:27 | 319 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:327:29 | 327 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:335:37 | 335 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 335 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:509:54 | 509 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1346:46 | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1388:29 | 1388 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1388 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:406:54 | 406 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:798:40 | 798 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 798 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:578:30 | 578 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:375:16 | 375 | I: Iterator + 'a, | ^^^^^ 376 | I::Item: 'a, 377 | / K: 'a, 378 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 375 ~ I: Iterator, 376 | I::Item: 'a, 377 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:416:16 | 416 | I: Iterator + 'a, | ^^^^^ 417 | I::Item: 'a, 418 | / K: 'a, 419 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 416 ~ I: Iterator, 417 | I::Item: 'a, 418 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:546:16 | 546 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:577:16 | 577 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:115:16 | 115 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1911:23 | 1911 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1964:23 | 1964 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2029:27 | 2029 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2082:31 | 2082 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2145:20 | 2145 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:414:31 | 414 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 414 - struct Adapter<'ser, W: 'ser, F: 'ser> { 414 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:469:24 | 469 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 469 - pub enum Compound<'a, W: 'a, F: 'a> { 469 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:771:30 | 771 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 771 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 771 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound warning: `rinja_parser` (lib) generated 1 warning Compiling rinja_derive v0.3.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rinja_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rinja_derive-0.3.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rinja_derive-0.3.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Procedural macro package for Rinja' CARGO_PKG_HOMEPAGE='https://github.com/rinja-rs/rinja' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rinja_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rinja-rs/rinja' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rinja_derive --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rinja_derive-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(feature, values("__standalone"))' -C debug-assertions=off --cfg 'feature="config"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("code-in-doc", "config", "humansize", "serde_json", "urlencode", "with-actix-web", "with-axum", "with-rocket", "with-warp"))' -C metadata=1950b70cfbc2042b -C extra-filename=-1950b70cfbc2042b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern basic_toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libbasic_toml-632795218cf718d9.rlib --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmemchr-6a1ce40509bf8d7a.rlib --extern mime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmime-6a05600f2b03a3b7.rlib --extern mime_guess=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmime_guess-104be3898849c2cd.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-5ddb0dce03806ed5.rlib --extern parser=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librinja_parser-c49f60c5c13b76fc.rlib --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librustc_hash-41405880ae6b2a6c.rlib --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde-1f203bfb1f94f5bc.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-62f1c031e126d539.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `itertools` (lib) generated 50 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pulldown_cmark CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/Cargo.toml CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/pulldown-cmark-20565d6593ef7f47/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pulldown_cmark --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gen-tests", "getopts", "serde", "simd"))' -C metadata=1cc2e36a3a07becb -C extra-filename=-1cc2e36a3a07becb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-45be5798aa044355.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern unicase=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicase-82098447eda720a0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/lib.rs:52:13 | 52 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/lib.rs:53:13 | 53 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/html.rs:307:32 | 307 | fn end_tag(&mut self, tag: Tag) -> io::Result<()> { | ^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 307 | fn end_tag(&mut self, tag: Tag<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:56:35 | 56 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()>; | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 56 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:69:35 | 69 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()> { | ++++ warning: lifetime parameter `'w` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:74:6 | 74 | impl<'w> StrWrite for String { | -^^- help: elide the unused lifetime | = note: requested on the command line with `-W unused-lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:82:35 | 82 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/escape.rs:98:35 | 98 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/firstpass.rs:21:76 | 21 | pub(crate) fn run_first_pass(text: &str, options: Options) -> (Tree, Allocations) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 21 | pub(crate) fn run_first_pass(text: &str, options: Options) -> (Tree, Allocations<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/firstpass.rs:1671:68 | 1671 | fn parse_inside_attribute_block(inside_attr_block: &str) -> Option { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1671 | fn parse_inside_attribute_block(inside_attr_block: &str) -> Option> { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:105:6 | 105 | impl<'a> ItemBody { | -^^- help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:120:6 | 120 | impl<'a> Default for ItemBody { | -^^- help: elide the unused lifetime warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:201:45 | 201 | pub fn reference_definitions(&self) -> &RefDefs { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 201 | pub fn reference_definitions(&self) -> &RefDefs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:890:67 | 890 | pub(crate) fn scan_containers(tree: &Tree, line_start: &mut LineStart) -> usize { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 890 | pub(crate) fn scan_containers(tree: &Tree, line_start: &mut LineStart<'_>) -> usize { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:914:6 | 914 | impl<'a> Tree { | -^^- help: elide the unused lifetime warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/parse.rs:1369:45 | 1369 | pub fn reference_definitions(&self) -> &RefDefs { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1369 | pub fn reference_definitions(&self) -> &RefDefs<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/scanners.rs:114:40 | 114 | pub(crate) fn new(bytes: &[u8]) -> LineStart { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 114 | pub(crate) fn new(bytes: &[u8]) -> LineStart<'_> { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:23:6 | 23 | impl<'a> AsRef for InlineStr { | -^^- help: elide the unused lifetime warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:44:6 | 44 | impl<'a> std::cmp::PartialEq for InlineStr { | -^^- help: elide the unused lifetime warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:76:32 | 76 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:163:26 | 163 | fn eq(&self, other: &CowStr) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 163 | fn eq(&self, other: &CowStr<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/strings.rs:240:32 | 240 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 240 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/tree.rs:232:37 | 232 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 232 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.9.6/src/tree.rs:237:31 | 237 | f: &mut std::fmt::Formatter, | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 237 | f: &mut std::fmt::Formatter<'_>, | ++++ Compiling tracing-tree v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_tree CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='David Barsky :Nathan Whitaker:Oli Scherer ' CARGO_PKG_DESCRIPTION='A Tracing Layer which prints a tree of spans and events.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-tree CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/davidbarsky/tracing-tree' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_tree --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "time", "tracing-log"))' -C metadata=e76db3ad6ca7b520 -C extra-filename=-e76db3ad6ca7b520 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern nu_ansi_term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-b6bd74491afd6086.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-4a56bc13e8a98411.rmeta --extern tracing_log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_log-71c0959a741fadcb.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-31dc759094d0387c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:279:25 | 279 | ctx: &'a Context, | -------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 279 | ctx: &'a Context<'_, S>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:336:48 | 336 | fn write_span_info(&self, span: &SpanRef, bufs: &mut Buffers, style: SpanMode) | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 336 | fn write_span_info(&self, span: &SpanRef<'_, S>, bufs: &mut Buffers, style: SpanMode) | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:407:45 | 407 | fn get_timestamp(&self, span: SpanRef) -> Option | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn get_timestamp(&self, span: SpanRef<'_, S>) -> Option | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:500:35 | 500 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context) { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 500 | fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:500:68 | 500 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 500 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context<'_, S>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:539:55 | 539 | fn on_event(&self, event: &Event<'_>, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 539 | fn on_event(&self, event: &Event<'_>, ctx: Context<'_, S>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:624:44 | 624 | fn on_close(&self, id: Id, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn on_close(&self, id: Id, ctx: Context<'_, S>) { | +++ warning: `tracing-tree` (lib) generated 7 warnings Compiling threadpool v1.8.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=threadpool CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/threadpool-1.8.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/threadpool-1.8.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Corey Farwell :Stefan Schindler ' CARGO_PKG_DESCRIPTION='A thread pool for running a number of jobs on a fixed set of worker threads. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=threadpool CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name threadpool --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=483176d719c04f54 -C extra-filename=-483176d719c04f54 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern num_cpus=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnum_cpus-53c149f2359ba6a9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/threadpool-1.8.1/src/lib.rs:81:1 | 81 | extern crate num_cpus; | ^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/threadpool-1.8.1/src/lib.rs:694:32 | 694 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 694 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: trait objects without an explicit `dyn` are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/threadpool-1.8.1/src/lib.rs:99:22 | 99 | type Thunk<'a> = Box; | ^^^^^^^^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `-W bare-trait-objects` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(bare_trait_objects)]` help: if this is a dyn-compatible trait, use `dyn` | 99 | type Thunk<'a> = Box; | +++ warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/threadpool-1.8.1/src/lib.rs:631:42 | 631 | self.shared_data.join_generation.compare_and_swap( | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: `serde_json` (lib) generated 34 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustdoc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustdoc-ed622b12ad31be01/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustdoc-9e6dd103e80c45d7/build-script-build` [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/css/rustdoc.css [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/css/noscript.css [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/css/normalize.css [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/js/main.js [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/js/search.js [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/js/settings.js [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/js/src-script.js [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/js/storage.js [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/js/scrape-examples.js [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/COPYRIGHT.txt [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/LICENSE-APACHE.txt [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/LICENSE-MIT.txt [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/images/rust-logo.svg [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/images/favicon.svg [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/images/favicon-32x32.png [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/fonts/FiraSans-Regular.woff2 [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/fonts/FiraSans-Medium.woff2 [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/fonts/FiraSans-LICENSE.txt [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/fonts/SourceSerif4-Regular.ttf.woff2 [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/fonts/SourceSerif4-Bold.ttf.woff2 [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/fonts/SourceSerif4-It.ttf.woff2 [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/fonts/SourceSerif4-LICENSE.md [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/fonts/SourceCodePro-Regular.ttf.woff2 [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/fonts/SourceCodePro-Semibold.ttf.woff2 [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/fonts/SourceCodePro-It.ttf.woff2 [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/fonts/SourceCodePro-LICENSE.txt [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/fonts/NanumBarunGothic.ttf.woff2 [rustdoc 0.0.0] cargo::rerun-if-changed=html/static/fonts/NanumBarunGothic-LICENSE.txt Compiling minifier v0.3.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=minifier CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minifier-0.3.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minifier-0.3.2/Cargo.toml CARGO_PKG_AUTHORS='Guillaume Gomez ' CARGO_PKG_DESCRIPTION='Minifier tool/lib for JS/CSS/JSON files' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minifier CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/GuillaumeGomez/minifier-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name minifier --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minifier-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "html", "regex"))' -C metadata=190b69eb2f777dc1 -C extra-filename=-190b69eb2f777dc1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling rinja v0.3.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rinja CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rinja-0.3.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rinja-0.3.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Type-safe, compiled Jinja-like templates for Rust' CARGO_PKG_HOMEPAGE='https://rinja.readthedocs.io/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rinja CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rinja-rs/rinja' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rinja --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rinja-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="config"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("code-in-doc", "config", "default", "full", "humansize", "num-traits", "serde_json", "urlencode", "with-actix-web", "with-axum", "with-rocket", "with-warp"))' -C metadata=6645a0950109d0db -C extra-filename=-6645a0950109d0db --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a12991592c1670c.rmeta --extern rinja_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librinja_derive-1950b70cfbc2042b.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `tracing-subscriber` (lib) generated 9 warnings Compiling base64 v0.21.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=base64 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.21.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.21.7/Cargo.toml CARGO_PKG_AUTHORS='Alice Maz :Marshall Pierce ' CARGO_PKG_DESCRIPTION='encodes and decodes base64 as bytes or utf8' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base64 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/marshallpierce/rust-base64' CARGO_PKG_RUST_VERSION=1.48.0 CARGO_PKG_VERSION=0.21.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name base64 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3bd1c008893617a2 -C extra-filename=-3bd1c008893617a2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `threadpool` (lib) generated 4 warnings Compiling arrayvec v0.7.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name arrayvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=db1a244e599cfde5 -C extra-filename=-db1a244e599cfde5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.21.7/src/lib.rs:223:13 | 223 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, and `std` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.21.7/src/lib.rs:232:5 | 232 | warnings | ^^^^^^^^ = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.21.7/src/chunked_encoder.rs:57:42 | 57 | pub(crate) fn new(s: &mut String) -> StringSink { | ^^^^^^^^^^ expected lifetime parameter | = note: `#[warn(elided_lifetimes_in_paths)]` implied by `#[warn(warnings)]` help: indicate the anonymous lifetime | 57 | pub(crate) fn new(s: &mut String) -> StringSink<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.21.7/src/display.rs:34:35 | 34 | fn fmt(&self, formatter: &mut Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.21.7/src/read/decoder.rs:61:32 | 61 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.21.7/src/write/encoder.rs:84:32 | 84 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 84 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.21.7/src/decode.rs:31:32 | 31 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 31 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:605:50 | 605 | pub fn drain(&mut self, range: R) -> Drain | -----^------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 605 | pub fn drain(&mut self, range: R) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:632:65 | 632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain | -----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:961:32 | 961 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1217:32 | 1217 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1217 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/array_string.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/array_string.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/errors.rs:39:32 | 39 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/errors.rs:45:32 | 45 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.21.7/src/display.rs:40:28 | 40 | struct FormatterSink<'a, 'b: 'a> { | ^^^^ help: remove this bound | = note: `#[warn(explicit_outlives_requirements)]` implied by `#[warn(warnings)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:969:23 | 969 | pub struct Drain<'a, T: 'a, const CAP: usize> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `arrayvec` (lib) generated 9 warnings Compiling unicode-segmentation v1.12.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_segmentation CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-segmentation' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-segmentation CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-segmentation' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.12.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_segmentation --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=dba708253eed9428 -C extra-filename=-dba708253eed9428 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `regex-automata` (lib) generated 45 warnings warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:251:47 | 251 | fn graphemes(&self, is_extended: bool) -> Graphemes { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 251 | fn graphemes(&self, is_extended: bool) -> Graphemes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:256:54 | 256 | fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 256 | fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:261:32 | 261 | fn unicode_words(&self) -> UnicodeWords { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 261 | fn unicode_words(&self) -> UnicodeWords<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:266:39 | 266 | fn unicode_word_indices(&self) -> UnicodeWordIndices { | ^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unicode_word_indices(&self) -> UnicodeWordIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:271:36 | 271 | fn split_word_bounds(&self) -> UWordBounds { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 271 | fn split_word_bounds(&self) -> UWordBounds<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:276:43 | 276 | fn split_word_bound_indices(&self) -> UWordBoundIndices { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 276 | fn split_word_bound_indices(&self) -> UWordBoundIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:281:36 | 281 | fn unicode_sentences(&self) -> UnicodeSentences { | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn unicode_sentences(&self) -> UnicodeSentences<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:286:40 | 286 | fn split_sentence_bounds(&self) -> USentenceBounds { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 286 | fn split_sentence_bounds(&self) -> USentenceBounds<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:291:47 | 291 | fn split_sentence_bound_indices(&self) -> USentenceBoundIndices { | ^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn split_sentence_bound_indices(&self) -> USentenceBoundIndices<'_> { | ++++ warning: `base64` (lib) generated 7 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustdoc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/librustdoc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustdoc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustdoc-ed622b12ad31be01/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustdoc --edition=2021 src/librustdoc/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jemalloc"))' -C metadata=94f3f637a0d2f96c -C extra-filename=-94f3f637a0d2f96c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libarrayvec-db1a244e599cfde5.rmeta --extern base64=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbase64-3bd1c008893617a2.rmeta --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libindexmap-2416dba5c0ffd885.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-b7f6620cfede884b.rmeta --extern minifier=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libminifier-190b69eb2f777dc1.rmeta --extern pulldown_cmark_old=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpulldown_cmark-1cc2e36a3a07becb.rmeta --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-14684a158f144018.rmeta --extern rinja=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librinja-6645a0950109d0db.rmeta --extern rustdoc_json_types=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustdoc_json_types-d8e53f2a3e091db2.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-3d98370edf6aedfc.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-02248c9fd7c912bc.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-b30c3a4190dfcb68.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtempfile-bcd8f9d26e2ae712.rmeta --extern threadpool=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthreadpool-483176d719c04f54.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-b2fc2e71660c0641.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-31dc759094d0387c.rmeta --extern tracing_tree=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_tree-e76db3ad6ca7b520.rmeta --extern unicode_segmentation=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_segmentation-dba708253eed9428.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `unicode-segmentation` (lib) generated 9 warnings warning: `pulldown-cmark` (lib) generated 24 warnings Compiling rustdoc-tool v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustdoc) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=rustdoc_tool_binary CARGO_CRATE_NAME=rustdoc_tool_binary CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustdoc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustdoc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustdoc-tool CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustdoc_tool_binary --edition=2021 src/tools/rustdoc/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jemalloc"))' -C metadata=c3b2847ba3c4db79 -C extra-filename=-c3b2847ba3c4db79 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rustdoc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustdoc-94f3f637a0d2f96c.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Finished `release` profile [optimized] target(s) in 6m 30s c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/rustdoc_tool_binary" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/bin/rustdoc" < Rustdoc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } Install "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/bin/rustdoc" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rustdoc" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/bin/rustdoc" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rustdoc" c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Install "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/librustc_driver-e944d60ec2336b16.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/librustc_driver-e944d60ec2336b16.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/librustc_driver-e944d60ec2336b16.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/librustc_driver-e944d60ec2336b16.so" c Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-objcopy" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/bin/rust-objcopy" > DebuggerScripts { sysroot: "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image", host: x86_64-unknown-openbsd } Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/rust_types.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/rust_types.py" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/rust_types.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/rust_types.py" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/rust-gdb" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rust-gdb" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/rust-gdb" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rust-gdb" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/rust-gdbgui" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rust-gdbgui" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/rust-gdbgui" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rust-gdbgui" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/gdb_load_rust_pretty_printers.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/gdb_load_rust_pretty_printers.py" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/gdb_load_rust_pretty_printers.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/gdb_load_rust_pretty_printers.py" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/gdb_lookup.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/gdb_lookup.py" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/gdb_lookup.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/gdb_lookup.py" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/gdb_providers.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/gdb_providers.py" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/gdb_providers.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/gdb_providers.py" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/rust-lldb" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rust-lldb" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/rust-lldb" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/bin/rust-lldb" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/lldb_lookup.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/lldb_lookup.py" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/lldb_lookup.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/lldb_lookup.py" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/lldb_providers.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/lldb_providers.py" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/lldb_providers.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/lldb_providers.py" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/lldb_commands" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/lldb_commands" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/etc/lldb_commands" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/lib/rustlib/etc/lldb_commands" < DebuggerScripts { sysroot: "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image", host: x86_64-unknown-openbsd } Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/COPYRIGHT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/COPYRIGHT" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image/share/doc/rust/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/builder-config" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/COPYRIGHT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/COPYRIGHT" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay/README.md" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } Dist rustc-1.84.1-x86_64-unknown-openbsd running: LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" "generate" "--image-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/image" "--component-name=rustc" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=rustc installed." "--package-name=rustc-1.84.1-x86_64-unknown-openbsd" "--non-installed-overlay" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd/overlay" "--output-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/dist" "--work-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustc/x86_64-unknown-openbsd" "--compression-formats" "gz" "--compression-profile" "fast" (failure_mode=Exit) (created at src/core/build_steps/tool.rs:1117:23, executed at src/utils/tarball.rs:388:13) finished in 8.394 seconds < Rustc { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, source_type: Submodule, extra_features: [], allow_features: "", cargo_args: [] } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } running: "/usr/local/bin/llvm-config-18" "--libdir" (failure_mode=Exit) (created at src/core/builder/cargo.rs:950:21, executed at src/core/builder/cargo.rs:950:58) c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building tool cargo (stage1 -> stage2, x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMMIT_DATE="2024-11-19" CFG_COMMIT_HASH="66221abdeca2002d318fde6efff516aab091df0e" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.84.1" CFG_SHORT_COMMIT_HASH="66221abde" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.84.1" LIBC_CHECK_CFG="1" LIBRARY_PATH="/usr/local/llvm18/lib" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/Cargo.toml" "--message-format" "json-render-diagnostics" 4.282633152s INFO prepare_target{force=false package_id=cargo v0.85.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo) target="cargo"}: cargo::core::compiler::fingerprint: fingerprint error for cargo v0.85.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo)/Build/TargetInner { ..: lib_target("cargo", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/cargo/lib.rs", Edition2021) } 4.282701955s INFO prepare_target{force=false package_id=cargo v0.85.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo) target="cargo"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/cargo-bae1e088a03f2a14/lib-cargo` Caused by: No such file or directory (os error 2) 4.283687374s INFO prepare_target{force=false package_id=annotate-snippets v0.11.4 target="annotate_snippets"}: cargo::core::compiler::fingerprint: fingerprint error for annotate-snippets v0.11.4/Build/TargetInner { ..: lib_target("annotate_snippets", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/src/lib.rs", Edition2021) } 4.283708236s INFO prepare_target{force=false package_id=annotate-snippets v0.11.4 target="annotate_snippets"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/annotate-snippets-7c9b111170dbc1f8/lib-annotate_snippets` Caused by: No such file or directory (os error 2) 4.284022365s INFO prepare_target{force=false package_id=anstyle v1.0.8 target="anstyle"}: cargo::core::compiler::fingerprint: fingerprint error for anstyle v1.0.8/Build/TargetInner { ..: lib_target("anstyle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.8/src/lib.rs", Edition2021) } 4.284039827s INFO prepare_target{force=false package_id=anstyle v1.0.8 target="anstyle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/anstyle-2e4279965e1c3b1e/lib-anstyle` Caused by: No such file or directory (os error 2) 4.284370872s INFO prepare_target{force=false package_id=unicode-width v0.1.13 target="unicode_width"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-width v0.1.13/Build/TargetInner { name_inferred: true, ..: lib_target("unicode_width", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.13/src/lib.rs", Edition2021) } 4.284390167s INFO prepare_target{force=false package_id=unicode-width v0.1.13 target="unicode_width"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicode-width-16544a4a2230304b/lib-unicode_width` Caused by: No such file or directory (os error 2) 4.284693925s INFO prepare_target{force=false package_id=anstream v0.6.15 target="anstream"}: cargo::core::compiler::fingerprint: fingerprint error for anstream v0.6.15/Build/TargetInner { ..: lib_target("anstream", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstream-0.6.15/src/lib.rs", Edition2021) } 4.284716842s INFO prepare_target{force=false package_id=anstream v0.6.15 target="anstream"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/anstream-78ddf6f6af6d8437/lib-anstream` Caused by: No such file or directory (os error 2) 4.285155013s INFO prepare_target{force=false package_id=anstyle-parse v0.2.5 target="anstyle_parse"}: cargo::core::compiler::fingerprint: fingerprint error for anstyle-parse v0.2.5/Build/TargetInner { ..: lib_target("anstyle_parse", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-parse-0.2.5/src/lib.rs", Edition2021) } 4.285169581s INFO prepare_target{force=false package_id=anstyle-parse v0.2.5 target="anstyle_parse"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/anstyle-parse-e3e23098dd43f375/lib-anstyle_parse` Caused by: No such file or directory (os error 2) 4.285456240s INFO prepare_target{force=false package_id=utf8parse v0.2.2 target="utf8parse"}: cargo::core::compiler::fingerprint: fingerprint error for utf8parse v0.2.2/Build/TargetInner { ..: lib_target("utf8parse", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/utf8parse-0.2.2/src/lib.rs", Edition2018) } 4.285479743s INFO prepare_target{force=false package_id=utf8parse v0.2.2 target="utf8parse"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/utf8parse-ce79d98d4822b807/lib-utf8parse` Caused by: No such file or directory (os error 2) 4.285714113s INFO prepare_target{force=false package_id=anstyle-query v1.1.1 target="anstyle_query"}: cargo::core::compiler::fingerprint: fingerprint error for anstyle-query v1.1.1/Build/TargetInner { ..: lib_target("anstyle_query", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-query-1.1.1/src/lib.rs", Edition2021) } 4.285728087s INFO prepare_target{force=false package_id=anstyle-query v1.1.1 target="anstyle_query"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/anstyle-query-4e6d80c83ff4bd8b/lib-anstyle_query` Caused by: No such file or directory (os error 2) 4.286059913s INFO prepare_target{force=false package_id=colorchoice v1.0.2 target="colorchoice"}: cargo::core::compiler::fingerprint: fingerprint error for colorchoice v1.0.2/Build/TargetInner { ..: lib_target("colorchoice", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/colorchoice-1.0.2/src/lib.rs", Edition2021) } 4.286076651s INFO prepare_target{force=false package_id=colorchoice v1.0.2 target="colorchoice"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/colorchoice-3abe1a462127523f/lib-colorchoice` Caused by: No such file or directory (os error 2) 4.286499825s INFO prepare_target{force=false package_id=is_terminal_polyfill v1.70.1 target="is_terminal_polyfill"}: cargo::core::compiler::fingerprint: fingerprint error for is_terminal_polyfill v1.70.1/Build/TargetInner { ..: lib_target("is_terminal_polyfill", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/is_terminal_polyfill-1.70.1/src/lib.rs", Edition2021) } 4.286523696s INFO prepare_target{force=false package_id=is_terminal_polyfill v1.70.1 target="is_terminal_polyfill"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/is_terminal_polyfill-45323046e20e068f/lib-is_terminal_polyfill` Caused by: No such file or directory (os error 2) 4.286851274s INFO prepare_target{force=false package_id=anyhow v1.0.86 target="anyhow"}: cargo::core::compiler::fingerprint: fingerprint error for anyhow v1.0.86/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("anyhow", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.86/src/lib.rs", Edition2018) } 4.286866047s INFO prepare_target{force=false package_id=anyhow v1.0.86 target="anyhow"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/anyhow-78cc1a0378e6056f/lib-anyhow` Caused by: No such file or directory (os error 2) 4.287636198s INFO prepare_target{force=false package_id=anyhow v1.0.86 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for anyhow v1.0.86/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.86/build.rs", Edition2018) } 4.287660152s INFO prepare_target{force=false package_id=anyhow v1.0.86 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/anyhow-cb506eca5930472e/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.287828138s INFO prepare_target{force=false package_id=anyhow v1.0.86 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for anyhow v1.0.86/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.86/build.rs", Edition2018) } 4.287840742s INFO prepare_target{force=false package_id=anyhow v1.0.86 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/anyhow-7ca4b2328dc2a0d0/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.288084359s INFO prepare_target{force=false package_id=base64 v0.22.1 target="base64"}: cargo::core::compiler::fingerprint: fingerprint error for base64 v0.22.1/Build/TargetInner { name_inferred: true, ..: lib_target("base64", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.22.1/src/lib.rs", Edition2018) } 4.288098305s INFO prepare_target{force=false package_id=base64 v0.22.1 target="base64"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/base64-1e707ef13f90bf4c/lib-base64` Caused by: No such file or directory (os error 2) 4.288355191s INFO prepare_target{force=false package_id=blake3 v1.5.2 target="blake3"}: cargo::core::compiler::fingerprint: fingerprint error for blake3 v1.5.2/Build/TargetInner { name_inferred: true, ..: lib_target("blake3", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.2/src/lib.rs", Edition2021) } 4.288374231s INFO prepare_target{force=false package_id=blake3 v1.5.2 target="blake3"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/blake3-65575fa1b905a286/lib-blake3` Caused by: No such file or directory (os error 2) 4.288649202s INFO prepare_target{force=false package_id=arrayref v0.3.7 target="arrayref"}: cargo::core::compiler::fingerprint: fingerprint error for arrayref v0.3.7/Build/TargetInner { name_inferred: true, ..: lib_target("arrayref", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayref-0.3.7/src/lib.rs", Edition2015) } 4.288664062s INFO prepare_target{force=false package_id=arrayref v0.3.7 target="arrayref"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/arrayref-e9726c8ca70e2908/lib-arrayref` Caused by: No such file or directory (os error 2) 4.288911204s INFO prepare_target{force=false package_id=arrayvec v0.7.4 target="arrayvec"}: cargo::core::compiler::fingerprint: fingerprint error for arrayvec v0.7.4/Build/TargetInner { name_inferred: true, ..: lib_target("arrayvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.4/src/lib.rs", Edition2018) } 4.288924872s INFO prepare_target{force=false package_id=arrayvec v0.7.4 target="arrayvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/arrayvec-61c6edb067493d9e/lib-arrayvec` Caused by: No such file or directory (os error 2) 4.289607841s INFO prepare_target{force=false package_id=blake3 v1.5.2 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for blake3 v1.5.2/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.2/build.rs", Edition2021) } 4.289623641s INFO prepare_target{force=false package_id=blake3 v1.5.2 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/blake3-2cb0affc48b8f598/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.289791462s INFO prepare_target{force=false package_id=blake3 v1.5.2 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for blake3 v1.5.2/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.2/build.rs", Edition2021) } 4.289805191s INFO prepare_target{force=false package_id=blake3 v1.5.2 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/blake3-d14a246b7841e524/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.290065335s INFO prepare_target{force=false package_id=cc v1.1.22 target="cc"}: cargo::core::compiler::fingerprint: fingerprint error for cc v1.1.22/Build/TargetInner { ..: lib_target("cc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22/src/lib.rs", Edition2018) } 4.290079800s INFO prepare_target{force=false package_id=cc v1.1.22 target="cc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/cc-147752d48082225b/lib-cc` Caused by: No such file or directory (os error 2) 4.290339702s INFO prepare_target{force=false package_id=jobserver v0.1.32 target="jobserver"}: cargo::core::compiler::fingerprint: fingerprint error for jobserver v0.1.32/Build/TargetInner { name_inferred: true, ..: lib_target("jobserver", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs", Edition2021) } 4.290356939s INFO prepare_target{force=false package_id=jobserver v0.1.32 target="jobserver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/jobserver-ab7f8e1a6c8a9303/lib-jobserver` Caused by: No such file or directory (os error 2) 4.290592230s INFO prepare_target{force=false package_id=libc v0.2.158 target="libc"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.158/Build/TargetInner { ..: lib_target("libc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/src/lib.rs", Edition2015) } 4.290605831s INFO prepare_target{force=false package_id=libc v0.2.158 target="libc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libc-ea86c5368bcbe7e0/lib-libc` Caused by: No such file or directory (os error 2) 4.291399118s INFO prepare_target{force=false package_id=libc v0.2.158 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.158/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/build.rs", Edition2015) } 4.291414016s INFO prepare_target{force=false package_id=libc v0.2.158 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libc-421283b4c6190f34/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.291578316s INFO prepare_target{force=false package_id=libc v0.2.158 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.158/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/build.rs", Edition2015) } 4.291592540s INFO prepare_target{force=false package_id=libc v0.2.158 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libc-d5dd5df271a98dfb/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.291845436s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: fingerprint error for shlex v1.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("shlex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs", Edition2015) } 4.291860106s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/shlex-3f1cbee26f2e9948/lib-shlex` Caused by: No such file or directory (os error 2) 4.292193548s INFO prepare_target{force=false package_id=constant_time_eq v0.3.0 target="constant_time_eq"}: cargo::core::compiler::fingerprint: fingerprint error for constant_time_eq v0.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("constant_time_eq", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/constant_time_eq-0.3.0/src/lib.rs", Edition2021) } 4.292207553s INFO prepare_target{force=false package_id=constant_time_eq v0.3.0 target="constant_time_eq"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/constant_time_eq-14e7c572b597398e/lib-constant_time_eq` Caused by: No such file or directory (os error 2) 4.292997456s INFO prepare_target{force=false package_id=bytesize v1.3.0 target="bytesize"}: cargo::core::compiler::fingerprint: fingerprint error for bytesize v1.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("bytesize", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytesize-1.3.0/src/lib.rs", Edition2015) } 4.293028124s INFO prepare_target{force=false package_id=bytesize v1.3.0 target="bytesize"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/bytesize-a322e1a8c5b579b4/lib-bytesize` Caused by: No such file or directory (os error 2) 4.293915443s INFO prepare_target{force=false package_id=cargo v0.85.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for cargo v0.85.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo)/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/build.rs", Edition2021) } 4.293938288s INFO prepare_target{force=false package_id=cargo v0.85.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/cargo-da1cefa050ed2f1d/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.294215741s INFO prepare_target{force=false package_id=cargo v0.85.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for cargo v0.85.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo)/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/build.rs", Edition2021) } 4.294231613s INFO prepare_target{force=false package_id=cargo v0.85.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/cargo-d825bd682eade6df/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.294518767s INFO prepare_target{force=false package_id=flate2 v1.0.34 target="flate2"}: cargo::core::compiler::fingerprint: fingerprint error for flate2 v1.0.34/Build/TargetInner { ..: lib_target("flate2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/lib.rs", Edition2018) } 4.294534027s INFO prepare_target{force=false package_id=flate2 v1.0.34 target="flate2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/flate2-e96d9829c898567f/lib-flate2` Caused by: No such file or directory (os error 2) 4.294824966s INFO prepare_target{force=false package_id=crc32fast v1.4.0 target="crc32fast"}: cargo::core::compiler::fingerprint: fingerprint error for crc32fast v1.4.0/Build/TargetInner { name_inferred: true, ..: lib_target("crc32fast", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/src/lib.rs", Edition2015) } 4.294840062s INFO prepare_target{force=false package_id=crc32fast v1.4.0 target="crc32fast"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/crc32fast-5e209a484b98b2da/lib-crc32fast` Caused by: No such file or directory (os error 2) 4.295710336s INFO prepare_target{force=false package_id=crc32fast v1.4.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for crc32fast v1.4.0/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/build.rs", Edition2015) } 4.295735405s INFO prepare_target{force=false package_id=crc32fast v1.4.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/crc32fast-8c3c5d07080bddcc/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.295895864s INFO prepare_target{force=false package_id=crc32fast v1.4.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for crc32fast v1.4.0/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/build.rs", Edition2015) } 4.295908727s INFO prepare_target{force=false package_id=crc32fast v1.4.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/crc32fast-448119ec57aa9823/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.296185214s INFO prepare_target{force=false package_id=libz-sys v1.1.20 target="libz_sys"}: cargo::core::compiler::fingerprint: fingerprint error for libz-sys v1.1.20/Build/TargetInner { ..: lib_target("libz_sys", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/src/lib.rs", Edition2018) } 4.296199324s INFO prepare_target{force=false package_id=libz-sys v1.1.20 target="libz_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libz-sys-887ab08f993b2002/lib-libz_sys` Caused by: No such file or directory (os error 2) 4.296884637s INFO prepare_target{force=false package_id=libz-sys v1.1.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libz-sys v1.1.20/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/build.rs", Edition2018) } 4.296908484s INFO prepare_target{force=false package_id=libz-sys v1.1.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libz-sys-49313969011b4068/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.297089603s INFO prepare_target{force=false package_id=libz-sys v1.1.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libz-sys v1.1.20/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/build.rs", Edition2018) } 4.297102095s INFO prepare_target{force=false package_id=libz-sys v1.1.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libz-sys-3a2d1fde649f4edf/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.297360863s INFO prepare_target{force=false package_id=pkg-config v0.3.30 target="pkg_config"}: cargo::core::compiler::fingerprint: fingerprint error for pkg-config v0.3.30/Build/TargetInner { name_inferred: true, ..: lib_target("pkg_config", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkg-config-0.3.30/src/lib.rs", Edition2015) } 4.297375805s INFO prepare_target{force=false package_id=pkg-config v0.3.30 target="pkg_config"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/pkg-config-a6c33858d29a8214/lib-pkg_config` Caused by: No such file or directory (os error 2) 4.297617383s INFO prepare_target{force=false package_id=vcpkg v0.2.15 target="vcpkg"}: cargo::core::compiler::fingerprint: fingerprint error for vcpkg v0.2.15/Build/TargetInner { name_inferred: true, ..: lib_target("vcpkg", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/vcpkg-0.2.15/src/lib.rs", Edition2015) } 4.297631426s INFO prepare_target{force=false package_id=vcpkg v0.2.15 target="vcpkg"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/vcpkg-887d021232acd605/lib-vcpkg` Caused by: No such file or directory (os error 2) 4.297927872s INFO prepare_target{force=false package_id=tar v0.4.42 target="tar"}: cargo::core::compiler::fingerprint: fingerprint error for tar v0.4.42/Build/TargetInner { ..: lib_target("tar", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/lib.rs", Edition2021) } 4.297941320s INFO prepare_target{force=false package_id=tar v0.4.42 target="tar"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/tar-f46da8bfb8d1fd06/lib-tar` Caused by: No such file or directory (os error 2) 4.298192657s INFO prepare_target{force=false package_id=filetime v0.2.23 target="filetime"}: cargo::core::compiler::fingerprint: fingerprint error for filetime v0.2.23/Build/TargetInner { name_inferred: true, ..: lib_target("filetime", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.23/src/lib.rs", Edition2018) } 4.298206075s INFO prepare_target{force=false package_id=filetime v0.2.23 target="filetime"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/filetime-986485ecbaf08d82/lib-filetime` Caused by: No such file or directory (os error 2) 4.299041573s INFO prepare_target{force=false package_id=curl-sys v0.4.74+curl-8.9.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for curl-sys v0.4.74+curl-8.9.0/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0/build.rs", Edition2018) } 4.299057978s INFO prepare_target{force=false package_id=curl-sys v0.4.74+curl-8.9.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/curl-sys-94524f5559f3a166/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.299406100s INFO prepare_target{force=false package_id=curl-sys v0.4.74+curl-8.9.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for curl-sys v0.4.74+curl-8.9.0/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0/build.rs", Edition2018) } 4.299421129s INFO prepare_target{force=false package_id=curl-sys v0.4.74+curl-8.9.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/curl-sys-74b4285b0a81fee2/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.300129132s INFO prepare_target{force=false package_id=libnghttp2-sys v0.1.10+1.61.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libnghttp2-sys v0.1.10+1.61.0/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libnghttp2-sys-0.1.10+1.61.0/build.rs", Edition2015) } 4.300151728s INFO prepare_target{force=false package_id=libnghttp2-sys v0.1.10+1.61.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libnghttp2-sys-e37749265727fad3/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.300317945s INFO prepare_target{force=false package_id=libnghttp2-sys v0.1.10+1.61.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libnghttp2-sys v0.1.10+1.61.0/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libnghttp2-sys-0.1.10+1.61.0/build.rs", Edition2015) } 4.300331039s INFO prepare_target{force=false package_id=libnghttp2-sys v0.1.10+1.61.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libnghttp2-sys-f9f8b06428a7375d/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.301058002s INFO prepare_target{force=false package_id=libz-sys v1.1.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libz-sys v1.1.20/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/build.rs", Edition2018) } 4.301073188s INFO prepare_target{force=false package_id=libz-sys v1.1.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libz-sys-7501b76ee1955ff0/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.301237980s INFO prepare_target{force=false package_id=libz-sys v1.1.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libz-sys v1.1.20/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/build.rs", Edition2018) } 4.301250242s INFO prepare_target{force=false package_id=libz-sys v1.1.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libz-sys-1604c4270e0fd8f2/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.301963570s INFO prepare_target{force=false package_id=openssl-sys v0.9.92 target="build-script-main"}: cargo::core::compiler::fingerprint: fingerprint error for openssl-sys v0.9.92/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-main", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/build/main.rs", Edition2018) } 4.301976654s INFO prepare_target{force=false package_id=openssl-sys v0.9.92 target="build-script-main"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/openssl-sys-0c9326508046e7fe/run-build-script-build-script-main` Caused by: No such file or directory (os error 2) 4.302168849s INFO prepare_target{force=false package_id=openssl-sys v0.9.92 target="build-script-main"}: cargo::core::compiler::fingerprint: fingerprint error for openssl-sys v0.9.92/Build/TargetInner { ..: custom_build_target("build-script-main", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/build/main.rs", Edition2018) } 4.302181870s INFO prepare_target{force=false package_id=openssl-sys v0.9.92 target="build-script-main"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/openssl-sys-654f853f2da58a33/build-script-build-script-main` Caused by: No such file or directory (os error 2) 4.302886507s INFO prepare_target{force=false package_id=libgit2-sys v0.17.0+1.8.1 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libgit2-sys v0.17.0+1.8.1/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libgit2-sys-0.17.0+1.8.1/build.rs", Edition2018) } 4.302900322s INFO prepare_target{force=false package_id=libgit2-sys v0.17.0+1.8.1 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libgit2-sys-713e05d128d6d8d0/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.303066247s INFO prepare_target{force=false package_id=libgit2-sys v0.17.0+1.8.1 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libgit2-sys v0.17.0+1.8.1/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libgit2-sys-0.17.0+1.8.1/build.rs", Edition2018) } 4.303091898s INFO prepare_target{force=false package_id=libgit2-sys v0.17.0+1.8.1 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libgit2-sys-8f9224bfbbdcbd32/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.303827219s INFO prepare_target{force=false package_id=libssh2-sys v0.3.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libssh2-sys v0.3.0/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libssh2-sys-0.3.0/build.rs", Edition2015) } 4.303840206s INFO prepare_target{force=false package_id=libssh2-sys v0.3.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libssh2-sys-42440d57bcb5ff0a/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.304012766s INFO prepare_target{force=false package_id=libssh2-sys v0.3.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libssh2-sys v0.3.0/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libssh2-sys-0.3.0/build.rs", Edition2015) } 4.304025100s INFO prepare_target{force=false package_id=libssh2-sys v0.3.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libssh2-sys-d7574faf11c38f32/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.304327531s INFO prepare_target{force=false package_id=cargo-credential v0.4.8 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/credential/cargo-credential) target="cargo_credential"}: cargo::core::compiler::fingerprint: fingerprint error for cargo-credential v0.4.8 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/credential/cargo-credential)/Build/TargetInner { name_inferred: true, ..: lib_target("cargo_credential", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/credential/cargo-credential/src/lib.rs", Edition2021) } 4.304346069s INFO prepare_target{force=false package_id=cargo-credential v0.4.8 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/credential/cargo-credential) target="cargo_credential"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/cargo-credential-6af05f4c9344c35b/lib-cargo_credential` Caused by: No such file or directory (os error 2) 4.304754036s INFO prepare_target{force=false package_id=libc v0.2.158 target="libc"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.158/Build/TargetInner { ..: lib_target("libc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/src/lib.rs", Edition2015) } 4.304774070s INFO prepare_target{force=false package_id=libc v0.2.158 target="libc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libc-815da5862b34da76/lib-libc` Caused by: No such file or directory (os error 2) 4.305552965s INFO prepare_target{force=false package_id=libc v0.2.158 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.158/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/build.rs", Edition2015) } 4.305566108s INFO prepare_target{force=false package_id=libc v0.2.158 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libc-100dada7e883baf4/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.305756370s INFO prepare_target{force=false package_id=libc v0.2.158 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.158/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/build.rs", Edition2015) } 4.305768544s INFO prepare_target{force=false package_id=libc v0.2.158 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libc-af9fb259df92c64b/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.305995636s INFO prepare_target{force=false package_id=serde v1.0.204 target="serde"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.204/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.204/src/lib.rs", Edition2018) } 4.306057070s INFO prepare_target{force=false package_id=serde v1.0.204 target="serde"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde-0403ee8b456f5f79/lib-serde` Caused by: No such file or directory (os error 2) 4.306982487s INFO prepare_target{force=false package_id=serde v1.0.204 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.204/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.204/build.rs", Edition2018) } 4.307005191s INFO prepare_target{force=false package_id=serde v1.0.204 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde-a70cb72688f91e4f/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.307164036s INFO prepare_target{force=false package_id=serde v1.0.204 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.204/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.204/build.rs", Edition2018) } 4.307176594s INFO prepare_target{force=false package_id=serde v1.0.204 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/serde-25f7325186875668/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.307424308s INFO prepare_target{force=false package_id=serde_derive v1.0.204 target="serde_derive"}: cargo::core::compiler::fingerprint: fingerprint error for serde_derive v1.0.204/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("serde_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.204/src/lib.rs", Edition2015) } 4.307439055s INFO prepare_target{force=false package_id=serde_derive v1.0.204 target="serde_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/serde_derive-7ed5f49abb0c2500/lib-serde_derive` Caused by: No such file or directory (os error 2) 4.307731815s INFO prepare_target{force=false package_id=proc-macro2 v1.0.86 target="proc_macro2"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.86/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("proc_macro2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs", Edition2021) } 4.307746253s INFO prepare_target{force=false package_id=proc-macro2 v1.0.86 target="proc_macro2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/proc-macro2-4002546e8a209df6/lib-proc_macro2` Caused by: No such file or directory (os error 2) 4.308438524s INFO prepare_target{force=false package_id=proc-macro2 v1.0.86 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.86/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/build.rs", Edition2021) } 4.308452303s INFO prepare_target{force=false package_id=proc-macro2 v1.0.86 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/proc-macro2-986883e2302498d5/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.308610420s INFO prepare_target{force=false package_id=proc-macro2 v1.0.86 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.86/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/build.rs", Edition2021) } 4.308622822s INFO prepare_target{force=false package_id=proc-macro2 v1.0.86 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/proc-macro2-a0c6164316655e5f/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.308928780s INFO prepare_target{force=false package_id=quote v1.0.36 target="quote"}: cargo::core::compiler::fingerprint: fingerprint error for quote v1.0.36/Build/TargetInner { name_inferred: true, doc_scrape_examples: Disabled, ..: lib_target("quote", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.36/src/lib.rs", Edition2018) } 4.308943810s INFO prepare_target{force=false package_id=quote v1.0.36 target="quote"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/quote-ce7f0c296cfe2c03/lib-quote` Caused by: No such file or directory (os error 2) 4.309187326s INFO prepare_target{force=false package_id=syn v2.0.72 target="syn"}: cargo::core::compiler::fingerprint: fingerprint error for syn v2.0.72/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("syn", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.72/src/lib.rs", Edition2021) } 4.309204262s INFO prepare_target{force=false package_id=syn v2.0.72 target="syn"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/syn-859e091037a98c2e/lib-syn` Caused by: No such file or directory (os error 2) 4.309507034s INFO prepare_target{force=false package_id=serde_json v1.0.121 target="serde_json"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.121/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde_json", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.121/src/lib.rs", Edition2021) } 4.309521471s INFO prepare_target{force=false package_id=serde_json v1.0.121 target="serde_json"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde_json-9c1c7d4fac3e1960/lib-serde_json` Caused by: No such file or directory (os error 2) 4.310621331s INFO prepare_target{force=false package_id=serde_json v1.0.121 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.121/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.121/build.rs", Edition2021) } 4.310643374s INFO prepare_target{force=false package_id=serde_json v1.0.121 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde_json-b8749342f1c2cddb/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.310827515s INFO prepare_target{force=false package_id=serde_json v1.0.121 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.121/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.121/build.rs", Edition2021) } 4.310839683s INFO prepare_target{force=false package_id=serde_json v1.0.121 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/serde_json-69b5ccc36833cc19/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.311057433s INFO prepare_target{force=false package_id=thiserror v1.0.63 target="thiserror"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.63/Build/TargetInner { ..: lib_target("thiserror", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.63/src/lib.rs", Edition2021) } 4.311071257s INFO prepare_target{force=false package_id=thiserror v1.0.63 target="thiserror"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/thiserror-9c42aba010ebb120/lib-thiserror` Caused by: No such file or directory (os error 2) 4.311931685s INFO prepare_target{force=false package_id=thiserror v1.0.63 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.63/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.63/build.rs", Edition2021) } 4.311946182s INFO prepare_target{force=false package_id=thiserror v1.0.63 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/thiserror-6a3bf087b2dee9f1/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.312100020s INFO prepare_target{force=false package_id=thiserror v1.0.63 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.63/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.63/build.rs", Edition2021) } 4.312112778s INFO prepare_target{force=false package_id=thiserror v1.0.63 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/thiserror-0e834c696266f941/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.312374262s INFO prepare_target{force=false package_id=thiserror-impl v1.0.63 target="thiserror_impl"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror-impl v1.0.63/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("thiserror_impl", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.63/src/lib.rs", Edition2021) } 4.312394110s INFO prepare_target{force=false package_id=thiserror-impl v1.0.63 target="thiserror_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/thiserror-impl-39b866a7bf44517e/lib-thiserror_impl` Caused by: No such file or directory (os error 2) 4.312657035s INFO prepare_target{force=false package_id=time v0.3.36 target="time"}: cargo::core::compiler::fingerprint: fingerprint error for time v0.3.36/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("time", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs", Edition2021) } 4.312670911s INFO prepare_target{force=false package_id=time v0.3.36 target="time"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/time-7e86974b774815ee/lib-time` Caused by: No such file or directory (os error 2) 4.313049347s INFO prepare_target{force=false package_id=deranged v0.3.11 target="deranged"}: cargo::core::compiler::fingerprint: fingerprint error for deranged v0.3.11/Build/TargetInner { name_inferred: true, ..: lib_target("deranged", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs", Edition2021) } 4.313062976s INFO prepare_target{force=false package_id=deranged v0.3.11 target="deranged"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/deranged-adf7d7ff91bbcb5f/lib-deranged` Caused by: No such file or directory (os error 2) 4.313351209s INFO prepare_target{force=false package_id=powerfmt v0.2.0 target="powerfmt"}: cargo::core::compiler::fingerprint: fingerprint error for powerfmt v0.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("powerfmt", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/lib.rs", Edition2021) } 4.313365023s INFO prepare_target{force=false package_id=powerfmt v0.2.0 target="powerfmt"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/powerfmt-d2571f87916ab903/lib-powerfmt` Caused by: No such file or directory (os error 2) 4.313645411s INFO prepare_target{force=false package_id=num-conv v0.1.0 target="num_conv"}: cargo::core::compiler::fingerprint: fingerprint error for num-conv v0.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("num_conv", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/src/lib.rs", Edition2021) } 4.313658902s INFO prepare_target{force=false package_id=num-conv v0.1.0 target="num_conv"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/num-conv-018a3e6d3903038a/lib-num_conv` Caused by: No such file or directory (os error 2) 4.313990530s INFO prepare_target{force=false package_id=time-core v0.1.2 target="time_core"}: cargo::core::compiler::fingerprint: fingerprint error for time-core v0.1.2/Build/TargetInner { name_inferred: true, ..: lib_target("time_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/src/lib.rs", Edition2021) } 4.314004677s INFO prepare_target{force=false package_id=time-core v0.1.2 target="time_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/time-core-0d74c091f2e6d2f7/lib-time_core` Caused by: No such file or directory (os error 2) 4.314280423s INFO prepare_target{force=false package_id=cargo-platform v0.1.9 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-platform) target="cargo_platform"}: cargo::core::compiler::fingerprint: fingerprint error for cargo-platform v0.1.9 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-platform)/Build/TargetInner { name_inferred: true, ..: lib_target("cargo_platform", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-platform/src/lib.rs", Edition2021) } 4.314297154s INFO prepare_target{force=false package_id=cargo-platform v0.1.9 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-platform) target="cargo_platform"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/cargo-platform-20391a740cab7bef/lib-cargo_platform` Caused by: No such file or directory (os error 2) 4.314667387s INFO prepare_target{force=false package_id=cargo-util v0.2.17 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util) target="cargo_util"}: cargo::core::compiler::fingerprint: fingerprint error for cargo-util v0.2.17 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util)/Build/TargetInner { name_inferred: true, ..: lib_target("cargo_util", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util/src/lib.rs", Edition2021) } 4.314685623s INFO prepare_target{force=false package_id=cargo-util v0.2.17 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util) target="cargo_util"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/cargo-util-c92ab84972271468/lib-cargo_util` Caused by: No such file or directory (os error 2) 4.315098390s INFO prepare_target{force=false package_id=filetime v0.2.23 target="filetime"}: cargo::core::compiler::fingerprint: fingerprint error for filetime v0.2.23/Build/TargetInner { name_inferred: true, ..: lib_target("filetime", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.23/src/lib.rs", Edition2018) } 4.315113215s INFO prepare_target{force=false package_id=filetime v0.2.23 target="filetime"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/filetime-d9ea172fec5dc9a1/lib-filetime` Caused by: No such file or directory (os error 2) 4.315407358s INFO prepare_target{force=false package_id=hex v0.4.3 target="hex"}: cargo::core::compiler::fingerprint: fingerprint error for hex v0.4.3/Build/TargetInner { name_inferred: true, ..: lib_target("hex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hex-0.4.3/src/lib.rs", Edition2018) } 4.315420524s INFO prepare_target{force=false package_id=hex v0.4.3 target="hex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/hex-84a5c454bbb6f3c2/lib-hex` Caused by: No such file or directory (os error 2) 4.315686184s INFO prepare_target{force=false package_id=ignore v0.4.22 target="ignore"}: cargo::core::compiler::fingerprint: fingerprint error for ignore v0.4.22/Build/TargetInner { benched: false, ..: lib_target("ignore", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ignore-0.4.22/src/lib.rs", Edition2021) } 4.315699734s INFO prepare_target{force=false package_id=ignore v0.4.22 target="ignore"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/ignore-6d843ce7e1693e45/lib-ignore` Caused by: No such file or directory (os error 2) 4.316226638s INFO prepare_target{force=false package_id=crossbeam-deque v0.8.5 target="crossbeam_deque"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-deque v0.8.5/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_deque", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/lib.rs", Edition2021) } 4.316241156s INFO prepare_target{force=false package_id=crossbeam-deque v0.8.5 target="crossbeam_deque"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-deque-3f3bd5a56ef83665/lib-crossbeam_deque` Caused by: No such file or directory (os error 2) 4.316555628s INFO prepare_target{force=false package_id=crossbeam-epoch v0.9.18 target="crossbeam_epoch"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-epoch v0.9.18/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_epoch", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs", Edition2021) } 4.316570739s INFO prepare_target{force=false package_id=crossbeam-epoch v0.9.18 target="crossbeam_epoch"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-epoch-1d92a3592d8558a0/lib-crossbeam_epoch` Caused by: No such file or directory (os error 2) 4.316853582s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.19 target="crossbeam_utils"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.19/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_utils", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/lib.rs", Edition2021) } 4.316867367s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.19 target="crossbeam_utils"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-utils-a66e83908cfb65e9/lib-crossbeam_utils` Caused by: No such file or directory (os error 2) 4.317598067s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.19 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.19/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/build.rs", Edition2021) } 4.317612959s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.19 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-utils-76cf51e12a4c430a/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.317767834s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.19 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.19/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/build.rs", Edition2021) } 4.317780815s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.19 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/crossbeam-utils-834ad8ac11e3cd44/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.318018028s INFO prepare_target{force=false package_id=globset v0.4.14 target="globset"}: cargo::core::compiler::fingerprint: fingerprint error for globset v0.4.14/Build/TargetInner { benched: false, ..: lib_target("globset", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.14/src/lib.rs", Edition2021) } 4.318039822s INFO prepare_target{force=false package_id=globset v0.4.14 target="globset"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/globset-69885919a4e6756e/lib-globset` Caused by: No such file or directory (os error 2) 4.318318338s INFO prepare_target{force=false package_id=aho-corasick v1.1.3 target="aho_corasick"}: cargo::core::compiler::fingerprint: fingerprint error for aho-corasick v1.1.3/Build/TargetInner { ..: lib_target("aho_corasick", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/lib.rs", Edition2021) } 4.318331921s INFO prepare_target{force=false package_id=aho-corasick v1.1.3 target="aho_corasick"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/aho-corasick-1110f647ac52c000/lib-aho_corasick` Caused by: No such file or directory (os error 2) 4.318585116s INFO prepare_target{force=false package_id=bstr v1.9.1 target="bstr"}: cargo::core::compiler::fingerprint: fingerprint error for bstr v1.9.1/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("bstr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.9.1/src/lib.rs", Edition2021) } 4.318598119s INFO prepare_target{force=false package_id=bstr v1.9.1 target="bstr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/bstr-3e0a34c3106753d5/lib-bstr` Caused by: No such file or directory (os error 2) 4.318835336s INFO prepare_target{force=false package_id=regex-automata v0.4.7 target="regex_automata"}: cargo::core::compiler::fingerprint: fingerprint error for regex-automata v0.4.7/Build/TargetInner { benched: false, ..: lib_target("regex_automata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/lib.rs", Edition2021) } 4.318848443s INFO prepare_target{force=false package_id=regex-automata v0.4.7 target="regex_automata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/regex-automata-3c0aedca5b137890/lib-regex_automata` Caused by: No such file or directory (os error 2) 4.319147602s INFO prepare_target{force=false package_id=regex-syntax v0.8.4 target="regex_syntax"}: cargo::core::compiler::fingerprint: fingerprint error for regex-syntax v0.8.4/Build/TargetInner { ..: lib_target("regex_syntax", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4/src/lib.rs", Edition2021) } 4.319160082s INFO prepare_target{force=false package_id=regex-syntax v0.8.4 target="regex_syntax"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/regex-syntax-4f18b80b77356cb3/lib-regex_syntax` Caused by: No such file or directory (os error 2) 4.319554702s INFO prepare_target{force=false package_id=same-file v1.0.6 target="same_file"}: cargo::core::compiler::fingerprint: fingerprint error for same-file v1.0.6/Build/TargetInner { name_inferred: true, ..: lib_target("same_file", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6/src/lib.rs", Edition2018) } 4.319567857s INFO prepare_target{force=false package_id=same-file v1.0.6 target="same_file"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/same-file-fd55c9c082c04b74/lib-same_file` Caused by: No such file or directory (os error 2) 4.319786755s INFO prepare_target{force=false package_id=walkdir v2.5.0 target="walkdir"}: cargo::core::compiler::fingerprint: fingerprint error for walkdir v2.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("walkdir", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/walkdir-2.5.0/src/lib.rs", Edition2018) } 4.319799836s INFO prepare_target{force=false package_id=walkdir v2.5.0 target="walkdir"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/walkdir-cedad706e785dd00/lib-walkdir` Caused by: No such file or directory (os error 2) 4.320010616s INFO prepare_target{force=false package_id=jobserver v0.1.32 target="jobserver"}: cargo::core::compiler::fingerprint: fingerprint error for jobserver v0.1.32/Build/TargetInner { name_inferred: true, ..: lib_target("jobserver", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs", Edition2021) } 4.320031389s INFO prepare_target{force=false package_id=jobserver v0.1.32 target="jobserver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/jobserver-7081e8ad61cf700e/lib-jobserver` Caused by: No such file or directory (os error 2) 4.320247530s INFO prepare_target{force=false package_id=sha2 v0.10.8 target="sha2"}: cargo::core::compiler::fingerprint: fingerprint error for sha2 v0.10.8/Build/TargetInner { name_inferred: true, ..: lib_target("sha2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/lib.rs", Edition2018) } 4.320260310s INFO prepare_target{force=false package_id=sha2 v0.10.8 target="sha2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/sha2-025d5fb836b989ed/lib-sha2` Caused by: No such file or directory (os error 2) 4.320489330s INFO prepare_target{force=false package_id=cpufeatures v0.2.12 target="cpufeatures"}: cargo::core::compiler::fingerprint: fingerprint error for cpufeatures v0.2.12/Build/TargetInner { name_inferred: true, ..: lib_target("cpufeatures", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs", Edition2018) } 4.320525624s INFO prepare_target{force=false package_id=cpufeatures v0.2.12 target="cpufeatures"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/cpufeatures-fca815ec145472b9/lib-cpufeatures` Caused by: No such file or directory (os error 2) 4.320836391s INFO prepare_target{force=false package_id=digest v0.10.7 target="digest"}: cargo::core::compiler::fingerprint: fingerprint error for digest v0.10.7/Build/TargetInner { name_inferred: true, ..: lib_target("digest", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/src/lib.rs", Edition2018) } 4.320849321s INFO prepare_target{force=false package_id=digest v0.10.7 target="digest"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/digest-9f7e60a7203f80c1/lib-digest` Caused by: No such file or directory (os error 2) 4.321138886s INFO prepare_target{force=false package_id=block-buffer v0.10.4 target="block_buffer"}: cargo::core::compiler::fingerprint: fingerprint error for block-buffer v0.10.4/Build/TargetInner { name_inferred: true, ..: lib_target("block_buffer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/src/lib.rs", Edition2018) } 4.321152014s INFO prepare_target{force=false package_id=block-buffer v0.10.4 target="block_buffer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/block-buffer-2430a4830d3d4ce7/lib-block_buffer` Caused by: No such file or directory (os error 2) 4.321389506s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="generic_array"}: cargo::core::compiler::fingerprint: fingerprint error for generic-array v0.14.7/Build/TargetInner { ..: lib_target("generic_array", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs", Edition2015) } 4.321402416s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="generic_array"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/generic-array-9067f5ea249eaa7b/lib-generic_array` Caused by: No such file or directory (os error 2) 4.322257741s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for generic-array v0.14.7/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/build.rs", Edition2015) } 4.322275636s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/generic-array-e81aa903822d2009/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.322438471s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for generic-array v0.14.7/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/build.rs", Edition2015) } 4.322460401s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/generic-array-68d9e853ab722d0d/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.322701660s INFO prepare_target{force=false package_id=version_check v0.9.4 target="version_check"}: cargo::core::compiler::fingerprint: fingerprint error for version_check v0.9.4/Build/TargetInner { name_inferred: true, ..: lib_target("version_check", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.4/src/lib.rs", Edition2015) } 4.322714752s INFO prepare_target{force=false package_id=version_check v0.9.4 target="version_check"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/version_check-156be7a5617dc779/lib-version_check` Caused by: No such file or directory (os error 2) 4.322941056s INFO prepare_target{force=false package_id=typenum v1.17.0 target="typenum"}: cargo::core::compiler::fingerprint: fingerprint error for typenum v1.17.0/Build/TargetInner { ..: lib_target("typenum", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs", Edition2018) } 4.322953851s INFO prepare_target{force=false package_id=typenum v1.17.0 target="typenum"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/typenum-7254ca956e0e001e/lib-typenum` Caused by: No such file or directory (os error 2) 4.323595279s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: fingerprint error for typenum v1.17.0/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-main", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs", Edition2018) } 4.323607729s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/typenum-bfbb27b9c56ed937/run-build-script-build-script-main` Caused by: No such file or directory (os error 2) 4.323903405s INFO prepare_target{force=false package_id=zeroize v1.7.0 target="zeroize"}: cargo::core::compiler::fingerprint: fingerprint error for zeroize v1.7.0/Build/TargetInner { name_inferred: true, ..: lib_target("zeroize", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zeroize-1.7.0/src/lib.rs", Edition2021) } 4.323925200s INFO prepare_target{force=false package_id=zeroize v1.7.0 target="zeroize"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/zeroize-c48cc800f0be520b/lib-zeroize` Caused by: No such file or directory (os error 2) 4.324166124s INFO prepare_target{force=false package_id=const-oid v0.9.6 target="const_oid"}: cargo::core::compiler::fingerprint: fingerprint error for const-oid v0.9.6/Build/TargetInner { name_inferred: true, ..: lib_target("const_oid", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/const-oid-0.9.6/src/lib.rs", Edition2021) } 4.324178792s INFO prepare_target{force=false package_id=const-oid v0.9.6 target="const_oid"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/const-oid-867fc39cbb866fca/lib-const_oid` Caused by: No such file or directory (os error 2) 4.324386430s INFO prepare_target{force=false package_id=crypto-common v0.1.6 target="crypto_common"}: cargo::core::compiler::fingerprint: fingerprint error for crypto-common v0.1.6/Build/TargetInner { name_inferred: true, ..: lib_target("crypto_common", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/src/lib.rs", Edition2018) } 4.324399055s INFO prepare_target{force=false package_id=crypto-common v0.1.6 target="crypto_common"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crypto-common-b4cc1717e8eb8621/lib-crypto_common` Caused by: No such file or directory (os error 2) 4.324668806s INFO prepare_target{force=false package_id=subtle v2.5.0 target="subtle"}: cargo::core::compiler::fingerprint: fingerprint error for subtle v2.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("subtle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/subtle-2.5.0/src/lib.rs", Edition2018) } 4.324681670s INFO prepare_target{force=false package_id=subtle v2.5.0 target="subtle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/subtle-d0828b175ef666d8/lib-subtle` Caused by: No such file or directory (os error 2) 4.324992768s INFO prepare_target{force=false package_id=shell-escape v0.1.5 target="shell_escape"}: cargo::core::compiler::fingerprint: fingerprint error for shell-escape v0.1.5/Build/TargetInner { name_inferred: true, ..: lib_target("shell_escape", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shell-escape-0.1.5/src/lib.rs", Edition2015) } 4.325005358s INFO prepare_target{force=false package_id=shell-escape v0.1.5 target="shell_escape"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/shell-escape-b296bcce0e6c659b/lib-shell_escape` Caused by: No such file or directory (os error 2) 4.325274409s INFO prepare_target{force=false package_id=tempfile v3.10.1 target="tempfile"}: cargo::core::compiler::fingerprint: fingerprint error for tempfile v3.10.1/Build/TargetInner { name_inferred: true, ..: lib_target("tempfile", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.10.1/src/lib.rs", Edition2021) } 4.325286959s INFO prepare_target{force=false package_id=tempfile v3.10.1 target="tempfile"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tempfile-ba77cf330d8e035b/lib-tempfile` Caused by: No such file or directory (os error 2) 4.325554571s INFO prepare_target{force=false package_id=fastrand v2.1.0 target="fastrand"}: cargo::core::compiler::fingerprint: fingerprint error for fastrand v2.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("fastrand", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.0/src/lib.rs", Edition2018) } 4.325567506s INFO prepare_target{force=false package_id=fastrand v2.1.0 target="fastrand"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/fastrand-27a5896e5ab6cd83/lib-fastrand` Caused by: No such file or directory (os error 2) 4.325833855s INFO prepare_target{force=false package_id=rustix v0.38.37 target="rustix"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.37/Build/TargetInner { ..: lib_target("rustix", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37/src/lib.rs", Edition2021) } 4.325846217s INFO prepare_target{force=false package_id=rustix v0.38.37 target="rustix"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustix-b9ebcd3bb6da4e79/lib-rustix` Caused by: No such file or directory (os error 2) 4.326189740s INFO prepare_target{force=false package_id=errno v0.3.9 target="errno"}: cargo::core::compiler::fingerprint: fingerprint error for errno v0.3.9/Build/TargetInner { name_inferred: true, ..: lib_target("errno", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs", Edition2018) } 4.326202118s INFO prepare_target{force=false package_id=errno v0.3.9 target="errno"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/errno-173be51395f25f2d/lib-errno` Caused by: No such file or directory (os error 2) 4.326879173s INFO prepare_target{force=false package_id=rustix v0.38.37 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.37/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37/build.rs", Edition2021) } 4.326893395s INFO prepare_target{force=false package_id=rustix v0.38.37 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustix-53ff1809379b451f/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.327030814s INFO prepare_target{force=false package_id=rustix v0.38.37 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.37/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37/build.rs", Edition2021) } 4.327042632s INFO prepare_target{force=false package_id=rustix v0.38.37 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/rustix-3ac05c9ff64c6e30/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.327279231s INFO prepare_target{force=false package_id=tracing v0.1.40 target="tracing"}: cargo::core::compiler::fingerprint: fingerprint error for tracing v0.1.40/Build/TargetInner { name_inferred: true, ..: lib_target("tracing", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.40/src/lib.rs", Edition2018) } 4.327291920s INFO prepare_target{force=false package_id=tracing v0.1.40 target="tracing"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tracing-8af0dbf96b7060a8/lib-tracing` Caused by: No such file or directory (os error 2) 4.327540515s INFO prepare_target{force=false package_id=pin-project-lite v0.2.14 target="pin_project_lite"}: cargo::core::compiler::fingerprint: fingerprint error for pin-project-lite v0.2.14/Build/TargetInner { name_inferred: true, doc_scrape_examples: Disabled, ..: lib_target("pin_project_lite", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.14/src/lib.rs", Edition2018) } 4.327553817s INFO prepare_target{force=false package_id=pin-project-lite v0.2.14 target="pin_project_lite"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/pin-project-lite-e7bc9b28c0408388/lib-pin_project_lite` Caused by: No such file or directory (os error 2) 4.327775735s INFO prepare_target{force=false package_id=tracing-attributes v0.1.27 target="tracing_attributes"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-attributes v0.1.27/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("tracing_attributes", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/src/lib.rs", Edition2018) } 4.327788850s INFO prepare_target{force=false package_id=tracing-attributes v0.1.27 target="tracing_attributes"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/tracing-attributes-31f933b3c970afd2/lib-tracing_attributes` Caused by: No such file or directory (os error 2) 4.328015003s INFO prepare_target{force=false package_id=tracing-core v0.1.32 target="tracing_core"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-core v0.1.32/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32/src/lib.rs", Edition2018) } 4.328027766s INFO prepare_target{force=false package_id=tracing-core v0.1.32 target="tracing_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tracing-core-1a4521af7c4a9ca3/lib-tracing_core` Caused by: No such file or directory (os error 2) 4.328265371s INFO prepare_target{force=false package_id=once_cell v1.19.0 target="once_cell"}: cargo::core::compiler::fingerprint: fingerprint error for once_cell v1.19.0/Build/TargetInner { name_inferred: true, ..: lib_target("once_cell", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.19.0/src/lib.rs", Edition2021) } 4.328277827s INFO prepare_target{force=false package_id=once_cell v1.19.0 target="once_cell"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/once_cell-5eb8ae28bb49ef9d/lib-once_cell` Caused by: No such file or directory (os error 2) 4.328499109s INFO prepare_target{force=false package_id=cargo-util-schemas v0.7.1 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util-schemas) target="cargo_util_schemas"}: cargo::core::compiler::fingerprint: fingerprint error for cargo-util-schemas v0.7.1 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util-schemas)/Build/TargetInner { name_inferred: true, ..: lib_target("cargo_util_schemas", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util-schemas/src/lib.rs", Edition2021) } 4.328522638s INFO prepare_target{force=false package_id=cargo-util-schemas v0.7.1 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util-schemas) target="cargo_util_schemas"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/cargo-util-schemas-940c93f316158c91/lib-cargo_util_schemas` Caused by: No such file or directory (os error 2) 4.328857920s INFO prepare_target{force=false package_id=semver v1.0.23 target="semver"}: cargo::core::compiler::fingerprint: fingerprint error for semver v1.0.23/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("semver", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/lib.rs", Edition2018) } 4.328870450s INFO prepare_target{force=false package_id=semver v1.0.23 target="semver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/semver-49f6e0740f9d1b15/lib-semver` Caused by: No such file or directory (os error 2) 4.329608131s INFO prepare_target{force=false package_id=semver v1.0.23 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for semver v1.0.23/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/build.rs", Edition2018) } 4.329622259s INFO prepare_target{force=false package_id=semver v1.0.23 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/semver-44eb4c0482d3b21b/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.329795872s INFO prepare_target{force=false package_id=semver v1.0.23 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for semver v1.0.23/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/build.rs", Edition2018) } 4.329807232s INFO prepare_target{force=false package_id=semver v1.0.23 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/semver-32118037739c0581/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.330094778s INFO prepare_target{force=false package_id=serde-untagged v0.1.6 target="serde_untagged"}: cargo::core::compiler::fingerprint: fingerprint error for serde-untagged v0.1.6/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde_untagged", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-untagged-0.1.6/src/lib.rs", Edition2021) } 4.330107735s INFO prepare_target{force=false package_id=serde-untagged v0.1.6 target="serde_untagged"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde-untagged-35fdcd2b36de2a6a/lib-serde_untagged` Caused by: No such file or directory (os error 2) 4.330357028s INFO prepare_target{force=false package_id=erased-serde v0.4.5 target="erased_serde"}: cargo::core::compiler::fingerprint: fingerprint error for erased-serde v0.4.5/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("erased_serde", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/erased-serde-0.4.5/src/lib.rs", Edition2021) } 4.330369935s INFO prepare_target{force=false package_id=erased-serde v0.4.5 target="erased_serde"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/erased-serde-c6008b360c77edec/lib-erased_serde` Caused by: No such file or directory (os error 2) 4.330626057s INFO prepare_target{force=false package_id=typeid v1.0.0 target="typeid"}: cargo::core::compiler::fingerprint: fingerprint error for typeid v1.0.0/Build/TargetInner { ..: lib_target("typeid", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typeid-1.0.0/src/lib.rs", Edition2021) } 4.330638717s INFO prepare_target{force=false package_id=typeid v1.0.0 target="typeid"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/typeid-a45a5a4ddc47eeb7/lib-typeid` Caused by: No such file or directory (os error 2) 4.330845555s INFO prepare_target{force=false package_id=serde-value v0.7.0 target="serde_value"}: cargo::core::compiler::fingerprint: fingerprint error for serde-value v0.7.0/Build/TargetInner { name_inferred: true, ..: lib_target("serde_value", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-value-0.7.0/src/lib.rs", Edition2018) } 4.330858116s INFO prepare_target{force=false package_id=serde-value v0.7.0 target="serde_value"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde-value-19a4ccdae9db46d4/lib-serde_value` Caused by: No such file or directory (os error 2) 4.331126091s INFO prepare_target{force=false package_id=ordered-float v2.10.1 target="ordered_float"}: cargo::core::compiler::fingerprint: fingerprint error for ordered-float v2.10.1/Build/TargetInner { name_inferred: true, ..: lib_target("ordered_float", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ordered-float-2.10.1/src/lib.rs", Edition2018) } 4.331138898s INFO prepare_target{force=false package_id=ordered-float v2.10.1 target="ordered_float"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/ordered-float-207a17e31f2ea1a7/lib-ordered_float` Caused by: No such file or directory (os error 2) 4.331369138s INFO prepare_target{force=false package_id=num-traits v0.2.19 target="num_traits"}: cargo::core::compiler::fingerprint: fingerprint error for num-traits v0.2.19/Build/TargetInner { name_inferred: true, ..: lib_target("num_traits", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19/src/lib.rs", Edition2021) } 4.331381890s INFO prepare_target{force=false package_id=num-traits v0.2.19 target="num_traits"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/num-traits-37ea68fe8d0123ec/lib-num_traits` Caused by: No such file or directory (os error 2) 4.332061446s INFO prepare_target{force=false package_id=num-traits v0.2.19 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for num-traits v0.2.19/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19/build.rs", Edition2021) } 4.332075517s INFO prepare_target{force=false package_id=num-traits v0.2.19 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/num-traits-84ced0c558062a0a/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.332229458s INFO prepare_target{force=false package_id=num-traits v0.2.19 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for num-traits v0.2.19/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19/build.rs", Edition2021) } 4.332240633s INFO prepare_target{force=false package_id=num-traits v0.2.19 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/num-traits-3bbe32e8df00be57/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.332490911s INFO prepare_target{force=false package_id=autocfg v1.3.0 target="autocfg"}: cargo::core::compiler::fingerprint: fingerprint error for autocfg v1.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("autocfg", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.3.0/src/lib.rs", Edition2015) } 4.332503925s INFO prepare_target{force=false package_id=autocfg v1.3.0 target="autocfg"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/autocfg-940918d178d16d4d/lib-autocfg` Caused by: No such file or directory (os error 2) 4.332726286s INFO prepare_target{force=false package_id=toml v0.8.19 target="toml"}: cargo::core::compiler::fingerprint: fingerprint error for toml v0.8.19/Build/TargetInner { ..: lib_target("toml", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.8.19/src/lib.rs", Edition2021) } 4.332738526s INFO prepare_target{force=false package_id=toml v0.8.19 target="toml"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/toml-584f43f0c9077c12/lib-toml` Caused by: No such file or directory (os error 2) 4.332996540s INFO prepare_target{force=false package_id=serde_spanned v0.6.7 target="serde_spanned"}: cargo::core::compiler::fingerprint: fingerprint error for serde_spanned v0.6.7/Build/TargetInner { ..: lib_target("serde_spanned", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_spanned-0.6.7/src/lib.rs", Edition2021) } 4.333009337s INFO prepare_target{force=false package_id=serde_spanned v0.6.7 target="serde_spanned"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde_spanned-c0fa7e8c3be39d05/lib-serde_spanned` Caused by: No such file or directory (os error 2) 4.333282152s INFO prepare_target{force=false package_id=toml_datetime v0.6.8 target="toml_datetime"}: cargo::core::compiler::fingerprint: fingerprint error for toml_datetime v0.6.8/Build/TargetInner { ..: lib_target("toml_datetime", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_datetime-0.6.8/src/lib.rs", Edition2021) } 4.333294267s INFO prepare_target{force=false package_id=toml_datetime v0.6.8 target="toml_datetime"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/toml_datetime-b5b063a870ee1d97/lib-toml_datetime` Caused by: No such file or directory (os error 2) 4.333554513s INFO prepare_target{force=false package_id=toml_edit v0.22.20 target="toml_edit"}: cargo::core::compiler::fingerprint: fingerprint error for toml_edit v0.22.20/Build/TargetInner { ..: lib_target("toml_edit", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.22.20/src/lib.rs", Edition2021) } 4.333566084s INFO prepare_target{force=false package_id=toml_edit v0.22.20 target="toml_edit"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/toml_edit-f108cba88539a2ab/lib-toml_edit` Caused by: No such file or directory (os error 2) 4.333832412s INFO prepare_target{force=false package_id=indexmap v2.3.0 target="indexmap"}: cargo::core::compiler::fingerprint: fingerprint error for indexmap v2.3.0/Build/TargetInner { benched: false, ..: lib_target("indexmap", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.3.0/src/lib.rs", Edition2021) } 4.333844946s INFO prepare_target{force=false package_id=indexmap v2.3.0 target="indexmap"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/indexmap-72f9624f04c1985e/lib-indexmap` Caused by: No such file or directory (os error 2) 4.334156686s INFO prepare_target{force=false package_id=hashbrown v0.14.5 target="hashbrown"}: cargo::core::compiler::fingerprint: fingerprint error for hashbrown v0.14.5/Build/TargetInner { name_inferred: true, ..: lib_target("hashbrown", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/lib.rs", Edition2021) } 4.334169242s INFO prepare_target{force=false package_id=hashbrown v0.14.5 target="hashbrown"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/hashbrown-5d80a563db7f0faf/lib-hashbrown` Caused by: No such file or directory (os error 2) 4.334414648s INFO prepare_target{force=false package_id=ahash v0.8.11 target="ahash"}: cargo::core::compiler::fingerprint: fingerprint error for ahash v0.8.11/Build/TargetInner { ..: lib_target("ahash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs", Edition2018) } 4.334433774s INFO prepare_target{force=false package_id=ahash v0.8.11 target="ahash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/ahash-667c8779243cdfbf/lib-ahash` Caused by: No such file or directory (os error 2) 4.335044831s INFO prepare_target{force=false package_id=ahash v0.8.11 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for ahash v0.8.11/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/build.rs", Edition2018) } 4.335057337s INFO prepare_target{force=false package_id=ahash v0.8.11 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/ahash-c02323dbacf87203/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.335224321s INFO prepare_target{force=false package_id=ahash v0.8.11 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for ahash v0.8.11/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/build.rs", Edition2018) } 4.335235411s INFO prepare_target{force=false package_id=ahash v0.8.11 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/ahash-e53d9c51a6689ebe/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.335459547s INFO prepare_target{force=false package_id=zerocopy v0.7.35 target="zerocopy"}: cargo::core::compiler::fingerprint: fingerprint error for zerocopy v0.7.35/Build/TargetInner { name_inferred: true, ..: lib_target("zerocopy", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-0.7.35/src/lib.rs", Edition2018) } 4.335479327s INFO prepare_target{force=false package_id=zerocopy v0.7.35 target="zerocopy"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/zerocopy-6565ab79d54ca176/lib-zerocopy` Caused by: No such file or directory (os error 2) 4.335715306s INFO prepare_target{force=false package_id=allocator-api2 v0.2.18 target="allocator_api2"}: cargo::core::compiler::fingerprint: fingerprint error for allocator-api2 v0.2.18/Build/TargetInner { name_inferred: true, ..: lib_target("allocator_api2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/lib.rs", Edition2018) } 4.335727808s INFO prepare_target{force=false package_id=allocator-api2 v0.2.18 target="allocator_api2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/allocator-api2-2d0ff14a4ab89922/lib-allocator_api2` Caused by: No such file or directory (os error 2) 4.335983039s INFO prepare_target{force=false package_id=winnow v0.6.18 target="winnow"}: cargo::core::compiler::fingerprint: fingerprint error for winnow v0.6.18/Build/TargetInner { ..: lib_target("winnow", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.6.18/src/lib.rs", Edition2021) } 4.335995101s INFO prepare_target{force=false package_id=winnow v0.6.18 target="winnow"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/winnow-3eaf624207c226b6/lib-winnow` Caused by: No such file or directory (os error 2) 4.336222966s INFO prepare_target{force=false package_id=unicode-xid v0.2.4 target="unicode_xid"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-xid v0.2.4/Build/TargetInner { name_inferred: true, ..: lib_target("unicode_xid", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-xid-0.2.4/src/lib.rs", Edition2015) } 4.336235743s INFO prepare_target{force=false package_id=unicode-xid v0.2.4 target="unicode_xid"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicode-xid-e6e46f84664838ce/lib-unicode_xid` Caused by: No such file or directory (os error 2) 4.336453159s INFO prepare_target{force=false package_id=url v2.5.2 target="url"}: cargo::core::compiler::fingerprint: fingerprint error for url v2.5.2/Build/TargetInner { name_inferred: true, ..: lib_target("url", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/lib.rs", Edition2018) } 4.336465673s INFO prepare_target{force=false package_id=url v2.5.2 target="url"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/url-81c8c70d109d66dc/lib-url` Caused by: No such file or directory (os error 2) 4.336760079s INFO prepare_target{force=false package_id=form_urlencoded v1.2.1 target="form_urlencoded"}: cargo::core::compiler::fingerprint: fingerprint error for form_urlencoded v1.2.1/Build/TargetInner { name_inferred: true, tested: false, ..: lib_target("form_urlencoded", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/form_urlencoded-1.2.1/src/lib.rs", Edition2018) } 4.336772677s INFO prepare_target{force=false package_id=form_urlencoded v1.2.1 target="form_urlencoded"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/form_urlencoded-935f0dbea9277484/lib-form_urlencoded` Caused by: No such file or directory (os error 2) 4.337004575s INFO prepare_target{force=false package_id=percent-encoding v2.3.1 target="percent_encoding"}: cargo::core::compiler::fingerprint: fingerprint error for percent-encoding v2.3.1/Build/TargetInner { name_inferred: true, ..: lib_target("percent_encoding", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/percent-encoding-2.3.1/src/lib.rs", Edition2018) } 4.337017036s INFO prepare_target{force=false package_id=percent-encoding v2.3.1 target="percent_encoding"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/percent-encoding-3853703649afc093/lib-percent_encoding` Caused by: No such file or directory (os error 2) 4.337341150s INFO prepare_target{force=false package_id=idna v0.5.0 target="idna"}: cargo::core::compiler::fingerprint: fingerprint error for idna v0.5.0/Build/TargetInner { name_inferred: true, doctest: false, ..: lib_target("idna", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/idna-0.5.0/src/lib.rs", Edition2018) } 4.337353602s INFO prepare_target{force=false package_id=idna v0.5.0 target="idna"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/idna-2527a5d1a6ad92d5/lib-idna` Caused by: No such file or directory (os error 2) 4.337589787s INFO prepare_target{force=false package_id=unicode-bidi v0.3.15 target="unicode_bidi"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-bidi v0.3.15/Build/TargetInner { ..: lib_target("unicode_bidi", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-bidi-0.3.15/src/lib.rs", Edition2018) } 4.337601812s INFO prepare_target{force=false package_id=unicode-bidi v0.3.15 target="unicode_bidi"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicode-bidi-5623bc0d105c2d18/lib-unicode_bidi` Caused by: No such file or directory (os error 2) 4.338213531s INFO prepare_target{force=false package_id=unicode-normalization v0.1.23 target="unicode_normalization"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-normalization v0.1.23/Build/TargetInner { name_inferred: true, ..: lib_target("unicode_normalization", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.23/src/lib.rs", Edition2018) } 4.338229199s INFO prepare_target{force=false package_id=unicode-normalization v0.1.23 target="unicode_normalization"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicode-normalization-515aa03b12fe8391/lib-unicode_normalization` Caused by: No such file or directory (os error 2) 4.338474454s INFO prepare_target{force=false package_id=tinyvec v1.8.0 target="tinyvec"}: cargo::core::compiler::fingerprint: fingerprint error for tinyvec v1.8.0/Build/TargetInner { ..: lib_target("tinyvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/lib.rs", Edition2018) } 4.338488484s INFO prepare_target{force=false package_id=tinyvec v1.8.0 target="tinyvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tinyvec-d8dcf302d731055f/lib-tinyvec` Caused by: No such file or directory (os error 2) 4.338725181s INFO prepare_target{force=false package_id=tinyvec_macros v0.1.1 target="tinyvec_macros"}: cargo::core::compiler::fingerprint: fingerprint error for tinyvec_macros v0.1.1/Build/TargetInner { name_inferred: true, ..: lib_target("tinyvec_macros", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec_macros-0.1.1/src/lib.rs", Edition2018) } 4.338737345s INFO prepare_target{force=false package_id=tinyvec_macros v0.1.1 target="tinyvec_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tinyvec_macros-e59f485322858402/lib-tinyvec_macros` Caused by: No such file or directory (os error 2) 4.338977352s INFO prepare_target{force=false package_id=clap v4.5.20 target="clap"}: cargo::core::compiler::fingerprint: fingerprint error for clap v4.5.20/Build/TargetInner { benched: false, ..: lib_target("clap", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.20/src/lib.rs", Edition2021) } 4.338989826s INFO prepare_target{force=false package_id=clap v4.5.20 target="clap"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clap-b7cf0e8d08f41a79/lib-clap` Caused by: No such file or directory (os error 2) 4.339287921s INFO prepare_target{force=false package_id=clap_builder v4.5.20 target="clap_builder"}: cargo::core::compiler::fingerprint: fingerprint error for clap_builder v4.5.20/Build/TargetInner { benched: false, ..: lib_target("clap_builder", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.20/src/lib.rs", Edition2021) } 4.339301796s INFO prepare_target{force=false package_id=clap_builder v4.5.20 target="clap_builder"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clap_builder-a90e7e6330e50d10/lib-clap_builder` Caused by: No such file or directory (os error 2) 4.339585202s INFO prepare_target{force=false package_id=clap_lex v0.7.2 target="clap_lex"}: cargo::core::compiler::fingerprint: fingerprint error for clap_lex v0.7.2/Build/TargetInner { benched: false, ..: lib_target("clap_lex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_lex-0.7.2/src/lib.rs", Edition2021) } 4.339599390s INFO prepare_target{force=false package_id=clap_lex v0.7.2 target="clap_lex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clap_lex-04f3e5dc07549f05/lib-clap_lex` Caused by: No such file or directory (os error 2) 4.339828879s INFO prepare_target{force=false package_id=strsim v0.11.1 target="strsim"}: cargo::core::compiler::fingerprint: fingerprint error for strsim v0.11.1/Build/TargetInner { name_inferred: true, ..: lib_target("strsim", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/src/lib.rs", Edition2015) } 4.339841234s INFO prepare_target{force=false package_id=strsim v0.11.1 target="strsim"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/strsim-c0d7737a86fe414c/lib-strsim` Caused by: No such file or directory (os error 2) 4.340066892s INFO prepare_target{force=false package_id=terminal_size v0.4.0 target="terminal_size"}: cargo::core::compiler::fingerprint: fingerprint error for terminal_size v0.4.0/Build/TargetInner { ..: lib_target("terminal_size", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/terminal_size-0.4.0/src/lib.rs", Edition2021) } 4.340078726s INFO prepare_target{force=false package_id=terminal_size v0.4.0 target="terminal_size"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/terminal_size-5b600f2a4ddb5084/lib-terminal_size` Caused by: No such file or directory (os error 2) 4.340301196s INFO prepare_target{force=false package_id=clap_complete v4.5.35 target="clap_complete"}: cargo::core::compiler::fingerprint: fingerprint error for clap_complete v4.5.35/Build/TargetInner { benched: false, ..: lib_target("clap_complete", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_complete-4.5.35/src/lib.rs", Edition2021) } 4.340313369s INFO prepare_target{force=false package_id=clap_complete v4.5.35 target="clap_complete"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clap_complete-e34c85c79b2c15e6/lib-clap_complete` Caused by: No such file or directory (os error 2) 4.340549434s INFO prepare_target{force=false package_id=is_executable v1.0.3 target="is_executable"}: cargo::core::compiler::fingerprint: fingerprint error for is_executable v1.0.3/Build/TargetInner { ..: lib_target("is_executable", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/is_executable-1.0.3/src/lib.rs", Edition2015) } 4.340561204s INFO prepare_target{force=false package_id=is_executable v1.0.3 target="is_executable"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/is_executable-2a02396e0d8b27fc/lib-is_executable` Caused by: No such file or directory (os error 2) 4.340814919s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: fingerprint error for shlex v1.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("shlex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs", Edition2015) } 4.340826411s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/shlex-f0bffcf4aebe8617/lib-shlex` Caused by: No such file or directory (os error 2) 4.341016577s INFO prepare_target{force=false package_id=color-print v0.3.6 target="color_print"}: cargo::core::compiler::fingerprint: fingerprint error for color-print v0.3.6/Build/TargetInner { name_inferred: true, ..: lib_target("color_print", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-0.3.6/src/lib.rs", Edition2018) } 4.341028588s INFO prepare_target{force=false package_id=color-print v0.3.6 target="color_print"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/color-print-cb587e60bfde70d2/lib-color_print` Caused by: No such file or directory (os error 2) 4.341255092s INFO prepare_target{force=false package_id=color-print-proc-macro v0.3.6 target="color_print_proc_macro"}: cargo::core::compiler::fingerprint: fingerprint error for color-print-proc-macro v0.3.6/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("color_print_proc_macro", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/lib.rs", Edition2018) } 4.341267640s INFO prepare_target{force=false package_id=color-print-proc-macro v0.3.6 target="color_print_proc_macro"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/color-print-proc-macro-35d757a4b0a9bec2/lib-color_print_proc_macro` Caused by: No such file or directory (os error 2) 4.341530109s INFO prepare_target{force=false package_id=nom v7.1.3 target="nom"}: cargo::core::compiler::fingerprint: fingerprint error for nom v7.1.3/Build/TargetInner { name_inferred: true, ..: lib_target("nom", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs", Edition2018) } 4.341542378s INFO prepare_target{force=false package_id=nom v7.1.3 target="nom"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/nom-d83938cb9a11919e/lib-nom` Caused by: No such file or directory (os error 2) 4.341783144s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: fingerprint error for memchr v2.7.4/Build/TargetInner { benched: false, ..: lib_target("memchr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs", Edition2021) } 4.341795114s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/memchr-3417bf03d38c177c/lib-memchr` Caused by: No such file or directory (os error 2) 4.342014795s INFO prepare_target{force=false package_id=minimal-lexical v0.2.1 target="minimal_lexical"}: cargo::core::compiler::fingerprint: fingerprint error for minimal-lexical v0.2.1/Build/TargetInner { name_inferred: true, ..: lib_target("minimal_lexical", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minimal-lexical-0.2.1/src/lib.rs", Edition2018) } 4.342026955s INFO prepare_target{force=false package_id=minimal-lexical v0.2.1 target="minimal_lexical"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/minimal-lexical-851724bd77da3596/lib-minimal_lexical` Caused by: No such file or directory (os error 2) 4.342261593s INFO prepare_target{force=false package_id=crates-io v0.40.7 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/crates-io) target="crates_io"}: cargo::core::compiler::fingerprint: fingerprint error for crates-io v0.40.7 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/crates-io)/Build/TargetInner { ..: lib_target("crates_io", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/crates-io/lib.rs", Edition2021) } 4.342275900s INFO prepare_target{force=false package_id=crates-io v0.40.7 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/crates-io) target="crates_io"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crates-io-18a0b992f0f69e90/lib-crates_io` Caused by: No such file or directory (os error 2) 4.342565744s INFO prepare_target{force=false package_id=curl v0.4.46 target="curl"}: cargo::core::compiler::fingerprint: fingerprint error for curl v0.4.46/Build/TargetInner { name_inferred: true, ..: lib_target("curl", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46/src/lib.rs", Edition2018) } 4.342578354s INFO prepare_target{force=false package_id=curl v0.4.46 target="curl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/curl-aed3aedc58c32ef4/lib-curl` Caused by: No such file or directory (os error 2) 4.343340144s INFO prepare_target{force=false package_id=curl v0.4.46 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for curl v0.4.46/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46/build.rs", Edition2018) } 4.343354740s INFO prepare_target{force=false package_id=curl v0.4.46 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/curl-687192971e873db3/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.343514520s INFO prepare_target{force=false package_id=curl v0.4.46 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for curl v0.4.46/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46/build.rs", Edition2018) } 4.343525898s INFO prepare_target{force=false package_id=curl v0.4.46 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/curl-6ae4f29be2b28b6c/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.343742047s INFO prepare_target{force=false package_id=curl-sys v0.4.74+curl-8.9.0 target="curl_sys"}: cargo::core::compiler::fingerprint: fingerprint error for curl-sys v0.4.74+curl-8.9.0/Build/TargetInner { ..: lib_target("curl_sys", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0/lib.rs", Edition2018) } 4.343754680s INFO prepare_target{force=false package_id=curl-sys v0.4.74+curl-8.9.0 target="curl_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/curl-sys-2496a6f53a139985/lib-curl_sys` Caused by: No such file or directory (os error 2) 4.344033459s INFO prepare_target{force=false package_id=libnghttp2-sys v0.1.10+1.61.0 target="libnghttp2_sys"}: cargo::core::compiler::fingerprint: fingerprint error for libnghttp2-sys v0.1.10+1.61.0/Build/TargetInner { name_inferred: true, doctest: false, ..: lib_target("libnghttp2_sys", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libnghttp2-sys-0.1.10+1.61.0/src/lib.rs", Edition2015) } 4.344046390s INFO prepare_target{force=false package_id=libnghttp2-sys v0.1.10+1.61.0 target="libnghttp2_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libnghttp2-sys-895cbcc6b4a4b523/lib-libnghttp2_sys` Caused by: No such file or directory (os error 2) 4.344298202s INFO prepare_target{force=false package_id=libz-sys v1.1.20 target="libz_sys"}: cargo::core::compiler::fingerprint: fingerprint error for libz-sys v1.1.20/Build/TargetInner { ..: lib_target("libz_sys", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/src/lib.rs", Edition2018) } 4.344310021s INFO prepare_target{force=false package_id=libz-sys v1.1.20 target="libz_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libz-sys-e84ee8cbf5629fd2/lib-libz_sys` Caused by: No such file or directory (os error 2) 4.344519683s INFO prepare_target{force=false package_id=openssl-sys v0.9.92 target="openssl_sys"}: cargo::core::compiler::fingerprint: fingerprint error for openssl-sys v0.9.92/Build/TargetInner { name_inferred: true, ..: lib_target("openssl_sys", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/lib.rs", Edition2018) } 4.344531688s INFO prepare_target{force=false package_id=openssl-sys v0.9.92 target="openssl_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/openssl-sys-12aa14550044c01d/lib-openssl_sys` Caused by: No such file or directory (os error 2) 4.344758302s INFO prepare_target{force=false package_id=openssl-probe v0.1.5 target="openssl_probe"}: cargo::core::compiler::fingerprint: fingerprint error for openssl-probe v0.1.5/Build/TargetInner { name_inferred: true, ..: lib_target("openssl_probe", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-probe-0.1.5/src/lib.rs", Edition2015) } 4.344770451s INFO prepare_target{force=false package_id=openssl-probe v0.1.5 target="openssl_probe"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/openssl-probe-0e476f2cc74e6634/lib-openssl_probe` Caused by: No such file or directory (os error 2) 4.344963703s INFO prepare_target{force=false package_id=socket2 v0.5.6 target="socket2"}: cargo::core::compiler::fingerprint: fingerprint error for socket2 v0.5.6/Build/TargetInner { name_inferred: true, ..: lib_target("socket2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/socket2-0.5.6/src/lib.rs", Edition2021) } 4.344975910s INFO prepare_target{force=false package_id=socket2 v0.5.6 target="socket2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/socket2-c9e91df5b48f7dfd/lib-socket2` Caused by: No such file or directory (os error 2) 4.345222639s INFO prepare_target{force=false package_id=flate2 v1.0.34 target="flate2"}: cargo::core::compiler::fingerprint: fingerprint error for flate2 v1.0.34/Build/TargetInner { ..: lib_target("flate2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/lib.rs", Edition2018) } 4.345234809s INFO prepare_target{force=false package_id=flate2 v1.0.34 target="flate2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/flate2-918a2708f1775f48/lib-flate2` Caused by: No such file or directory (os error 2) 4.345494031s INFO prepare_target{force=false package_id=crc32fast v1.4.0 target="crc32fast"}: cargo::core::compiler::fingerprint: fingerprint error for crc32fast v1.4.0/Build/TargetInner { name_inferred: true, ..: lib_target("crc32fast", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/src/lib.rs", Edition2015) } 4.345506100s INFO prepare_target{force=false package_id=crc32fast v1.4.0 target="crc32fast"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crc32fast-98e21d0f5ee9c010/lib-crc32fast` Caused by: No such file or directory (os error 2) 4.346073786s INFO prepare_target{force=false package_id=crc32fast v1.4.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for crc32fast v1.4.0/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/build.rs", Edition2015) } 4.346087119s INFO prepare_target{force=false package_id=crc32fast v1.4.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crc32fast-25cba269082a54e2/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.346237598s INFO prepare_target{force=false package_id=miniz_oxide v0.8.0 target="miniz_oxide"}: cargo::core::compiler::fingerprint: fingerprint error for miniz_oxide v0.8.0/Build/TargetInner { ..: lib_target("miniz_oxide", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/lib.rs", Edition2021) } 4.346250399s INFO prepare_target{force=false package_id=miniz_oxide v0.8.0 target="miniz_oxide"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/miniz_oxide-4425cf430ef4b275/lib-miniz_oxide` Caused by: No such file or directory (os error 2) 4.346463409s INFO prepare_target{force=false package_id=adler2 v2.0.0 target="adler2"}: cargo::core::compiler::fingerprint: fingerprint error for adler2 v2.0.0/Build/TargetInner { ..: lib_target("adler2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0/src/lib.rs", Edition2021) } 4.346475234s INFO prepare_target{force=false package_id=adler2 v2.0.0 target="adler2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/adler2-e38341a8c6f1a154/lib-adler2` Caused by: No such file or directory (os error 2) 4.346672959s INFO prepare_target{force=false package_id=git2 v0.19.0 target="git2"}: cargo::core::compiler::fingerprint: fingerprint error for git2 v0.19.0/Build/TargetInner { name_inferred: true, ..: lib_target("git2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/git2-0.19.0/src/lib.rs", Edition2018) } 4.346693292s INFO prepare_target{force=false package_id=git2 v0.19.0 target="git2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/git2-e01f35367f9d55b0/lib-git2` Caused by: No such file or directory (os error 2) 4.346930642s INFO prepare_target{force=false package_id=libgit2-sys v0.17.0+1.8.1 target="libgit2_sys"}: cargo::core::compiler::fingerprint: fingerprint error for libgit2-sys v0.17.0+1.8.1/Build/TargetInner { ..: lib_target("libgit2_sys", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libgit2-sys-0.17.0+1.8.1/lib.rs", Edition2018) } 4.346942568s INFO prepare_target{force=false package_id=libgit2-sys v0.17.0+1.8.1 target="libgit2_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libgit2-sys-61ec3c6d57f61ab9/lib-libgit2_sys` Caused by: No such file or directory (os error 2) 4.347156883s INFO prepare_target{force=false package_id=libssh2-sys v0.3.0 target="libssh2_sys"}: cargo::core::compiler::fingerprint: fingerprint error for libssh2-sys v0.3.0/Build/TargetInner { ..: lib_target("libssh2_sys", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libssh2-sys-0.3.0/lib.rs", Edition2015) } 4.347169134s INFO prepare_target{force=false package_id=libssh2-sys v0.3.0 target="libssh2_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libssh2-sys-30290d6d8a1a5c0e/lib-libssh2_sys` Caused by: No such file or directory (os error 2) 4.347398423s INFO prepare_target{force=false package_id=git2-curl v0.20.0 target="git2_curl"}: cargo::core::compiler::fingerprint: fingerprint error for git2-curl v0.20.0/Build/TargetInner { name_inferred: true, ..: lib_target("git2_curl", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/git2-curl-0.20.0/src/lib.rs", Edition2018) } 4.347410600s INFO prepare_target{force=false package_id=git2-curl v0.20.0 target="git2_curl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/git2-curl-c451e5a3936a0422/lib-git2_curl` Caused by: No such file or directory (os error 2) 4.347695295s INFO prepare_target{force=false package_id=gix v0.67.0 target="gix"}: cargo::core::compiler::fingerprint: fingerprint error for gix v0.67.0/Build/TargetInner { doctest: false, ..: lib_target("gix", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-0.67.0/src/lib.rs", Edition2021) } 4.347707925s INFO prepare_target{force=false package_id=gix v0.67.0 target="gix"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-50557fcd688598e5/lib-gix` Caused by: No such file or directory (os error 2) 4.348435172s INFO prepare_target{force=false package_id=gix-actor v0.33.0 target="gix_actor"}: cargo::core::compiler::fingerprint: fingerprint error for gix-actor v0.33.0/Build/TargetInner { doctest: false, ..: lib_target("gix_actor", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-actor-0.33.0/src/lib.rs", Edition2021) } 4.348448657s INFO prepare_target{force=false package_id=gix-actor v0.33.0 target="gix_actor"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-actor-385294613b244be4/lib-gix_actor` Caused by: No such file or directory (os error 2) 4.348703509s INFO prepare_target{force=false package_id=gix-date v0.9.1 target="gix_date"}: cargo::core::compiler::fingerprint: fingerprint error for gix-date v0.9.1/Build/TargetInner { doctest: false, ..: lib_target("gix_date", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-date-0.9.1/src/lib.rs", Edition2021) } 4.348717394s INFO prepare_target{force=false package_id=gix-date v0.9.1 target="gix_date"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-date-9151fd9216c42db2/lib-gix_date` Caused by: No such file or directory (os error 2) 4.348941299s INFO prepare_target{force=false package_id=jiff v0.1.13 target="jiff"}: cargo::core::compiler::fingerprint: fingerprint error for jiff v0.1.13/Build/TargetInner { ..: lib_target("jiff", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jiff-0.1.13/src/lib.rs", Edition2021) } 4.348953345s INFO prepare_target{force=false package_id=jiff v0.1.13 target="jiff"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/jiff-6c8ff44c3617add2/lib-jiff` Caused by: No such file or directory (os error 2) 4.349158189s INFO prepare_target{force=false package_id=gix-utils v0.1.13 target="gix_utils"}: cargo::core::compiler::fingerprint: fingerprint error for gix-utils v0.1.13/Build/TargetInner { ..: lib_target("gix_utils", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-utils-0.1.13/src/lib.rs", Edition2021) } 4.349169908s INFO prepare_target{force=false package_id=gix-utils v0.1.13 target="gix_utils"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-utils-0b14aaf27de1bf07/lib-gix_utils` Caused by: No such file or directory (os error 2) 4.349414884s INFO prepare_target{force=false package_id=gix-attributes v0.23.0 target="gix_attributes"}: cargo::core::compiler::fingerprint: fingerprint error for gix-attributes v0.23.0/Build/TargetInner { doctest: false, ..: lib_target("gix_attributes", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-attributes-0.23.0/src/lib.rs", Edition2021) } 4.349427560s INFO prepare_target{force=false package_id=gix-attributes v0.23.0 target="gix_attributes"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-attributes-a4748ee50a4192fc/lib-gix_attributes` Caused by: No such file or directory (os error 2) 4.349711572s INFO prepare_target{force=false package_id=gix-glob v0.17.0 target="gix_glob"}: cargo::core::compiler::fingerprint: fingerprint error for gix-glob v0.17.0/Build/TargetInner { doctest: false, ..: lib_target("gix_glob", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-glob-0.17.0/src/lib.rs", Edition2021) } 4.349723750s INFO prepare_target{force=false package_id=gix-glob v0.17.0 target="gix_glob"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-glob-6e06be123dd63ee5/lib-gix_glob` Caused by: No such file or directory (os error 2) 4.349961331s INFO prepare_target{force=false package_id=gix-features v0.39.0 target="gix_features"}: cargo::core::compiler::fingerprint: fingerprint error for gix-features v0.39.0/Build/TargetInner { tested: false, doctest: false, ..: lib_target("gix_features", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-features-0.39.0/src/lib.rs", Edition2021) } 4.349982235s INFO prepare_target{force=false package_id=gix-features v0.39.0 target="gix_features"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-features-31928d7dc9fb38eb/lib-gix_features` Caused by: No such file or directory (os error 2) 4.350261846s INFO prepare_target{force=false package_id=bytes v1.6.0 target="bytes"}: cargo::core::compiler::fingerprint: fingerprint error for bytes v1.6.0/Build/TargetInner { name_inferred: true, ..: lib_target("bytes", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytes-1.6.0/src/lib.rs", Edition2018) } 4.350274409s INFO prepare_target{force=false package_id=bytes v1.6.0 target="bytes"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/bytes-d51e829d38e872ab/lib-bytes` Caused by: No such file or directory (os error 2) 4.350477267s INFO prepare_target{force=false package_id=crossbeam-channel v0.5.12 target="crossbeam_channel"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-channel v0.5.12/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_channel", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.12/src/lib.rs", Edition2021) } 4.350490503s INFO prepare_target{force=false package_id=crossbeam-channel v0.5.12 target="crossbeam_channel"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-channel-b48c63db550201b8/lib-crossbeam_channel` Caused by: No such file or directory (os error 2) 4.350696154s INFO prepare_target{force=false package_id=gix-hash v0.15.0 target="gix_hash"}: cargo::core::compiler::fingerprint: fingerprint error for gix-hash v0.15.0/Build/TargetInner { tested: false, doctest: false, ..: lib_target("gix_hash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-hash-0.15.0/src/lib.rs", Edition2021) } 4.350708718s INFO prepare_target{force=false package_id=gix-hash v0.15.0 target="gix_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-hash-700866008d7d5fd8/lib-gix_hash` Caused by: No such file or directory (os error 2) 4.350928372s INFO prepare_target{force=false package_id=faster-hex v0.9.0 target="faster_hex"}: cargo::core::compiler::fingerprint: fingerprint error for faster-hex v0.9.0/Build/TargetInner { name_inferred: true, ..: lib_target("faster_hex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/faster-hex-0.9.0/src/lib.rs", Edition2018) } 4.350940522s INFO prepare_target{force=false package_id=faster-hex v0.9.0 target="faster_hex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/faster-hex-da61624f195b56af/lib-faster_hex` Caused by: No such file or directory (os error 2) 4.351132580s INFO prepare_target{force=false package_id=gix-trace v0.1.11 target="gix_trace"}: cargo::core::compiler::fingerprint: fingerprint error for gix-trace v0.1.11/Build/TargetInner { tested: false, doctest: false, ..: lib_target("gix_trace", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-trace-0.1.11/src/lib.rs", Edition2021) } 4.351144721s INFO prepare_target{force=false package_id=gix-trace v0.1.11 target="gix_trace"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-trace-c4ab1bcfe1ebe047/lib-gix_trace` Caused by: No such file or directory (os error 2) 4.351371724s INFO prepare_target{force=false package_id=parking_lot v0.12.1 target="parking_lot"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot v0.12.1/Build/TargetInner { name_inferred: true, ..: lib_target("parking_lot", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.1/src/lib.rs", Edition2018) } 4.351384292s INFO prepare_target{force=false package_id=parking_lot v0.12.1 target="parking_lot"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/parking_lot-30082e860e90a1de/lib-parking_lot` Caused by: No such file or directory (os error 2) 4.351586698s INFO prepare_target{force=false package_id=lock_api v0.4.11 target="lock_api"}: cargo::core::compiler::fingerprint: fingerprint error for lock_api v0.4.11/Build/TargetInner { name_inferred: true, ..: lib_target("lock_api", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/src/lib.rs", Edition2018) } 4.351599410s INFO prepare_target{force=false package_id=lock_api v0.4.11 target="lock_api"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/lock_api-f0d2b874e0a2cd77/lib-lock_api` Caused by: No such file or directory (os error 2) 4.352196384s INFO prepare_target{force=false package_id=lock_api v0.4.11 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for lock_api v0.4.11/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/build.rs", Edition2018) } 4.352209403s INFO prepare_target{force=false package_id=lock_api v0.4.11 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/lock_api-10994dac37ff8afb/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.352345881s INFO prepare_target{force=false package_id=lock_api v0.4.11 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for lock_api v0.4.11/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/build.rs", Edition2018) } 4.352357469s INFO prepare_target{force=false package_id=lock_api v0.4.11 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/lock_api-cbb13c6b6cbe5c12/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.352635328s INFO prepare_target{force=false package_id=parking_lot_core v0.9.9 target="parking_lot_core"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot_core v0.9.9/Build/TargetInner { name_inferred: true, ..: lib_target("parking_lot_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.9/src/lib.rs", Edition2018) } 4.352647529s INFO prepare_target{force=false package_id=parking_lot_core v0.9.9 target="parking_lot_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/parking_lot_core-e102760ae6764557/lib-parking_lot_core` Caused by: No such file or directory (os error 2) 4.353617310s INFO prepare_target{force=false package_id=parking_lot_core v0.9.9 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot_core v0.9.9/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.9/build.rs", Edition2018) } 4.353630726s INFO prepare_target{force=false package_id=parking_lot_core v0.9.9 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/parking_lot_core-58c0ecdf7b5e07e9/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.353773346s INFO prepare_target{force=false package_id=parking_lot_core v0.9.9 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot_core v0.9.9/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.9/build.rs", Edition2018) } 4.353784377s INFO prepare_target{force=false package_id=parking_lot_core v0.9.9 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/parking_lot_core-ae8c1a8f334989d3/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.354018727s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: fingerprint error for smallvec v1.13.2/Build/TargetInner { name_inferred: true, ..: lib_target("smallvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs", Edition2018) } 4.354031345s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/smallvec-82ad9157310ccd63/lib-smallvec` Caused by: No such file or directory (os error 2) 4.354329581s INFO prepare_target{force=false package_id=prodash v29.0.0 target="prodash"}: cargo::core::compiler::fingerprint: fingerprint error for prodash v29.0.0/Build/TargetInner { ..: lib_target("prodash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/prodash-29.0.0/src/lib.rs", Edition2021) } 4.354342412s INFO prepare_target{force=false package_id=prodash v29.0.0 target="prodash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/prodash-8adf9487073d4d1f/lib-prodash` Caused by: No such file or directory (os error 2) 4.354584768s INFO prepare_target{force=false package_id=sha1_smol v1.0.0 target="sha1_smol"}: cargo::core::compiler::fingerprint: fingerprint error for sha1_smol v1.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("sha1_smol", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1_smol-1.0.0/src/lib.rs", Edition2018) } 4.354605192s INFO prepare_target{force=false package_id=sha1_smol v1.0.0 target="sha1_smol"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/sha1_smol-6b1639f415036b0a/lib-sha1_smol` Caused by: No such file or directory (os error 2) 4.354830611s INFO prepare_target{force=false package_id=gix-path v0.10.12 target="gix_path"}: cargo::core::compiler::fingerprint: fingerprint error for gix-path v0.10.12/Build/TargetInner { doctest: false, ..: lib_target("gix_path", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-path-0.10.12/src/lib.rs", Edition2021) } 4.354843094s INFO prepare_target{force=false package_id=gix-path v0.10.12 target="gix_path"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-path-3300d5b5fd40255e/lib-gix_path` Caused by: No such file or directory (os error 2) 4.355091890s INFO prepare_target{force=false package_id=home v0.5.9 target="home"}: cargo::core::compiler::fingerprint: fingerprint error for home v0.5.9/Build/TargetInner { name_inferred: true, ..: lib_target("home", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/home-0.5.9/src/lib.rs", Edition2021) } 4.355103919s INFO prepare_target{force=false package_id=home v0.5.9 target="home"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/home-9b28f51ee715fb1d/lib-home` Caused by: No such file or directory (os error 2) 4.355318143s INFO prepare_target{force=false package_id=gix-quote v0.4.13 target="gix_quote"}: cargo::core::compiler::fingerprint: fingerprint error for gix-quote v0.4.13/Build/TargetInner { doctest: false, ..: lib_target("gix_quote", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-quote-0.4.13/src/lib.rs", Edition2021) } 4.355330382s INFO prepare_target{force=false package_id=gix-quote v0.4.13 target="gix_quote"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-quote-44894dd1186ad11c/lib-gix_quote` Caused by: No such file or directory (os error 2) 4.355569282s INFO prepare_target{force=false package_id=kstring v2.0.0 target="kstring"}: cargo::core::compiler::fingerprint: fingerprint error for kstring v2.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("kstring", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/kstring-2.0.0/src/lib.rs", Edition2018) } 4.355581621s INFO prepare_target{force=false package_id=kstring v2.0.0 target="kstring"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/kstring-e73407d5fc32ac99/lib-kstring` Caused by: No such file or directory (os error 2) 4.355863183s INFO prepare_target{force=false package_id=static_assertions v1.1.0 target="static_assertions"}: cargo::core::compiler::fingerprint: fingerprint error for static_assertions v1.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("static_assertions", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/static_assertions-1.1.0/src/lib.rs", Edition2015) } 4.355875331s INFO prepare_target{force=false package_id=static_assertions v1.1.0 target="static_assertions"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/static_assertions-0fe6db7facc276e8/lib-static_assertions` Caused by: No such file or directory (os error 2) 4.356114405s INFO prepare_target{force=false package_id=unicode-bom v2.0.3 target="unicode_bom"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-bom v2.0.3/Build/TargetInner { name_inferred: true, ..: lib_target("unicode_bom", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-bom-2.0.3/src/lib.rs", Edition2018) } 4.356126370s INFO prepare_target{force=false package_id=unicode-bom v2.0.3 target="unicode_bom"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicode-bom-2d48a1884d0a50c6/lib-unicode_bom` Caused by: No such file or directory (os error 2) 4.356327531s INFO prepare_target{force=false package_id=gix-command v0.3.10 target="gix_command"}: cargo::core::compiler::fingerprint: fingerprint error for gix-command v0.3.10/Build/TargetInner { doctest: false, ..: lib_target("gix_command", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-command-0.3.10/src/lib.rs", Edition2021) } 4.356347906s INFO prepare_target{force=false package_id=gix-command v0.3.10 target="gix_command"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-command-8189eb10b45685d8/lib-gix_command` Caused by: No such file or directory (os error 2) 4.356612350s INFO prepare_target{force=false package_id=shell-words v1.1.0 target="shell_words"}: cargo::core::compiler::fingerprint: fingerprint error for shell-words v1.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("shell_words", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shell-words-1.1.0/src/lib.rs", Edition2015) } 4.356624148s INFO prepare_target{force=false package_id=shell-words v1.1.0 target="shell_words"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/shell-words-6e5b7495f86727c5/lib-shell_words` Caused by: No such file or directory (os error 2) 4.356854451s INFO prepare_target{force=false package_id=gix-commitgraph v0.25.0 target="gix_commitgraph"}: cargo::core::compiler::fingerprint: fingerprint error for gix-commitgraph v0.25.0/Build/TargetInner { doctest: false, ..: lib_target("gix_commitgraph", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-commitgraph-0.25.0/src/lib.rs", Edition2021) } 4.356866449s INFO prepare_target{force=false package_id=gix-commitgraph v0.25.0 target="gix_commitgraph"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-commitgraph-86c2bf96871d8b20/lib-gix_commitgraph` Caused by: No such file or directory (os error 2) 4.357100737s INFO prepare_target{force=false package_id=gix-chunk v0.4.9 target="gix_chunk"}: cargo::core::compiler::fingerprint: fingerprint error for gix-chunk v0.4.9/Build/TargetInner { tested: false, doctest: false, ..: lib_target("gix_chunk", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-chunk-0.4.9/src/lib.rs", Edition2021) } 4.357112735s INFO prepare_target{force=false package_id=gix-chunk v0.4.9 target="gix_chunk"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-chunk-779532501090e04e/lib-gix_chunk` Caused by: No such file or directory (os error 2) 4.357327140s INFO prepare_target{force=false package_id=memmap2 v0.9.4 target="memmap2"}: cargo::core::compiler::fingerprint: fingerprint error for memmap2 v0.9.4/Build/TargetInner { name_inferred: true, ..: lib_target("memmap2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.9.4/src/lib.rs", Edition2018) } 4.357338951s INFO prepare_target{force=false package_id=memmap2 v0.9.4 target="memmap2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/memmap2-4ded608705b99e77/lib-memmap2` Caused by: No such file or directory (os error 2) 4.357569137s INFO prepare_target{force=false package_id=gix-config v0.41.0 target="gix_config"}: cargo::core::compiler::fingerprint: fingerprint error for gix-config v0.41.0/Build/TargetInner { ..: lib_target("gix_config", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-config-0.41.0/src/lib.rs", Edition2021) } 4.357581014s INFO prepare_target{force=false package_id=gix-config v0.41.0 target="gix_config"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-config-bafeeede0be27719/lib-gix_config` Caused by: No such file or directory (os error 2) 4.357840603s INFO prepare_target{force=false package_id=gix-config-value v0.14.9 target="gix_config_value"}: cargo::core::compiler::fingerprint: fingerprint error for gix-config-value v0.14.9/Build/TargetInner { doctest: false, ..: lib_target("gix_config_value", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-config-value-0.14.9/src/lib.rs", Edition2021) } 4.357852746s INFO prepare_target{force=false package_id=gix-config-value v0.14.9 target="gix_config_value"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-config-value-6b9dadab71feccf2/lib-gix_config_value` Caused by: No such file or directory (os error 2) 4.358109387s INFO prepare_target{force=false package_id=gix-ref v0.48.0 target="gix_ref"}: cargo::core::compiler::fingerprint: fingerprint error for gix-ref v0.48.0/Build/TargetInner { doctest: false, ..: lib_target("gix_ref", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-ref-0.48.0/src/lib.rs", Edition2021) } 4.358120939s INFO prepare_target{force=false package_id=gix-ref v0.48.0 target="gix_ref"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-ref-312a9fbaaef0185b/lib-gix_ref` Caused by: No such file or directory (os error 2) 4.358426565s INFO prepare_target{force=false package_id=gix-fs v0.12.0 target="gix_fs"}: cargo::core::compiler::fingerprint: fingerprint error for gix-fs v0.12.0/Build/TargetInner { doctest: false, ..: lib_target("gix_fs", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-fs-0.12.0/src/lib.rs", Edition2021) } 4.358438696s INFO prepare_target{force=false package_id=gix-fs v0.12.0 target="gix_fs"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-fs-d718a3ad2adc6316/lib-gix_fs` Caused by: No such file or directory (os error 2) 4.358696598s INFO prepare_target{force=false package_id=gix-lock v15.0.0 target="gix_lock"}: cargo::core::compiler::fingerprint: fingerprint error for gix-lock v15.0.0/Build/TargetInner { doctest: false, ..: lib_target("gix_lock", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-lock-15.0.0/src/lib.rs", Edition2021) } 4.358708510s INFO prepare_target{force=false package_id=gix-lock v15.0.0 target="gix_lock"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-lock-a6d4de056952cffa/lib-gix_lock` Caused by: No such file or directory (os error 2) 4.358974085s INFO prepare_target{force=false package_id=gix-tempfile v15.0.0 target="gix_tempfile"}: cargo::core::compiler::fingerprint: fingerprint error for gix-tempfile v15.0.0/Build/TargetInner { doctest: false, ..: lib_target("gix_tempfile", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-tempfile-15.0.0/src/lib.rs", Edition2021) } 4.358985671s INFO prepare_target{force=false package_id=gix-tempfile v15.0.0 target="gix_tempfile"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-tempfile-0a56161dfc635115/lib-gix_tempfile` Caused by: No such file or directory (os error 2) 4.359427752s INFO prepare_target{force=false package_id=gix-object v0.45.0 target="gix_object"}: cargo::core::compiler::fingerprint: fingerprint error for gix-object v0.45.0/Build/TargetInner { doctest: false, ..: lib_target("gix_object", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-object-0.45.0/src/lib.rs", Edition2021) } 4.359439978s INFO prepare_target{force=false package_id=gix-object v0.45.0 target="gix_object"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-object-48a2a28966f97f6e/lib-gix_object` Caused by: No such file or directory (os error 2) 4.359776913s INFO prepare_target{force=false package_id=gix-hashtable v0.6.0 target="gix_hashtable"}: cargo::core::compiler::fingerprint: fingerprint error for gix-hashtable v0.6.0/Build/TargetInner { doctest: false, ..: lib_target("gix_hashtable", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-hashtable-0.6.0/src/lib.rs", Edition2021) } 4.359799206s INFO prepare_target{force=false package_id=gix-hashtable v0.6.0 target="gix_hashtable"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-hashtable-b3ef428d5797fcc6/lib-gix_hashtable` Caused by: No such file or directory (os error 2) 4.360031915s INFO prepare_target{force=false package_id=gix-validate v0.9.1 target="gix_validate"}: cargo::core::compiler::fingerprint: fingerprint error for gix-validate v0.9.1/Build/TargetInner { doctest: false, ..: lib_target("gix_validate", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-validate-0.9.1/src/lib.rs", Edition2021) } 4.360053281s INFO prepare_target{force=false package_id=gix-validate v0.9.1 target="gix_validate"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-validate-7817bebc83d78c15/lib-gix_validate` Caused by: No such file or directory (os error 2) 4.360295194s INFO prepare_target{force=false package_id=gix-sec v0.10.9 target="gix_sec"}: cargo::core::compiler::fingerprint: fingerprint error for gix-sec v0.10.9/Build/TargetInner { doctest: false, ..: lib_target("gix_sec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-sec-0.10.9/src/lib.rs", Edition2021) } 4.360307527s INFO prepare_target{force=false package_id=gix-sec v0.10.9 target="gix_sec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-sec-11fa5104fc93c86f/lib-gix_sec` Caused by: No such file or directory (os error 2) 4.360555817s INFO prepare_target{force=false package_id=gix-credentials v0.25.0 target="gix_credentials"}: cargo::core::compiler::fingerprint: fingerprint error for gix-credentials v0.25.0/Build/TargetInner { doctest: false, ..: lib_target("gix_credentials", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-credentials-0.25.0/src/lib.rs", Edition2021) } 4.360568724s INFO prepare_target{force=false package_id=gix-credentials v0.25.0 target="gix_credentials"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-credentials-50ce18886ab98d56/lib-gix_credentials` Caused by: No such file or directory (os error 2) 4.360850609s INFO prepare_target{force=false package_id=gix-prompt v0.8.8 target="gix_prompt"}: cargo::core::compiler::fingerprint: fingerprint error for gix-prompt v0.8.8/Build/TargetInner { doctest: false, ..: lib_target("gix_prompt", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-prompt-0.8.8/src/lib.rs", Edition2021) } 4.360862715s INFO prepare_target{force=false package_id=gix-prompt v0.8.8 target="gix_prompt"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-prompt-aa18177075d3a41d/lib-gix_prompt` Caused by: No such file or directory (os error 2) 4.361097676s INFO prepare_target{force=false package_id=gix-url v0.28.0 target="gix_url"}: cargo::core::compiler::fingerprint: fingerprint error for gix-url v0.28.0/Build/TargetInner { doctest: false, ..: lib_target("gix_url", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-url-0.28.0/src/lib.rs", Edition2021) } 4.361109853s INFO prepare_target{force=false package_id=gix-url v0.28.0 target="gix_url"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-url-f7b1e202338a1996/lib-gix_url` Caused by: No such file or directory (os error 2) 4.361345481s INFO prepare_target{force=false package_id=gix-diff v0.47.0 target="gix_diff"}: cargo::core::compiler::fingerprint: fingerprint error for gix-diff v0.47.0/Build/TargetInner { doctest: false, ..: lib_target("gix_diff", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-diff-0.47.0/src/lib.rs", Edition2021) } 4.361357261s INFO prepare_target{force=false package_id=gix-diff v0.47.0 target="gix_diff"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-diff-af91c149d8861fe0/lib-gix_diff` Caused by: No such file or directory (os error 2) 4.361584500s INFO prepare_target{force=false package_id=gix-dir v0.9.0 target="gix_dir"}: cargo::core::compiler::fingerprint: fingerprint error for gix-dir v0.9.0/Build/TargetInner { doctest: false, ..: lib_target("gix_dir", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-dir-0.9.0/src/lib.rs", Edition2021) } 4.361596961s INFO prepare_target{force=false package_id=gix-dir v0.9.0 target="gix_dir"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-dir-935beac57529e2d1/lib-gix_dir` Caused by: No such file or directory (os error 2) 4.361867312s INFO prepare_target{force=false package_id=gix-discover v0.36.0 target="gix_discover"}: cargo::core::compiler::fingerprint: fingerprint error for gix-discover v0.36.0/Build/TargetInner { doctest: false, ..: lib_target("gix_discover", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-discover-0.36.0/src/lib.rs", Edition2021) } 4.361879500s INFO prepare_target{force=false package_id=gix-discover v0.36.0 target="gix_discover"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-discover-2450ca906705e642/lib-gix_discover` Caused by: No such file or directory (os error 2) 4.362169040s INFO prepare_target{force=false package_id=gix-ignore v0.12.0 target="gix_ignore"}: cargo::core::compiler::fingerprint: fingerprint error for gix-ignore v0.12.0/Build/TargetInner { doctest: false, ..: lib_target("gix_ignore", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-ignore-0.12.0/src/lib.rs", Edition2021) } 4.362180948s INFO prepare_target{force=false package_id=gix-ignore v0.12.0 target="gix_ignore"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-ignore-ff7d0149665d5c29/lib-gix_ignore` Caused by: No such file or directory (os error 2) 4.362459890s INFO prepare_target{force=false package_id=gix-index v0.36.0 target="gix_index"}: cargo::core::compiler::fingerprint: fingerprint error for gix-index v0.36.0/Build/TargetInner { doctest: false, ..: lib_target("gix_index", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-index-0.36.0/src/lib.rs", Edition2021) } 4.362471507s INFO prepare_target{force=false package_id=gix-index v0.36.0 target="gix_index"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-index-912e6638847dee97/lib-gix_index` Caused by: No such file or directory (os error 2) 4.362777220s INFO prepare_target{force=false package_id=fnv v1.0.7 target="fnv"}: cargo::core::compiler::fingerprint: fingerprint error for fnv v1.0.7/Build/TargetInner { ..: lib_target("fnv", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fnv-1.0.7/lib.rs", Edition2015) } 4.362798438s INFO prepare_target{force=false package_id=fnv v1.0.7 target="fnv"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/fnv-19c8427b25391cec/lib-fnv` Caused by: No such file or directory (os error 2) 4.363013617s INFO prepare_target{force=false package_id=gix-bitmap v0.2.12 target="gix_bitmap"}: cargo::core::compiler::fingerprint: fingerprint error for gix-bitmap v0.2.12/Build/TargetInner { doctest: false, ..: lib_target("gix_bitmap", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-bitmap-0.2.12/src/lib.rs", Edition2021) } 4.363032610s INFO prepare_target{force=false package_id=gix-bitmap v0.2.12 target="gix_bitmap"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-bitmap-8afcae553e8936fe/lib-gix_bitmap` Caused by: No such file or directory (os error 2) 4.363283857s INFO prepare_target{force=false package_id=gix-traverse v0.42.0 target="gix_traverse"}: cargo::core::compiler::fingerprint: fingerprint error for gix-traverse v0.42.0/Build/TargetInner { doctest: false, ..: lib_target("gix_traverse", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-traverse-0.42.0/src/lib.rs", Edition2021) } 4.363296578s INFO prepare_target{force=false package_id=gix-traverse v0.42.0 target="gix_traverse"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-traverse-ff8e18fdb94da57b/lib-gix_traverse` Caused by: No such file or directory (os error 2) 4.363642036s INFO prepare_target{force=false package_id=gix-revwalk v0.16.0 target="gix_revwalk"}: cargo::core::compiler::fingerprint: fingerprint error for gix-revwalk v0.16.0/Build/TargetInner { doctest: false, ..: lib_target("gix_revwalk", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-revwalk-0.16.0/src/lib.rs", Edition2021) } 4.363662752s INFO prepare_target{force=false package_id=gix-revwalk v0.16.0 target="gix_revwalk"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-revwalk-a5f22af751155f12/lib-gix_revwalk` Caused by: No such file or directory (os error 2) 4.363947783s INFO prepare_target{force=false package_id=gix-pathspec v0.8.0 target="gix_pathspec"}: cargo::core::compiler::fingerprint: fingerprint error for gix-pathspec v0.8.0/Build/TargetInner { doctest: false, ..: lib_target("gix_pathspec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-pathspec-0.8.0/src/lib.rs", Edition2021) } 4.363961431s INFO prepare_target{force=false package_id=gix-pathspec v0.8.0 target="gix_pathspec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-pathspec-c0998a62732411b8/lib-gix_pathspec` Caused by: No such file or directory (os error 2) 4.364384556s INFO prepare_target{force=false package_id=gix-worktree v0.37.0 target="gix_worktree"}: cargo::core::compiler::fingerprint: fingerprint error for gix-worktree v0.37.0/Build/TargetInner { doctest: false, ..: lib_target("gix_worktree", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-worktree-0.37.0/src/lib.rs", Edition2021) } 4.364397986s INFO prepare_target{force=false package_id=gix-worktree v0.37.0 target="gix_worktree"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-worktree-15298f74a61ebf13/lib-gix_worktree` Caused by: No such file or directory (os error 2) 4.364693086s INFO prepare_target{force=false package_id=gix-filter v0.14.0 target="gix_filter"}: cargo::core::compiler::fingerprint: fingerprint error for gix-filter v0.14.0/Build/TargetInner { doctest: false, ..: lib_target("gix_filter", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-filter-0.14.0/src/lib.rs", Edition2021) } 4.364714523s INFO prepare_target{force=false package_id=gix-filter v0.14.0 target="gix_filter"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-filter-cf757f15d504ece5/lib-gix_filter` Caused by: No such file or directory (os error 2) 4.364991254s INFO prepare_target{force=false package_id=encoding_rs v0.8.33 target="encoding_rs"}: cargo::core::compiler::fingerprint: fingerprint error for encoding_rs v0.8.33/Build/TargetInner { name_inferred: true, ..: lib_target("encoding_rs", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/lib.rs", Edition2018) } 4.365003417s INFO prepare_target{force=false package_id=encoding_rs v0.8.33 target="encoding_rs"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/encoding_rs-d7858729b0ab69b7/lib-encoding_rs` Caused by: No such file or directory (os error 2) 4.365222467s INFO prepare_target{force=false package_id=gix-packetline-blocking v0.18.0 target="gix_packetline_blocking"}: cargo::core::compiler::fingerprint: fingerprint error for gix-packetline-blocking v0.18.0/Build/TargetInner { doctest: false, ..: lib_target("gix_packetline_blocking", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-packetline-blocking-0.18.0/src/lib.rs", Edition2021) } 4.365235194s INFO prepare_target{force=false package_id=gix-packetline-blocking v0.18.0 target="gix_packetline_blocking"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-packetline-blocking-9a5711e1d50194b1/lib-gix_packetline_blocking` Caused by: No such file or directory (os error 2) 4.365502580s INFO prepare_target{force=false package_id=gix-negotiate v0.16.0 target="gix_negotiate"}: cargo::core::compiler::fingerprint: fingerprint error for gix-negotiate v0.16.0/Build/TargetInner { tested: false, doctest: false, ..: lib_target("gix_negotiate", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-negotiate-0.16.0/src/lib.rs", Edition2021) } 4.365514929s INFO prepare_target{force=false package_id=gix-negotiate v0.16.0 target="gix_negotiate"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-negotiate-94961fe45cbe71ed/lib-gix_negotiate` Caused by: No such file or directory (os error 2) 4.365753343s INFO prepare_target{force=false package_id=gix-odb v0.64.0 target="gix_odb"}: cargo::core::compiler::fingerprint: fingerprint error for gix-odb v0.64.0/Build/TargetInner { doctest: false, ..: lib_target("gix_odb", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-odb-0.64.0/src/lib.rs", Edition2021) } 4.365842385s INFO prepare_target{force=false package_id=gix-odb v0.64.0 target="gix_odb"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-odb-faa62c0f61403fa0/lib-gix_odb` Caused by: No such file or directory (os error 2) 4.366155314s INFO prepare_target{force=false package_id=arc-swap v1.7.1 target="arc_swap"}: cargo::core::compiler::fingerprint: fingerprint error for arc-swap v1.7.1/Build/TargetInner { name_inferred: true, ..: lib_target("arc_swap", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arc-swap-1.7.1/src/lib.rs", Edition2018) } 4.366167461s INFO prepare_target{force=false package_id=arc-swap v1.7.1 target="arc_swap"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/arc-swap-ae966801a3a6c099/lib-arc_swap` Caused by: No such file or directory (os error 2) 4.366359366s INFO prepare_target{force=false package_id=gix-pack v0.54.0 target="gix_pack"}: cargo::core::compiler::fingerprint: fingerprint error for gix-pack v0.54.0/Build/TargetInner { doctest: false, ..: lib_target("gix_pack", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-pack-0.54.0/src/lib.rs", Edition2021) } 4.366378222s INFO prepare_target{force=false package_id=gix-pack v0.54.0 target="gix_pack"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-pack-7c82ed34b97d8e24/lib-gix_pack` Caused by: No such file or directory (os error 2) 4.366646664s INFO prepare_target{force=false package_id=clru v0.6.1 target="clru"}: cargo::core::compiler::fingerprint: fingerprint error for clru v0.6.1/Build/TargetInner { name_inferred: true, ..: lib_target("clru", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clru-0.6.1/src/lib.rs", Edition2021) } 4.366659063s INFO prepare_target{force=false package_id=clru v0.6.1 target="clru"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clru-c4ebd421c04d0344/lib-clru` Caused by: No such file or directory (os error 2) 4.366885675s INFO prepare_target{force=false package_id=gix-protocol v0.46.0 target="gix_protocol"}: cargo::core::compiler::fingerprint: fingerprint error for gix-protocol v0.46.0/Build/TargetInner { doctest: false, ..: lib_target("gix_protocol", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-protocol-0.46.0/src/lib.rs", Edition2021) } 4.366897625s INFO prepare_target{force=false package_id=gix-protocol v0.46.0 target="gix_protocol"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-protocol-fca5dffd50a4b09a/lib-gix_protocol` Caused by: No such file or directory (os error 2) 4.367152890s INFO prepare_target{force=false package_id=gix-transport v0.43.0 target="gix_transport"}: cargo::core::compiler::fingerprint: fingerprint error for gix-transport v0.43.0/Build/TargetInner { doctest: false, ..: lib_target("gix_transport", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-transport-0.43.0/src/lib.rs", Edition2021) } 4.367165370s INFO prepare_target{force=false package_id=gix-transport v0.43.0 target="gix_transport"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-transport-1c3e53ad115cf289/lib-gix_transport` Caused by: No such file or directory (os error 2) 4.367568983s INFO prepare_target{force=false package_id=gix-packetline v0.18.0 target="gix_packetline"}: cargo::core::compiler::fingerprint: fingerprint error for gix-packetline v0.18.0/Build/TargetInner { doctest: false, ..: lib_target("gix_packetline", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-packetline-0.18.0/src/lib.rs", Edition2021) } 4.367581868s INFO prepare_target{force=false package_id=gix-packetline v0.18.0 target="gix_packetline"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-packetline-af9ca6ca3f610569/lib-gix_packetline` Caused by: No such file or directory (os error 2) 4.367844427s INFO prepare_target{force=false package_id=maybe-async v0.2.10 target="maybe_async"}: cargo::core::compiler::fingerprint: fingerprint error for maybe-async v0.2.10/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("maybe_async", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/maybe-async-0.2.10/src/lib.rs", Edition2021) } 4.367857589s INFO prepare_target{force=false package_id=maybe-async v0.2.10 target="maybe_async"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/maybe-async-638208621edcd516/lib-maybe_async` Caused by: No such file or directory (os error 2) 4.368093830s INFO prepare_target{force=false package_id=gix-refspec v0.26.0 target="gix_refspec"}: cargo::core::compiler::fingerprint: fingerprint error for gix-refspec v0.26.0/Build/TargetInner { doctest: false, ..: lib_target("gix_refspec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-refspec-0.26.0/src/lib.rs", Edition2021) } 4.368105642s INFO prepare_target{force=false package_id=gix-refspec v0.26.0 target="gix_refspec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-refspec-a84d2fa41c5c94f6/lib-gix_refspec` Caused by: No such file or directory (os error 2) 4.368421542s INFO prepare_target{force=false package_id=gix-revision v0.30.0 target="gix_revision"}: cargo::core::compiler::fingerprint: fingerprint error for gix-revision v0.30.0/Build/TargetInner { doctest: false, ..: lib_target("gix_revision", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-revision-0.30.0/src/lib.rs", Edition2021) } 4.368433399s INFO prepare_target{force=false package_id=gix-revision v0.30.0 target="gix_revision"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-revision-0d45c326debcc6ed/lib-gix_revision` Caused by: No such file or directory (os error 2) 4.368742272s INFO prepare_target{force=false package_id=gix-submodule v0.15.0 target="gix_submodule"}: cargo::core::compiler::fingerprint: fingerprint error for gix-submodule v0.15.0/Build/TargetInner { doctest: false, ..: lib_target("gix_submodule", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-submodule-0.15.0/src/lib.rs", Edition2021) } 4.368762181s INFO prepare_target{force=false package_id=gix-submodule v0.15.0 target="gix_submodule"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/gix-submodule-374e1e77fb43688b/lib-gix_submodule` Caused by: No such file or directory (os error 2) 4.369101776s INFO prepare_target{force=false package_id=glob v0.3.1 target="glob"}: cargo::core::compiler::fingerprint: fingerprint error for glob v0.3.1/Build/TargetInner { name_inferred: true, ..: lib_target("glob", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/glob-0.3.1/src/lib.rs", Edition2015) } 4.369114283s INFO prepare_target{force=false package_id=glob v0.3.1 target="glob"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/glob-bd488b01aeb8e208/lib-glob` Caused by: No such file or directory (os error 2) 4.369323753s INFO prepare_target{force=false package_id=hmac v0.12.1 target="hmac"}: cargo::core::compiler::fingerprint: fingerprint error for hmac v0.12.1/Build/TargetInner { name_inferred: true, ..: lib_target("hmac", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hmac-0.12.1/src/lib.rs", Edition2018) } 4.369335607s INFO prepare_target{force=false package_id=hmac v0.12.1 target="hmac"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/hmac-bd9ddf9aa4fa1e4c/lib-hmac` Caused by: No such file or directory (os error 2) 4.369559928s INFO prepare_target{force=false package_id=http-auth v0.1.9 target="http_auth"}: cargo::core::compiler::fingerprint: fingerprint error for http-auth v0.1.9/Build/TargetInner { name_inferred: true, ..: lib_target("http_auth", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/http-auth-0.1.9/src/lib.rs", Edition2018) } 4.369572164s INFO prepare_target{force=false package_id=http-auth v0.1.9 target="http_auth"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/http-auth-19a9ac6410fffe5d/lib-http_auth` Caused by: No such file or directory (os error 2) 4.369842851s INFO prepare_target{force=false package_id=humantime v2.1.0 target="humantime"}: cargo::core::compiler::fingerprint: fingerprint error for humantime v2.1.0/Build/TargetInner { ..: lib_target("humantime", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/humantime-2.1.0/src/lib.rs", Edition2018) } 4.369854616s INFO prepare_target{force=false package_id=humantime v2.1.0 target="humantime"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/humantime-dfd85203937c413f/lib-humantime` Caused by: No such file or directory (os error 2) 4.370046011s INFO prepare_target{force=false package_id=im-rc v15.1.0 target="im_rc"}: cargo::core::compiler::fingerprint: fingerprint error for im-rc v15.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("im_rc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/lib.rs", Edition2018) } 4.370057987s INFO prepare_target{force=false package_id=im-rc v15.1.0 target="im_rc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/im-rc-87692b51fcc3b60e/lib-im_rc` Caused by: No such file or directory (os error 2) 4.370361804s INFO prepare_target{force=false package_id=bitmaps v2.1.0 target="bitmaps"}: cargo::core::compiler::fingerprint: fingerprint error for bitmaps v2.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("bitmaps", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitmaps-2.1.0/src/lib.rs", Edition2018) } 4.370374001s INFO prepare_target{force=false package_id=bitmaps v2.1.0 target="bitmaps"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/bitmaps-6b50bb3dd7ac97bc/lib-bitmaps` Caused by: No such file or directory (os error 2) 4.371008565s INFO prepare_target{force=false package_id=im-rc v15.1.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for im-rc v15.1.0/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/build.rs", Edition2018) } 4.371020616s INFO prepare_target{force=false package_id=im-rc v15.1.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/im-rc-c00154d9839ba8bc/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.371157953s INFO prepare_target{force=false package_id=im-rc v15.1.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for im-rc v15.1.0/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/build.rs", Edition2018) } 4.371169273s INFO prepare_target{force=false package_id=im-rc v15.1.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/im-rc-98fb05632f3641bc/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.371407494s INFO prepare_target{force=false package_id=rand_core v0.6.4 target="rand_core"}: cargo::core::compiler::fingerprint: fingerprint error for rand_core v0.6.4/Build/TargetInner { name_inferred: true, ..: lib_target("rand_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/lib.rs", Edition2018) } 4.371419795s INFO prepare_target{force=false package_id=rand_core v0.6.4 target="rand_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rand_core-0c3ba4cb3dba3b30/lib-rand_core` Caused by: No such file or directory (os error 2) 4.371624531s INFO prepare_target{force=false package_id=getrandom v0.2.15 target="getrandom"}: cargo::core::compiler::fingerprint: fingerprint error for getrandom v0.2.15/Build/TargetInner { ..: lib_target("getrandom", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/lib.rs", Edition2018) } 4.371636609s INFO prepare_target{force=false package_id=getrandom v0.2.15 target="getrandom"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/getrandom-b289a89afb91d27c/lib-getrandom` Caused by: No such file or directory (os error 2) 4.371866576s INFO prepare_target{force=false package_id=rand_xoshiro v0.6.0 target="rand_xoshiro"}: cargo::core::compiler::fingerprint: fingerprint error for rand_xoshiro v0.6.0/Build/TargetInner { name_inferred: true, ..: lib_target("rand_xoshiro", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0/src/lib.rs", Edition2018) } 4.371878509s INFO prepare_target{force=false package_id=rand_xoshiro v0.6.0 target="rand_xoshiro"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rand_xoshiro-21802871472a1242/lib-rand_xoshiro` Caused by: No such file or directory (os error 2) 4.372134268s INFO prepare_target{force=false package_id=sized-chunks v0.6.5 target="sized_chunks"}: cargo::core::compiler::fingerprint: fingerprint error for sized-chunks v0.6.5/Build/TargetInner { name_inferred: true, ..: lib_target("sized_chunks", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sized-chunks-0.6.5/src/lib.rs", Edition2018) } 4.372146231s INFO prepare_target{force=false package_id=sized-chunks v0.6.5 target="sized_chunks"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/sized-chunks-1758db86552a7c13/lib-sized_chunks` Caused by: No such file or directory (os error 2) 4.372370792s INFO prepare_target{force=false package_id=itertools v0.13.0 target="itertools"}: cargo::core::compiler::fingerprint: fingerprint error for itertools v0.13.0/Build/TargetInner { name_inferred: true, tested: false, benched: false, ..: lib_target("itertools", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.13.0/src/lib.rs", Edition2018) } 4.372382727s INFO prepare_target{force=false package_id=itertools v0.13.0 target="itertools"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/itertools-19272db0d784da9d/lib-itertools` Caused by: No such file or directory (os error 2) 4.372590645s INFO prepare_target{force=false package_id=either v1.10.0 target="either"}: cargo::core::compiler::fingerprint: fingerprint error for either v1.10.0/Build/TargetInner { name_inferred: true, ..: lib_target("either", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.10.0/src/lib.rs", Edition2018) } 4.372602328s INFO prepare_target{force=false package_id=either v1.10.0 target="either"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/either-9f25da27d8745916/lib-either` Caused by: No such file or directory (os error 2) 4.372812378s INFO prepare_target{force=false package_id=lazycell v1.3.0 target="lazycell"}: cargo::core::compiler::fingerprint: fingerprint error for lazycell v1.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("lazycell", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazycell-1.3.0/src/lib.rs", Edition2015) } 4.372824080s INFO prepare_target{force=false package_id=lazycell v1.3.0 target="lazycell"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/lazycell-334ba6f167923883/lib-lazycell` Caused by: No such file or directory (os error 2) 4.373039619s INFO prepare_target{force=false package_id=opener v0.7.1 target="opener"}: cargo::core::compiler::fingerprint: fingerprint error for opener v0.7.1/Build/TargetInner { name_inferred: true, ..: lib_target("opener", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/opener-0.7.1/src/lib.rs", Edition2021) } 4.373051768s INFO prepare_target{force=false package_id=opener v0.7.1 target="opener"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/opener-fca776db2b3160e0/lib-opener` Caused by: No such file or directory (os error 2) 4.373257585s INFO prepare_target{force=false package_id=os_info v3.8.2 target="os_info"}: cargo::core::compiler::fingerprint: fingerprint error for os_info v3.8.2/Build/TargetInner { name_inferred: true, ..: lib_target("os_info", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/os_info-3.8.2/src/lib.rs", Edition2018) } 4.373269324s INFO prepare_target{force=false package_id=os_info v3.8.2 target="os_info"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/os_info-b54eea635279b003/lib-os_info` Caused by: No such file or directory (os error 2) 4.373468164s INFO prepare_target{force=false package_id=pasetors v0.7.0 target="pasetors"}: cargo::core::compiler::fingerprint: fingerprint error for pasetors v0.7.0/Build/TargetInner { ..: lib_target("pasetors", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pasetors-0.7.0/src/lib.rs", Edition2018) } 4.373480431s INFO prepare_target{force=false package_id=pasetors v0.7.0 target="pasetors"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/pasetors-db064f9317b7c737/lib-pasetors` Caused by: No such file or directory (os error 2) 4.373788042s INFO prepare_target{force=false package_id=ct-codecs v1.1.1 target="ct_codecs"}: cargo::core::compiler::fingerprint: fingerprint error for ct-codecs v1.1.1/Build/TargetInner { name_inferred: true, ..: lib_target("ct_codecs", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ct-codecs-1.1.1/src/lib.rs", Edition2018) } 4.373799526s INFO prepare_target{force=false package_id=ct-codecs v1.1.1 target="ct_codecs"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/ct-codecs-a537ce139af64ae9/lib-ct_codecs` Caused by: No such file or directory (os error 2) 4.373976795s INFO prepare_target{force=false package_id=ed25519-compact v2.1.1 target="ed25519_compact"}: cargo::core::compiler::fingerprint: fingerprint error for ed25519-compact v2.1.1/Build/TargetInner { name_inferred: true, ..: lib_target("ed25519_compact", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ed25519-compact-2.1.1/src/lib.rs", Edition2018) } 4.373988802s INFO prepare_target{force=false package_id=ed25519-compact v2.1.1 target="ed25519_compact"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/ed25519-compact-c626a1a954ba796e/lib-ed25519_compact` Caused by: No such file or directory (os error 2) 4.374263457s INFO prepare_target{force=false package_id=orion v0.17.6 target="orion"}: cargo::core::compiler::fingerprint: fingerprint error for orion v0.17.6/Build/TargetInner { name_inferred: true, ..: lib_target("orion", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/orion-0.17.6/src/lib.rs", Edition2021) } 4.374275333s INFO prepare_target{force=false package_id=orion v0.17.6 target="orion"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/orion-a08308543e6389ed/lib-orion` Caused by: No such file or directory (os error 2) 4.374529692s INFO prepare_target{force=false package_id=fiat-crypto v0.2.7 target="fiat_crypto"}: cargo::core::compiler::fingerprint: fingerprint error for fiat-crypto v0.2.7/Build/TargetInner { name_inferred: true, ..: lib_target("fiat_crypto", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fiat-crypto-0.2.7/src/lib.rs", Edition2018) } 4.374541866s INFO prepare_target{force=false package_id=fiat-crypto v0.2.7 target="fiat_crypto"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/fiat-crypto-c30fae59945d674e/lib-fiat_crypto` Caused by: No such file or directory (os error 2) 4.374762016s INFO prepare_target{force=false package_id=p384 v0.13.0 target="p384"}: cargo::core::compiler::fingerprint: fingerprint error for p384 v0.13.0/Build/TargetInner { name_inferred: true, ..: lib_target("p384", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/p384-0.13.0/src/lib.rs", Edition2021) } 4.374773525s INFO prepare_target{force=false package_id=p384 v0.13.0 target="p384"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/p384-561377ca03a87a67/lib-p384` Caused by: No such file or directory (os error 2) 4.375048123s INFO prepare_target{force=false package_id=ecdsa v0.16.9 target="ecdsa"}: cargo::core::compiler::fingerprint: fingerprint error for ecdsa v0.16.9/Build/TargetInner { name_inferred: true, ..: lib_target("ecdsa", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ecdsa-0.16.9/src/lib.rs", Edition2021) } 4.375059784s INFO prepare_target{force=false package_id=ecdsa v0.16.9 target="ecdsa"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/ecdsa-fdb40a469f59374d/lib-ecdsa` Caused by: No such file or directory (os error 2) 4.375350696s INFO prepare_target{force=false package_id=der v0.7.9 target="der"}: cargo::core::compiler::fingerprint: fingerprint error for der v0.7.9/Build/TargetInner { name_inferred: true, ..: lib_target("der", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/der-0.7.9/src/lib.rs", Edition2021) } 4.375362531s INFO prepare_target{force=false package_id=der v0.7.9 target="der"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/der-22cb7a4e51b938a3/lib-der` Caused by: No such file or directory (os error 2) 4.375599716s INFO prepare_target{force=false package_id=pem-rfc7468 v0.7.0 target="pem_rfc7468"}: cargo::core::compiler::fingerprint: fingerprint error for pem-rfc7468 v0.7.0/Build/TargetInner { name_inferred: true, ..: lib_target("pem_rfc7468", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pem-rfc7468-0.7.0/src/lib.rs", Edition2021) } 4.375612085s INFO prepare_target{force=false package_id=pem-rfc7468 v0.7.0 target="pem_rfc7468"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/pem-rfc7468-69826f59443297ec/lib-pem_rfc7468` Caused by: No such file or directory (os error 2) 4.375877397s INFO prepare_target{force=false package_id=base64ct v1.6.0 target="base64ct"}: cargo::core::compiler::fingerprint: fingerprint error for base64ct v1.6.0/Build/TargetInner { name_inferred: true, ..: lib_target("base64ct", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64ct-1.6.0/src/lib.rs", Edition2021) } 4.375888951s INFO prepare_target{force=false package_id=base64ct v1.6.0 target="base64ct"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/base64ct-0da0d21c88024946/lib-base64ct` Caused by: No such file or directory (os error 2) 4.376163430s INFO prepare_target{force=false package_id=elliptic-curve v0.13.8 target="elliptic_curve"}: cargo::core::compiler::fingerprint: fingerprint error for elliptic-curve v0.13.8/Build/TargetInner { name_inferred: true, ..: lib_target("elliptic_curve", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elliptic-curve-0.13.8/src/lib.rs", Edition2021) } 4.376180832s INFO prepare_target{force=false package_id=elliptic-curve v0.13.8 target="elliptic_curve"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/elliptic-curve-5865844ebe486636/lib-elliptic_curve` Caused by: No such file or directory (os error 2) 4.376534018s INFO prepare_target{force=false package_id=base16ct v0.2.0 target="base16ct"}: cargo::core::compiler::fingerprint: fingerprint error for base16ct v0.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("base16ct", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base16ct-0.2.0/src/lib.rs", Edition2021) } 4.376545867s INFO prepare_target{force=false package_id=base16ct v0.2.0 target="base16ct"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/base16ct-d7d0008ab4f069cd/lib-base16ct` Caused by: No such file or directory (os error 2) 4.376751411s INFO prepare_target{force=false package_id=crypto-bigint v0.5.5 target="crypto_bigint"}: cargo::core::compiler::fingerprint: fingerprint error for crypto-bigint v0.5.5/Build/TargetInner { name_inferred: true, ..: lib_target("crypto_bigint", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-bigint-0.5.5/src/lib.rs", Edition2021) } 4.376763724s INFO prepare_target{force=false package_id=crypto-bigint v0.5.5 target="crypto_bigint"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crypto-bigint-ecc87e0acb04df99/lib-crypto_bigint` Caused by: No such file or directory (os error 2) 4.376994078s INFO prepare_target{force=false package_id=ff v0.13.0 target="ff"}: cargo::core::compiler::fingerprint: fingerprint error for ff v0.13.0/Build/TargetInner { name_inferred: true, ..: lib_target("ff", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ff-0.13.0/src/lib.rs", Edition2021) } 4.377006105s INFO prepare_target{force=false package_id=ff v0.13.0 target="ff"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/ff-fcdf1752fb3a7e27/lib-ff` Caused by: No such file or directory (os error 2) 4.377233463s INFO prepare_target{force=false package_id=group v0.13.0 target="group"}: cargo::core::compiler::fingerprint: fingerprint error for group v0.13.0/Build/TargetInner { name_inferred: true, ..: lib_target("group", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/group-0.13.0/src/lib.rs", Edition2021) } 4.377245960s INFO prepare_target{force=false package_id=group v0.13.0 target="group"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/group-644eb150ab05f1ef/lib-group` Caused by: No such file or directory (os error 2) 4.377450100s INFO prepare_target{force=false package_id=hkdf v0.12.4 target="hkdf"}: cargo::core::compiler::fingerprint: fingerprint error for hkdf v0.12.4/Build/TargetInner { name_inferred: true, ..: lib_target("hkdf", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hkdf-0.12.4/src/lib.rs", Edition2018) } 4.377468759s INFO prepare_target{force=false package_id=hkdf v0.12.4 target="hkdf"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/hkdf-99d3d7bec7aa92d8/lib-hkdf` Caused by: No such file or directory (os error 2) 4.377670673s INFO prepare_target{force=false package_id=pkcs8 v0.10.2 target="pkcs8"}: cargo::core::compiler::fingerprint: fingerprint error for pkcs8 v0.10.2/Build/TargetInner { name_inferred: true, ..: lib_target("pkcs8", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkcs8-0.10.2/src/lib.rs", Edition2021) } 4.377682451s INFO prepare_target{force=false package_id=pkcs8 v0.10.2 target="pkcs8"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/pkcs8-4e06692a5ace6739/lib-pkcs8` Caused by: No such file or directory (os error 2) 4.377914593s INFO prepare_target{force=false package_id=spki v0.7.3 target="spki"}: cargo::core::compiler::fingerprint: fingerprint error for spki v0.7.3/Build/TargetInner { name_inferred: true, ..: lib_target("spki", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/spki-0.7.3/src/lib.rs", Edition2021) } 4.377926703s INFO prepare_target{force=false package_id=spki v0.7.3 target="spki"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/spki-2283af71c5c6cac2/lib-spki` Caused by: No such file or directory (os error 2) 4.378131876s INFO prepare_target{force=false package_id=sec1 v0.7.3 target="sec1"}: cargo::core::compiler::fingerprint: fingerprint error for sec1 v0.7.3/Build/TargetInner { name_inferred: true, ..: lib_target("sec1", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sec1-0.7.3/src/lib.rs", Edition2021) } 4.378143671s INFO prepare_target{force=false package_id=sec1 v0.7.3 target="sec1"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/sec1-f55e4722fec2b2c7/lib-sec1` Caused by: No such file or directory (os error 2) 4.378395663s INFO prepare_target{force=false package_id=rfc6979 v0.4.0 target="rfc6979"}: cargo::core::compiler::fingerprint: fingerprint error for rfc6979 v0.4.0/Build/TargetInner { name_inferred: true, ..: lib_target("rfc6979", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rfc6979-0.4.0/src/lib.rs", Edition2021) } 4.378407747s INFO prepare_target{force=false package_id=rfc6979 v0.4.0 target="rfc6979"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rfc6979-099f5018a960a458/lib-rfc6979` Caused by: No such file or directory (os error 2) 4.378698213s INFO prepare_target{force=false package_id=signature v2.2.0 target="signature"}: cargo::core::compiler::fingerprint: fingerprint error for signature v2.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("signature", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/signature-2.2.0/src/lib.rs", Edition2021) } 4.378710162s INFO prepare_target{force=false package_id=signature v2.2.0 target="signature"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/signature-7e29e2ffa79f7012/lib-signature` Caused by: No such file or directory (os error 2) 4.378924833s INFO prepare_target{force=false package_id=primeorder v0.13.6 target="primeorder"}: cargo::core::compiler::fingerprint: fingerprint error for primeorder v0.13.6/Build/TargetInner { name_inferred: true, ..: lib_target("primeorder", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/primeorder-0.13.6/src/lib.rs", Edition2021) } 4.378936707s INFO prepare_target{force=false package_id=primeorder v0.13.6 target="primeorder"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/primeorder-f8a36d91564fce7a/lib-primeorder` Caused by: No such file or directory (os error 2) 4.379142941s INFO prepare_target{force=false package_id=regex v1.10.5 target="regex"}: cargo::core::compiler::fingerprint: fingerprint error for regex v1.10.5/Build/TargetInner { ..: lib_target("regex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.10.5/src/lib.rs", Edition2021) } 4.379154209s INFO prepare_target{force=false package_id=regex v1.10.5 target="regex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/regex-30570211a87027ab/lib-regex` Caused by: No such file or directory (os error 2) 4.379405054s INFO prepare_target{force=false package_id=pathdiff v0.2.1 target="pathdiff"}: cargo::core::compiler::fingerprint: fingerprint error for pathdiff v0.2.1/Build/TargetInner { name_inferred: true, ..: lib_target("pathdiff", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.1/src/lib.rs", Edition2018) } 4.379416857s INFO prepare_target{force=false package_id=pathdiff v0.2.1 target="pathdiff"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/pathdiff-e825cfd329f8acd4/lib-pathdiff` Caused by: No such file or directory (os error 2) 4.379641719s INFO prepare_target{force=false package_id=rand v0.8.5 target="rand"}: cargo::core::compiler::fingerprint: fingerprint error for rand v0.8.5/Build/TargetInner { name_inferred: true, ..: lib_target("rand", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs", Edition2018) } 4.379653322s INFO prepare_target{force=false package_id=rand v0.8.5 target="rand"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rand-1dd51b52885c11d8/lib-rand` Caused by: No such file or directory (os error 2) 4.379963981s INFO prepare_target{force=false package_id=rand_chacha v0.3.1 target="rand_chacha"}: cargo::core::compiler::fingerprint: fingerprint error for rand_chacha v0.3.1/Build/TargetInner { name_inferred: true, ..: lib_target("rand_chacha", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/lib.rs", Edition2018) } 4.379975437s INFO prepare_target{force=false package_id=rand_chacha v0.3.1 target="rand_chacha"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rand_chacha-f5892965fc935e39/lib-rand_chacha` Caused by: No such file or directory (os error 2) 4.380261819s INFO prepare_target{force=false package_id=ppv-lite86 v0.2.17 target="ppv_lite86"}: cargo::core::compiler::fingerprint: fingerprint error for ppv-lite86 v0.2.17/Build/TargetInner { name_inferred: true, ..: lib_target("ppv_lite86", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.17/src/lib.rs", Edition2018) } 4.380273562s INFO prepare_target{force=false package_id=ppv-lite86 v0.2.17 target="ppv_lite86"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/ppv-lite86-2f812901b5b80fc4/lib-ppv_lite86` Caused by: No such file or directory (os error 2) 4.380641670s INFO prepare_target{force=false package_id=rusqlite v0.32.1 target="rusqlite"}: cargo::core::compiler::fingerprint: fingerprint error for rusqlite v0.32.1/Build/TargetInner { ..: lib_target("rusqlite", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rusqlite-0.32.1/src/lib.rs", Edition2021) } 4.380653645s INFO prepare_target{force=false package_id=rusqlite v0.32.1 target="rusqlite"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rusqlite-e48b539223960d1a/lib-rusqlite` Caused by: No such file or directory (os error 2) 4.381025667s INFO prepare_target{force=false package_id=fallible-iterator v0.3.0 target="fallible_iterator"}: cargo::core::compiler::fingerprint: fingerprint error for fallible-iterator v0.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("fallible_iterator", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fallible-iterator-0.3.0/src/lib.rs", Edition2018) } 4.381038731s INFO prepare_target{force=false package_id=fallible-iterator v0.3.0 target="fallible_iterator"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/fallible-iterator-52ae7073cc7b67fa/lib-fallible_iterator` Caused by: No such file or directory (os error 2) 4.381322930s INFO prepare_target{force=false package_id=fallible-streaming-iterator v0.1.9 target="fallible_streaming_iterator"}: cargo::core::compiler::fingerprint: fingerprint error for fallible-streaming-iterator v0.1.9/Build/TargetInner { name_inferred: true, ..: lib_target("fallible_streaming_iterator", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fallible-streaming-iterator-0.1.9/src/lib.rs", Edition2015) } 4.381337034s INFO prepare_target{force=false package_id=fallible-streaming-iterator v0.1.9 target="fallible_streaming_iterator"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/fallible-streaming-iterator-188c6737ece9aa40/lib-fallible_streaming_iterator` Caused by: No such file or directory (os error 2) 4.381584059s INFO prepare_target{force=false package_id=hashlink v0.9.0 target="hashlink"}: cargo::core::compiler::fingerprint: fingerprint error for hashlink v0.9.0/Build/TargetInner { name_inferred: true, ..: lib_target("hashlink", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashlink-0.9.0/src/lib.rs", Edition2018) } 4.381595616s INFO prepare_target{force=false package_id=hashlink v0.9.0 target="hashlink"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/hashlink-05cca563469d4fee/lib-hashlink` Caused by: No such file or directory (os error 2) 4.381809357s INFO prepare_target{force=false package_id=libsqlite3-sys v0.30.1 target="libsqlite3_sys"}: cargo::core::compiler::fingerprint: fingerprint error for libsqlite3-sys v0.30.1/Build/TargetInner { ..: lib_target("libsqlite3_sys", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libsqlite3-sys-0.30.1/src/lib.rs", Edition2021) } 4.381821223s INFO prepare_target{force=false package_id=libsqlite3-sys v0.30.1 target="libsqlite3_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libsqlite3-sys-e81d8fb64c4e69f6/lib-libsqlite3_sys` Caused by: No such file or directory (os error 2) 4.382462873s INFO prepare_target{force=false package_id=libsqlite3-sys v0.30.1 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libsqlite3-sys v0.30.1/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libsqlite3-sys-0.30.1/build.rs", Edition2021) } 4.382476649s INFO prepare_target{force=false package_id=libsqlite3-sys v0.30.1 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libsqlite3-sys-a27d94f53e977d83/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.382640717s INFO prepare_target{force=false package_id=libsqlite3-sys v0.30.1 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libsqlite3-sys v0.30.1/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libsqlite3-sys-0.30.1/build.rs", Edition2021) } 4.382661775s INFO prepare_target{force=false package_id=libsqlite3-sys v0.30.1 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libsqlite3-sys-794de2b6534faf52/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.383092172s INFO prepare_target{force=false package_id=rustfix v0.9.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/rustfix) target="rustfix"}: cargo::core::compiler::fingerprint: fingerprint error for rustfix v0.9.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/rustfix)/Build/TargetInner { name_inferred: true, ..: lib_target("rustfix", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/rustfix/src/lib.rs", Edition2021) } 4.383107259s INFO prepare_target{force=false package_id=rustfix v0.9.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/rustfix) target="rustfix"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustfix-acc303de0ea908c1/lib-rustfix` Caused by: No such file or directory (os error 2) 4.383376622s INFO prepare_target{force=false package_id=serde_ignored v0.1.10 target="serde_ignored"}: cargo::core::compiler::fingerprint: fingerprint error for serde_ignored v0.1.10/Build/TargetInner { name_inferred: true, doc_scrape_examples: Disabled, ..: lib_target("serde_ignored", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_ignored-0.1.10/src/lib.rs", Edition2018) } 4.383389439s INFO prepare_target{force=false package_id=serde_ignored v0.1.10 target="serde_ignored"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde_ignored-cf1bce91a2e2a408/lib-serde_ignored` Caused by: No such file or directory (os error 2) 4.383694105s INFO prepare_target{force=false package_id=sha1 v0.10.6 target="sha1"}: cargo::core::compiler::fingerprint: fingerprint error for sha1 v0.10.6/Build/TargetInner { name_inferred: true, ..: lib_target("sha1", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/lib.rs", Edition2018) } 4.383708892s INFO prepare_target{force=false package_id=sha1 v0.10.6 target="sha1"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/sha1-3757d45a4291aab3/lib-sha1` Caused by: No such file or directory (os error 2) 4.383972969s INFO prepare_target{force=false package_id=supports-hyperlinks v3.0.0 target="supports_hyperlinks"}: cargo::core::compiler::fingerprint: fingerprint error for supports-hyperlinks v3.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("supports_hyperlinks", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/supports-hyperlinks-3.0.0/src/lib.rs", Edition2021) } 4.383986994s INFO prepare_target{force=false package_id=supports-hyperlinks v3.0.0 target="supports_hyperlinks"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/supports-hyperlinks-9925c7910c3a4e45/lib-supports_hyperlinks` Caused by: No such file or directory (os error 2) 4.384176337s INFO prepare_target{force=false package_id=supports-unicode v3.0.0 target="supports_unicode"}: cargo::core::compiler::fingerprint: fingerprint error for supports-unicode v3.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("supports_unicode", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/supports-unicode-3.0.0/src/lib.rs", Edition2018) } 4.384188582s INFO prepare_target{force=false package_id=supports-unicode v3.0.0 target="supports_unicode"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/supports-unicode-095fdc4b421adfc4/lib-supports_unicode` Caused by: No such file or directory (os error 2) 4.384544497s INFO prepare_target{force=false package_id=tar v0.4.42 target="tar"}: cargo::core::compiler::fingerprint: fingerprint error for tar v0.4.42/Build/TargetInner { ..: lib_target("tar", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/lib.rs", Edition2021) } 4.384556480s INFO prepare_target{force=false package_id=tar v0.4.42 target="tar"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tar-dba2f3f5e91a39ef/lib-tar` Caused by: No such file or directory (os error 2) 4.384790865s INFO prepare_target{force=false package_id=tracing-chrome v0.7.2 target="tracing_chrome"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-chrome v0.7.2/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_chrome", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-chrome-0.7.2/src/lib.rs", Edition2018) } 4.384803487s INFO prepare_target{force=false package_id=tracing-chrome v0.7.2 target="tracing_chrome"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tracing-chrome-43ae35dc197c27d7/lib-tracing_chrome` Caused by: No such file or directory (os error 2) 4.385160844s INFO prepare_target{force=false package_id=tracing-subscriber v0.3.18 target="tracing_subscriber"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-subscriber v0.3.18/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_subscriber", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs", Edition2018) } 4.385174215s INFO prepare_target{force=false package_id=tracing-subscriber v0.3.18 target="tracing_subscriber"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tracing-subscriber-f5d227eaf7ea1963/lib-tracing_subscriber` Caused by: No such file or directory (os error 2) 4.386103460s INFO prepare_target{force=false package_id=thread_local v1.1.8 target="thread_local"}: cargo::core::compiler::fingerprint: fingerprint error for thread_local v1.1.8/Build/TargetInner { name_inferred: true, ..: lib_target("thread_local", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs", Edition2021) } 4.386116155s INFO prepare_target{force=false package_id=thread_local v1.1.8 target="thread_local"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/thread_local-18979abae1e2a4e4/lib-thread_local` Caused by: No such file or directory (os error 2) 4.386318086s INFO prepare_target{force=false package_id=tracing-log v0.2.0 target="tracing_log"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-log v0.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_log", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs", Edition2018) } 4.386330255s INFO prepare_target{force=false package_id=tracing-log v0.2.0 target="tracing_log"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tracing-log-7c07bc53b7ad817b/lib-tracing_log` Caused by: No such file or directory (os error 2) 4.386542787s INFO prepare_target{force=false package_id=unicase v2.7.0 target="unicase"}: cargo::core::compiler::fingerprint: fingerprint error for unicase v2.7.0/Build/TargetInner { name_inferred: true, ..: lib_target("unicase", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs", Edition2015) } 4.386554970s INFO prepare_target{force=false package_id=unicase v2.7.0 target="unicase"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicase-1ad3811eb3863ca6/lib-unicase` Caused by: No such file or directory (os error 2) 4.387207779s INFO prepare_target{force=false package_id=unicase v2.7.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for unicase v2.7.0/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/build.rs", Edition2015) } 4.387221188s INFO prepare_target{force=false package_id=unicase v2.7.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicase-e58b890c3cbd9a3c/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.387388750s INFO prepare_target{force=false package_id=unicase v2.7.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for unicase v2.7.0/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/build.rs", Edition2015) } 4.387399591s INFO prepare_target{force=false package_id=unicase v2.7.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/unicase-6a4e715169a195b7/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.387635547s INFO prepare_target{force=false package_id=unicode-width v0.2.0 target="unicode_width"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-width v0.2.0/Build/TargetInner { ..: lib_target("unicode_width", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.2.0/src/lib.rs", Edition2021) } 4.387647787s INFO prepare_target{force=false package_id=unicode-width v0.2.0 target="unicode_width"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicode-width-02eed63c7240d46d/lib-unicode_width` Caused by: No such file or directory (os error 2) 4.388014253s INFO prepare_target{force=false package_id=cargo v0.85.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo) target="cargo"}: cargo::core::compiler::fingerprint: fingerprint error for cargo v0.85.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo)/Build/TargetInner { name: "cargo", tested: false, ..: with_path("/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/bin/cargo/main.rs", Edition2021) } 4.388028709s INFO prepare_target{force=false package_id=cargo v0.85.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo) target="cargo"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/cargo-65558b51fd4774d6/bin-cargo` Caused by: No such file or directory (os error 2) Compiling libc v0.2.158 Compiling proc-macro2 v1.0.86 Fresh unicode-ident v1.0.13 Compiling shlex v1.3.0 Compiling pkg-config v0.3.30 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:740:38 | 740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.158 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=158 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=af9fb259df92c64b -C extra-filename=-af9fb259df92c64b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-af9fb259df92c64b -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.158 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=158 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=d5dd5df271a98dfb -C extra-filename=-d5dd5df271a98dfb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-d5dd5df271a98dfb -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.86 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=86 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=a0c6164316655e5f -C extra-filename=-a0c6164316655e5f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-a0c6164316655e5f -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `memchr` (lib) generated 2 warnings Compiling vcpkg v0.2.15 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name shlex --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3f1cbee26f2e9948 -C extra-filename=-3f1cbee26f2e9948 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkg-config-0.3.30 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkg-config-0.3.30/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION=1.30 CARGO_PKG_VERSION=0.3.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pkg_config --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkg-config-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6c33858d29a8214 -C extra-filename=-a6c33858d29a8214 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=vcpkg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/vcpkg-0.2.15 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/vcpkg-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='Jim McGrath ' CARGO_PKG_DESCRIPTION='A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vcpkg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mcgoo/vcpkg-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name vcpkg --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=887d021232acd605 -C extra-filename=-887d021232acd605 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `manual_codegen_check` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:353:12 | 353 | #[cfg_attr(manual_codegen_check, inline(never))] | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `shlex` (lib) generated 1 warning Compiling serde v1.0.204 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.204 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.204/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.204 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=204 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.204/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=25f7325186875668 -C extra-filename=-25f7325186875668 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-25f7325186875668 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.86 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=86 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-986883e2302498d5/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-a0c6164316655e5f/build-script-build` [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(fuzzing) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(no_is_available) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(no_literal_byte_character) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(no_literal_c_string) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(no_source_text) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(proc_macro_span) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(randomize_layout) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(span_locations) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(super_unstable) [proc-macro2 1.0.86] cargo:rustc-check-cfg=cfg(wrap_proc_macro) [proc-macro2 1.0.86] cargo:rerun-if-changed=build/probe.rs [proc-macro2 1.0.86] cargo:rustc-cfg=wrap_proc_macro Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.158 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=158 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libc-100dada7e883baf4/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-af9fb259df92c64b/build-script-build` [libc 0.2.158] cargo:rerun-if-changed=build.rs Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.86 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=86 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/proc-macro2-986883e2302498d5/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro2 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=4002546e8a209df6 -C extra-filename=-4002546e8a209df6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-759de8cc44fc4838.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.158 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=158 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-421283b4c6190f34/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-d5dd5df271a98dfb/build-script-build` [libc 0.2.158] cargo:rerun-if-changed=build.rs [libc 0.2.158] cargo:rustc-cfg=freebsd11 [libc 0.2.158] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.158] cargo:rustc-cfg=libc_union [libc 0.2.158] cargo:rustc-cfg=libc_const_size_of [libc 0.2.158] cargo:rustc-cfg=libc_align [libc 0.2.158] cargo:rustc-cfg=libc_int128 [libc 0.2.158] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.158] cargo:rustc-cfg=libc_packedN [libc 0.2.158] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.158] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.158] cargo:rustc-cfg=libc_long_array [libc 0.2.158] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.158] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.158] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.158] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.158] cargo:rustc-check-cfg=cfg(espidf_time64) [libc 0.2.158] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.158] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.158] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.158] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.158] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.158] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.158] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","visionos")) [libc 0.2.158] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.158] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.158 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=158 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libc-100dada7e883baf4/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=815da5862b34da76 -C extra-filename=-815da5862b34da76 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` [libc 0.2.158] cargo:rustc-cfg=freebsd11 [libc 0.2.158] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.158] cargo:rustc-cfg=libc_union [libc 0.2.158] cargo:rustc-cfg=libc_const_size_of [libc 0.2.158] cargo:rustc-cfg=libc_align [libc 0.2.158] cargo:rustc-cfg=libc_int128 [libc 0.2.158] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.158] cargo:rustc-cfg=libc_packedN [libc 0.2.158] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.158] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.158] cargo:rustc-cfg=libc_long_array [libc 0.2.158] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.158] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.158] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.158] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.158] cargo:rustc-check-cfg=cfg(espidf_time64) [libc 0.2.158] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.158] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.158] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.158] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.158] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.158] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.158] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.158] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","visionos")) [libc 0.2.158] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.158] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.158 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=158 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-421283b4c6190f34/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.158/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=ea86c5368bcbe7e0 -C extra-filename=-ea86c5368bcbe7e0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.204 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.204/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.204 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=204 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde-a70cb72688f91e4f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde-25f7325186875668/build-script-build` [serde 1.0.204] cargo:rerun-if-changed=build.rs [serde 1.0.204] cargo:rustc-check-cfg=cfg(no_core_cstr) [serde 1.0.204] cargo:rustc-check-cfg=cfg(no_core_num_saturating) [serde 1.0.204] cargo:rustc-check-cfg=cfg(no_core_try_from) [serde 1.0.204] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) [serde 1.0.204] cargo:rustc-check-cfg=cfg(no_float_copysign) [serde 1.0.204] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) [serde 1.0.204] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) [serde 1.0.204] cargo:rustc-check-cfg=cfg(no_serde_derive) [serde 1.0.204] cargo:rustc-check-cfg=cfg(no_std_atomic) [serde 1.0.204] cargo:rustc-check-cfg=cfg(no_std_atomic64) [serde 1.0.204] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) [serde 1.0.204] cargo:rustc-check-cfg=cfg(no_target_has_atomic) Compiling version_check v0.9.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.4/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name version_check --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=156be7a5617dc779 -C extra-filename=-156be7a5617dc779 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling once_cell v1.19.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.19.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.19.0/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.19.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name once_cell --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=5eb8ae28bb49ef9d -C extra-filename=-5eb8ae28bb49ef9d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling quote v1.0.36 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.36 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.36/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.36 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=36 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name quote --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ce7f0c296cfe2c03 -C extra-filename=-ce7f0c296cfe2c03 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4002546e8a209df6.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling jobserver v0.1.32 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=jobserver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='An implementation of the GNU Make jobserver for Rust. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/jobserver-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jobserver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/jobserver-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.32 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name jobserver --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab7f8e1a6c8a9303 -C extra-filename=-ab7f8e1a6c8a9303 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/liblibc-ea86c5368bcbe7e0.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling aho-corasick v1.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name aho_corasick --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=1110f647ac52c000 -C extra-filename=-1110f647ac52c000 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling thiserror v1.0.63 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.63 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.63/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.63 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=63 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.63/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e834c696266f941 -C extra-filename=-0e834c696266f941 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/thiserror-0e834c696266f941 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling syn v2.0.72 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.72 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.72/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.72 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=72 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=859e091037a98c2e -C extra-filename=-859e091037a98c2e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4002546e8a209df6.rmeta --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ce7f0c296cfe2c03.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-759de8cc44fc4838.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling cc v1.1.22 Compiling regex-syntax v0.8.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=147752d48082225b -C extra-filename=-147752d48082225b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern jobserver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libjobserver-ab7f8e1a6c8a9303.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/liblibc-ea86c5368bcbe7e0.rmeta --extern shlex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libshlex-3f1cbee26f2e9948.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=4f18b80b77356cb3 -C extra-filename=-4f18b80b77356cb3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.63 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.63/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.63 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=63 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/thiserror-6a3bf087b2dee9f1/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/thiserror-0e834c696266f941/build-script-build` [thiserror 1.0.63] cargo:rerun-if-changed=build/probe.rs [thiserror 1.0.63] cargo:rustc-check-cfg=cfg(error_generic_member_access) [thiserror 1.0.63] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) Compiling autocfg v1.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION=1.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name autocfg --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=940918d178d16d4d -C extra-filename=-940918d178d16d4d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling tinyvec_macros v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tinyvec_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec_macros-0.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec_macros-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Soveu ' CARGO_PKG_DESCRIPTION='Some macros for tiny containers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR Zlib' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Soveu/tinyvec_macros' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tinyvec_macros --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e59f485322858402 -C extra-filename=-e59f485322858402 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling tinyvec v1.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tinyvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/Cargo.toml CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='`tinyvec` provides 100% safe vec-like data structures.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/tinyvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tinyvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=d8dcf302d731055f -C extra-filename=-d8dcf302d731055f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern tinyvec_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtinyvec_macros-e59f485322858402.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/lib.rs:12:13 | 12 | #![cfg_attr(docs_rs, feature(doc_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:38:12 | 38 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:97:12 | 97 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1064:12 | 1064 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1113:12 | 1113 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1333:12 | 1333 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Fresh log v0.4.22 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:533:34 | 533 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 533 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:639:34 | 639 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 639 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1179:34 | 1179 | fn enabled(&self, metadata: &Metadata) -> bool; | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1179 | fn enabled(&self, metadata: &Metadata<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1188:28 | 1188 | fn log(&self, record: &Record); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn log(&self, record: &Record<'_>); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1203:27 | 1203 | fn enabled(&self, _: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | fn enabled(&self, _: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1207:23 | 1207 | fn log(&self, _: &Record) {} | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1207 | fn log(&self, _: &Record<'_>) {} | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1215:34 | 1215 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1215 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1219:28 | 1219 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1232:34 | 1232 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1236:28 | 1236 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1236 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1249:34 | 1249 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1249 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1253:28 | 1253 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1253 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1469:34 | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1486:34 | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:38:11 | 38 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 38 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:40:65 | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location<'_>), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:41:26 | 41 | kvs: Option<&[(&str, Value)]>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | kvs: Option<&[(&str, Value<'_>)]>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:65:11 | 65 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:67:64 | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location<'_>), | ++++ warning: `log` (lib) generated 19 warnings Compiling smallvec v1.13.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name smallvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="write"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=82ad9157310ccd63 -C extra-filename=-82ad9157310ccd63 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling crc32fast v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/Cargo.toml CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=448119ec57aa9823 -C extra-filename=-448119ec57aa9823 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crc32fast-448119ec57aa9823 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling crossbeam-utils v0.8.19 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=834ad8ac11e3cd44 -C extra-filename=-834ad8ac11e3cd44 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crossbeam-utils-834ad8ac11e3cd44 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/crossbeam-utils-76cf51e12a4c430a/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crossbeam-utils-834ad8ac11e3cd44/build-script-build` [crossbeam-utils 0.8.19] cargo:rerun-if-changed=no_atomic.rs Compiling lock_api v0.4.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=cbb13c6b6cbe5c12 -C extra-filename=-cbb13c6b6cbe5c12 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/lock_api-cbb13c6b6cbe5c12 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libautocfg-940918d178d16d4d.rlib --cap-lints warn -Z binary-dep-depinfo` warning: `tinyvec` (lib) generated 6 warnings Compiling unicode-normalization v0.1.23 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.23/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_normalization --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=515aa03b12fe8391 -C extra-filename=-515aa03b12fe8391 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern tinyvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtinyvec-d8dcf302d731055f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-trace v0.1.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_trace CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-trace-0.1.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-trace-0.1.11/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate to provide minimal `tracing` support that can be turned off to zero cost' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-trace CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.1.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_trace --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-trace-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "document-features", "tracing", "tracing-detail"))' -C metadata=c4ab1bcfe1ebe047 -C extra-filename=-c4ab1bcfe1ebe047 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling parking_lot_core v0.9.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.9/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=ae8c1a8f334989d3 -C extra-filename=-ae8c1a8f334989d3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/parking_lot_core-ae8c1a8f334989d3 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.9/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/parking_lot_core-58c0ecdf7b5e07e9/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/parking_lot_core-ae8c1a8f334989d3/build-script-build` [parking_lot_core 0.9.9] cargo:rerun-if-changed=build.rs Compiling libz-sys v1.1.20 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_ATOMIC_USIZE=1 CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/lock_api-10994dac37ff8afb/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/lock_api-cbb13c6b6cbe5c12/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.20 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zng)' -C debug-assertions=off --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=1604c4270e0fd8f2 -C extra-filename=-1604c4270e0fd8f2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libz-sys-1604c4270e0fd8f2 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-147752d48082225b.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-a6c33858d29a8214.rlib --extern vcpkg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libvcpkg-887d021232acd605.rlib --cap-lints warn -Z binary-dep-depinfo` [lock_api 0.4.11] cargo:rustc-cfg=has_const_fn_trait_bound Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/crossbeam-utils-76cf51e12a4c430a/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_utils --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=a66e83908cfb65e9 -C extra-filename=-a66e83908cfb65e9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/lib.rs:42:7 | 42 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/lib.rs:65:11 | 65 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/lib.rs:106:11 | 106 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/lib.rs:74:23 | 74 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/lib.rs:78:23 | 78 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/lib.rs:81:23 | 81 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/mod.rs:25:11 | 25 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/mod.rs:28:11 | 28 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:1:11 | 1 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:27:11 | 27 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:36:19 | 36 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize_thread` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:36:35 | 36 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize_thread)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize_thread)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:50:11 | 50 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:53:19 | 53 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize_thread` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:53:35 | 53 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize_thread)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize_thread)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:101:11 | 101 | #[cfg(not(crossbeam_no_atomic))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:107:7 | 107 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` 78 | 79 | impl_atomic!(AtomicBool, bool); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` 78 | 79 | impl_atomic!(AtomicBool, bool); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 80 | impl_atomic!(AtomicUsize, usize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 80 | impl_atomic!(AtomicUsize, usize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 81 | impl_atomic!(AtomicIsize, isize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 81 | impl_atomic!(AtomicIsize, isize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 82 | impl_atomic!(AtomicU8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 82 | impl_atomic!(AtomicU8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 83 | impl_atomic!(AtomicI8, i8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 83 | impl_atomic!(AtomicI8, i8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 84 | impl_atomic!(AtomicU16, u16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 84 | impl_atomic!(AtomicU16, u16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 85 | impl_atomic!(AtomicI16, i16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 85 | impl_atomic!(AtomicI16, i16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 87 | impl_atomic!(AtomicU32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 87 | impl_atomic!(AtomicU32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 89 | impl_atomic!(AtomicI32, i32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 89 | impl_atomic!(AtomicI32, i32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 94 | impl_atomic!(AtomicU64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 94 | impl_atomic!(AtomicU64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_no_atomic` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:66:19 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] | | ^^^^^^^^^^^^^^^^^^^ 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 99 | impl_atomic!(AtomicI64, i64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 99 | impl_atomic!(AtomicI64, i64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/sync/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/sync/mod.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.19/src/sync/mod.rs:15:11 | 15 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Compiling regex-automata v0.4.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "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"))' -C metadata=3c0aedca5b137890 -C extra-filename=-3c0aedca5b137890 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaho_corasick-1110f647ac52c000.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-4f18b80b77356cb3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_LIBC=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20 CARGO_MANIFEST_LINKS=z CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.20 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libz-sys-7501b76ee1955ff0/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libz-sys-1604c4270e0fd8f2/build-script-build` [libz-sys 1.1.20] cargo:rerun-if-env-changed=LIBZ_SYS_STATIC [libz-sys 1.1.20] cargo:rerun-if-changed=build.rs [libz-sys 1.1.20] cargo:rerun-if-changed=zng/cmake.rs [libz-sys 1.1.20] cargo:rerun-if-changed=zng/cc.rs [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_NO_PKG_CONFIG [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_STATIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_DYNAMIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=SYSROOT [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_STATIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_DYNAMIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libz-sys 1.1.20] cargo:rustc-link-lib=z [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_STATIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_DYNAMIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.20] OPT_LEVEL = Some(3) [libz-sys 1.1.20] TARGET = Some(x86_64-unknown-openbsd) [libz-sys 1.1.20] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libz-sys-7501b76ee1955ff0/out) [libz-sys 1.1.20] HOST = Some(x86_64-unknown-openbsd) [libz-sys 1.1.20] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [libz-sys 1.1.20] CC_x86_64-unknown-openbsd = None [libz-sys 1.1.20] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [libz-sys 1.1.20] CC_x86_64_unknown_openbsd = Some(cc) [libz-sys 1.1.20] cargo:rerun-if-env-changed=CC_KNOWN_WRAPPER_CUSTOM [libz-sys 1.1.20] CC_KNOWN_WRAPPER_CUSTOM = None [libz-sys 1.1.20] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [libz-sys 1.1.20] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [libz-sys 1.1.20] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [libz-sys 1.1.20] CRATE_CC_NO_DEFAULTS = None [libz-sys 1.1.20] DEBUG = Some(false) [libz-sys 1.1.20] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [libz-sys 1.1.20] CFLAGS_x86_64-unknown-openbsd = None [libz-sys 1.1.20] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [libz-sys 1.1.20] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [libz-sys 1.1.20] cargo:rerun-if-env-changed=CC_SHELL_ESCAPED_FLAGS [libz-sys 1.1.20] CC_SHELL_ESCAPED_FLAGS = None [libz-sys 1.1.20] running "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "--target=x86_64-unknown-openbsd" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "--target=x86_64-unknown-openbsd" "-O2" "-pipe" "src/smoke.c" "-g0" "-o" "/dev/null" "-lz" [libz-sys 1.1.20] src/smoke.c:4:10: warning: cast to smaller integer type 'int' from 'uLong (*)(uLong, const Bytef *, uInt)' (aka 'unsigned long (*)(unsigned long, const unsigned char *, unsigned int)') [-Wpointer-to-int-cast] [libz-sys 1.1.20] return (int) adler32; [libz-sys 1.1.20] ^~~~~~~~~~~~~ [libz-sys 1.1.20] 1 warning generated. [libz-sys 1.1.20] cargo:rustc-link-lib=z Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libz_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.20 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libz-sys-7501b76ee1955ff0/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libz_sys --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=e84ee8cbf5629fd2 -C extra-filename=-e84ee8cbf5629fd2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -l z -l z` warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.7/src/dfa/onepass.rs:524:45 | 522 | impl<'a> InternalBuilder<'a> { | -- lifetime `'a` declared here 523 | /// Create a new builder with an initial empty DFA. 524 | fn new(config: Config, nfa: &'a NFA) -> InternalBuilder { | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default Fresh scopeguard v1.2.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0/src/lib.rs:486:32 | 486 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 486 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `scopeguard` (lib) generated 1 warning Compiling fastrand v2.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fastrand --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=27a5896e5ab6cd83 -C extra-filename=-27a5896e5ab6cd83 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `128` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.0/src/lib.rs:622:11 | 622 | #[cfg(target_pointer_width = "128")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_pointer_width, values("128"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_pointer_width, values(\"128\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `crossbeam-utils` (lib) generated 43 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=lock_api CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/lock_api-10994dac37ff8afb/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name lock_api --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=f0d2b874e0a2cd77 -C extra-filename=-f0d2b874e0a2cd77 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern scopeguard=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libscopeguard-64075a5e70184b6f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg has_const_fn_trait_bound` warning: `fastrand` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.9/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/parking_lot_core-58c0ecdf7b5e07e9/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot_core --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=e102760ae6764557 -C extra-filename=-e102760ae6764557 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/src/mutex.rs:152:11 | 152 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/src/mutex.rs:162:15 | 162 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/src/remutex.rs:235:11 | 235 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/src/remutex.rs:250:15 | 250 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/src/rwlock.rs:369:11 | 369 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/src/rwlock.rs:379:15 | 379 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `UnparkHandle` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.9/src/thread_parker/mod.rs:85:49 | 85 | pub use self::imp::{thread_yield, ThreadParker, UnparkHandle}; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `tsan_enabled` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.9/src/word_lock.rs:293:13 | 293 | if cfg!(tsan_enabled) { | ^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tsan_enabled)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tsan_enabled)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: field `0` is never read --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.11/src/lib.rs:103:24 | 103 | pub struct GuardNoSend(*mut ()); | ----------- ^^^^^^^ | | | field in this struct | = help: consider removing this field = note: `#[warn(dead_code)]` on by default warning: `lock_api` (lib) generated 7 warnings Fresh bitflags v2.6.0 Compiling parking_lot v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.1/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=30082e860e90a1de -C extra-filename=-30082e860e90a1de --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern lock_api=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblock_api-f0d2b874e0a2cd77.rmeta --extern parking_lot_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot_core-e102760ae6764557.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `parking_lot_core` (lib) generated 2 warnings Compiling same-file v1.0.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=same_file CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple crate for determining whether two file paths point to the same file. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/same-file' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=same-file CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/same-file' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name same_file --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd55c9c082c04b74 -C extra-filename=-fd55c9c082c04b74 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused return value of `into_raw_fd` that must be used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6/src/unix.rs:23:13 | 23 | self.file.take().unwrap().into_raw_fd(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: losing the raw file descriptor may leak resources = note: `#[warn(unused_must_use)]` on by default help: use `let _ = ...` to ignore the resulting value | 23 | let _ = self.file.take().unwrap().into_raw_fd(); | +++++++ warning: `same-file` (lib) generated 1 warning Compiling walkdir v2.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=walkdir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/walkdir-2.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/walkdir-2.5.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Recursively walk a directory.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/walkdir' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=walkdir CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/walkdir' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name walkdir --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cedad706e785dd00 -C extra-filename=-cedad706e785dd00 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern same_file=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsame_file-fd55c9c082c04b74.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/Cargo.toml CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/crc32fast-25cba269082a54e2/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crc32fast-448119ec57aa9823/build-script-build` [crc32fast 1.4.0] cargo:rerun-if-changed=build.rs [crc32fast 1.4.0] cargo:rustc-cfg=crc32fast_stdarchx86 Compiling adler2 v2.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=adler2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='Jonas Schievink :oyvindln ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/oyvindln/adler2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name adler2 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=e38341a8c6f1a154 -C extra-filename=-e38341a8c6f1a154 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling miniz_oxide v0.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name miniz_oxide --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=4425cf430ef4b275 -C extra-filename=-4425cf430ef4b275 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern adler2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libadler2-e38341a8c6f1a154.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/Cargo.toml CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/crc32fast-25cba269082a54e2/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crc32fast --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=98e21d0f5ee9c010 -C extra-filename=-98e21d0f5ee9c010 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg crc32fast_stdarchx86` warning: unexpected `cfg` condition name: `crc32fast_stdarchx86` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/src/specialized/mod.rs:3:9 | 3 | crc32fast_stdarchx86, | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crc32fast_stdarchx86)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crc32fast_stdarchx86)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `crc32fast` (lib) generated 1 warning Compiling prodash v29.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=prodash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/prodash-29.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/prodash-29.0.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A dashboard for visualizing progress of asynchronous and possibly blocking tasks' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=prodash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Byron/prodash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=29.0.0 CARGO_PKG_VERSION_MAJOR=29 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name prodash --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/prodash-29.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="parking_lot"' --cfg 'feature="progress-tree"' --cfg 'feature="progress-tree-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "bytesize", "crosstermion", "ctrlc", "dashmap", "default", "futures-core", "futures-lite", "human_format", "humantime", "is-terminal", "jiff", "local-time", "log", "parking_lot", "progress-log", "progress-tree", "progress-tree-hp-hashmap", "progress-tree-log", "render-line", "render-line-autoconfigure", "render-line-crossterm", "render-tui", "render-tui-crossterm", "signal-hook", "tui", "tui-react", "unicode-segmentation", "unicode-width", "unit-bytes", "unit-duration", "unit-human"))' -C metadata=8adf9487073d4d1f -C extra-filename=-8adf9487073d4d1f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-b6b389cb1aba808d.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-30082e860e90a1de.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `atty` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/prodash-29.0.0/src/lib.rs:37:7 | 37 | #[cfg(feature = "atty")] | ^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `async-io`, `bytesize`, `crosstermion`, `ctrlc`, `dashmap`, `default`, `futures-core`, `futures-lite`, `human_format`, `humantime`, `is-terminal`, `jiff`, `local-time`, `log`, `parking_lot`, `progress-log`, `progress-tree`, `progress-tree-hp-hashmap`, `progress-tree-log`, `render-line`, `render-line-autoconfigure`, `render-line-crossterm`, `render-tui`, `render-tui-crossterm`, `signal-hook`, `tui`, `tui-react`, `unicode-segmentation`, `unicode-width`, `unit-bytes`, `unit-duration`, and `unit-human` = help: consider adding `atty` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Compiling serde_derive v1.0.204 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.204 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.204/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.204 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=204 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.204/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=7ed5f49abb0c2500 -C extra-filename=-7ed5f49abb0c2500 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4002546e8a209df6.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ce7f0c296cfe2c03.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-859e091037a98c2e.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling thiserror-impl v1.0.63 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.63 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.63/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.63 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=63 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror_impl --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39b866a7bf44517e -C extra-filename=-39b866a7bf44517e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4002546e8a209df6.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ce7f0c296cfe2c03.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-859e091037a98c2e.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling bstr v1.9.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bstr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.9.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.9.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A string type that is not required to be valid UTF-8.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/bstr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bstr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/bstr' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.9.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name bstr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=3e0a34c3106753d5 -C extra-filename=-3e0a34c3106753d5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-3c0aedca5b137890.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `prodash` (lib) generated 1 warning Compiling flate2 v1.0.34 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=flate2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flate2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' CARGO_PKG_RUST_VERSION=1.56.1 CARGO_PKG_VERSION=1.0.34 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name flate2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="libz-sys"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=918a2708f1775f48 -C extra-filename=-918a2708f1775f48 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrc32fast-98e21d0f5ee9c010.rmeta --extern libz_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibz_sys-e84ee8cbf5629fd2.rmeta --extern miniz_oxide=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libminiz_oxide-4425cf430ef4b275.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.9.1/src/escape_bytes.rs:15:43 | 14 | impl<'a> EscapeBytes<'a> { | -- lifetime `'a` declared here 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes { | ^^^^^^^^^^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.63 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.63/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.63 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=63 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/thiserror-6a3bf087b2dee9f1/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c42aba010ebb120 -C extra-filename=-9c42aba010ebb120 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libthiserror_impl-39b866a7bf44517e.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` Compiling gix-utils v0.1.13 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-utils-0.1.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-utils-0.1.13/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate with `gitoxide` utilities that don'\''t need feature toggles' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-utils CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.1.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_utils --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-utils-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="bstr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr"))' -C metadata=0b14aaf27de1bf07 -C extra-filename=-0b14aaf27de1bf07 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern fastrand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfastrand-27a5896e5ab6cd83.rmeta --extern unicode_normalization=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_normalization-515aa03b12fe8391.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling crossbeam-channel v0.5.12 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_channel CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.12 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.12/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Multi-producer multi-consumer channels for message passing' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.5.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_channel --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b48c63db550201b8 -C extra-filename=-b48c63db550201b8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-a66e83908cfb65e9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling bytes v1.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bytes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytes-1.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytes-1.6.0/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche :Sean McArthur ' CARGO_PKG_DESCRIPTION='Types and traits for working with bytes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/bytes' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name bytes --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytes-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d51e829d38e872ab -C extra-filename=-d51e829d38e872ab --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytes-1.6.0/src/bytes.rs:1321:17 | 1321 | #[cfg(all(test, loom))] | ^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytes-1.6.0/src/bytes.rs:135:19 | 135 | #[cfg(not(all(loom, test)))] | ^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytes-1.6.0/src/bytes.rs:143:15 | 143 | #[cfg(all(loom, test))] | ^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytes-1.6.0/src/bytes.rs:163:19 | 163 | #[cfg(not(all(loom, test)))] | ^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytes-1.6.0/src/bytes.rs:173:15 | 173 | #[cfg(all(loom, test))] | ^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytes-1.6.0/src/bytes_mut.rs:1774:17 | 1774 | #[cfg(all(test, loom))] | ^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytes-1.6.0/src/loom.rs:1:21 | 1 | #[cfg(not(all(test, loom)))] | ^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytes-1.6.0/src/loom.rs:23:17 | 23 | #[cfg(all(test, loom))] | ^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `bstr` (lib) generated 1 warning Compiling sha1_smol v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sha1_smol CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1_smol-1.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1_smol-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Armin Ronacher ' CARGO_PKG_DESCRIPTION='Minimal dependency free implementation of SHA1 for Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha1_smol CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mitsuhiko/sha1-smol' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sha1_smol --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1_smol-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=6b1639f415036b0a -C extra-filename=-6b1639f415036b0a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling ahash v0.8.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=e53d9c51a6689ebe -C extra-filename=-e53d9c51a6689ebe --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/ahash-e53d9c51a6689ebe -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern version_check=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libversion_check-156be7a5617dc779.rlib --cap-lints warn -Z binary-dep-depinfo` warning: method `simd_eq` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1_smol-1.0.0/src/simd.rs:31:8 | 30 | pub trait SimdExt { | ------- method in this trait 31 | fn simd_eq(self, rhs: Self) -> Self; | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default Fresh itoa v1.0.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/ahash-c02323dbacf87203/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/ahash-e53d9c51a6689ebe/build-script-build` [ahash 0.8.11] cargo:rerun-if-changed=build.rs [ahash 0.8.11] cargo:rustc-cfg=feature="folded_multiply" Compiling zerocopy v0.7.35 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-0.7.35 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-0.7.35/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Utilities for zero-copy parsing and serialization' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.35 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zerocopy --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="simd"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=6565ab79d54ca176 -C extra-filename=-6565ab79d54ca176 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `sha1_smol` (lib) generated 1 warning Compiling allocator-api2 v0.2.18 Compiling rustix v0.38.37 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=allocator_api2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/Cargo.toml CARGO_PKG_AUTHORS='Zakarum ' CARGO_PKG_DESCRIPTION='Mirror of Rust'\''s allocator API' CARGO_PKG_HOMEPAGE='https://github.com/zakarumych/allocator-api2' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=allocator-api2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zakarumych/allocator-api2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name allocator_api2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=2d0ff14a4ab89922 -C extra-filename=-2d0ff14a4ab89922 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=3ac05c9ff64c6e30 -C extra-filename=-3ac05c9ff64c6e30 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustix-3ac05c9ff64c6e30 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/alloc/mod.rs:25:34 | 25 | #[cfg(all(feature = "alloc", not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:156:11 | 156 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:168:11 | 168 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:170:11 | 170 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1192:11 | 1192 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1221:11 | 1221 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1270:11 | 1270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1389:11 | 1389 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1431:11 | 1431 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1457:11 | 1457 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1519:11 | 1519 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1847:11 | 1847 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1855:11 | 1855 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:2114:11 | 2114 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:2122:11 | 2122 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:206:19 | 206 | #[cfg(all(not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:231:15 | 231 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:256:15 | 256 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:270:15 | 270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:359:15 | 359 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:420:15 | 420 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:489:15 | 489 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:545:15 | 545 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:605:15 | 605 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:630:15 | 630 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:724:15 | 724 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:751:15 | 751 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:14:11 | 14 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:85:11 | 85 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:608:11 | 608 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:639:11 | 639 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:164:15 | 164 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:172:15 | 172 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:208:15 | 208 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:216:15 | 216 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:249:15 | 249 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:364:15 | 364 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:388:15 | 388 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:421:15 | 421 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:451:15 | 451 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:529:15 | 529 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:60:11 | 60 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:62:11 | 62 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:80:11 | 80 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:83:11 | 83 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:96:11 | 96 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:99:11 | 99 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2624:11 | 2624 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2684:11 | 2684 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2757:11 | 2757 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2841:11 | 2841 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2939:11 | 2939 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2956:11 | 2956 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2973:11 | 2973 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:3014:11 | 3014 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:3040:11 | 3040 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:3104:11 | 3104 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:3113:11 | 3113 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/into_iter.rs:13:11 | 13 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/into_iter.rs:167:11 | 167 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/partial_eq.rs:1:11 | 1 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/partial_eq.rs:30:11 | 30 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:427:15 | 427 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:614:15 | 614 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:852:15 | 852 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:882:15 | 882 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:982:15 | 982 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1011:15 | 1011 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1044:15 | 1044 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1384:15 | 1384 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1788:15 | 1788 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1889:15 | 1889 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1899:15 | 1899 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2064:15 | 2064 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2128:15 | 2128 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2325:15 | 2325 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2356:15 | 2356 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2383:15 | 2383 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2495:15 | 2495 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2821:15 | 2821 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/macros.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/slice.rs:17:15 | 17 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/slice.rs:39:15 | 39 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/slice.rs:70:15 | 70 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/slice.rs:112:15 | 112 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.204 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.204/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.204 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=204 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde-a70cb72688f91e4f/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.204/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=0403ee8b456f5f79 -C extra-filename=-0403ee8b456f5f79 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde_derive-7ed5f49abb0c2500.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` warning: `bytes` (lib) generated 8 warnings Compiling errno v0.3.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ahash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/ahash-c02323dbacf87203/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ahash --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=667c8779243cdfbf -C extra-filename=-667c8779243cdfbf --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-5eb8ae28bb49ef9d.rmeta --extern zerocopy=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzerocopy-6565ab79d54ca176.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg 'feature="folded_multiply"'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name errno --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=173be51395f25f2d -C extra-filename=-173be51395f25f2d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: trait `ExtendFromWithinSpec` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2548:7 | 2548 | trait ExtendFromWithinSpec { | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: trait `NonDrop` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/into_iter.rs:161:11 | 161 | pub trait NonDrop {} | ^^^^^^^ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_TERMIOS=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustix-53ff1809379b451f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustix-3ac05c9ff64c6e30/build-script-build` [rustix 0.38.37] cargo:rerun-if-changed=build.rs warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/unix.rs:78:13 | 78 | target_os = "bitrig", | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("bitrig"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"bitrig\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:100:13 | 100 | #![cfg_attr(feature = "specialize", feature(min_specialization))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:202:7 | 202 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:209:7 | 209 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:253:7 | 253 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:257:7 | 257 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:300:7 | 300 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:305:7 | 305 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:118:11 | 118 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `128` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/fallback_hash.rs:164:11 | 164 | #[cfg(target_pointer_width = "128")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_pointer_width, values("128"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_pointer_width, values(\"128\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `folded_multiply` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/operations.rs:16:7 | 16 | #[cfg(feature = "folded_multiply")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `folded_multiply` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `folded_multiply` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/operations.rs:23:11 | 23 | #[cfg(not(feature = "folded_multiply"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `folded_multiply` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:468:7 | 468 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:14:14 | 14 | if #[cfg(feature = "specialize")]{ | ^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:53:58 | 53 | if #[cfg(all(feature = "compile-time-rng", any(test, fuzzing)))] { | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:73:54 | 73 | } else if #[cfg(all(feature = "runtime-rng", not(fuzzing)))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/random_state.rs:461:11 | 461 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:10:7 | 10 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:12:7 | 12 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:14:7 | 14 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:24:11 | 24 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:37:7 | 37 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:70:7 | 70 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:78:7 | 78 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:86:7 | 86 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:94:7 | 94 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:102:7 | 102 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:110:7 | 110 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:118:7 | 118 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:126:11 | 126 | #[cfg(all(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` 61 | call_hasher_impl!(u8); | --------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` 61 | call_hasher_impl!(u8); 62 | call_hasher_impl!(u16); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 63 | call_hasher_impl!(u32); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 64 | call_hasher_impl!(u64); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 65 | call_hasher_impl!(i8); | --------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 66 | call_hasher_impl!(i16); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 67 | call_hasher_impl!(i32); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/specialize.rs:52:15 | 50 | / macro_rules! call_hasher_impl { 51 | | ($typ:ty) => { 52 | | #[cfg(feature = "specialize")] | | ^^^^^^^^^^^^^^^^^^^^^^ 53 | | impl CallHasher for $typ { ... | 59 | | }; 60 | | } | |_- in this expansion of `call_hasher_impl!` ... 68 | call_hasher_impl!(i64); | ---------------------- in this macro invocation | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:265:11 | 265 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:272:15 | 272 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:279:11 | 279 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:286:15 | 286 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:293:11 | 293 | #[cfg(feature = "specialize")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `specialize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:300:15 | 300 | #[cfg(not(feature = "specialize"))] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std` = help: consider adding `specialize` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration [rustix 0.38.37] cargo:rustc-cfg=static_assertions [rustix 0.38.37] cargo:rustc-cfg=libc [rustix 0.38.37] cargo:rustc-cfg=netbsdlike [rustix 0.38.37] cargo:rustc-cfg=bsd [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI warning: `allocator-api2` (lib) generated 88 warnings Compiling winnow v0.6.18 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:46:32 | 46 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:161:32 | 161 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 161 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs:25:32 | 25 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs:35:32 | 35 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.6.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.6.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name winnow --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=3eaf624207c226b6 -C extra-filename=-3eaf624207c226b6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `typenum` (build script) generated 5 warnings Compiling typenum v1.17.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/typenum-bfbb27b9c56ed937/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/typenum-c659025acdbbfe40/build-script-main` warning: `errno` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustix-53ff1809379b451f/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustix --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=b9ebcd3bb6da4e79 -C extra-filename=-b9ebcd3bb6da4e79 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-45be5798aa044355.rmeta --extern libc_errno=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liberrno-173be51395f25f2d.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg static_assertions --cfg libc --cfg netbsdlike --cfg bsd` warning: trait `BuildHasherExt` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs:252:18 | 252 | pub(crate) trait BuildHasherExt: BuildHasher { | ^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `read_u128x2`, `read_u128x4`, `read_last_u16`, `read_last_u128x2`, and `read_last_u128x4` are never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/convert.rs:80:8 | 75 | pub(crate) trait ReadFromSlice { | ------------- methods in this trait ... 80 | fn read_u128x2(&self) -> ([u128; 2], &[u8]); | ^^^^^^^^^^^ 81 | fn read_u128x4(&self) -> ([u128; 4], &[u8]); | ^^^^^^^^^^^ 82 | fn read_last_u16(&self) -> u16; | ^^^^^^^^^^^^^ ... 86 | fn read_last_u128x2(&self) -> [u128; 2]; | ^^^^^^^^^^^^^^^^ 87 | fn read_last_u128x4(&self) -> [u128; 4]; | ^^^^^^^^^^^^^^^^ [typenum 1.17.0] cargo:rerun-if-changed=build/main.rs Compiling hashbrown v0.14.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=5d80a563db7f0faf -C extra-filename=-5d80a563db7f0faf --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern ahash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libahash-667c8779243cdfbf.rmeta --extern allocator_api2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liballocator_api2-2d0ff14a4ab89922.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `ahash` (lib) generated 45 warnings Compiling home v0.5.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=home CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/home-0.5.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/home-0.5.9/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson ' CARGO_PKG_DESCRIPTION='Shared definitions of home directories.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=home CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.5.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name home --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b28f51ee715fb1d -C extra-filename=-9b28f51ee715fb1d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling zeroize v1.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zeroize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zeroize-1.7.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zeroize-1.7.0/Cargo.toml CARGO_PKG_AUTHORS='The RustCrypto Project Developers' CARGO_PKG_DESCRIPTION='Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be '\''optimized away'\'' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM'\!' ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zeroize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils/tree/master/zeroize' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zeroize --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=c48cc800f0be520b -C extra-filename=-c48cc800f0be520b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zeroize-1.7.0/src/lib.rs:415:63 | 415 | volatile_set((self as *mut Self).cast::(), 0, mem::size_of::()); | ^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zeroize-1.7.0/src/lib.rs:7:41 | 7 | #![warn(missing_docs, rust_2018_idioms, unused_qualifications)] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 415 - volatile_set((self as *mut Self).cast::(), 0, mem::size_of::()); 415 + volatile_set((self as *mut Self).cast::(), 0, size_of::()); | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zeroize-1.7.0/src/lib.rs:460:43 | 460 | let size = self.len().checked_mul(mem::size_of::()).unwrap(); | ^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 460 - let size = self.len().checked_mul(mem::size_of::()).unwrap(); 460 + let size = self.len().checked_mul(size_of::()).unwrap(); | warning: `zeroize` (lib) generated 2 warnings Compiling gix-path v0.10.12 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_path CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-path-0.10.12 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-path-0.10.12/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing paths and their conversions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-path CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.10.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_path --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-path-0.10.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3300d5b5fd40255e -C extra-filename=-3300d5b5fd40255e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-c4ab1bcfe1ebe047.rmeta --extern home=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhome-9b28f51ee715fb1d.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-5eb8ae28bb49ef9d.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=typenum CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/typenum-bfbb27b9c56ed937/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name typenum --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=7254ca956e0e001e -C extra-filename=-7254ca956e0e001e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:51:5 | 51 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:61:13 | 61 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/bit.rs:187:7 | 187 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/uint.rs:1656:7 | 1656 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/uint.rs:1709:16 | 1709 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::suspicious_arithmetic_impl))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused import: `*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:104:25 | 104 | N1, N2, Z0, P1, P2, *, | ^ | = note: `#[warn(unused_imports)]` on by default Compiling jiff v0.1.13 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=jiff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jiff-0.1.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jiff-0.1.13/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A date-time library that encourages you to jump into the pit of success. This library is heavily inspired by the Temporal project. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jiff CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/jiff' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.1.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name jiff --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jiff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "serde", "std", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-zoneinfo"))' -C metadata=6c8ff44c3617add2 -C extra-filename=-6c8ff44c3617add2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `typenum` (lib) generated 6 warnings Compiling generic-array v0.14.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=68d9e853ab722d0d -C extra-filename=-68d9e853ab722d0d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/generic-array-68d9e853ab722d0d -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern version_check=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libversion_check-156be7a5617dc779.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_MORE_LENGTHS=1 CARGO_FEATURE_ZEROIZE=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/generic-array-e81aa903822d2009/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/generic-array-68d9e853ab722d0d/build-script-build` [generic-array 0.14.7] cargo:rustc-cfg=relaxed_coherence Compiling gix-validate v0.9.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_validate CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-validate-0.9.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-validate-0.9.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Validation functions for various kinds of names in git' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-validate CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.9.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_validate --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-validate-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7817bebc83d78c15 -C extra-filename=-7817bebc83d78c15 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling subtle v2.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=subtle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/subtle-2.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/subtle-2.5.0/Cargo.toml CARGO_PKG_AUTHORS='Isis Lovecruft :Henry de Valence ' CARGO_PKG_DESCRIPTION='Pure-Rust traits and utilities for constant-time cryptographic implementations.' CARGO_PKG_HOMEPAGE='https://dalek.rs/' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=subtle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dalek-cryptography/subtle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name subtle --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=d0828b175ef666d8 -C extra-filename=-d0828b175ef666d8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `#[inline]` is ignored on function prototypes --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/subtle-2.5.0/src/lib.rs:282:5 | 282 | #[inline] | ^^^^^^^^^ | = note: `#[warn(unused_attributes)]` on by default warning: `#[inline]` is ignored on function prototypes --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/subtle-2.5.0/src/lib.rs:425:5 | 425 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/subtle-2.5.0/src/lib.rs:612:5 | 612 | #[inline] | ^^^^^^^^^ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=generic_array CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/generic-array-e81aa903822d2009/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name generic_array --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=9067f5ea249eaa7b -C extra-filename=-9067f5ea249eaa7b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern typenum=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtypenum-7254ca956e0e001e.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-c48cc800f0be520b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg relaxed_coherence` Compiling openssl-sys v0.9.92 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.92 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_main --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=654f853f2da58a33 -C extra-filename=-654f853f2da58a33 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/openssl-sys-654f853f2da58a33 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-147752d48082225b.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-a6c33858d29a8214.rlib --extern vcpkg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libvcpkg-887d021232acd605.rlib --cap-lints warn -Z binary-dep-depinfo` warning: `subtle` (lib) generated 3 warnings Compiling const-oid v0.9.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=const_oid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/const-oid-0.9.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/const-oid-0.9.6/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard as defined in ITU X.660, with support for BER/DER encoding/decoding as well as heapless no_std (i.e. embedded) support ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=const-oid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/const-oid' CARGO_PKG_RUST_VERSION=1.57 CARGO_PKG_VERSION=0.9.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name const_oid --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=867fc39cbb866fca -C extra-filename=-867fc39cbb866fca --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/const-oid-0.9.6/src/arcs.rs:25:30 | 25 | const ARC_MAX_BYTES: usize = mem::size_of::(); | ^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/const-oid-0.9.6/src/lib.rs:17:5 | 17 | unused_qualifications | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 25 - const ARC_MAX_BYTES: usize = mem::size_of::(); 25 + const ARC_MAX_BYTES: usize = size_of::(); | warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:136:19 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 136 | | #[cfg(relaxed_coherence)] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` 182 | 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:158:23 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 158 | | #[cfg(not(relaxed_coherence))] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` 182 | 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:136:19 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 136 | | #[cfg(relaxed_coherence)] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:158:23 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 158 | | #[cfg(not(relaxed_coherence))] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: struct `OpensslCallbacks` is never constructed --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/build/run_bindgen.rs:217:8 | 217 | struct OpensslCallbacks; | ^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `const-oid` (lib) generated 1 warning Compiling memmap2 v0.9.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memmap2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.9.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.9.4/Cargo.toml CARGO_PKG_AUTHORS='Dan Burkert :Yevhenii Reizner ' CARGO_PKG_DESCRIPTION='Cross-platform Rust API for memory-mapped file IO' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memmap2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/memmap2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name memmap2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=4ded608705b99e77 -C extra-filename=-4ded608705b99e77 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `openssl-sys` (build script) generated 1 warning Compiling faster-hex v0.9.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=faster_hex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/faster-hex-0.9.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/faster-hex-0.9.0/Cargo.toml CARGO_PKG_AUTHORS='zhangsoledad <787953403@qq.com>' CARGO_PKG_DESCRIPTION='Fast hex encoding.' CARGO_PKG_HOMEPAGE='https://github.com/NervosFoundation/faster-hex' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=faster-hex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/NervosFoundation/faster-hex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name faster_hex --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/faster-hex-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=da61624f195b56af -C extra-filename=-da61624f195b56af --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92 CARGO_MANIFEST_LINKS=openssl CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.92 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/openssl-sys-0c9326508046e7fe/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/openssl-sys-654f853f2da58a33/build-script-main` [openssl-sys 0.9.92] cargo:rerun-if-env-changed=X86_64_UNKNOWN_OPENBSD_OPENSSL_LIB_DIR [openssl-sys 0.9.92] X86_64_UNKNOWN_OPENBSD_OPENSSL_LIB_DIR unset [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_LIB_DIR [openssl-sys 0.9.92] OPENSSL_LIB_DIR unset [openssl-sys 0.9.92] cargo:rerun-if-env-changed=X86_64_UNKNOWN_OPENBSD_OPENSSL_INCLUDE_DIR [openssl-sys 0.9.92] X86_64_UNKNOWN_OPENBSD_OPENSSL_INCLUDE_DIR unset [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR [openssl-sys 0.9.92] OPENSSL_INCLUDE_DIR unset [openssl-sys 0.9.92] cargo:rerun-if-env-changed=X86_64_UNKNOWN_OPENBSD_OPENSSL_DIR [openssl-sys 0.9.92] X86_64_UNKNOWN_OPENBSD_OPENSSL_DIR unset [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_DIR [openssl-sys 0.9.92] OPENSSL_DIR unset [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_STATIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_DYNAMIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=SYSROOT [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_STATIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_DYNAMIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [openssl-sys 0.9.92] cargo:rustc-link-lib=ssl [openssl-sys 0.9.92] cargo:rustc-link-lib=crypto [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_STATIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=OPENSSL_DYNAMIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [openssl-sys 0.9.92] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [openssl-sys 0.9.92] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [openssl-sys 0.9.92] cargo:rerun-if-changed=build/expando.c [openssl-sys 0.9.92] OPT_LEVEL = Some(3) [openssl-sys 0.9.92] TARGET = Some(x86_64-unknown-openbsd) [openssl-sys 0.9.92] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/openssl-sys-0c9326508046e7fe/out) [openssl-sys 0.9.92] HOST = Some(x86_64-unknown-openbsd) [openssl-sys 0.9.92] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [openssl-sys 0.9.92] CC_x86_64-unknown-openbsd = None [openssl-sys 0.9.92] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [openssl-sys 0.9.92] CC_x86_64_unknown_openbsd = Some(cc) [openssl-sys 0.9.92] cargo:rerun-if-env-changed=CC_KNOWN_WRAPPER_CUSTOM [openssl-sys 0.9.92] CC_KNOWN_WRAPPER_CUSTOM = None [openssl-sys 0.9.92] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [openssl-sys 0.9.92] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT Compiling gix-hash v0.15.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-hash-0.15.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-hash-0.15.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Borrowed and owned git hash digests used to identify git objects' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-hash CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.15.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_hash --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-hash-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=700866008d7d5fd8 -C extra-filename=-700866008d7d5fd8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern faster_hex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfaster_hex-da61624f195b56af.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `generic-array` (lib) generated 4 warnings Compiling getrandom v0.2.15 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name getrandom --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=b289a89afb91d27c -C extra-filename=-b289a89afb91d27c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [openssl-sys 0.9.92] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [openssl-sys 0.9.92] CRATE_CC_NO_DEFAULTS = None [openssl-sys 0.9.92] DEBUG = Some(false) [openssl-sys 0.9.92] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [openssl-sys 0.9.92] CFLAGS_x86_64-unknown-openbsd = None [openssl-sys 0.9.92] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [openssl-sys 0.9.92] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [openssl-sys 0.9.92] cargo:rerun-if-env-changed=CC_SHELL_ESCAPED_FLAGS [openssl-sys 0.9.92] CC_SHELL_ESCAPED_FLAGS = None [openssl-sys 0.9.92] cargo:rustc-cfg=openssl [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_BUF_FREELISTS" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_COMP" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_EC2M" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_ENGINE" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_KRB5" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_PSK" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_SRP" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD" [openssl-sys 0.9.92] cargo:rustc-cfg=osslconf="OPENSSL_NO_SEED" [openssl-sys 0.9.92] cargo:conf=OPENSSL_NO_BUF_FREELISTS,OPENSSL_NO_COMP,OPENSSL_NO_EC2M,OPENSSL_NO_ENGINE,OPENSSL_NO_KRB5,OPENSSL_NO_PSK,OPENSSL_NO_SRP,OPENSSL_NO_SSL3_METHOD,OPENSSL_NO_SEED [openssl-sys 0.9.92] cargo:rustc-cfg=libressl [openssl-sys 0.9.92] cargo:rustc-cfg=libressl251 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl252 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl261 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl270 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl271 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl273 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl280 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl281 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl291 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl310 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl321 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl332 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl340 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl350 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl360 [openssl-sys 0.9.92] cargo:rustc-cfg=libressl370 [openssl-sys 0.9.92] cargo:libressl_version_number=4000000f [openssl-sys 0.9.92] cargo:libressl=true [openssl-sys 0.9.92] cargo:libressl_version=380 [openssl-sys 0.9.92] cargo:version=101 Compiling block-buffer v0.10.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=block_buffer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Buffer type for block processing of data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=block-buffer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name block_buffer --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2430a4830d3d4ce7 -C extra-filename=-2430a4830d3d4ce7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgeneric_array-9067f5ea249eaa7b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling rand_core v0.6.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rand_core --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=0c3ba4cb3dba3b30 -C extra-filename=-0c3ba4cb3dba3b30 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern getrandom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetrandom-b289a89afb91d27c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/lib.rs:38:13 | 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:50:16 | 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:64:16 | 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/os.rs:46:12 | 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/lib.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Compiling gix-features v0.39.0 Compiling gix-hashtable v0.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_hashtable CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-hashtable-0.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-hashtable-0.6.0/Cargo.toml CARGO_PKG_AUTHORS='Pascal Kuthe ' CARGO_PKG_DESCRIPTION='A crate that provides hashtable based data structures optimized to utilize ObjectId keys' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-hashtable CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_hashtable --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-hashtable-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3ef428d5797fcc6 -C extra-filename=-b3ef428d5797fcc6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhashbrown-5d80a563db7f0faf.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-30082e860e90a1de.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_features CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-features-0.39.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-features-0.39.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate to integrate various capabilities using compile-time feature flags' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-features CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.39.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=39 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_features --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-features-0.39.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="crc32"' --cfg 'feature="default"' --cfg 'feature="fs-read-dir"' --cfg 'feature="io-pipe"' --cfg 'feature="once_cell"' --cfg 'feature="parallel"' --cfg 'feature="prodash"' --cfg 'feature="progress"' --cfg 'feature="rustsha1"' --cfg 'feature="walkdir"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache-efficiency-debug", "crc32", "default", "document-features", "fast-sha1", "fs-read-dir", "fs-walkdir-parallel", "io-pipe", "once_cell", "parallel", "prodash", "progress", "progress-unit-bytes", "progress-unit-human-numbers", "rustsha1", "tracing", "tracing-detail", "walkdir", "zlib", "zlib-ng", "zlib-ng-compat", "zlib-rust-backend", "zlib-stock"))' -C metadata=31928d7dc9fb38eb -C extra-filename=-31928d7dc9fb38eb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bytes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytes-d51e829d38e872ab.rmeta --extern crc32fast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrc32fast-98e21d0f5ee9c010.rmeta --extern crossbeam_channel=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_channel-b48c63db550201b8.rmeta --extern flate2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libflate2-918a2708f1775f48.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-c4ab1bcfe1ebe047.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-0b14aaf27de1bf07.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-5eb8ae28bb49ef9d.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-30082e860e90a1de.rmeta --extern prodash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libprodash-8adf9487073d4d1f.rmeta --extern sha1_smol=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsha1_smol-6b1639f415036b0a.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-cedad706e785dd00.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling crypto-common v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crypto_common CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Common cryptographic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crypto-common CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crypto_common --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=b4cc1717e8eb8621 -C extra-filename=-b4cc1717e8eb8621 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgeneric_array-9067f5ea249eaa7b.rmeta --extern typenum=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtypenum-7254ca956e0e001e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling tempfile v3.10.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.10.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.10.1/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.10.1 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tempfile --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=ba77cf330d8e035b -C extra-filename=-ba77cf330d8e035b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern fastrand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfastrand-27a5896e5ab6cd83.rmeta --extern rustix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustix-b9ebcd3bb6da4e79.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `rand_core` (lib) generated 6 warnings Compiling gix-chunk v0.4.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_chunk CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-chunk-0.4.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-chunk-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Interact with the git chunk file format used in multi-pack index and commit-graph files' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-chunk CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_chunk --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-chunk-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=779532501090e04e -C extra-filename=-779532501090e04e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling digest v0.10.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=digest CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic hash functions and message authentication codes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=digest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name digest --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=9f7e60a7203f80c1 -C extra-filename=-9f7e60a7203f80c1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern block_buffer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libblock_buffer-2430a4830d3d4ce7.rmeta --extern const_oid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libconst_oid-867fc39cbb866fca.rmeta --extern crypto_common=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrypto_common-b4cc1717e8eb8621.rmeta --extern subtle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-d0828b175ef666d8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-fs v0.12.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_fs CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-fs-0.12.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-fs-0.12.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate providing file system specific utilities to `gitoxide`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-fs CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.12.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_fs --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-fs-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d718a3ad2adc6316 -C extra-filename=-d718a3ad2adc6316 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern fastrand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfastrand-27a5896e5ab6cd83.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-0b14aaf27de1bf07.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling libnghttp2-sys v0.1.10+1.61.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libnghttp2-sys-0.1.10+1.61.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libnghttp2-sys-0.1.10+1.61.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='FFI bindings for libnghttp2 (nghttp2) ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/nghttp2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libnghttp2-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/nghttp2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.10+1.61.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libnghttp2-sys-0.1.10+1.61.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9f8b06428a7375d -C extra-filename=-f9f8b06428a7375d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libnghttp2-sys-f9f8b06428a7375d -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-147752d48082225b.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling percent-encoding v2.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=percent_encoding CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/percent-encoding-2.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/percent-encoding-2.3.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Percent encoding and decoding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=percent-encoding CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=2.3.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name percent_encoding --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3853703649afc093 -C extra-filename=-3853703649afc093 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/percent-encoding-2.3.1/src/lib.rs:466:35 | 466 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses | 466 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); | ++++++++++++++++++ ~ + help: use explicit `std::ptr::eq` method to compare metadata and addresses | 466 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); | +++++++++++++ ~ + warning: `percent-encoding` (lib) generated 1 warning Compiling unicode-bidi v0.3.15 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-bidi-0.3.15 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-bidi-0.3.15/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_bidi --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=5623bc0d105c2d18 -C extra-filename=-5623bc0d105c2d18 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling form_urlencoded v1.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=form_urlencoded CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/form_urlencoded-1.2.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/form_urlencoded-1.2.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=form_urlencoded CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name form_urlencoded --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=935f0dbea9277484 -C extra-filename=-935f0dbea9277484 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern percent_encoding=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpercent_encoding-3853703649afc093.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/form_urlencoded-1.2.1/src/lib.rs:414:35 | 414 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses | 414 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); | ++++++++++++++++++ ~ + help: use explicit `std::ptr::eq` method to compare metadata and addresses | 414 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); | +++++++++++++ ~ + Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libnghttp2-sys-0.1.10+1.61.0 CARGO_MANIFEST_LINKS=nghttp2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libnghttp2-sys-0.1.10+1.61.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='FFI bindings for libnghttp2 (nghttp2) ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/nghttp2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libnghttp2-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/nghttp2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.10+1.61.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libnghttp2-sys-f9f8b06428a7375d/build-script-build` [libnghttp2-sys 0.1.10+1.61.0] TARGET = Some(x86_64-unknown-openbsd) [libnghttp2-sys 0.1.10+1.61.0] OPT_LEVEL = Some(3) [libnghttp2-sys 0.1.10+1.61.0] HOST = Some(x86_64-unknown-openbsd) [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [libnghttp2-sys 0.1.10+1.61.0] CC_x86_64-unknown-openbsd = None [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [libnghttp2-sys 0.1.10+1.61.0] CC_x86_64_unknown_openbsd = Some(cc) [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=CC_KNOWN_WRAPPER_CUSTOM [libnghttp2-sys 0.1.10+1.61.0] CC_KNOWN_WRAPPER_CUSTOM = None [libnghttp2-sys 0.1.10+1.61.0] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [libnghttp2-sys 0.1.10+1.61.0] CRATE_CC_NO_DEFAULTS = None [libnghttp2-sys 0.1.10+1.61.0] DEBUG = Some(false) [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [libnghttp2-sys 0.1.10+1.61.0] CFLAGS_x86_64-unknown-openbsd = None [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [libnghttp2-sys 0.1.10+1.61.0] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=CC_SHELL_ESCAPED_FLAGS [libnghttp2-sys 0.1.10+1.61.0] CC_SHELL_ESCAPED_FLAGS = None warning: `form_urlencoded` (lib) generated 1 warning Compiling gix-tempfile v15.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_tempfile CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-tempfile-15.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-tempfile-15.0.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A tempfile implementation with a global registry to assure cleanup' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=15.0.0 CARGO_PKG_VERSION_MAJOR=15 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_tempfile --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-tempfile-15.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "document-features", "hp-hashmap", "signals"))' -C metadata=0a56161dfc635115 -C extra-filename=-0a56161dfc635115 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_fs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-d718a3ad2adc6316.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-5eb8ae28bb49ef9d.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-30082e860e90a1de.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtempfile-ba77cf330d8e035b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-date v0.9.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_date CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-date-0.9.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-date-0.9.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project parsing dates the way git does' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-date CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.9.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_date --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-date-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=9151fd9216c42db2 -C extra-filename=-9151fd9216c42db2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a12991592c1670c.rmeta --extern jiff=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libjiff-6c8ff44c3617add2.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-actor v0.33.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_actor CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-actor-0.33.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-actor-0.33.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A way to identify git actors' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-actor CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.33.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=33 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_actor --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-actor-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=385294613b244be4 -C extra-filename=-385294613b244be4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-9151fd9216c42db2.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-0b14aaf27de1bf07.rmeta --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a12991592c1670c.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --extern winnow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-3eaf624207c226b6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling idna v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/idna-0.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/idna-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name idna --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2527a5d1a6ad92d5 -C extra-filename=-2527a5d1a6ad92d5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicode_bidi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_bidi-5623bc0d105c2d18.rmeta --extern unicode_normalization=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_normalization-515aa03b12fe8391.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 Compiling gix-object v0.45.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_object CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-object-0.45.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-object-0.45.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Immutable and mutable git objects with decoding and encoding support' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-object CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.45.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=45 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_object --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-object-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde", "verbose-object-parsing-errors"))' -C metadata=48a2a28966f97f6e -C extra-filename=-48a2a28966f97f6e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_actor=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_actor-385294613b244be4.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-9151fd9216c42db2.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_hashtable=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hashtable-b3ef428d5797fcc6.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-0b14aaf27de1bf07.rmeta --extern gix_validate=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_validate-7817bebc83d78c15.rmeta --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a12991592c1670c.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --extern winnow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-3eaf624207c226b6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 Compiling url v2.5.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=url CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='URL library for Rust, based on the WHATWG URL Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=url CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.5.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name url --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=81c8c70d109d66dc -C extra-filename=-81c8c70d109d66dc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern form_urlencoded=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libform_urlencoded-935f0dbea9277484.rmeta --extern idna=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libidna-2527a5d1a6ad92d5.rmeta --extern percent_encoding=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpercent_encoding-3853703649afc093.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `regex-automata` (lib) generated 1 warning Compiling gix-commitgraph v0.25.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_commitgraph CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-commitgraph-0.25.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-commitgraph-0.25.0/Cargo.toml CARGO_PKG_AUTHORS='Conor Davis :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Read-only access to the git commitgraph file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-commitgraph CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.25.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=25 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_commitgraph --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-commitgraph-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=86c2bf96871d8b20 -C extra-filename=-86c2bf96871d8b20 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_chunk=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_chunk-779532501090e04e.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern memmap2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemmap2-4ded608705b99e77.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=openssl_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.92 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/openssl-sys-0c9326508046e7fe/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name openssl_sys --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=12aa14550044c01d -C extra-filename=-12aa14550044c01d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_BUF_FREELISTS"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_EC2M"' --cfg 'osslconf="OPENSSL_NO_ENGINE"' --cfg 'osslconf="OPENSSL_NO_KRB5"' --cfg 'osslconf="OPENSSL_NO_PSK"' --cfg 'osslconf="OPENSSL_NO_SRP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg libressl --cfg libressl251 --cfg libressl252 --cfg libressl261 --cfg libressl270 --cfg libressl271 --cfg libressl273 --cfg libressl280 --cfg libressl281 --cfg libressl291 --cfg libressl310 --cfg libressl321 --cfg libressl332 --cfg libressl340 --cfg libressl350 --cfg libressl360 --cfg libressl370` [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] exit status: 0 [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [libnghttp2-sys 0.1.10+1.61.0] AR_x86_64-unknown-openbsd = None [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [libnghttp2-sys 0.1.10+1.61.0] AR_x86_64_unknown_openbsd = Some(ar) [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [libnghttp2-sys 0.1.10+1.61.0] ARFLAGS_x86_64-unknown-openbsd = None [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [libnghttp2-sys 0.1.10+1.61.0] ARFLAGS_x86_64_unknown_openbsd = None [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=HOST_ARFLAGS [libnghttp2-sys 0.1.10+1.61.0] HOST_ARFLAGS = None [libnghttp2-sys 0.1.10+1.61.0] cargo:rerun-if-env-changed=ARFLAGS [libnghttp2-sys 0.1.10+1.61.0] ARFLAGS = None warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/lib.rs:21:11 | 21 | #[cfg(all(boringssl, not(feature = "unstable_boringssl")))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/lib.rs:32:11 | 32 | #[cfg(all(boringssl, not(feature = "unstable_boringssl")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `openssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/lib.rs:35:7 | 35 | #[cfg(openssl)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(openssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(openssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `openssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/lib.rs:208:7 | 208 | #[cfg(openssl)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(openssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(openssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/lib.rs:112:11 | 112 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/lib.rs:126:15 | 126 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bio.rs:37:15 | 37 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bio.rs:37:24 | 37 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bio.rs:43:15 | 43 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bio.rs:43:24 | 43 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bio.rs:49:15 | 49 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bio.rs:49:24 | 49 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bio.rs:55:15 | 55 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bio.rs:55:24 | 55 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bio.rs:61:15 | 61 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bio.rs:61:24 | 61 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bio.rs:67:15 | 67 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bio.rs:67:24 | 67 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bn.rs:8:7 | 8 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bn.rs:10:7 | 10 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bn.rs:12:7 | 12 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./bn.rs:14:7 | 14 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:3:7 | 3 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:5:7 | 5 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:7:7 | 7 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:9:7 | 9 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:11:7 | 11 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:13:7 | 13 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:15:7 | 15 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:17:7 | 17 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:19:7 | 19 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:21:7 | 21 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:23:7 | 23 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:25:7 | 25 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:27:7 | 27 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:29:7 | 29 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:31:7 | 31 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:33:7 | 33 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:35:7 | 35 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:37:7 | 37 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:39:7 | 39 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:41:7 | 41 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:43:7 | 43 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./cms.rs:45:7 | 45 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:60:7 | 60 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:71:11 | 71 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:82:7 | 82 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:93:11 | 93 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:99:11 | 99 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:101:11 | 101 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:103:11 | 103 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:105:11 | 105 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:17:14 | 17 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:27:14 | 27 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:109:14 | 109 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:112:21 | 112 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:119:18 | 119 | if #[cfg(any(ossl110, libressl271))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl271` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:119:27 | 119 | if #[cfg(any(ossl110, libressl271))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl271)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl271)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:6:15 | 6 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./crypto.rs:12:15 | 12 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./dtls1.rs:4:14 | 4 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ec.rs:8:7 | 8 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./err.rs:11:14 | 11 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:13:7 | 13 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:15:11 | 15 | #[cfg(any(ossl111, libressl370))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:15:20 | 15 | #[cfg(any(ossl111, libressl370))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl370)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:17:11 | 17 | #[cfg(any(ossl111, libressl370))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:17:20 | 17 | #[cfg(any(ossl111, libressl370))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl370)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:19:7 | 19 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration [libnghttp2-sys 0.1.10+1.61.0] cargo:rustc-link-lib=static=nghttp2 [libnghttp2-sys 0.1.10+1.61.0] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out/i/lib [libnghttp2-sys 0.1.10+1.61.0] cargo:root=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out/i warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:21:7 | 21 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:25:7 | 25 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:27:7 | 27 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:30:7 | 30 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:118:11 | 118 | #[cfg(not(ossl300))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:127:11 | 127 | #[cfg(not(ossl300))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:136:7 | 136 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:200:7 | 200 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:203:7 | 203 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Compiling gix-quote v0.4.13 warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:206:7 | 206 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:209:7 | 209 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-quote-0.4.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-quote-0.4.13/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing with various quotations used by git' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-quote CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_quote --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-quote-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44894dd1186ad11c -C extra-filename=-44894dd1186ad11c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-0b14aaf27de1bf07.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:212:7 | 212 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:215:7 | 215 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:218:7 | 218 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:221:7 | 221 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:224:11 | 224 | #[cfg(all(ossl111, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:224:24 | 224 | #[cfg(all(ossl111, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:236:11 | 236 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:236:24 | 236 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:248:11 | 248 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:248:24 | 248 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:264:11 | 264 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:264:24 | 264 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:280:11 | 280 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:280:24 | 280 | #[cfg(all(ossl110, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:296:15 | 296 | #[cfg(all(not(ossl300), not(boringssl)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:296:29 | 296 | #[cfg(all(not(ossl300), not(boringssl)))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:42:14 | 42 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:143:14 | 143 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./evp.rs:163:14 | 163 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/mod.rs:21:7 | 21 | #[cfg(libressl)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/mod.rs:57:7 | 57 | #[cfg(libressl)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/aes.rs:15:15 | 15 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:16:1 | 16 | stack!(stack_st_ASN1_OBJECT); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:50:15 | 50 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:50:24 | 50 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:52:19 | 52 | #[cfg(any(all(ossl101, not(ossl110)), libressl))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:52:32 | 52 | #[cfg(any(all(ossl101, not(ossl110)), libressl))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:52:43 | 52 | #[cfg(any(all(ossl101, not(ossl110)), libressl))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:71:11 | 71 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:91:11 | 91 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:95:11 | 95 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:110:82 | 110 | pub fn ASN1_STRING_to_UTF8(out: *mut *mut c_uchar, s: #[const_ptr_if(any(ossl110, libressl280))] ASN1_STRING) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:110:91 | 110 | pub fn ASN1_STRING_to_UTF8(out: *mut *mut c_uchar, s: #[const_ptr_if(any(ossl110, libressl280))] ASN1_STRING) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:111:55 | 111 | pub fn ASN1_STRING_type(x: #[const_ptr_if(any(ossl110, libressl280))] ASN1_STRING) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:111:64 | 111 | pub fn ASN1_STRING_type(x: #[const_ptr_if(any(ossl110, libressl280))] ASN1_STRING) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:112:57 | 112 | pub fn ASN1_generate_v3(str: #[const_ptr_if(any(ossl110, libressl280))] c_char, cnf: *mut X509V3_CTX) -> *mut ASN1_TYPE; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:112:66 | 112 | pub fn ASN1_generate_v3(str: #[const_ptr_if(any(ossl110, libressl280))] c_char, cnf: *mut X509V3_CTX) -> *mut ASN1_TYPE; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/asn1.rs:113:48 | 113 | pub fn i2d_ASN1_TYPE(a: #[const_ptr_if(ossl300)] ASN1_TYPE, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:13:18 | 13 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:13:27 | 13 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:34:51 | 34 | pub fn BIO_s_file() -> #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:34:60 | 34 | pub fn BIO_s_file() -> #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:35:50 | 35 | pub fn BIO_new(type_: #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD) -> *mut BIO; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:35:59 | 35 | pub fn BIO_new(type_: #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD) -> *mut BIO; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:39:15 | 39 | #[cfg(not(osslconf = "OPENSSL_NO_STDIO"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_STDIO"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_STDIO\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:41:15 | 41 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:41:24 | 41 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:43:15 | 43 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:43:24 | 43 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:45:15 | 45 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:45:24 | 45 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:55:50 | 55 | pub fn BIO_s_mem() -> #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:55:59 | 55 | pub fn BIO_s_mem() -> #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:56:56 | 56 | pub fn BIO_new_mem_buf(buf: #[const_ptr_if(any(ossl102, libressl280))] c_void, len: c_int) -> *mut BIO; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:56:65 | 56 | pub fn BIO_new_mem_buf(buf: #[const_ptr_if(any(ossl102, libressl280))] c_void, len: c_int) -> *mut BIO; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:61:15 | 61 | #[cfg(not(osslconf = "OPENSSL_NO_SOCK"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_SOCK"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SOCK\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:64:15 | 64 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:64:24 | 64 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:66:15 | 66 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:66:24 | 66 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:72:15 | 72 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:72:24 | 72 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:78:15 | 78 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:78:24 | 78 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:84:15 | 84 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:84:24 | 84 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:90:15 | 90 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:90:24 | 90 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:96:15 | 96 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:96:24 | 96 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:102:15 | 102 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bio.rs:102:24 | 102 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:154:18 | 154 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:154:27 | 154 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:6:11 | 6 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:10:15 | 10 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:13:15 | 13 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:16:11 | 16 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:18:11 | 18 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:20:11 | 20 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:26:15 | 26 | #[cfg(any(ossl110, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:26:24 | 26 | #[cfg(any(ossl110, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:33:15 | 33 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:33:24 | 33 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:35:15 | 35 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:35:24 | 35 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:78:11 | 78 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:136:15 | 136 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/bn.rs:143:15 | 143 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:7:11 | 7 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:14:54 | 14 | pub fn i2d_CMS_ContentInfo(a: #[const_ptr_if(ossl300)] CMS_ContentInfo, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:13:15 | 13 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:19:11 | 19 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:26:11 | 26 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:29:11 | 29 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:38:11 | 38 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:48:11 | 48 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/cms.rs:56:11 | 56 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:4:1 | 4 | stack!(stack_st_void); | --------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:7:18 | 7 | if #[cfg(any(ossl110, libressl271))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl271` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:7:27 | 7 | if #[cfg(any(ossl110, libressl271))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl271)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl271)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:60:14 | 60 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:21:15 | 21 | #[cfg(any(ossl110, libressl))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:21:24 | 21 | #[cfg(any(ossl110, libressl))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:31:15 | 31 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:37:15 | 37 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:43:15 | 43 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:49:15 | 49 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:74:15 | 74 | #[cfg(all(ossl101, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:74:28 | 74 | #[cfg(all(ossl101, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:76:15 | 76 | #[cfg(all(ossl101, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:76:28 | 76 | #[cfg(all(ossl101, not(ossl300)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:81:11 | 81 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/crypto.rs:83:11 | 83 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:29:11 | 29 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:31:11 | 31 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:33:11 | 33 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:36:15 | 36 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:36:24 | 36 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:38:15 | 38 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:38:24 | 38 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:46:15 | 46 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:46:24 | 46 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:49:15 | 49 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dh.rs:49:24 | 49 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:6:18 | 6 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:6:27 | 6 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:57:15 | 57 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:57:24 | 57 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:64:15 | 64 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:64:24 | 64 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:66:15 | 66 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:66:24 | 66 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:68:15 | 68 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:68:24 | 68 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:80:15 | 80 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:80:24 | 80 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:83:15 | 83 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/dsa.rs:83:24 | 83 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:229:18 | 229 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:229:27 | 229 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:17:15 | 17 | #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_EC2M"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:59:15 | 59 | #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_EC2M"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:70:11 | 70 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:80:15 | 80 | #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_EC2M"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:104:15 | 104 | #[cfg(any(ossl111, boringssl, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:104:24 | 104 | #[cfg(any(ossl111, boringssl, libressl350))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:104:35 | 104 | #[cfg(any(ossl111, boringssl, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:129:15 | 129 | #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_EC2M"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:245:15 | 245 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:245:24 | 245 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:248:15 | 248 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ec.rs:248:24 | 248 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/err.rs:11:14 | 11 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/err.rs:28:11 | 28 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/err.rs:47:11 | 47 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/err.rs:49:15 | 49 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/err.rs:51:15 | 51 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:5:14 | 5 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:55:14 | 55 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:69:14 | 69 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:228:14 | 228 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:241:18 | 241 | if #[cfg(any(ossl111, libressl370))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:241:27 | 241 | if #[cfg(any(ossl111, libressl370))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl370)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:425:14 | 425 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:594:18 | 594 | if #[cfg(any(ossl111, libressl370))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:594:27 | 594 | if #[cfg(any(ossl111, libressl370))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl370)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:48:19 | 48 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:81:11 | 81 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:93:11 | 93 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:96:11 | 96 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:103:11 | 103 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:149:11 | 149 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:163:11 | 163 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:235:63 | 235 | pub fn EVP_PKEY_size(pkey: #[const_ptr_if(any(ossl111b, libressl280))] EVP_PKEY) -> c_int; | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111b)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:235:73 | 235 | pub fn EVP_PKEY_size(pkey: #[const_ptr_if(any(ossl111b, libressl280))] EVP_PKEY) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:265:40 | 265 | sigret: #[const_ptr_if(any(ossl102, libressl280))] c_uchar, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:265:49 | 265 | sigret: #[const_ptr_if(any(ossl102, libressl280))] c_uchar, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:277:11 | 277 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:297:11 | 297 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:299:11 | 299 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:301:11 | 301 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:303:11 | 303 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:305:11 | 305 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:307:11 | 307 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:310:19 | 310 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM3")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:310:28 | 310 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM3")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:310:46 | 310 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM3")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_SM3"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM3\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:317:15 | 317 | #[cfg(not(osslconf = "OPENSSL_NO_RC4"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_RC4"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_RC4\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:333:11 | 333 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:335:11 | 335 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:337:11 | 337 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:348:11 | 348 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:350:11 | 350 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:352:11 | 352 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:364:11 | 364 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:366:11 | 366 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:368:11 | 368 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:370:15 | 370 | #[cfg(all(ossl110, not(osslconf = "OPENSSL_NO_CHACHA")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:370:28 | 370 | #[cfg(all(ossl110, not(osslconf = "OPENSSL_NO_CHACHA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_CHACHA"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CHACHA\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:372:19 | 372 | #[cfg(all(any(ossl110, libressl360), not(osslconf = "OPENSSL_NO_CHACHA")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl360` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:372:28 | 372 | #[cfg(all(any(ossl110, libressl360), not(osslconf = "OPENSSL_NO_CHACHA")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl360)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl360)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:372:46 | 372 | #[cfg(all(any(ossl110, libressl360), not(osslconf = "OPENSSL_NO_CHACHA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_CHACHA"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CHACHA\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:374:15 | 374 | #[cfg(not(osslconf = "OPENSSL_NO_SEED"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_SEED"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SEED\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:376:15 | 376 | #[cfg(not(osslconf = "OPENSSL_NO_SEED"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_SEED"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SEED\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:378:15 | 378 | #[cfg(not(osslconf = "OPENSSL_NO_SEED"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_SEED"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SEED\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:380:15 | 380 | #[cfg(not(osslconf = "OPENSSL_NO_SEED"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_SEED"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SEED\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:383:19 | 383 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:383:28 | 383 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:383:46 | 383 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_SM4"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:385:19 | 385 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:385:28 | 385 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:385:46 | 385 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_SM4"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:387:19 | 387 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:387:28 | 387 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:387:46 | 387 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_SM4"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:389:19 | 389 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:389:28 | 389 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:389:46 | 389 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_SM4"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:391:19 | 391 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:391:28 | 391 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:391:46 | 391 | #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_SM4"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:394:19 | 394 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:394:30 | 394 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_CAMELLIA"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:396:19 | 396 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:396:30 | 396 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_CAMELLIA"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:398:19 | 398 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:398:30 | 398 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_CAMELLIA"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:400:19 | 400 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:400:30 | 400 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_CAMELLIA"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:402:19 | 402 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:402:30 | 402 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_CAMELLIA"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:404:19 | 404 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:404:30 | 404 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_CAMELLIA"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:407:19 | 407 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAST")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:407:30 | 407 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAST")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_CAST"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAST\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:409:19 | 409 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAST")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:409:30 | 409 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAST")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_CAST"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAST\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:412:19 | 412 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_IDEA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:412:30 | 412 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_IDEA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_IDEA"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_IDEA\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `boringssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:414:19 | 414 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_IDEA")))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(boringssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:414:30 | 414 | #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_IDEA")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_IDEA"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_IDEA\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:417:15 | 417 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:437:62 | 437 | pub fn EVP_PKEY_bits(key: #[const_ptr_if(any(ossl110, libressl280))] EVP_PKEY) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:437:71 | 437 | pub fn EVP_PKEY_bits(key: #[const_ptr_if(any(ossl110, libressl280))] EVP_PKEY) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:439:72 | 439 | pub fn EVP_PKEY_security_bits(pkey: #[const_ptr_if(any(ossl110, libressl280))] EVP_PKEY) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:439:81 | 439 | pub fn EVP_PKEY_security_bits(pkey: #[const_ptr_if(any(ossl110, libressl280))] EVP_PKEY) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:438:27 | 438 | #[cfg(any(ossl110, libressl360))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl360` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:438:36 | 438 | #[cfg(any(ossl110, libressl360))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl360)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl360)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:455:15 | 455 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:455:24 | 455 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:488:11 | 488 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:515:11 | 515 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:527:11 | 527 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:535:11 | 535 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:589:54 | 589 | pub fn EVP_PKCS82PKEY(p8: #[const_ptr_if(any(ossl110, libressl280))] PKCS8_PRIV_KEY_INFO) -> *mut EVP_PKEY; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/evp.rs:589:63 | 589 | pub fn EVP_PKCS82PKEY(p8: #[const_ptr_if(any(ossl110, libressl280))] PKCS8_PRIV_KEY_INFO) -> *mut EVP_PKEY; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/hmac.rs:6:18 | 6 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/hmac.rs:6:27 | 6 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/kdf.rs:5:14 | 5 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/object.rs:26:11 | 26 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/object.rs:28:11 | 28 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ocsp.rs:17:40 | 17 | issuer: #[const_ptr_if(any(ossl110, libressl281))] X509, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl281` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ocsp.rs:17:49 | 17 | issuer: #[const_ptr_if(any(ossl110, libressl281))] X509, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl281)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl281)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ocsp.rs:16:41 | 16 | subject: #[const_ptr_if(any(ossl110, libressl281))] X509, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl281` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ocsp.rs:16:50 | 16 | subject: #[const_ptr_if(any(ossl110, libressl281))] X509, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl281)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl281)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ocsp.rs:54:52 | 54 | pub fn i2d_OCSP_RESPONSE(a: #[const_ptr_if(ossl300)] OCSP_RESPONSE, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ocsp.rs:72:51 | 72 | pub fn i2d_OCSP_REQUEST(a: #[const_ptr_if(ossl300)] OCSP_REQUEST, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:15:71 | 15 | pub fn PEM_write_bio_X509(bio: *mut BIO, x509: #[const_ptr_if(ossl300)] X509) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:16:75 | 16 | pub fn PEM_write_bio_X509_REQ(bio: *mut BIO, x509: #[const_ptr_if(ossl300)] X509_REQ) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:17:75 | 17 | pub fn PEM_write_bio_X509_CRL(bio: *mut BIO, x509: #[const_ptr_if(ossl300)] X509_CRL) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:22:34 | 22 | kstr: #[const_ptr_if(ossl300)] c_uchar, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:20:33 | 20 | rsa: #[const_ptr_if(ossl300)] RSA, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:27:75 | 27 | pub fn PEM_write_bio_RSA_PUBKEY(bp: *mut BIO, rsa: #[const_ptr_if(ossl300)] RSA) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:32:34 | 32 | kstr: #[const_ptr_if(ossl300)] c_uchar, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:30:33 | 30 | dsa: #[const_ptr_if(ossl300)] DSA, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:41:34 | 41 | kstr: #[const_ptr_if(ossl300)] c_uchar, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:39:33 | 39 | key: #[const_ptr_if(ossl300)] EC_KEY, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:46:75 | 46 | pub fn PEM_write_bio_DSA_PUBKEY(bp: *mut BIO, dsa: #[const_ptr_if(ossl300)] DSA) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:51:34 | 51 | kstr: #[const_ptr_if(ossl300)] c_uchar, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:49:34 | 49 | pkey: #[const_ptr_if(ossl300)] EVP_PKEY, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:56:69 | 56 | pub fn PEM_write_bio_PUBKEY(bp: *mut BIO, x: #[const_ptr_if(ossl300)] EVP_PKEY) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:61:34 | 61 | kstr: #[const_ptr_if(ossl300)] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:59:34 | 59 | pkey: #[const_ptr_if(ossl300)] EVP_PKEY, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:66:68 | 66 | pub fn PEM_write_bio_PKCS7(bp: *mut BIO, x: #[const_ptr_if(ossl300)] PKCS7) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:67:73 | 67 | pub fn PEM_write_bio_EC_PUBKEY(bp: *mut BIO, ec: #[const_ptr_if(ossl300)] EC_KEY) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:72:34 | 72 | kstr: #[const_ptr_if(ossl300)] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:70:31 | 70 | x: #[const_ptr_if(ossl300)] EVP_PKEY, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:182:11 | 182 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pem.rs:189:11 | 189 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs12.rs:12:45 | 12 | pub fn i2d_PKCS12(a: #[const_ptr_if(ossl300)] PKCS12, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs12.rs:40:47 | 40 | friendly_name: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs12.rs:40:56 | 40 | friendly_name: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs12.rs:39:38 | 39 | pass: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs12.rs:39:47 | 39 | pass: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs12.rs:51:62 | 51 | pub fn i2d_PKCS12_bio(b: *mut BIO, a: #[const_ptr_if(ossl300)] PKCS12) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:4:7 | 4 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:133:1 | 133 | stack!(stack_st_PKCS7_SIGNER_INFO); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:146:1 | 146 | stack!(stack_st_PKCS7_RECIP_INFO); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:26:11 | 26 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:90:11 | 90 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:129:11 | 129 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:142:11 | 142 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:154:44 | 154 | pub fn i2d_PKCS7(a: #[const_ptr_if(ossl300)] PKCS7, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:155:64 | 155 | pub fn i2d_PKCS7_bio(bio: *mut BIO, p7: #[const_ptr_if(ossl300)] PKCS7) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/pkcs7.rs:253:32 | 253 | si: #[const_ptr_if(ossl300)] PKCS7_SIGNER_INFO, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/poly1305.rs:5:14 | 5 | if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/provider.rs:5:11 | 5 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/provider.rs:7:11 | 7 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/provider.rs:13:11 | 13 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/provider.rs:15:11 | 15 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rand.rs:6:11 | 6 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:5:14 | 5 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:20:15 | 20 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:20:24 | 20 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:22:15 | 22 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:22:24 | 22 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:24:15 | 24 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:24:24 | 24 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:31:15 | 31 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:31:24 | 31 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:38:15 | 38 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:38:24 | 38 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:40:15 | 40 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:40:24 | 40 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/rsa.rs:48:15 | 48 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/safestack.rs:1:1 | 1 | stack!(stack_st_OPENSSL_STRING); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/sha.rs:5:18 | 5 | if #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/sha.rs:29:18 | 29 | if #[cfg(not(ossl300))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/sha.rs:37:18 | 37 | if #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/sha.rs:61:18 | 61 | if #[cfg(not(ossl300))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/sha.rs:70:18 | 70 | if #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/sha.rs:95:18 | 95 | if #[cfg(not(ossl300))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:156:7 | 156 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:171:7 | 171 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:182:7 | 182 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:366:11 | 366 | #[cfg(not(osslconf = "OPENSSL_NO_PSK"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_PSK"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_PSK\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:408:7 | 408 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:598:7 | 598 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:878:11 | 878 | #[cfg(not(osslconf = "OPENSSL_NO_COMP"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_COMP"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_COMP\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:7:18 | 7 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:7:27 | 7 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl251` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:9:21 | 9 | } else if #[cfg(libressl251)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl251)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:33:21 | 33 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:133:1 | 133 | stack!(stack_st_SSL_CIPHER); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:141:1 | 141 | stack!(stack_st_SRTP_PROTECTION_PROFILE); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:198:14 | 198 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:204:21 | 204 | } else if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:228:18 | 228 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:228:27 | 228 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:260:18 | 260 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:260:27 | 260 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:440:14 | 440 | if #[cfg(libressl261)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:451:14 | 451 | if #[cfg(libressl270)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:682:18 | 682 | if #[cfg(any(ossl110, libressl291))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:682:27 | 682 | if #[cfg(any(ossl110, libressl291))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:854:14 | 854 | if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:858:25 | 858 | } else if #[cfg(not(osslconf = "OPENSSL_NO_COMP"))] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_COMP"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_COMP\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:867:14 | 867 | if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:871:25 | 871 | } else if #[cfg(not(osslconf = "OPENSSL_NO_COMP"))] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_COMP"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_COMP\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:280:11 | 280 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:291:11 | 291 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:342:15 | 342 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:342:24 | 342 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:344:15 | 344 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:344:24 | 344 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:346:15 | 346 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:346:24 | 346 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:362:15 | 362 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:362:24 | 362 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:392:11 | 392 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:404:11 | 404 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:413:11 | 413 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:416:15 | 416 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:416:24 | 416 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:418:15 | 418 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:418:24 | 418 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:420:15 | 420 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:420:24 | 420 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:422:15 | 422 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:422:24 | 422 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:435:55 | 435 | pub fn SSL_is_init_finished(s: #[const_ptr_if(ossl111)] SSL) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:434:15 | 434 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:465:15 | 465 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:465:24 | 465 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:475:88 | 475 | pub fn SSL_CIPHER_get_version(cipher: *const SSL_CIPHER) -> #[const_ptr_if(any(ossl110, libressl280))] c_char; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:475:97 | 475 | pub fn SSL_CIPHER_get_version(cipher: *const SSL_CIPHER) -> #[const_ptr_if(any(ossl110, libressl280))] c_char; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:479:11 | 479 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:482:11 | 482 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:484:11 | 484 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:491:15 | 491 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:491:24 | 491 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:493:15 | 493 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:493:24 | 493 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:523:15 | 523 | #[cfg(any(ossl110, libressl332))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl332` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:523:24 | 523 | #[cfg(any(ossl110, libressl332))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl332)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl332)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:529:15 | 529 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:536:15 | 536 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:536:24 | 536 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:539:15 | 539 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:539:24 | 539 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:541:15 | 541 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:541:24 | 541 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:545:15 | 545 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:545:24 | 545 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:551:50 | 551 | pub fn i2d_SSL_SESSION(s: #[const_ptr_if(ossl300)] SSL_SESSION, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:564:15 | 564 | #[cfg(not(ossl300))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:566:11 | 566 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:578:15 | 578 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:578:24 | 578 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:591:15 | 591 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:591:24 | 591 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:594:15 | 594 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:594:24 | 594 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:602:11 | 602 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:608:11 | 608 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:610:11 | 610 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:612:11 | 612 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:614:11 | 614 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:616:11 | 616 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:618:11 | 618 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:623:11 | 623 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:629:11 | 629 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:639:11 | 639 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:644:15 | 644 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:644:24 | 644 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:651:11 | 651 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:664:15 | 664 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:664:24 | 664 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:738:55 | 738 | pub fn SSL_get_ssl_method(ssl: #[const_ptr_if(ossl111b)] SSL) -> *const SSL_METHOD; | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111b)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:746:15 | 746 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:759:59 | 759 | pub fn SSL_get_privatekey(ssl: #[const_ptr_if(any(ossl102, libressl280))] SSL) -> *mut EVP_PKEY; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:759:68 | 759 | pub fn SSL_get_privatekey(ssl: #[const_ptr_if(any(ossl102, libressl280))] SSL) -> *mut EVP_PKEY; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:764:15 | 764 | #[cfg(any(ossl102, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:764:24 | 764 | #[cfg(any(ossl102, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:766:15 | 766 | #[cfg(any(ossl102, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:766:24 | 766 | #[cfg(any(ossl102, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:777:11 | 777 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:780:15 | 780 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:780:24 | 780 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:782:15 | 782 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:782:24 | 782 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:784:15 | 784 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:784:24 | 784 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:793:15 | 793 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:805:15 | 805 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:835:15 | 835 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:843:15 | 843 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:885:15 | 885 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:885:24 | 885 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:887:15 | 887 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:887:24 | 887 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111c` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:894:55 | 894 | pub fn SSL_session_reused(ssl: #[const_ptr_if(ossl111c)] SSL) -> c_int; | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111c)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111c)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:893:15 | 893 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110f` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:901:52 | 901 | pub fn SSL_is_server(s: #[const_ptr_if(any(ossl110f, libressl273))] SSL) -> c_int; | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110f)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110f)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:901:62 | 901 | pub fn SSL_is_server(s: #[const_ptr_if(any(ossl110f, libressl273))] SSL) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:900:19 | 900 | #[cfg(any(ossl102, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:900:28 | 900 | #[cfg(any(ossl102, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:906:11 | 906 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:911:11 | 911 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:914:11 | 914 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:917:11 | 917 | #[cfg(ossl111b)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111b)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:919:15 | 919 | #[cfg(all(ossl111, not(ossl111b)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:919:28 | 919 | #[cfg(all(ossl111, not(ossl111b)))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111b)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:922:11 | 922 | #[cfg(ossl111b)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111b)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:924:15 | 924 | #[cfg(all(ossl111, not(ossl111b)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/ssl.rs:924:28 | 924 | #[cfg(all(ossl111, not(ossl111b)))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111b)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/stack.rs:4:14 | 4 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/stack.rs:19:14 | 19 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/tls1.rs:18:11 | 18 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:469:7 | 469 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1091:7 | 1091 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1094:7 | 1094 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:30:18 | 30 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:30:27 | 30 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:56:18 | 56 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:56:27 | 56 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:76:18 | 76 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:76:27 | 76 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:107:18 | 107 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:107:27 | 107 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:131:18 | 131 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:131:27 | 131 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:147:18 | 147 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:147:27 | 147 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:176:18 | 176 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:176:27 | 176 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:205:18 | 205 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:205:27 | 205 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:207:21 | 207 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:271:18 | 271 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:271:27 | 271 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:273:21 | 273 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:332:14 | 332 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:343:1 | 343 | stack!(stack_st_X509_ALGOR); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:350:18 | 350 | if #[cfg(any(ossl110, libressl270))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:350:27 | 350 | if #[cfg(any(ossl110, libressl270))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:388:18 | 388 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:388:27 | 388 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl251` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:390:21 | 390 | } else if #[cfg(libressl251)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl251)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:403:21 | 403 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:434:18 | 434 | if #[cfg(any(ossl110, libressl270))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:434:27 | 434 | if #[cfg(any(ossl110, libressl270))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:474:18 | 474 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:474:27 | 474 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl251` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:476:21 | 476 | } else if #[cfg(libressl251)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl251)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:508:21 | 508 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:776:18 | 776 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:776:27 | 776 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl251` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:778:21 | 778 | } else if #[cfg(libressl251)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl251)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:795:21 | 795 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1039:18 | 1039 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1039:27 | 1039 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1073:18 | 1073 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1073:27 | 1073 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:1075:21 | 1075 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/types.rs:463:11 | 463 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:650:11 | 650 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:650:20 | 650 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:12:1 | 12 | stack!(stack_st_X509_NAME_ENTRY); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:14:1 | 14 | stack!(stack_st_X509_NAME); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:18:1 | 18 | stack!(stack_st_X509_EXTENSION); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:22:1 | 22 | stack!(stack_st_X509_ATTRIBUTE); | ------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:25:18 | 25 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:25:27 | 25 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:40:18 | 40 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:40:27 | 40 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:64:1 | 64 | stack!(stack_st_X509_CRL); | ------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:67:18 | 67 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:67:27 | 67 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:85:18 | 85 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:85:27 | 85 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:100:1 | 100 | stack!(stack_st_X509_REVOKED); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:103:18 | 103 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:103:27 | 103 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:117:18 | 117 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:117:27 | 117 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:137:1 | 137 | stack!(stack_st_X509); | --------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:139:1 | 139 | stack!(stack_st_X509_OBJECT); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:141:1 | 141 | stack!(stack_st_X509_LOOKUP); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:332:18 | 332 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:332:27 | 332 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:466:18 | 466 | if #[cfg(any(ossl110, libressl270))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:466:27 | 466 | if #[cfg(any(ossl110, libressl270))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:656:18 | 656 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:656:27 | 656 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl390` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:689:14 | 689 | if #[cfg(libressl390)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl390)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl390)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:160:60 | 160 | pub fn i2d_X509_bio(b: *mut BIO, x: #[const_ptr_if(ossl300)] X509) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:161:64 | 161 | pub fn i2d_X509_REQ_bio(b: *mut BIO, x: #[const_ptr_if(ossl300)] X509_REQ) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:162:66 | 162 | pub fn i2d_PrivateKey_bio(b: *mut BIO, x: #[const_ptr_if(ossl300)] EVP_PKEY) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:163:62 | 163 | pub fn i2d_PUBKEY_bio(b: *mut BIO, x: #[const_ptr_if(ossl300)] EVP_PKEY) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:165:45 | 165 | pub fn i2d_PUBKEY(k: #[const_ptr_if(ossl300)] EVP_PKEY, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:166:49 | 166 | pub fn i2d_RSA_PUBKEY(k: #[const_ptr_if(ossl300)] RSA, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:167:49 | 167 | pub fn i2d_DSA_PUBKEY(a: #[const_ptr_if(ossl300)] DSA, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:168:49 | 168 | pub fn i2d_PrivateKey(k: #[const_ptr_if(ossl300)] EVP_PKEY, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:169:56 | 169 | pub fn i2d_ECPrivateKey(ec_key: #[const_ptr_if(ossl300)] EC_KEY, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:170:48 | 170 | pub fn i2d_EC_PUBKEY(a: #[const_ptr_if(ossl300)] EC_KEY, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:197:37 | 197 | alg: #[const_ptr_if(any(ossl110, libressl350))] X509_ALGOR, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:197:46 | 197 | alg: #[const_ptr_if(any(ossl110, libressl350))] X509_ALGOR, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:196:44 | 196 | ppval: *mut #[const_ptr_if(any(ossl110, libressl350))] c_void, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:196:53 | 196 | ppval: *mut #[const_ptr_if(any(ossl110, libressl350))] c_void, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:194:44 | 194 | paobj: *mut #[const_ptr_if(any(ossl110, libressl350))] ASN1_OBJECT, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:194:53 | 194 | paobj: *mut #[const_ptr_if(any(ossl110, libressl350))] ASN1_OBJECT, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:192:19 | 192 | #[cfg(any(ossl102, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:192:28 | 192 | #[cfg(any(ossl102, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:215:53 | 215 | pub fn X509_REVOKED_dup(rev: #[const_ptr_if(ossl300)] X509_REVOKED) -> *mut X509_REVOKED; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:214:19 | 214 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:214:28 | 214 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:228:51 | 228 | pub fn i2d_X509_REVOKED(x: #[const_ptr_if(ossl300)] X509_REVOKED, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:242:47 | 242 | pub fn i2d_X509_CRL(x: #[const_ptr_if(ossl300)] X509_CRL, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:244:47 | 244 | pub fn X509_CRL_dup(x: #[const_ptr_if(ossl300)] X509_CRL) -> *mut X509_CRL; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:243:19 | 243 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:243:28 | 243 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:259:47 | 259 | pub fn i2d_X509_REQ(x: #[const_ptr_if(ossl300)] X509_REQ, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:264:43 | 264 | palg: *mut #[const_ptr_if(any(ossl110, libressl273))] X509_ALGOR, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:264:52 | 264 | palg: *mut #[const_ptr_if(any(ossl110, libressl273))] X509_ALGOR, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:263:43 | 263 | psig: *mut #[const_ptr_if(any(ossl110, libressl273))] ASN1_BIT_STRING, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:263:52 | 263 | psig: *mut #[const_ptr_if(any(ossl110, libressl273))] ASN1_BIT_STRING, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:261:19 | 261 | #[cfg(any(ossl102, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:261:28 | 261 | #[cfg(any(ossl102, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:269:47 | 269 | pub fn X509_REQ_dup(x: #[const_ptr_if(ossl300)] X509_REQ) -> *mut X509_REQ; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:268:19 | 268 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:268:28 | 268 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:273:11 | 273 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:289:43 | 289 | pub fn i2d_X509(x: #[const_ptr_if(ossl300)] X509, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:291:48 | 291 | pub fn X509_NAME_dup(x: #[const_ptr_if(ossl300)] X509_NAME) -> *mut X509_NAME; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:290:19 | 290 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:290:28 | 290 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:293:43 | 293 | pub fn X509_dup(x: #[const_ptr_if(ossl300)] X509) -> *mut X509; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:292:19 | 292 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:292:28 | 292 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:297:36 | 297 | ne: #[const_ptr_if(any(ossl110, libressl))] X509_NAME_ENTRY, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:297:45 | 297 | ne: #[const_ptr_if(any(ossl110, libressl))] X509_NAME_ENTRY, | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:294:19 | 294 | #[cfg(any(ossl101, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:294:28 | 294 | #[cfg(any(ossl101, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:310:11 | 310 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:317:72 | 317 | pub fn X509_set_issuer_name(x: *mut X509, name: #[const_ptr_if(ossl300)] X509_NAME) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:326:59 | 326 | pub fn X509_get_issuer_name(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> *mut X509_NAME; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:326:68 | 326 | pub fn X509_get_issuer_name(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> *mut X509_NAME; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:327:73 | 327 | pub fn X509_set_subject_name(x: *mut X509, name: #[const_ptr_if(ossl300)] X509_NAME) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:328:60 | 328 | pub fn X509_get_subject_name(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> *mut X509_NAME; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:328:69 | 328 | pub fn X509_get_subject_name(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> *mut X509_NAME; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:345:15 | 345 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:345:24 | 345 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:348:15 | 348 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:348:24 | 348 | #[cfg(any(ossl110, libressl350))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:353:83 | 353 | pub fn X509_REQ_set_subject_name(req: *mut X509_REQ, name: #[const_ptr_if(ossl300)] X509_NAME) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:363:81 | 363 | pub fn X509_REQ_add_extensions(req: *mut X509_REQ, exts: #[const_ptr_if(ossl300)] stack_st_X509_EXTENSION) | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:397:15 | 397 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:397:24 | 397 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:399:15 | 399 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:399:24 | 399 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:401:15 | 401 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl273` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:401:24 | 401 | #[cfg(any(ossl110, libressl273))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:404:15 | 404 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:404:24 | 404 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:406:15 | 406 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:406:24 | 406 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:408:15 | 408 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:408:24 | 408 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:433:36 | 433 | serial: #[const_ptr_if(ossl300)] ASN1_INTEGER, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:439:15 | 439 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl281` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:439:24 | 439 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl281)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl281)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:441:15 | 441 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl281` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:441:24 | 441 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl281)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl281)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:443:15 | 443 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl281` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:443:24 | 443 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl281)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl281)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:445:15 | 445 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl281` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:445:24 | 445 | #[cfg(any(ossl110, libressl281))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl281)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl281)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:448:11 | 448 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:455:82 | 455 | pub fn X509_CRL_set_issuer_name(crl: *mut X509_CRL, name: #[const_ptr_if(ossl300)] X509_NAME) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:461:15 | 461 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:461:24 | 461 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:482:60 | 482 | pub fn X509_NAME_entry_count(n: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:482:69 | 482 | pub fn X509_NAME_entry_count(n: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:483:65 | 483 | pub fn X509_NAME_get_index_by_NID(n: #[const_ptr_if(any(ossl300, libressl280))] X509_NAME, nid: c_int, last_pos: c_int) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:483:74 | 483 | pub fn X509_NAME_get_index_by_NID(n: #[const_ptr_if(any(ossl300, libressl280))] X509_NAME, nid: c_int, last_pos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:484:58 | 484 | pub fn X509_NAME_get_entry(n: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME, loc: c_int) -> *mut X509_NAME_ENTRY; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:484:67 | 484 | pub fn X509_NAME_get_entry(n: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME, loc: c_int) -> *mut X509_NAME_ENTRY; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:489:39 | 489 | bytes: #[const_ptr_if(any(ossl110, libressl280))] c_uchar, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:489:48 | 489 | bytes: #[const_ptr_if(any(ossl110, libressl280))] c_uchar, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:494:48 | 494 | pub fn i2d_X509_NAME(n: #[const_ptr_if(ossl300)] X509_NAME, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:495:66 | 495 | pub fn X509_NAME_ENTRY_get_object(ne: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME_ENTRY) -> *mut ASN1_OBJECT; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:495:75 | 495 | pub fn X509_NAME_ENTRY_get_object(ne: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME_ENTRY) -> *mut ASN1_OBJECT; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:496:64 | 496 | pub fn X509_NAME_ENTRY_get_data(ne: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME_ENTRY) -> *mut ASN1_STRING; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:496:73 | 496 | pub fn X509_NAME_ENTRY_get_data(ne: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME_ENTRY) -> *mut ASN1_STRING; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:588:55 | 588 | pub fn i2d_X509_EXTENSION(ext: #[const_ptr_if(ossl300)] X509_EXTENSION, pp: *mut *mut c_uchar) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:595:57 | 595 | pub fn X509_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:595:66 | 595 | pub fn X509_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:596:58 | 596 | pub fn X509_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509, nid: c_int, lastpos: c_int) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:596:67 | 596 | pub fn X509_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509, nid: c_int, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:597:112 | 597 | ... pub fn X509_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1... | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:597:121 | 597 | ... pub fn X509_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:597:58 | 597 | ... pub fn X509_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1... | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:597:67 | 597 | ... pub fn X509_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:598:63 | 598 | pub fn X509_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509, crit: c_int, lastpos: c_int) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:598:72 | 598 | pub fn X509_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509, crit: c_int, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:599:51 | 599 | pub fn X509_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509, loc: c_int) -> *mut X509_EXTENSION; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:599:60 | 599 | pub fn X509_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509, loc: c_int) -> *mut X509_EXTENSION; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:601:35 | 601 | x: #[const_ptr_if(any(ossl110, libressl280))] X509, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:601:44 | 601 | x: #[const_ptr_if(any(ossl110, libressl280))] X509, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:607:61 | 607 | pub fn X509_CRL_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:607:70 | 607 | pub fn X509_CRL_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:608:62 | 608 | pub fn X509_CRL_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, nid: c_int, lastpos: c_int) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:608:71 | 608 | pub fn X509_CRL_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, nid: c_int, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:609:120 | 609 | ... pub fn X509_CRL_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, obj: #[const_ptr_if(any(ossl110, libressl280... | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:609:129 | 609 | ...0, libressl280))] X509_CRL, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:609:62 | 609 | ... pub fn X509_CRL_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, obj: #[const_ptr_if(any(ossl110, libressl280... | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:609:71 | 609 | ... pub fn X509_CRL_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, obj: #[const_ptr_if(any(ossl110, libressl280... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:610:67 | 610 | pub fn X509_CRL_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, crit: c_int, lastpos: c_int) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:610:76 | 610 | pub fn X509_CRL_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, crit: c_int, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:611:55 | 611 | pub fn X509_CRL_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, loc: c_int) -> *mut X509_EXTENSION; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:611:64 | 611 | pub fn X509_CRL_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, loc: c_int) -> *mut X509_EXTENSION; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:613:35 | 613 | x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:613:44 | 613 | x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:619:65 | 619 | pub fn X509_REVOKED_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:619:74 | 619 | pub fn X509_REVOKED_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:620:66 | 620 | pub fn X509_REVOKED_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, nid: c_int, lastpos: c_int) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:620:75 | 620 | pub fn X509_REVOKED_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, nid: c_int, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:621:128 | 621 | ... pub fn X509_REVOKED_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, obj: #[const_ptr_if(any(ossl110, lib... | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:621:137 | 621 | ...ibressl280))] X509_REVOKED, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, lastpos: c_int) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:621:66 | 621 | ... pub fn X509_REVOKED_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, obj: #[const_ptr_if(any(ossl110, lib... | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:621:75 | 621 | ... pub fn X509_REVOKED_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, obj: #[const_ptr_if(any(ossl110, lib... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:622:71 | 622 | ... pub fn X509_REVOKED_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, crit: c_int, lastpos: c_int) ->... | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:622:80 | 622 | ... pub fn X509_REVOKED_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, crit: c_int, lastpos: c_int) ->... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:623:59 | 623 | pub fn X509_REVOKED_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, loc: c_int) -> *mut X509_EXTENSION; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:623:68 | 623 | pub fn X509_REVOKED_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, loc: c_int) -> *mut X509_EXTENSION; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:625:35 | 625 | x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:625:44 | 625 | x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:631:97 | 631 | ... pub fn X509v3_get_ext_by_OBJ(x: *const stack_st_X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, lastpo... | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:631:106 | 631 | ... pub fn X509v3_get_ext_by_OBJ(x: *const stack_st_X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, lastpo... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:633:99 | 633 | ... pub fn X509_EXTENSION_create_by_OBJ(ex: *mut *mut X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, crit... | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:633:108 | 633 | ... pub fn X509_EXTENSION_create_by_OBJ(ex: *mut *mut X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, crit... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:634:91 | 634 | pub fn X509_EXTENSION_set_object(ex: *mut X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:634:100 | 634 | pub fn X509_EXTENSION_set_object(ex: *mut X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:635:67 | 635 | pub fn X509_EXTENSION_get_critical(ex: #[const_ptr_if(any(ossl110, libressl280))] X509_EXTENSION) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:635:76 | 635 | pub fn X509_EXTENSION_get_critical(ex: #[const_ptr_if(any(ossl110, libressl280))] X509_EXTENSION) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:646:60 | 646 | pub fn X509_STORE_get0_objects(ctx: #[const_ptr_if(ossl300)] X509_STORE) -> *mut stack_st_X509_OBJECT; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:645:19 | 645 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:645:28 | 645 | #[cfg(any(ossl110, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:708:68 | 708 | pub fn X509_PURPOSE_get_by_sname(sname: #[const_ptr_if(any(ossl110, libressl280))] c_char) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:708:77 | 708 | pub fn X509_PURPOSE_get_by_sname(sname: #[const_ptr_if(any(ossl110, libressl280))] c_char) -> c_int; | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:768:38 | 768 | attr: #[const_ptr_if(any(ossl110, libressl280))] X509_ATTRIBUTE // const since OpenSSL v1.1.0 | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:768:47 | 768 | attr: #[const_ptr_if(any(ossl110, libressl280))] X509_ATTRIBUTE // const since OpenSSL v1.1.0 | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:770:53 | 770 | pub fn i2d_X509_ATTRIBUTE(x: #[const_ptr_if(ossl300)] X509_ATTRIBUTE, buf: *mut *mut u8) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509.rs:771:53 | 771 | pub fn X509_ATTRIBUTE_dup(x: #[const_ptr_if(ossl300)] X509_ATTRIBUTE) -> *mut X509_ATTRIBUTE; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:4:11 | 4 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:4:25 | 4 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:4:38 | 4 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:74:18 | 74 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:74:27 | 74 | if #[cfg(any(ossl110, libressl350))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:8:11 | 8 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:58:81 | 58 | pub fn X509_STORE_set1_param(store: *mut X509_STORE, pm: #[const_ptr_if(ossl300)] X509_VERIFY_PARAM) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:64:63 | 64 | pub fn X509_STORE_CTX_get_ex_data(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX, idx: c_int) -> *mut c_void; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:65:61 | 65 | pub fn X509_STORE_CTX_get_error(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:66:67 | 66 | pub fn X509_STORE_CTX_get_error_depth(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX) -> c_int; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:67:68 | 67 | pub fn X509_STORE_CTX_get_current_cert(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX) -> *mut X509; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:77:70 | 77 | pub fn X509_STORE_CTX_get0_chain(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX) -> *mut stack_st_X509; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:88:15 | 88 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:88:24 | 88 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:90:15 | 90 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:90:24 | 90 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:93:15 | 93 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:93:24 | 93 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:95:15 | 95 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:95:24 | 95 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:98:15 | 98 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:98:24 | 98 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:101:15 | 101 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:101:24 | 101 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:107:66 | 107 | pub fn X509_VERIFY_PARAM_get_flags(param: #[const_ptr_if(ossl300)] X509_VERIFY_PARAM) -> c_ulong; | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:106:19 | 106 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:106:28 | 106 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:112:15 | 112 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:112:24 | 112 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:118:15 | 118 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:118:24 | 118 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:120:15 | 120 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:120:24 | 120 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:126:15 | 126 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:126:24 | 126 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:132:11 | 132 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:134:11 | 134 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509_vfy.rs:136:11 | 136 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:22:1 | 22 | stack!(stack_st_ACCESS_DESCRIPTION); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:142:1 | 142 | stack!(stack_st_DIST_POINT); | --------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:45:39 | 45 | value: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:45:48 | 45 | value: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:51:39 | 51 | value: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:51:48 | 51 | value: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:50:38 | 50 | name: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:50:47 | 50 | name: #[const_ptr_if(any(ossl110, libressl280))] c_char, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:77:35 | 77 | x: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:77:44 | 77 | x: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:82:138 | 82 | ...f(any(ossl110, libressl280))] c_char, exts: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, flag: c_ulong, indent:... | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:82:147 | 82 | ...10, libressl280))] c_char, exts: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, flag: c_ulong, indent: c_int) -> ... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:82:81 | 82 | ... pub fn X509V3_extensions_print(out: *mut BIO, title: #[const_ptr_if(any(ossl110, libressl280))] c_char, exts: #[const_ptr_if(any(os... | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:82:90 | 82 | ... pub fn X509V3_extensions_print(out: *mut BIO, title: #[const_ptr_if(any(ossl110, libressl280))] c_char, exts: #[const_ptr_if(any(os... | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:104:11 | 104 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:106:11 | 106 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:108:11 | 108 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:110:11 | 110 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:112:11 | 112 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:114:11 | 114 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111d` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:116:11 | 116 | #[cfg(ossl111d)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111d)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111d)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111d` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./handwritten/x509v3.rs:118:11 | 118 | #[cfg(ossl111d)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111d)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111d)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:97:7 | 97 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:99:7 | 99 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:101:7 | 101 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:921:7 | 921 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:923:7 | 923 | #[cfg(libressl370)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl370)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:925:7 | 925 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:927:7 | 927 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:929:7 | 929 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:931:7 | 931 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:933:7 | 933 | #[cfg(libressl370)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl370)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:935:7 | 935 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:937:7 | 937 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:939:7 | 939 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:941:7 | 941 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:943:7 | 943 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:945:7 | 945 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:947:7 | 947 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:949:7 | 949 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:951:7 | 951 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:953:7 | 953 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:955:7 | 955 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:957:7 | 957 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:959:7 | 959 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:961:7 | 961 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:963:7 | 963 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:965:7 | 965 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:967:7 | 967 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:969:7 | 969 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:971:7 | 971 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl291` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:973:7 | 973 | #[cfg(libressl291)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:975:7 | 975 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:977:7 | 977 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:979:7 | 979 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:981:7 | 981 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:983:7 | 983 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./obj_mac.rs:985:7 | 985 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./pkcs7.rs:19:15 | 19 | #[cfg(not(any(ossl101, ossl102, libressl)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./pkcs7.rs:19:24 | 19 | #[cfg(not(any(ossl101, ossl102, libressl)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./pkcs7.rs:19:33 | 19 | #[cfg(not(any(ossl101, ossl102, libressl)))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:55:11 | 55 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl310` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:55:20 | 55 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl310)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl310)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:67:11 | 67 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl310` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:67:20 | 67 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl310)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl310)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:90:11 | 90 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl310` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:90:20 | 90 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl310)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl310)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:92:11 | 92 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl310` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:92:20 | 92 | #[cfg(any(ossl102, libressl310))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl310)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl310)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:96:11 | 96 | #[cfg(not(ossl300))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./rsa.rs:9:18 | 9 | if #[cfg(not(ossl300))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./sha.rs:5:11 | 5 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./sha.rs:8:11 | 8 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `osslconf` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./sha.rs:66:11 | 66 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./sha.rs:12:14 | 12 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./sha.rs:70:14 | 70 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./srtp.rs:11:7 | 11 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./srtp.rs:13:7 | 13 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:6:11 | 6 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:9:11 | 9 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:11:11 | 11 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:14:11 | 14 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:16:11 | 16 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:25:7 | 25 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:28:7 | 28 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:31:7 | 31 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:34:7 | 34 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:37:7 | 37 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:40:7 | 40 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:43:7 | 43 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:45:7 | 45 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:48:7 | 48 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:50:7 | 50 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:52:7 | 52 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:54:7 | 54 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:56:7 | 56 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:58:7 | 58 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:60:7 | 60 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:83:7 | 83 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:110:7 | 110 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:112:7 | 112 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:144:11 | 144 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:144:20 | 144 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110h` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:147:7 | 147 | #[cfg(ossl110h)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110h)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110h)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:238:7 | 238 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:240:7 | 240 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:242:7 | 242 | #[cfg(ossl101)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:249:7 | 249 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:282:7 | 282 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:313:7 | 313 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:320:11 | 320 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:320:25 | 320 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:320:38 | 320 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:324:11 | 324 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:324:25 | 324 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:324:38 | 324 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:339:11 | 339 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:339:25 | 339 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:339:38 | 339 | #[cfg(any(libressl, all(ossl101, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:342:7 | 342 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:344:11 | 344 | #[cfg(any(ossl111, libressl252))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl252` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:344:20 | 344 | #[cfg(any(ossl111, libressl252))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl252)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl252)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:346:11 | 346 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:346:25 | 346 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:346:38 | 346 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:348:7 | 348 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:350:7 | 350 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:352:7 | 352 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:354:11 | 354 | #[cfg(any(ossl110, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:354:20 | 354 | #[cfg(any(ossl110, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:356:11 | 356 | #[cfg(any(ossl110, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:356:20 | 356 | #[cfg(any(ossl110, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110g` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:358:11 | 358 | #[cfg(any(ossl110g, libressl270))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110g)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:358:21 | 358 | #[cfg(any(ossl110g, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110g` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:360:11 | 360 | #[cfg(any(ossl110g, libressl270))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110g)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl270` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:360:21 | 360 | #[cfg(any(ossl110g, libressl270))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:390:7 | 390 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:395:7 | 395 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:417:7 | 417 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:422:7 | 422 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:432:11 | 432 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:432:25 | 432 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:432:38 | 432 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:442:11 | 442 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:442:25 | 442 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:442:38 | 442 | #[cfg(any(libressl, all(ossl102, not(ossl110))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:510:7 | 510 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:512:7 | 512 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:514:7 | 514 | #[cfg(ossl111)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:517:11 | 517 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:517:20 | 517 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:519:11 | 519 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:519:20 | 519 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:521:11 | 521 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:521:20 | 521 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:623:11 | 623 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:628:7 | 628 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111b` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:630:7 | 630 | #[cfg(ossl111b)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111b)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:64:14 | 64 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:77:14 | 77 | if #[cfg(libressl261)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:79:25 | 79 | } else if #[cfg(any(ossl102, libressl))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:79:34 | 79 | } else if #[cfg(any(ossl102, libressl))] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:92:14 | 92 | if #[cfg(ossl101)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:101:14 | 101 | if #[cfg(ossl101)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:117:14 | 117 | if #[cfg(libressl280)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:125:14 | 125 | if #[cfg(ossl101)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:136:14 | 136 | if #[cfg(ossl102)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl332` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:139:21 | 139 | } else if #[cfg(libressl332)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl332)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl332)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:151:14 | 151 | if #[cfg(ossl111)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:158:21 | 158 | } else if #[cfg(ossl102)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:165:14 | 165 | if #[cfg(libressl261)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:173:14 | 173 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110f` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:178:21 | 178 | } else if #[cfg(ossl110f)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110f)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110f)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:184:21 | 184 | } else if #[cfg(libressl261)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:186:21 | 186 | } else if #[cfg(libressl)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:194:14 | 194 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl101` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:205:21 | 205 | } else if #[cfg(ossl101)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:224:15 | 224 | #[cfg(libressl261)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:226:19 | 226 | #[cfg(not(libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:253:18 | 253 | if #[cfg(not(ossl110))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:401:14 | 401 | if #[cfg(ossl111)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl251` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:410:21 | 410 | } else if #[cfg(libressl251)] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl251)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:453:14 | 453 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110g` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:493:14 | 493 | if #[cfg(ossl110g)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110g)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:525:14 | 525 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:538:14 | 538 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:580:15 | 580 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:590:15 | 590 | #[cfg(not(ossl110))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:608:15 | 608 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./ssl.rs:608:24 | 608 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl111` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./tls1.rs:10:11 | 10 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl340` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./tls1.rs:10:20 | 10 | #[cfg(any(ossl111, libressl340))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl340)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./tls1.rs:14:11 | 14 | #[cfg(any(ossl102, libressl332))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl332` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./tls1.rs:14:20 | 14 | #[cfg(any(ossl102, libressl332))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl332)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl332)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./types.rs:6:18 | 6 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl280` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./types.rs:6:27 | 6 | if #[cfg(any(ossl110, libressl280))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509.rs:10:22 | 10 | if #[cfg(not(any(ossl110, libressl350)))] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl350` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509.rs:10:31 | 10 | if #[cfg(not(any(ossl110, libressl350)))] { | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl350)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102f` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:6:7 | 6 | #[cfg(ossl102f)] | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102f)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102f)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:67:7 | 67 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:69:7 | 69 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:71:7 | 71 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:73:7 | 73 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:75:7 | 75 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:77:7 | 77 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:79:7 | 79 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:81:7 | 81 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:83:7 | 83 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:100:7 | 100 | #[cfg(ossl300)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:103:15 | 103 | #[cfg(not(any(ossl110, libressl370)))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:103:24 | 103 | #[cfg(not(any(ossl110, libressl370)))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl370)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:105:11 | 105 | #[cfg(any(ossl110, libressl370))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl370` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:105:20 | 105 | #[cfg(any(ossl110, libressl370))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl370)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:121:7 | 121 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:123:7 | 123 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:125:7 | 125 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:127:7 | 127 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:129:7 | 129 | #[cfg(ossl102)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:131:7 | 131 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:133:7 | 133 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl300` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:31:14 | 31 | if #[cfg(ossl300)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl300)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:86:14 | 86 | if #[cfg(ossl110)] { | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102h` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509_vfy.rs:94:21 | 94 | } else if #[cfg(ossl102h)] { | ^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102h)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102h)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:24:11 | 24 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:24:20 | 24 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:26:11 | 26 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:26:20 | 26 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:28:11 | 28 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:28:20 | 28 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:30:11 | 30 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:30:20 | 30 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:32:11 | 32 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:32:20 | 32 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:34:7 | 34 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl102` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:58:11 | 58 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libressl261` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:58:20 | 58 | #[cfg(any(ossl102, libressl261))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:80:7 | 80 | #[cfg(ossl110)] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `ossl110` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./macros.rs:61:22 | 58 | / macro_rules! stack { 59 | | ($t:ident) => { 60 | | cfg_if! { 61 | | if #[cfg(ossl110)] { | | ^^^^^^^ ... | 70 | | }; 71 | | } | |_- in this expansion of `stack!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-sys-0.9.92/src/./x509v3.rs:12:1 | 12 | stack!(stack_st_GENERAL_NAME); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Compiling curl-sys v0.4.74+curl-8.9.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libcurl library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=curl-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/curl-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.74+curl-8.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=74 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=74b4285b0a81fee2 -C extra-filename=-74b4285b0a81fee2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/curl-sys-74b4285b0a81fee2 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-147752d48082225b.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-a6c33858d29a8214.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling base64ct v1.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=base64ct CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64ct-1.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64ct-1.6.0/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base64ct CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/base64ct' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name base64ct --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=0da0d21c88024946 -C extra-filename=-0da0d21c88024946 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_HTTP2=1 CARGO_FEATURE_LIBNGHTTP2_SYS=1 CARGO_FEATURE_OPENSSL_SYS=1 CARGO_FEATURE_SSL=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0 CARGO_MANIFEST_LINKS=curl CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libcurl library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=curl-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/curl-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.74+curl-8.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=74 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_NGHTTP2_ROOT=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out/i DEP_OPENSSL_CONF=OPENSSL_NO_BUF_FREELISTS,OPENSSL_NO_COMP,OPENSSL_NO_EC2M,OPENSSL_NO_ENGINE,OPENSSL_NO_KRB5,OPENSSL_NO_PSK,OPENSSL_NO_SRP,OPENSSL_NO_SSL3_METHOD,OPENSSL_NO_SEED DEP_OPENSSL_LIBRESSL=true DEP_OPENSSL_LIBRESSL_VERSION=380 DEP_OPENSSL_LIBRESSL_VERSION_NUMBER=4000000f DEP_OPENSSL_VERSION=101 HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/curl-sys-94524f5559f3a166/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/curl-sys-74b4285b0a81fee2/build-script-build` [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-changed=curl [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_NO_PKG_CONFIG [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_STATIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_DYNAMIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=SYSROOT [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_STATIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_DYNAMIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_STATIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_DYNAMIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR warning: `openssl-sys` (lib) generated 1062 warnings Compiling gix-revwalk v0.16.0 [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_NO_PKG_CONFIG [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_STATIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_DYNAMIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_revwalk CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-revwalk-0.16.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-revwalk-0.16.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate providing utilities for walking the revision graph' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-revwalk CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.16.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_revwalk --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-revwalk-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5f22af751155f12 -C extra-filename=-a5f22af751155f12 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_commitgraph=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_commitgraph-86c2bf96871d8b20.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-9151fd9216c42db2.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_hashtable=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hashtable-b3ef428d5797fcc6.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-48a2a28966f97f6e.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=SYSROOT [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_STATIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_DYNAMIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [curl-sys 0.4.74+curl-8.9.0] cargo:rustc-link-search=native=/usr/local/lib [curl-sys 0.4.74+curl-8.9.0] cargo:rustc-link-lib=curl [curl-sys 0.4.74+curl-8.9.0] cargo:rustc-link-lib=z [curl-sys 0.4.74+curl-8.9.0] cargo:rustc-link-lib=ssl [curl-sys 0.4.74+curl-8.9.0] cargo:rustc-link-lib=crypto [curl-sys 0.4.74+curl-8.9.0] cargo:rustc-link-lib=nghttp2 [curl-sys 0.4.74+curl-8.9.0] cargo:rustc-link-lib=ngtcp2 [curl-sys 0.4.74+curl-8.9.0] cargo:rustc-link-lib=ngtcp2_crypto_quictls [curl-sys 0.4.74+curl-8.9.0] cargo:rustc-link-lib=nghttp3 [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_STATIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=LIBCURL_DYNAMIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.74+curl-8.9.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [curl-sys 0.4.74+curl-8.9.0] cargo:include=/usr/local/include Compiling pem-rfc7468 v0.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pem_rfc7468 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pem-rfc7468-0.7.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pem-rfc7468-0.7.0/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a strict subset of the original Privacy-Enhanced Mail encoding intended specifically for use with cryptographic keys, certificates, and other messages. Provides a no_std-friendly, constant-time implementation suitable for use with cryptographic private keys. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pem-rfc7468 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/pem-rfc7468' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pem_rfc7468 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=69826f59443297ec -C extra-filename=-69826f59443297ec --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern base64ct=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbase64ct-0da0d21c88024946.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-glob v0.17.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_glob CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-glob-0.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-glob-0.17.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing with pattern matching' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-glob CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.17.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_glob --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-glob-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=6e06be123dd63ee5 -C extra-filename=-6e06be123dd63ee5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-45be5798aa044355.rmeta --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-config-value v0.14.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_config_value CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-config-value-0.14.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-config-value-0.14.9/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project providing git-config value parsing' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-config-value CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.14.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_config_value --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-config-value-0.14.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=6b9dadab71feccf2 -C extra-filename=-6b9dadab71feccf2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-45be5798aa044355.rmeta --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling unicode-bom v2.0.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_bom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-bom-2.0.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-bom-2.0.3/Cargo.toml CARGO_PKG_AUTHORS='Phil Booth ' CARGO_PKG_DESCRIPTION='Unicode byte-order mark detection for files and byte arrays.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/philbooth/unicode-bom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_bom --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-bom-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d48a1884d0a50c6 -C extra-filename=-2d48a1884d0a50c6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling der v0.7.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=der CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/der-0.7.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/der-0.7.9/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with full support for heapless no_std targets ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=der CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/der' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.7.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name der --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/der-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=22cb7a4e51b938a3 -C extra-filename=-22cb7a4e51b938a3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern const_oid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libconst_oid-867fc39cbb866fca.rmeta --extern pem_rfc7468=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpem_rfc7468-69826f59443297ec.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-c48cc800f0be520b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-lock v15.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_lock CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-lock-15.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-lock-15.0.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A git-style lock-file implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-lock CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=15.0.0 CARGO_PKG_VERSION_MAJOR=15 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_lock --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-lock-15.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6d4de056952cffa -C extra-filename=-a6d4de056952cffa --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_tempfile-0a56161dfc635115.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-0b14aaf27de1bf07.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-sec v0.10.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_sec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-sec-0.10.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-sec-0.10.9/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project providing a shared trust model' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-sec CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.10.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_sec --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-sec-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=11fa5104fc93c86f -C extra-filename=-11fa5104fc93c86f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-45be5798aa044355.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `bigint` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/der-0.7.9/src/lib.rs:373:7 | 373 | #[cfg(feature = "bigint")] | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `arbitrary`, `bytes`, `derive`, `flagset`, `oid`, `pem`, `real`, `std`, `time`, and `zeroize` = help: consider adding `bigint` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/der-0.7.9/src/asn1/integer.rs:25:19 | 25 | debug_assert!(mem::size_of::() <= MAX_INT_SIZE); | ^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/der-0.7.9/src/lib.rs:25:5 | 25 | unused_qualifications | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 25 - debug_assert!(mem::size_of::() <= MAX_INT_SIZE); 25 + debug_assert!(size_of::() <= MAX_INT_SIZE); | Compiling static_assertions v1.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=static_assertions CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/static_assertions-1.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/static_assertions-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Nikolai Vazquez' CARGO_PKG_DESCRIPTION='Compile-time assertions to ensure that invariants are met.' CARGO_PKG_HOMEPAGE='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=static_assertions CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name static_assertions --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0fe6db7facc276e8 -C extra-filename=-0fe6db7facc276e8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling kstring v2.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=kstring CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/kstring-2.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/kstring-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='Ed Page ' CARGO_PKG_DESCRIPTION='Key String: optimized for map keys' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=kstring CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cobalt-org/kstring' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name kstring --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/kstring-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unsafe"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc", "default", "document-features", "max_inline", "serde", "std", "unsafe", "unstable_bench_subset"))' -C metadata=e73407d5fc32ac99 -C extra-filename=-e73407d5fc32ac99 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern static_assertions=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libstatic_assertions-0fe6db7facc276e8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `safe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/kstring-2.0.0/src/lib.rs:39:13 | 39 | #![cfg_attr(feature = "safe", forbid(unsafe_code))] | ^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `arc`, `default`, `document-features`, `max_inline`, `serde`, `std`, `unsafe`, and `unstable_bench_subset` = help: consider adding `safe` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libnghttp2_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libnghttp2-sys-0.1.10+1.61.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libnghttp2-sys-0.1.10+1.61.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='FFI bindings for libnghttp2 (nghttp2) ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/nghttp2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libnghttp2-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/nghttp2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.10+1.61.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libnghttp2_sys --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libnghttp2-sys-0.1.10+1.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=895cbcc6b4a4b523 -C extra-filename=-895cbcc6b4a4b523 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out/i/lib -l static=nghttp2` Compiling hmac v0.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=hmac CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hmac-0.12.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hmac-0.12.1/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Generic implementation of Hash-based Message Authentication Code (HMAC)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hmac CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/MACs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name hmac --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="reset"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=bd9ddf9aa4fa1e4c -C extra-filename=-bd9ddf9aa4fa1e4c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdigest-9f7e60a7203f80c1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `kstring` (lib) generated 1 warning Compiling libssh2-sys v0.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libssh2-sys-0.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libssh2-sys-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Wez Furlong :Matteo Bigoi ' CARGO_PKG_DESCRIPTION='Native bindings to the libssh2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libssh2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/ssh2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libssh2-sys-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("openssl-on-win32", "openssl-sys", "vendored-openssl", "zlib-ng-compat"))' -C metadata=d7574faf11c38f32 -C extra-filename=-d7574faf11c38f32 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libssh2-sys-d7574faf11c38f32 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-147752d48082225b.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-a6c33858d29a8214.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling openssl-probe v0.1.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=openssl_probe CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-probe-0.1.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-probe-0.1.5/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Tool for helping to find SSL certificate locations on the system for OpenSSL ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/openssl-probe' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-probe CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/openssl-probe' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name openssl_probe --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e476f2cc74e6634 -C extra-filename=-0e476f2cc74e6634 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling serde_json v1.0.121 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.121 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.121/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.121 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=121 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.121/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=69b5ccc36833cc19 -C extra-filename=-69b5ccc36833cc19 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde_json-69b5ccc36833cc19 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling shell-words v1.1.0 Compiling curl v0.4.46 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=shell_words CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shell-words-1.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shell-words-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Tomasz Miąsko ' CARGO_PKG_DESCRIPTION='Process command line according to parsing rules of UNIX shell' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shell-words CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tmiasko/shell-words' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name shell_words --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6e5b7495f86727c5 -C extra-filename=-6e5b7495f86727c5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust bindings to libcurl for making HTTP requests' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/curl-rust' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=curl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/curl-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.46 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=6ae4f29be2b28b6c -C extra-filename=-6ae4f29be2b28b6c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/curl-6ae4f29be2b28b6c -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_RAW_VALUE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.121 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.121/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.121 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=121 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-b8749342f1c2cddb/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde_json-69b5ccc36833cc19/build-script-build` [serde_json 1.0.121] cargo:rerun-if-changed=build.rs [serde_json 1.0.121] cargo:rustc-check-cfg=cfg(limb_width_32) [serde_json 1.0.121] cargo:rustc-check-cfg=cfg(limb_width_64) [serde_json 1.0.121] cargo:rustc-cfg=limb_width_64 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libssh2-sys-0.3.0 CARGO_MANIFEST_LINKS=ssh2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libssh2-sys-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Wez Furlong :Matteo Bigoi ' CARGO_PKG_DESCRIPTION='Native bindings to the libssh2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libssh2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/ssh2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_OPENSSL_CONF=OPENSSL_NO_BUF_FREELISTS,OPENSSL_NO_COMP,OPENSSL_NO_EC2M,OPENSSL_NO_ENGINE,OPENSSL_NO_KRB5,OPENSSL_NO_PSK,OPENSSL_NO_SRP,OPENSSL_NO_SSL3_METHOD,OPENSSL_NO_SEED DEP_OPENSSL_LIBRESSL=true DEP_OPENSSL_LIBRESSL_VERSION=380 DEP_OPENSSL_LIBRESSL_VERSION_NUMBER=4000000f DEP_OPENSSL_VERSION=101 HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libssh2-sys-42440d57bcb5ff0a/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libssh2-sys-d7574faf11c38f32/build-script-build` [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_SYS_USE_PKG_CONFIG [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_NO_PKG_CONFIG [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_STATIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_DYNAMIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=curl_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libcurl library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=curl-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/curl-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.74+curl-8.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=74 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/curl-sys-94524f5559f3a166/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name curl_sys --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=2496a6f53a139985 -C extra-filename=-2496a6f53a139985 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern libnghttp2_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibnghttp2_sys-895cbcc6b4a4b523.rmeta --extern libz_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibz_sys-e84ee8cbf5629fd2.rmeta --extern openssl_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_sys-12aa14550044c01d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -l curl -l z -l ssl -l crypto -l nghttp2 -l ngtcp2 -l ngtcp2_crypto_quictls -l nghttp3 -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out/i/lib` [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=SYSROOT [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_STATIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_DYNAMIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libssh2-sys 0.3.0] cargo:rustc-link-search=native=/usr/local/lib [libssh2-sys 0.3.0] cargo:rustc-link-lib=ssh2 [libssh2-sys 0.3.0] cargo:rustc-link-lib=ssl [libssh2-sys 0.3.0] cargo:rustc-link-lib=crypto [libssh2-sys 0.3.0] cargo:rustc-link-lib=z [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_STATIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=LIBSSH2_DYNAMIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.3.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.3.0] cargo:include=/usr/local/include Compiling gix-command v0.3.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_command CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-command-0.3.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-command-0.3.10/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project handling internal git command execution' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-command CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_command --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-command-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8189eb10b45685d8 -C extra-filename=-8189eb10b45685d8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-c4ab1bcfe1ebe047.rmeta --extern shell_words=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libshell_words-6e5b7495f86727c5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `link_libnghttp2` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0/lib.rs:5:7 | 5 | #[cfg(link_libnghttp2)] | ^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(link_libnghttp2)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(link_libnghttp2)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `link_libz` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0/lib.rs:7:7 | 7 | #[cfg(link_libz)] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(link_libz)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(link_libz)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `link_openssl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0/lib.rs:9:7 | 9 | #[cfg(link_openssl)] | ^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(link_openssl)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(link_openssl)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `libcurl_vendored` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-sys-0.4.74+curl-8.9.0/lib.rs:1172:10 | 1172 | cfg!(libcurl_vendored) | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libcurl_vendored)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libcurl_vendored)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_HTTP2=1 CARGO_FEATURE_OPENSSL_PROBE=1 CARGO_FEATURE_OPENSSL_SYS=1 CARGO_FEATURE_SSL=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust bindings to libcurl for making HTTP requests' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/curl-rust' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=curl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/curl-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.46 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_CURL_INCLUDE=/usr/local/include DEP_OPENSSL_CONF=OPENSSL_NO_BUF_FREELISTS,OPENSSL_NO_COMP,OPENSSL_NO_EC2M,OPENSSL_NO_ENGINE,OPENSSL_NO_KRB5,OPENSSL_NO_PSK,OPENSSL_NO_SRP,OPENSSL_NO_SSL3_METHOD,OPENSSL_NO_SEED DEP_OPENSSL_LIBRESSL=true DEP_OPENSSL_LIBRESSL_VERSION=380 DEP_OPENSSL_LIBRESSL_VERSION_NUMBER=4000000f DEP_OPENSSL_VERSION=101 HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/curl-687192971e873db3/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/curl-6ae4f29be2b28b6c/build-script-build` Compiling gix-attributes v0.23.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_attributes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-attributes-0.23.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-attributes-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing .gitattributes files' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-attributes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_attributes --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-attributes-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=a4748ee50a4192fc -C extra-filename=-a4748ee50a4192fc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_glob=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_glob-6e06be123dd63ee5.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_quote-44894dd1186ad11c.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-c4ab1bcfe1ebe047.rmeta --extern kstring=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libkstring-e73407d5fc32ac99.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --extern unicode_bom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_bom-2d48a1884d0a50c6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `curl-sys` (lib) generated 4 warnings Compiling ff v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ff-0.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ff-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='Sean Bowe :Jack Grigg ' CARGO_PKG_DESCRIPTION='Library for building and interfacing with finite fields' CARGO_PKG_HOMEPAGE='https://github.com/zkcrypto/ff' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ff CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zkcrypto/ff' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ff --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=fcdf1752fb3a7e27 -C extra-filename=-fcdf1752fb3a7e27 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-0c3ba4cb3dba3b30.rmeta --extern subtle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-d0828b175ef666d8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling filetime v0.2.23 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=filetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.23/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Platform-agnostic accessors of timestamps in File metadata ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/filetime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=filetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/filetime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name filetime --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9ea172fec5dc9a1 -C extra-filename=-d9ea172fec5dc9a1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.23/src/unix/mod.rs:88:11 | 88 | #[cfg(target_os = "bitrig")] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("bitrig"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"bitrig\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.23/src/unix/mod.rs:97:15 | 97 | #[cfg(not(target_os = "bitrig"))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("bitrig"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"bitrig\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `emulate_second_only_system` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.23/src/lib.rs:82:17 | 82 | if cfg!(emulate_second_only_system) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(emulate_second_only_system)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(emulate_second_only_system)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Compiling spki v0.7.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=spki CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/spki-0.7.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/spki-0.7.3/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='X.509 Subject Public Key Info (RFC5280) describing public keys as well as their associated AlgorithmIdentifiers (i.e. OIDs) ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=spki CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/spki' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name spki --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=2283af71c5c6cac2 -C extra-filename=-2283af71c5c6cac2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern der=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libder-22cb7a4e51b938a3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `filetime` (lib) generated 3 warnings Compiling socket2 v0.5.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=socket2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/socket2-0.5.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/socket2-0.5.6/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Thomas de Zeeuw ' CARGO_PKG_DESCRIPTION='Utilities for handling networking sockets with a maximal amount of configuration possible intended. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/socket2' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=socket2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/socket2' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.5.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name socket2 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/socket2-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=c9e91df5b48f7dfd -C extra-filename=-c9e91df5b48f7dfd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling pkcs8 v0.10.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pkcs8 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkcs8-0.10.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkcs8-0.10.2/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8: Private-Key Information Syntax Specification (RFC 5208), with additional support for PKCS#8v2 asymmetric key packages (RFC 5958) ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkcs8 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/pkcs8' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pkcs8 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=4e06692a5ace6739 -C extra-filename=-4e06692a5ace6739 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern der=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libder-22cb7a4e51b938a3.rmeta --extern spki=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libspki-2283af71c5c6cac2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling tracing-core v0.1.32 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Core primitives for application-level tracing. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.32 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_core --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=1a4521af7c4a9ca3 -C extra-filename=-1a4521af7c4a9ca3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-5eb8ae28bb49ef9d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32/src/lib.rs:138:5 | 138 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32/src/dispatcher.rs:147:7 | 147 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32/src/dispatcher.rs:150:7 | 150 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32/src/field.rs:374:11 | 374 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32/src/field.rs:719:11 | 719 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32/src/field.rs:722:11 | 722 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32/src/field.rs:730:11 | 730 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32/src/field.rs:733:11 | 733 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32/src/field.rs:270:15 | 270 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: creating a shared reference to mutable static is discouraged --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.32/src/dispatcher.rs:458:9 | 458 | &GLOBAL_DISPATCH | ^^^^^^^^^^^^^^^^ shared reference to mutable static | = note: for more information, see = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives = note: `#[warn(static_mut_refs)]` on by default help: use `&raw const` instead to create a raw pointer | 458 | &raw const GLOBAL_DISPATCH | ~~~~~~~~~~ Fresh cfg-if v1.0.0 Fresh ryu v1.0.18 Compiling base16ct v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=base16ct CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base16ct-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base16ct-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of Base16 a.k.a hexadecimal (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base16ct CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/base16ct' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name base16ct --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=d7d0008ab4f069cd -C extra-filename=-d7d0008ab4f069cd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base16ct-0.2.0/src/upper.rs:49:14 | 49 | unsafe { crate::String::from_utf8_unchecked(dst) } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base16ct-0.2.0/src/lib.rs:13:5 | 13 | unused_qualifications | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 49 - unsafe { crate::String::from_utf8_unchecked(dst) } 49 + unsafe { String::from_utf8_unchecked(dst) } | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base16ct-0.2.0/src/error.rs:28:22 | 28 | impl From for core::fmt::Error { | ^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 28 - impl From for core::fmt::Error { 28 + impl From for fmt::Error { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base16ct-0.2.0/src/error.rs:29:26 | 29 | fn from(_: Error) -> core::fmt::Error { | ^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 29 - fn from(_: Error) -> core::fmt::Error { 29 + fn from(_: Error) -> fmt::Error { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base16ct-0.2.0/src/error.rs:30:9 | 30 | core::fmt::Error::default() | ^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 30 - core::fmt::Error::default() 30 + fmt::Error::default() | warning: `base16ct` (lib) generated 4 warnings Compiling sec1 v0.7.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sec1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sec1-0.7.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sec1-0.7.3/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats including ASN.1 DER-serialized private keys as well as the Elliptic-Curve-Point-to-Octet-String encoding ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sec1 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/sec1' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sec1 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=f55e4722fec2b2c7 -C extra-filename=-f55e4722fec2b2c7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern base16ct=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbase16ct-d7d0008ab4f069cd.rmeta --extern der=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libder-22cb7a4e51b938a3.rmeta --extern generic_array=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgeneric_array-9067f5ea249eaa7b.rmeta --extern pkcs8=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpkcs8-4e06692a5ace6739.rmeta --extern subtle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-d0828b175ef666d8.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-c48cc800f0be520b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.121 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.121/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.121 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=121 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-b8749342f1c2cddb/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.121/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=9c1c7d4fac3e1960 -C extra-filename=-9c1c7d4fac3e1960 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a12991592c1670c.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern ryu=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libryu-b00b7678c04f16b4.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg limb_width_64 --check-cfg 'cfg(limb_width_32)' --check-cfg 'cfg(limb_width_64)'` warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sec1-0.7.3/src/private_key.rs:101:28 | 101 | return Err(der::Tag::Integer.value_error()); | ^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sec1-0.7.3/src/lib.rs:14:5 | 14 | unused_qualifications | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 101 - return Err(der::Tag::Integer.value_error()); 101 + return Err(Tag::Integer.value_error()); | Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=curl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust bindings to libcurl for making HTTP requests' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/curl-rust' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=curl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/curl-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.46 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/curl-687192971e873db3/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name curl --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=aed3aedc58c32ef4 -C extra-filename=-aed3aedc58c32ef4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern curl_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl_sys-2496a6f53a139985.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern openssl_probe=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_probe-0e476f2cc74e6634.rmeta --extern openssl_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_sys-12aa14550044c01d.rmeta --extern socket2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsocket2-c9e91df5b48f7dfd.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out/i/lib` warning: unexpected `cfg` condition name: `need_openssl_probe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46/src/easy/handler.rs:678:11 | 678 | #[cfg(need_openssl_probe)] | ^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(need_openssl_probe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(need_openssl_probe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `need_openssl_probe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46/src/easy/handler.rs:700:15 | 700 | #[cfg(not(need_openssl_probe))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(need_openssl_probe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(need_openssl_probe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `need_openssl_init` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46/src/lib.rs:97:15 | 97 | #[cfg(need_openssl_init)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(need_openssl_init)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(need_openssl_init)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `need_openssl_init` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/curl-0.4.46/src/lib.rs:99:15 | 99 | #[cfg(need_openssl_init)] | ^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(need_openssl_init)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(need_openssl_init)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `tracing-core` (lib) generated 10 warnings Compiling group v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=group CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/group-0.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/group-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='Sean Bowe :Jack Grigg ' CARGO_PKG_DESCRIPTION='Elliptic curve group traits and utilities' CARGO_PKG_HOMEPAGE='https://github.com/zkcrypto/group' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=group CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zkcrypto/group' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name group --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=644eb150ab05f1ef -C extra-filename=-644eb150ab05f1ef --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern ff=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libff-fcdf1752fb3a7e27.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-0c3ba4cb3dba3b30.rmeta --extern subtle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-d0828b175ef666d8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling hkdf v0.12.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=hkdf CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hkdf-0.12.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hkdf-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='HMAC-based Extract-and-Expand Key Derivation Function (HKDF)' CARGO_PKG_HOMEPAGE='https://github.com/RustCrypto/KDFs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hkdf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/KDFs/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name hkdf --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=99d3d7bec7aa92d8 -C extra-filename=-99d3d7bec7aa92d8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern hmac=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhmac-bd9ddf9aa4fa1e4c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-ref v0.48.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_ref CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-ref-0.48.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-ref-0.48.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate to handle git references' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-ref CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.48.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=48 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_ref --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-ref-0.48.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=312a9fbaaef0185b -C extra-filename=-312a9fbaaef0185b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_actor=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_actor-385294613b244be4.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_fs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-d718a3ad2adc6316.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_lock=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_lock-a6d4de056952cffa.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-48a2a28966f97f6e.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_tempfile-0a56161dfc635115.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-0b14aaf27de1bf07.rmeta --extern gix_validate=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_validate-7817bebc83d78c15.rmeta --extern memmap2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemmap2-4ded608705b99e77.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --extern winnow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-3eaf624207c226b6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `sec1` (lib) generated 1 warning Compiling gix-url v0.28.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_url CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-url-0.28.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-url-0.28.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project implementing parsing and serialization of gix-url' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-url CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.28.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_url --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-url-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=f7b1e202338a1996 -C extra-filename=-f7b1e202338a1996 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --extern url=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-81c8c70d109d66dc.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `der` (lib) generated 2 warnings Compiling crypto-bigint v0.5.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crypto_bigint CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-bigint-0.5.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-bigint-0.5.5/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of a big integer library which has been designed from the ground-up for use in cryptographic applications. Provides constant-time, no_std-friendly implementations of modern formulas using const generics. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crypto-bigint CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/crypto-bigint' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.5.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crypto_bigint --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=ecc87e0acb04df99 -C extra-filename=-ecc87e0acb04df99 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgeneric_array-9067f5ea249eaa7b.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-0c3ba4cb3dba3b30.rmeta --extern subtle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-d0828b175ef666d8.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-c48cc800f0be520b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling tracing-attributes v0.1.27 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_attributes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors :Eliza Weisman :David Barsky ' CARGO_PKG_DESCRIPTION='Procedural macro attributes for automatically instrumenting functions. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-attributes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_attributes --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=31f933b3c970afd2 -C extra-filename=-31f933b3c970afd2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4002546e8a209df6.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ce7f0c296cfe2c03.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-859e091037a98c2e.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `sidefuzz` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-bigint-0.5.5/src/lib.rs:212:7 | 212 | #[cfg(sidefuzz)] | ^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sidefuzz)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sidefuzz)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused import: `macros::*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-bigint-0.5.5/src/uint/modular/constant_mod.rs:36:9 | 36 | pub use macros::*; | ^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/src/lib.rs:73:5 | 73 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.20 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zng)' -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=3a2d1fde649f4edf -C extra-filename=-3a2d1fde649f4edf --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libz-sys-3a2d1fde649f4edf -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-147752d48082225b.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-a6c33858d29a8214.rlib --extern vcpkg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libvcpkg-887d021232acd605.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling libgit2-sys v0.17.0+1.8.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libgit2-sys-0.17.0+1.8.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libgit2-sys-0.17.0+1.8.1/Cargo.toml CARGO_PKG_AUTHORS='Josh Triplett :Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libgit2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libgit2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.0+1.8.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="https"' --cfg 'feature="libssh2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --cfg 'feature="ssh_key_from_memory"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=8f9224bfbbdcbd32 -C extra-filename=-8f9224bfbbdcbd32 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libgit2-sys-8f9224bfbbdcbd32 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-147752d48082225b.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-a6c33858d29a8214.rlib --cap-lints warn -Z binary-dep-depinfo` warning: `curl` (lib) generated 4 warnings Compiling num-traits v0.2.19 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=3bbe32e8df00be57 -C extra-filename=-3bbe32e8df00be57 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/num-traits-3bbe32e8df00be57 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libautocfg-940918d178d16d4d.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling cpufeatures v0.2.12 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cpufeatures CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cpufeatures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cpufeatures --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fca815ec145472b9 -C extra-filename=-fca815ec145472b9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling utf8parse v0.2.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/utf8parse-0.2.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/utf8parse-0.2.2/Cargo.toml CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name utf8parse --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=ce79d98d4822b807 -C extra-filename=-ce79d98d4822b807 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling pin-project-lite v0.2.14 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.14 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.14/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pin_project_lite --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7bc9b28c0408388 -C extra-filename=-e7bc9b28c0408388 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling anstyle v1.0.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.8/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=1.0.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2e4279965e1c3b1e -C extra-filename=-2e4279965e1c3b1e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling anstyle-parse v0.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-parse-0.2.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-parse-0.2.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle_parse --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-parse-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=e3e23098dd43f375 -C extra-filename=-e3e23098dd43f375 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern utf8parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libutf8parse-ce79d98d4822b807.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `tracing-attributes` (lib) generated 1 warning Compiling tracing v0.1.40 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.40 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.40/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.40 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=8af0dbf96b7060a8 -C extra-filename=-8af0dbf96b7060a8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern pin_project_lite=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpin_project_lite-e7bc9b28c0408388.rmeta --extern tracing_attributes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libtracing_attributes-31f933b3c970afd2.so --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-1a4521af7c4a9ca3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.40/src/lib.rs:932:5 | 932 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default Compiling elliptic-curve v0.13.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=elliptic_curve CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elliptic-curve-0.13.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elliptic-curve-0.13.8/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='General purpose Elliptic Curve Cryptography (ECC) support, including types and traits for representing various elliptic curve forms, scalars, points, and public/secret keys composed thereof. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=elliptic-curve CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits/tree/master/elliptic-curve' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.13.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name elliptic_curve --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=5865844ebe486636 -C extra-filename=-5865844ebe486636 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern base16ct=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbase16ct-d7d0008ab4f069cd.rmeta --extern crypto_bigint=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrypto_bigint-ecc87e0acb04df99.rmeta --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdigest-9f7e60a7203f80c1.rmeta --extern ff=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libff-fcdf1752fb3a7e27.rmeta --extern generic_array=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgeneric_array-9067f5ea249eaa7b.rmeta --extern group=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgroup-644eb150ab05f1ef.rmeta --extern hkdf=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhkdf-99d3d7bec7aa92d8.rmeta --extern pem_rfc7468=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpem_rfc7468-69826f59443297ec.rmeta --extern pkcs8=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpkcs8-4e06692a5ace6739.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-0c3ba4cb3dba3b30.rmeta --extern sec1=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsec1-f55e4722fec2b2c7.rmeta --extern subtle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-d0828b175ef666d8.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-c48cc800f0be520b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_HTTPS=1 CARGO_FEATURE_LIBSSH2_SYS=1 CARGO_FEATURE_OPENSSL_SYS=1 CARGO_FEATURE_SSH=1 CARGO_FEATURE_SSH_KEY_FROM_MEMORY=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libgit2-sys-0.17.0+1.8.1 CARGO_MANIFEST_LINKS=git2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libgit2-sys-0.17.0+1.8.1/Cargo.toml CARGO_PKG_AUTHORS='Josh Triplett :Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libgit2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libgit2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.0+1.8.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_OPENSSL_CONF=OPENSSL_NO_BUF_FREELISTS,OPENSSL_NO_COMP,OPENSSL_NO_EC2M,OPENSSL_NO_ENGINE,OPENSSL_NO_KRB5,OPENSSL_NO_PSK,OPENSSL_NO_SRP,OPENSSL_NO_SSL3_METHOD,OPENSSL_NO_SEED DEP_OPENSSL_LIBRESSL=true DEP_OPENSSL_LIBRESSL_VERSION=380 DEP_OPENSSL_LIBRESSL_VERSION_NUMBER=4000000f DEP_OPENSSL_VERSION=101 DEP_SSH2_INCLUDE=/usr/local/include HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libgit2-sys-8f9224bfbbdcbd32/build-script-build` [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=LIBGIT2_NO_VENDOR [libgit2-sys 0.17.0+1.8.1] cargo:rustc-cfg=libgit2_vendored [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/alloc.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/alloc.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/cred.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/cred.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/refdb_backend.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/refdb_backend.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/odb_backend.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/odb_backend.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/merge.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/merge.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/remote.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/remote.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/diff.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/diff.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/config.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/config.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/hashsig.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/hashsig.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/reflog.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/reflog.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/commit_graph.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/commit_graph.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/path.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/path.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/mempack.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/mempack.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/credential.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/credential.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/email.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/email.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/openssl.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/openssl.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/stream.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/stream.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/filter.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/filter.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/refs.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/refs.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/errors.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/errors.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/commit.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/commit.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/transport.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/transport.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/midx.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/midx.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/index.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/index.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/sys/repository.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/sys/repository.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/refdb.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/refdb.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/odb.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/odb.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/blob.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/blob.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/refspec.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/refspec.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/pathspec.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/pathspec.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/deprecated.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/deprecated.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/oid.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/oid.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/odb_backend.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/odb_backend.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/describe.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/describe.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/trace.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/trace.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/tree.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/tree.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/worktree.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/worktree.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/message.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/message.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/merge.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/merge.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/submodule.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/submodule.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/blame.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/blame.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/clone.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/clone.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/ignore.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/ignore.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/signature.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/signature.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/rebase.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/rebase.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/revparse.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/revparse.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/remote.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/remote.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/diff.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/diff.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/tag.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/tag.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/config.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/config.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/reflog.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/reflog.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/branch.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/branch.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/patch.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/patch.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/graph.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/graph.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/stash.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/stash.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/pack.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/pack.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/cherrypick.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/cherrypick.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/revwalk.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/revwalk.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/global.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/global.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/credential.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/credential.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/experimental.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/experimental.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/email.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/email.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/version.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/version.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/transaction.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/transaction.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/common.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/common.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/mailmap.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/mailmap.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/buffer.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/buffer.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/filter.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/filter.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/indexer.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/indexer.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/attr.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/attr.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/types.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/types.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/notes.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/notes.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/refs.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/refs.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/cred_helpers.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/cred_helpers.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/credential_helpers.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/credential_helpers.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/net.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/net.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/errors.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/errors.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/status.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/status.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/object.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/object.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/reset.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/reset.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/commit.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/commit.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/annotated_commit.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/annotated_commit.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/stdint.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/stdint.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/cert.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/cert.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/revert.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/revert.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/transport.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/transport.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/checkout.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/checkout.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/index.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/index.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/oidarray.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/oidarray.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/strarray.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/strarray.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/apply.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/apply.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/repository.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/repository.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2/proxy.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2/proxy.h [libgit2-sys 0.17.0+1.8.1] libgit2/include/git2.h => /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/include/git2.h [libgit2-sys 0.17.0+1.8.1] TARGET = Some(x86_64-unknown-openbsd) [libgit2-sys 0.17.0+1.8.1] OPT_LEVEL = Some(3) [libgit2-sys 0.17.0+1.8.1] HOST = Some(x86_64-unknown-openbsd) [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [libgit2-sys 0.17.0+1.8.1] CC_x86_64-unknown-openbsd = None [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [libgit2-sys 0.17.0+1.8.1] CC_x86_64_unknown_openbsd = Some(cc) [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=CC_KNOWN_WRAPPER_CUSTOM [libgit2-sys 0.17.0+1.8.1] CC_KNOWN_WRAPPER_CUSTOM = None [libgit2-sys 0.17.0+1.8.1] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [libgit2-sys 0.17.0+1.8.1] CRATE_CC_NO_DEFAULTS = None [libgit2-sys 0.17.0+1.8.1] DEBUG = Some(false) [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [libgit2-sys 0.17.0+1.8.1] CFLAGS_x86_64-unknown-openbsd = None [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [libgit2-sys 0.17.0+1.8.1] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=CC_SHELL_ESCAPED_FLAGS [libgit2-sys 0.17.0+1.8.1] CC_SHELL_ESCAPED_FLAGS = None warning: `tracing` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/num-traits-84ced0c558062a0a/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/num-traits-3bbe32e8df00be57/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20 CARGO_MANIFEST_LINKS=z CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.20 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libz-sys-49313969011b4068/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libz-sys-3a2d1fde649f4edf/build-script-build` [libz-sys 1.1.20] cargo:rerun-if-env-changed=LIBZ_SYS_STATIC [libz-sys 1.1.20] cargo:rerun-if-changed=build.rs [libz-sys 1.1.20] cargo:rerun-if-changed=zng/cmake.rs [libz-sys 1.1.20] cargo:rerun-if-changed=zng/cc.rs [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_NO_PKG_CONFIG [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_STATIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_DYNAMIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=SYSROOT [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_STATIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_DYNAMIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libz-sys 1.1.20] cargo:rustc-link-lib=z [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_STATIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=ZLIB_DYNAMIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_openbsd [libz-sys 1.1.20] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libz-sys 1.1.20] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR Compiling gix-prompt v0.8.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_prompt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-prompt-0.8.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-prompt-0.8.8/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project for handling prompts in the terminal' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-prompt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_prompt --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-prompt-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa18177075d3a41d -C extra-filename=-aa18177075d3a41d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_command=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_command-8189eb10b45685d8.rmeta --extern gix_config_value=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_config_value-6b9dadab71feccf2.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-30082e860e90a1de.rmeta --extern rustix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustix-b9ebcd3bb6da4e79.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp [num-traits 0.2.19] cargo:rerun-if-changed=build.rs Compiling gix-traverse v0.42.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_traverse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-traverse-0.42.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-traverse-0.42.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-traverse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.42.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=42 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_traverse --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-traverse-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff8e18fdb94da57b -C extra-filename=-ff8e18fdb94da57b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-45be5798aa044355.rmeta --extern gix_commitgraph=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_commitgraph-86c2bf96871d8b20.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-9151fd9216c42db2.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_hashtable=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hashtable-b3ef428d5797fcc6.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-48a2a28966f97f6e.rmeta --extern gix_revwalk=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_revwalk-a5f22af751155f12.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libz-sys 1.1.20] OPT_LEVEL = Some(0) [libz-sys 1.1.20] TARGET = Some(x86_64-unknown-openbsd) [libz-sys 1.1.20] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libz-sys-49313969011b4068/out) [libz-sys 1.1.20] HOST = Some(x86_64-unknown-openbsd) [libz-sys 1.1.20] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [libz-sys 1.1.20] CC_x86_64-unknown-openbsd = None [libz-sys 1.1.20] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [libz-sys 1.1.20] CC_x86_64_unknown_openbsd = Some(cc) [libz-sys 1.1.20] cargo:rerun-if-env-changed=CC_KNOWN_WRAPPER_CUSTOM [libz-sys 1.1.20] CC_KNOWN_WRAPPER_CUSTOM = None [libz-sys 1.1.20] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [libz-sys 1.1.20] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [libz-sys 1.1.20] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [libz-sys 1.1.20] CRATE_CC_NO_DEFAULTS = None [libz-sys 1.1.20] DEBUG = Some(false) [libz-sys 1.1.20] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [libz-sys 1.1.20] CFLAGS_x86_64-unknown-openbsd = None [libz-sys 1.1.20] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [libz-sys 1.1.20] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [libz-sys 1.1.20] cargo:rerun-if-env-changed=CC_SHELL_ESCAPED_FLAGS [libz-sys 1.1.20] CC_SHELL_ESCAPED_FLAGS = None [libz-sys 1.1.20] running "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "--target=x86_64-unknown-openbsd" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "--target=x86_64-unknown-openbsd" "-O2" "-pipe" "src/smoke.c" "-g0" "-o" "/dev/null" "-lz" [libz-sys 1.1.20] src/smoke.c:4:10: warning: cast to smaller integer type 'int' from 'uLong (*)(uLong, const Bytef *, uInt)' (aka 'unsigned long (*)(unsigned long, const unsigned char *, unsigned int)') [-Wpointer-to-int-cast] [libz-sys 1.1.20] return (int) adler32; [libz-sys 1.1.20] ^~~~~~~~~~~~~ [libz-sys 1.1.20] 1 warning generated. [libz-sys 1.1.20] cargo:rustc-link-lib=z Compiling gix-bitmap v0.2.12 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_bitmap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-bitmap-0.2.12 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-bitmap-0.2.12/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dedicated implementing the standard git bitmap format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-bitmap CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.2.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_bitmap --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-bitmap-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8afcae553e8936fe -C extra-filename=-8afcae553e8936fe --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/Cargo.toml CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crc32fast-8c3c5d07080bddcc/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crc32fast-448119ec57aa9823/build-script-build` [crc32fast 1.4.0] cargo:rerun-if-changed=build.rs [crc32fast 1.4.0] cargo:rustc-cfg=crc32fast_stdarchx86 Compiling colorchoice v1.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/colorchoice-1.0.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/colorchoice-1.0.2/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name colorchoice --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/colorchoice-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3abe1a462127523f -C extra-filename=-3abe1a462127523f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling powerfmt v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=powerfmt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION=' `powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=powerfmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/powerfmt' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name powerfmt --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=d2571f87916ab903 -C extra-filename=-d2571f87916ab903 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling is_terminal_polyfill v1.70.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=is_terminal_polyfill CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/is_terminal_polyfill-1.70.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/is_terminal_polyfill-1.70.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Polyfill for `is_terminal` stdlib feature for use with older MSRVs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=is_terminal_polyfill CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/polyfill-rs/is_terminal_polyfill' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.70.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=70 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name is_terminal_polyfill --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=45323046e20e068f -C extra-filename=-45323046e20e068f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `crypto-bigint` (lib) generated 2 warnings Compiling anstyle-query v1.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-query-1.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-query-1.1.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=1.1.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle_query --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-query-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e6d80c83ff4bd8b -C extra-filename=-4e6d80c83ff4bd8b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/lib.rs:6:13 | 6 | #![cfg_attr(__powerfmt_docs, feature(doc_auto_cfg, rustc_attrs))] | ^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/lib.rs:7:13 | 7 | #![cfg_attr(__powerfmt_docs, allow(internal_features))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/smart_display.rs:629:12 | 629 | #[cfg_attr(__powerfmt_docs, rustc_must_implement_one_of(fmt, fmt_with_metadata))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Fresh regex-syntax v0.6.29 warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/hir/interval.rs:423:8 | 335 | pub trait Interval: | -------- method in this trait ... 423 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: call to `.borrow()` on a reference in this situation does nothing --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/ast/parse.rs:379:21 | 379 | self.pattern.borrow() | ^^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default warning: `regex-syntax` (lib) generated 2 warnings Fresh equivalent v1.0.1 Compiling anyhow v1.0.86 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.86 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.86/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.86 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=86 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=7ca4b2328dc2a0d0 -C extra-filename=-7ca4b2328dc2a0d0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/anyhow-7ca4b2328dc2a0d0 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling fnv v1.0.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fnv-1.0.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fnv --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=19c8427b25391cec -C extra-filename=-19c8427b25391cec --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-index v0.36.0 warning: `powerfmt` (lib) generated 3 warnings Compiling deranged v0.3.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_index CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-index-0.36.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-index-0.36.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A work-in-progress crate of the gitoxide project dedicated implementing the git index file' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-index CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.36.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=36 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_index --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-index-0.36.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=912e6638847dee97 -C extra-filename=-912e6638847dee97 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-45be5798aa044355.rmeta --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern filetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfiletime-d9ea172fec5dc9a1.rmeta --extern fnv=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfnv-19c8427b25391cec.rmeta --extern gix_bitmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_bitmap-8afcae553e8936fe.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_fs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-d718a3ad2adc6316.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_lock=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_lock-a6d4de056952cffa.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-48a2a28966f97f6e.rmeta --extern gix_traverse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_traverse-ff8e18fdb94da57b.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-0b14aaf27de1bf07.rmeta --extern gix_validate=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_validate-7817bebc83d78c15.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhashbrown-5d80a563db7f0faf.rmeta --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a12991592c1670c.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern memmap2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemmap2-4ded608705b99e77.rmeta --extern rustix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustix-b9ebcd3bb6da4e79.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=deranged CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='Ranged integers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deranged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/deranged' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name deranged --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=adf7d7ff91bbcb5f -C extra-filename=-adf7d7ff91bbcb5f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern powerfmt=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpowerfmt-d2571f87916ab903.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.86 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.86/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.86 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=86 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/anyhow-cb506eca5930472e/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/anyhow-7ca4b2328dc2a0d0/build-script-build` [anyhow 1.0.86] cargo:rerun-if-changed=build/probe.rs Compiling anstream v0.6.15 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstream-0.6.15 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstream-0.6.15/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstream --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstream-0.6.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=78ddf6f6af6d8437 -C extra-filename=-78ddf6f6af6d8437 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-2e4279965e1c3b1e.rmeta --extern anstyle_parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle_parse-e3e23098dd43f375.rmeta --extern anstyle_query=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle_query-4e6d80c83ff4bd8b.rmeta --extern colorchoice=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcolorchoice-3abe1a462127523f.rmeta --extern is_terminal_polyfill=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libis_terminal_polyfill-45323046e20e068f.rmeta --extern utf8parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libutf8parse-ce79d98d4822b807.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs:9:5 | 9 | illegal_floating_point_literal_pattern, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs:1:13 | 1 | #![cfg_attr(docs_rs, feature(doc_auto_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default [anyhow 1.0.86] cargo:rustc-check-cfg=cfg(anyhow_nightly_testing) [anyhow 1.0.86] cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str) [anyhow 1.0.86] cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of) [anyhow 1.0.86] cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint) [anyhow 1.0.86] cargo:rustc-check-cfg=cfg(doc_cfg) [anyhow 1.0.86] cargo:rustc-check-cfg=cfg(error_generic_member_access) [anyhow 1.0.86] cargo:rustc-check-cfg=cfg(std_backtrace) [anyhow 1.0.86] cargo:rustc-cfg=std_backtrace Compiling indexmap v2.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.3.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.3.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name indexmap --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=72f9624f04c1985e -C extra-filename=-72f9624f04c1985e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern equivalent=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libequivalent-51afc7943e7b22fa.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhashbrown-5d80a563db7f0faf.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Fresh regex-automata v0.1.10 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:90:38 | 90 | pub fn representatives(&self) -> ByteClassRepresentatives { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 90 | pub fn representatives(&self) -> ByteClassRepresentatives<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:111:32 | 111 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1113:38 | 1113 | pub fn states(&self) -> StateIter { | ---------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | pub fn states(&self) -> StateIter<'_, T, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1508:55 | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1613:32 | 1613 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1613 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1702:53 | 1702 | pub fn transitions(&self) -> StateTransitionIter { | -------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | pub fn transitions(&self) -> StateTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1718:66 | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter { | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1725:32 | 1725 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1828:57 | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut { | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1835:32 | 1835 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/error.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/minimize.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:868:32 | 868 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 868 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:891:32 | 891 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1012:32 | 1012 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1140:32 | 1140 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1200:32 | 1200 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1662:34 | 1662 | pub(crate) struct StateIter<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 1662 - pub(crate) struct StateIter<'a, T: 'a, S: 'a> { 1662 + pub(crate) struct StateIter<'a, T, S> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1689:30 | 1689 | pub(crate) struct State<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1753:44 | 1753 | pub(crate) struct StateTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1774:50 | 1774 | pub(crate) struct StateSparseTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1815:33 | 1815 | pub(crate) struct StateMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1847:47 | 1847 | pub(crate) struct StateTransitionIterMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/minimize.rs:42:34 | 42 | pub(crate) struct Minimizer<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/regex.rs:415:34 | 415 | pub struct Matches<'r, 't, D: DFA + 'r> { | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1054:36 | 1054 | struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { | ^^^^^ ^^^^^ | help: remove these bounds | 1054 - struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { 1054 + struct StateIter<'a, T: AsRef<[u8]>, S: StateID = usize> { | warning: `regex-automata` (lib) generated 30 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/Cargo.toml CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crc32fast-8c3c5d07080bddcc/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crc32fast --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=5e209a484b98b2da -C extra-filename=-5e209a484b98b2da --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcfg_if-e8072239357820e6.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg crc32fast_stdarchx86` warning: unexpected `cfg` condition name: `crc32fast_stdarchx86` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.0/src/specialized/mod.rs:3:9 | 3 | crc32fast_stdarchx86, | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crc32fast_stdarchx86)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crc32fast_stdarchx86)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 warning: `crc32fast` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libz_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett :Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.20 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libz-sys-49313969011b4068/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libz_sys --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zng)' -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=887ab08f993b2002 -C extra-filename=-887ab08f993b2002 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo -l z -l z` Compiling gix-credentials v0.25.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_credentials CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-credentials-0.25.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-credentials-0.25.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project to interact with git credentials helpers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-credentials CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.25.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=25 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_credentials --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-credentials-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=50ce18886ab98d56 -C extra-filename=-50ce18886ab98d56 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_command=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_command-8189eb10b45685d8.rmeta --extern gix_config_value=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_config_value-6b9dadab71feccf2.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_prompt=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_prompt-aa18177075d3a41d.rmeta --extern gix_sec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_sec-11fa5104fc93c86f.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-c4ab1bcfe1ebe047.rmeta --extern gix_url=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_url-f7b1e202338a1996.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/num-traits-84ced0c558062a0a/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name num_traits --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=37ea68fe8d0123ec -C extra-filename=-37ea68fe8d0123ec --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg has_total_cmp` warning: `deranged` (lib) generated 2 warnings Compiling sha2 v0.10.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sha2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sha2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=025d5fb836b989ed -C extra-filename=-025d5fb836b989ed --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcpufeatures-fca815ec145472b9.rmeta --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdigest-9f7e60a7203f80c1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | // Relaxed ordering is fine, as we only have a single atomic variable. 187 | | let val = STORAGE.load(Relaxed); ... | 196 | | } 197 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | // Relaxed ordering is fine, as we only have a single atomic variable. 187 | | let val = STORAGE.load(Relaxed); ... | 196 | | } 197 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | // Relaxed ordering is fine, as we only have a single atomic variable. 187 | | let val = STORAGE.load(Relaxed); ... | 196 | | } 197 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | // Relaxed ordering is fine, as we only have a single atomic variable. 187 | | let val = STORAGE.load(Relaxed); ... | 196 | | } 197 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_total_cmp` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19/src/float.rs:2305:19 | 2301 | / macro_rules! totalorder_impl { 2302 | | ($T:ident, $I:ident, $U:ident, $bits:expr) => { 2303 | | impl TotalOrder for $T { 2304 | | #[inline] 2305 | | #[cfg(has_total_cmp)] | | ^^^^^^^^^^^^^ ... | 2323 | | }; 2324 | | } | |_- in this expansion of `totalorder_impl!` 2325 | totalorder_impl!(f64, i64, u64, 64); | ----------------------------------- in this macro invocation | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `has_total_cmp` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19/src/float.rs:2311:23 | 2301 | / macro_rules! totalorder_impl { 2302 | | ($T:ident, $I:ident, $U:ident, $bits:expr) => { 2303 | | impl TotalOrder for $T { 2304 | | #[inline] ... | 2311 | | #[cfg(not(has_total_cmp))] | | ^^^^^^^^^^^^^ ... | 2323 | | }; 2324 | | } | |_- in this expansion of `totalorder_impl!` 2325 | totalorder_impl!(f64, i64, u64, 64); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_total_cmp` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19/src/float.rs:2305:19 | 2301 | / macro_rules! totalorder_impl { 2302 | | ($T:ident, $I:ident, $U:ident, $bits:expr) => { 2303 | | impl TotalOrder for $T { 2304 | | #[inline] 2305 | | #[cfg(has_total_cmp)] | | ^^^^^^^^^^^^^ ... | 2323 | | }; 2324 | | } | |_- in this expansion of `totalorder_impl!` 2325 | totalorder_impl!(f64, i64, u64, 64); 2326 | totalorder_impl!(f32, i32, u32, 32); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_total_cmp` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-traits-0.2.19/src/float.rs:2311:23 | 2301 | / macro_rules! totalorder_impl { 2302 | | ($T:ident, $I:ident, $U:ident, $bits:expr) => { 2303 | | impl TotalOrder for $T { 2304 | | #[inline] ... | 2311 | | #[cfg(not(has_total_cmp))] | | ^^^^^^^^^^^^^ ... | 2323 | | }; 2324 | | } | |_- in this expansion of `totalorder_impl!` 2325 | totalorder_impl!(f64, i64, u64, 64); 2326 | totalorder_impl!(f32, i32, u32, 32); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `num-traits` (lib) generated 4 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=filetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.23/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Platform-agnostic accessors of timestamps in File metadata ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/filetime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=filetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/filetime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name filetime --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=986485ecbaf08d82 -C extra-filename=-986485ecbaf08d82 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcfg_if-e8072239357820e6.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/liblibc-ea86c5368bcbe7e0.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `emulate_second_only_system` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.23/src/lib.rs:82:17 | 82 | if cfg!(emulate_second_only_system) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(emulate_second_only_system)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(emulate_second_only_system)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `filetime` (lib) generated 3 warnings (2 duplicates) Compiling gix-pathspec v0.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_pathspec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-pathspec-0.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-pathspec-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing magical pathspecs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-pathspec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_pathspec --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-pathspec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0998a62732411b8 -C extra-filename=-c0998a62732411b8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-45be5798aa044355.rmeta --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_attributes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_attributes-a4748ee50a4192fc.rmeta --extern gix_config_value=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_config_value-6b9dadab71feccf2.rmeta --extern gix_glob=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_glob-6e06be123dd63ee5.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `sha2` (lib) generated 8 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libssh2_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libssh2-sys-0.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libssh2-sys-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Wez Furlong :Matteo Bigoi ' CARGO_PKG_DESCRIPTION='Native bindings to the libssh2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libssh2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/ssh2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libssh2-sys-42440d57bcb5ff0a/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libssh2_sys --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libssh2-sys-0.3.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("openssl-on-win32", "openssl-sys", "vendored-openssl", "zlib-ng-compat"))' -C metadata=30290d6d8a1a5c0e -C extra-filename=-30290d6d8a1a5c0e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern libz_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibz_sys-e84ee8cbf5629fd2.rmeta --extern openssl_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_sys-12aa14550044c01d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -l ssh2 -l ssl -l crypto -l z` Compiling rfc6979 v0.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rfc6979 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rfc6979-0.4.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rfc6979-0.4.0/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of RFC6979: Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rfc6979 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/signatures/tree/master/rfc6979' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rfc6979 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=099f5018a960a458 -C extra-filename=-099f5018a960a458 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern hmac=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhmac-bd9ddf9aa4fa1e4c.rmeta --extern subtle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-d0828b175ef666d8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling gix-ignore v0.12.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_ignore CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-ignore-0.12.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-ignore-0.12.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing .gitignore files' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-ignore CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.12.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_ignore --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-ignore-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=ff7d0149665d5c29 -C extra-filename=-ff7d0149665d5c29 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_glob=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_glob-6e06be123dd63ee5.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-c4ab1bcfe1ebe047.rmeta --extern unicode_bom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_bom-2d48a1884d0a50c6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-revision v0.30.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_revision CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-revision-0.30.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-revision-0.30.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing with finding names for revisions and parsing specifications' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-revision CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.30.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=30 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_revision --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-revision-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "describe", "document-features", "merge_base", "serde"))' -C metadata=0d45c326debcc6ed -C extra-filename=-0d45c326debcc6ed --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_commitgraph=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_commitgraph-86c2bf96871d8b20.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-9151fd9216c42db2.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-48a2a28966f97f6e.rmeta --extern gix_revwalk=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_revwalk-a5f22af751155f12.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling signature v2.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=signature CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/signature-2.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/signature-2.2.0/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signature CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits/tree/master/signature' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=2.2.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name signature --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=7e29e2ffa79f7012 -C extra-filename=-7e29e2ffa79f7012 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdigest-9f7e60a7203f80c1.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-0c3ba4cb3dba3b30.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-packetline v0.18.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_packetline CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-packetline-0.18.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-packetline-0.18.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project implementing the pkt-line serialization format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-packetline CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.18.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_packetline --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-packetline-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="blocking-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "blocking-io", "default", "document-features", "futures-io", "futures-lite", "pin-project-lite", "serde"))' -C metadata=af9ca6ca3f610569 -C extra-filename=-af9ca6ca3f610569 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern faster_hex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfaster_hex-da61624f195b56af.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-c4ab1bcfe1ebe047.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling serde_spanned v0.6.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_spanned-0.6.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_spanned-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_spanned --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c0fa7e8c3be39d05 -C extra-filename=-c0fa7e8c3be39d05 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling toml_datetime v0.6.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name toml_datetime --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b5b063a870ee1d97 -C extra-filename=-b5b063a870ee1d97 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling terminal_size v0.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=terminal_size CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/terminal_size-0.4.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/terminal_size-0.4.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Chin ' CARGO_PKG_DESCRIPTION='Gets the size of your Linux or Windows terminal' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=terminal_size CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/eminence/terminal-size' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name terminal_size --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b600f2a4ddb5084 -C extra-filename=-5b600f2a4ddb5084 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rustix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustix-b9ebcd3bb6da4e79.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling regex v1.10.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.10.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.10.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.10.5 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=30570211a87027ab -C extra-filename=-30570211a87027ab --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaho_corasick-1110f647ac52c000.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-3c0aedca5b137890.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-4f18b80b77356cb3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling crossbeam-epoch v0.9.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_epoch CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.9.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_epoch --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=1d92a3592d8558a0 -C extra-filename=-1d92a3592d8558a0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-a66e83908cfb65e9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:66:7 | 66 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:69:7 | 69 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:91:11 | 91 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1675:21 | 1675 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:350:15 | 350 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:358:11 | 358 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/collector.rs:112:21 | 112 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:90:21 | 90 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:56:15 | 56 | #[cfg(not(any(crossbeam_sanitize, miri)))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:59:11 | 59 | #[cfg(any(crossbeam_sanitize, miri))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:300:15 | 300 | #[cfg(not(any(crossbeam_sanitize, miri)))] // `crossbeam_sanitize` and `miri` reduce the size of `Local` | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:557:21 | 557 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:202:29 | 202 | let steps = if cfg!(crossbeam_sanitize) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/mod.rs:5:11 | 5 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/list.rs:298:21 | 298 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/queue.rs:217:21 | 217 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:64:21 | 64 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:14:15 | 14 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:22:11 | 22 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Compiling libsqlite3-sys v0.30.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libsqlite3-sys-0.30.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libsqlite3-sys-0.30.1/Cargo.toml CARGO_PKG_AUTHORS='The rusqlite developers' CARGO_PKG_DESCRIPTION='Native bindings to the libsqlite3 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libsqlite3-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rusqlite/rusqlite' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.30.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=30 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libsqlite3-sys-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="bundled"' --cfg 'feature="bundled_bindings"' --cfg 'feature="cc"' --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=794de2b6534faf52 -C extra-filename=-794de2b6534faf52 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libsqlite3-sys-794de2b6534faf52 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-147752d48082225b.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libpkg_config-a6c33858d29a8214.rlib --extern vcpkg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libvcpkg-887d021232acd605.rlib --cap-lints warn -Z binary-dep-depinfo` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling clru v0.6.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clru CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clru-0.6.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clru-0.6.1/Cargo.toml CARGO_PKG_AUTHORS='marmeladema ' CARGO_PKG_DESCRIPTION='An LRU cache implementation with constant time operations and weighted semantic' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clru CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/marmeladema/clru-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clru --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clru-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4ebd421c04d0344 -C extra-filename=-c4ebd421c04d0344 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `crossbeam-epoch` (lib) generated 20 warnings Compiling base64 v0.22.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=base64 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.22.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.22.1/Cargo.toml CARGO_PKG_AUTHORS='Marshall Pierce ' CARGO_PKG_DESCRIPTION='encodes and decodes base64 as bytes or utf8' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base64 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/marshallpierce/rust-base64' CARGO_PKG_RUST_VERSION=1.48.0 CARGO_PKG_VERSION=0.22.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name base64 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1e707ef13f90bf4c -C extra-filename=-1e707ef13f90bf4c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Fresh lazy_static v1.5.0 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/inline_lazy.rs:8:1 | 8 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/inline_lazy.rs:26:43 | 26 | pub fn get(&'static self, f: F) -> &T | ^ this elided lifetime gets resolved as `'static` | = note: `#[warn(elided_named_lifetimes)]` on by default help: consider specifying it explicitly | 26 | pub fn get(&'static self, f: F) -> &'static T | +++++++ warning: `lazy_static` (lib) generated 2 warnings Compiling strsim v0.11.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name strsim --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0d7737a86fe414c -C extra-filename=-c0d7737a86fe414c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/base64-0.22.1/src/lib.rs:223:13 | 223 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, and `std` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Fresh overload v0.1.1 Compiling typeid v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=typeid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typeid-1.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typeid-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Const TypeId and non-'\''static TypeId' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typeid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/typeid' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name typeid --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typeid-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a45a5a4ddc47eeb7 -C extra-filename=-a45a5a4ddc47eeb7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling semver v1.0.23 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=32118037739c0581 -C extra-filename=-32118037739c0581 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/semver-32118037739c0581 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling memchr v2.7.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=3417bf03d38c177c -C extra-filename=-3417bf03d38c177c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `base64` (lib) generated 1 warning Compiling time-core v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name time_core --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d74c091f2e6d2f7 -C extra-filename=-0d74c091f2e6d2f7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling clap_lex v0.7.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_lex-0.7.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_lex-0.7.2/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clap_lex --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_lex-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04f3e5dc07549f05 -C extra-filename=-04f3e5dc07549f05 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling minimal-lexical v0.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minimal-lexical-0.2.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minimal-lexical-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Huszagh ' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name minimal_lexical --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=851724bd77da3596 -C extra-filename=-851724bd77da3596 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling num-conv v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name num_conv --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=018a3e6d3903038a -C extra-filename=-018a3e6d3903038a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling clap_builder v4.5.20 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.20 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clap_builder --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="unstable-ext"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=a90e7e6330e50d10 -C extra-filename=-a90e7e6330e50d10 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstream=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstream-78ddf6f6af6d8437.rmeta --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-2e4279965e1c3b1e.rmeta --extern clap_lex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_lex-04f3e5dc07549f05.rmeta --extern strsim=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libstrsim-c0d7737a86fe414c.rmeta --extern terminal_size=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libterminal_size-5b600f2a4ddb5084.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling nom v7.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=7.1.3 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name nom --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=d83938cb9a11919e -C extra-filename=-d83938cb9a11919e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmemchr-3417bf03d38c177c.rmeta --extern minimal_lexical=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libminimal_lexical-851724bd77da3596.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling time v0.3.36 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.36 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=36 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name time --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=7e86974b774815ee -C extra-filename=-7e86974b774815ee --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern deranged=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libderanged-adf7d7ff91bbcb5f.rmeta --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a12991592c1670c.rmeta --extern num_conv=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnum_conv-018a3e6d3903038a.rmeta --extern powerfmt=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpowerfmt-d2571f87916ab903.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --extern time_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtime_core-0d74c091f2e6d2f7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_SERDE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/semver-44eb4c0482d3b21b/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/semver-32118037739c0581/build-script-build` [semver 1.0.23] cargo:rerun-if-changed=build.rs warning: lint `temporary_cstring_as_ptr` has been renamed to `dangling_pointers_from_temporaries` | = help: use the new name `dangling_pointers_from_temporaries` = note: requested on the command line with `-D temporary_cstring_as_ptr` = note: `#[warn(renamed_and_removed_lints)]` on by default [semver 1.0.23] cargo:rustc-check-cfg=cfg(doc_cfg) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_alloc_crate) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_const_vec_new) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_exhaustive_int_match) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_non_exhaustive) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_nonzero_bitscan) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_str_strip_prefix) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_track_caller) [semver 1.0.23] cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint) [semver 1.0.23] cargo:rustc-check-cfg=cfg(test_node_semver) Compiling gix-transport v0.43.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_transport CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-transport-0.43.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-transport-0.43.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dedicated to implementing the git transport layer' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-transport CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.43.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=43 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_transport --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-transport-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="base64"' --cfg 'feature="blocking-client"' --cfg 'feature="curl"' --cfg 'feature="default"' --cfg 'feature="gix-credentials"' --cfg 'feature="http-client"' --cfg 'feature="http-client-curl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-client", "async-std", "async-trait", "base64", "blocking-client", "curl", "default", "document-features", "futures-io", "futures-lite", "gix-credentials", "http-client", "http-client-curl", "http-client-curl-rust-tls", "http-client-reqwest", "http-client-reqwest-native-tls", "http-client-reqwest-rust-tls", "http-client-reqwest-rust-tls-trust-dns", "pin-project-lite", "reqwest", "serde"))' -C metadata=1c3e53ad115cf289 -C extra-filename=-1c3e53ad115cf289 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern base64=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbase64-1e707ef13f90bf4c.rmeta --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern curl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl-aed3aedc58c32ef4.rmeta --extern gix_command=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_command-8189eb10b45685d8.rmeta --extern gix_credentials=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_credentials-50ce18886ab98d56.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_packetline=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_packetline-af9ca6ca3f610569.rmeta --extern gix_quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_quote-44894dd1186ad11c.rmeta --extern gix_sec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_sec-11fa5104fc93c86f.rmeta --extern gix_url=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_url-f7b1e202338a1996.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out/i/lib` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:375:13 | 375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, and `std` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:379:12 | 379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:391:12 | 391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:418:14 | 418 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `self::str::*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:439:9 | 439 | pub use self::str::*; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:49:12 | 49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:96:12 | 96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:340:12 | 340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:357:12 | 357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:374:12 | 374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:392:12 | 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:409:12 | 409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:430:12 | 430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Compiling erased-serde v0.4.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=erased_serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/erased-serde-0.4.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/erased-serde-0.4.5/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Type-erased Serialize and Serializer traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=erased-serde CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/erased-serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.4.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name erased_serde --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/erased-serde-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=c6008b360c77edec -C extra-filename=-c6008b360c77edec --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --extern typeid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtypeid-a45a5a4ddc47eeb7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:70:13 | 70 | #![cfg_attr(__time_03_docs, feature(doc_auto_cfg, doc_notable_trait))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__time_03_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__time_03_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/formattable.rs:24:12 | 24 | #[cfg_attr(__time_03_docs, doc(notable_trait))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__time_03_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__time_03_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:18:12 | 18 | #[cfg_attr(__time_03_docs, doc(notable_trait))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__time_03_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__time_03_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/iso8601.rs:261:35 | 261 | ... -hour.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method = note: requested on the command line with `-W unstable-name-collisions` help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/iso8601.rs:263:34 | 263 | ... hour.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/iso8601.rs:283:34 | 283 | ... -min.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/iso8601.rs:285:33 | 285 | ... min.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1289:37 | 1289 | original.subsec_nanos().cast_signed(), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1426:42 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1426 | | .checked_mul(rhs.cast_signed().extend::()) | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1445:52 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1445 | | self.whole_nanoseconds() / rhs.cast_signed().extend::() | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1426:42 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1426 | | .checked_mul(rhs.cast_signed().extend::()) | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1445:52 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1445 | | self.whole_nanoseconds() / rhs.cast_signed().extend::() | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1426:42 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1426 | | .checked_mul(rhs.cast_signed().extend::()) | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1445:52 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1445 | | self.whole_nanoseconds() / rhs.cast_signed().extend::() | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1543:37 | 1543 | if rhs.as_secs() > i64::MAX.cast_unsigned() { | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1549:37 | 1549 | .cmp(&rhs.as_secs().cast_signed()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1553:50 | 1553 | .cmp(&rhs.subsec_nanos().cast_signed()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/formattable.rs:192:59 | 192 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/formattable.rs:234:59 | 234 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/iso8601.rs:31:67 | 31 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/iso8601.rs:46:67 | 46 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/iso8601.rs:61:67 | 61 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/mod.rs:475:48 | 475 | / Nanosecond::per(Millisecond).cast_signed().extend::()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/mod.rs:481:48 | 481 | / Nanosecond::per(Microsecond).cast_signed().extend::()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/combinator/rfc/iso8601.rs:67:27 | 67 | let val = val.cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/combinator/rfc/iso8601.rs:70:66 | 70 | None => exactly_n_digits::<4, u32>(input)?.map(|val| val.cast_signed()), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/component.rs:30:60 | 30 | Some(b'-') => Some(ParsedItem(input, -year.cast_signed())), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/component.rs:32:50 | 32 | _ => Some(ParsedItem(input, year.cast_signed())), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/component.rs:36:84 | 36 | exactly_n_digits_padded::<2, u32>(modifiers.padding)(input)?.map(|v| v.cast_signed()), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/component.rs:274:53 | 274 | Some(b'-') => Some(ParsedItem(input, (-hour.cast_signed(), true))), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/component.rs:276:43 | 276 | _ => Some(ParsedItem(input, (hour.cast_signed(), false))), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/component.rs:287:48 | 287 | .map(|offset_minute| offset_minute.cast_signed()), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/component.rs:298:48 | 298 | .map(|offset_second| offset_second.cast_signed()), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/component.rs:330:62 | 330 | Some(b'-') => Some(ParsedItem(input, -nano_timestamp.cast_signed())), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/component.rs:332:52 | 332 | _ => Some(ParsedItem(input, nano_timestamp.cast_signed())), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:219:74 | 219 | item.consume_value(|value| parsed.set_year(value.cast_signed())) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:228:46 | 228 | ... .map(|year| year.cast_signed()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:301:38 | 301 | -offset_hour.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:303:37 | 303 | offset_hour.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:311:82 | 311 | item.consume_value(|value| parsed.set_offset_minute_signed(value.cast_signed())) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:444:42 | 444 | ... -offset_hour.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:446:41 | 446 | ... offset_hour.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:453:48 | 453 | (input, offset_hour, offset_minute.cast_signed()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:474:54 | 474 | let date = Date::from_calendar_date(year.cast_signed(), month, day)?; | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:512:79 | 512 | .and_then(|item| item.consume_value(|value| parsed.set_year(value.cast_signed()))) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:579:42 | 579 | ... -offset_hour.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:581:41 | 581 | ... offset_hour.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:592:40 | 592 | -offset_minute.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:594:39 | 594 | offset_minute.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:663:38 | 663 | -offset_hour.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:665:37 | 665 | offset_hour.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:668:40 | 668 | -offset_minute.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:670:39 | 670 | offset_minute.cast_signed() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsable.rs:706:61 | 706 | .and_then(|month| Date::from_calendar_date(year.cast_signed(), month, day)) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsed.rs:300:54 | 300 | self.set_year_last_two(value.cast_unsigned().truncate()) | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsed.rs:304:58 | 304 | self.set_iso_year_last_two(value.cast_unsigned().truncate()) | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsed.rs:546:28 | 546 | if value > i8::MAX.cast_unsigned() { | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsed.rs:549:49 | 549 | self.set_offset_minute_signed(value.cast_signed()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsed.rs:560:28 | 560 | if value > i8::MAX.cast_unsigned() { | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsed.rs:563:49 | 563 | self.set_offset_second_signed(value.cast_signed()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsed.rs:774:37 | 774 | (sunday_week_number.cast_signed().extend::() * 7 | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsed.rs:775:57 | 775 | + weekday.number_days_from_sunday().cast_signed().extend::() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsed.rs:777:26 | 777 | + 1).cast_unsigned(), | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsed.rs:781:37 | 781 | (monday_week_number.cast_signed().extend::() * 7 | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsed.rs:782:57 | 782 | + weekday.number_days_from_monday().cast_signed().extend::() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/parsing/parsed.rs:784:26 | 784 | + 1).cast_unsigned(), | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:924:41 | 924 | let hour_diff = self.hour.get().cast_signed() - rhs.hour.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:924:72 | 924 | let hour_diff = self.hour.get().cast_signed() - rhs.hour.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:925:45 | 925 | let minute_diff = self.minute.get().cast_signed() - rhs.minute.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:925:78 | 925 | let minute_diff = self.minute.get().cast_signed() - rhs.minute.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:926:45 | 926 | let second_diff = self.second.get().cast_signed() - rhs.second.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:926:78 | 926 | let second_diff = self.second.get().cast_signed() - rhs.second.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:928:35 | 928 | self.nanosecond.get().cast_signed() - rhs.nanosecond.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:928:72 | 928 | self.nanosecond.get().cast_signed() - rhs.nanosecond.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:930:69 | 930 | let seconds = hour_diff.extend::() * Second::per(Hour).cast_signed().extend::() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:931:65 | 931 | + minute_diff.extend::() * Second::per(Minute).cast_signed().extend::() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:937:59 | 937 | nanosecond_diff + Nanosecond::per(Second).cast_signed(), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:942:59 | 942 | nanosecond_diff - Nanosecond::per(Second).cast_signed(), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | Fresh nu-ansi-term v0.46.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:306:32 | 306 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/lib.rs:261:9 | 261 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/util.rs:41:23 | 41 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/util.rs:52:28 | 52 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:13:37 | 13 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:123:38 | 123 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound warning: `nu-ansi-term` (lib) generated 14 warnings Fresh sharded-slab v0.1.7 warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:15:17 | 15 | #[cfg(all(test, loom))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:453:9 | 453 | test_println!("pool: create {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:621:9 | 621 | test_println!("pool: create_owned {:?}", tid); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:655:9 | 655 | test_println!("pool: create_with"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:678:9 | 678 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:769:9 | 769 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:914:9 | 914 | test_println!("drop Ref: try clearing data"); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1049:9 | 1049 | test_println!(" -> drop RefMut: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1124:9 | 1124 | test_println!("drop OwnedRef: try clearing data"); | ------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1135:13 | 1135 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1139:17 | 1139 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1238:9 | 1238 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1290:9 | 1290 | test_println!("drop OwnedRefMut: try clearing data"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1303:17 | 1303 | test_println!("-> shard does not exist! THIS IS A BUG"); | ------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/sync.rs:3:11 | 3 | #[cfg(all(loom, any(test, feature = "loom")))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/sync.rs:63:15 | 63 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:95:11 | 95 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:18:9 | 18 | test_println!("UniqueIter::next"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:20:13 | 20 | test_println!("-> try next slot"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:22:17 | 22 | test_println!("-> found an item!"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:26:13 | 26 | test_println!("-> try next page"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:28:17 | 28 | test_println!("-> found another page"); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:33:13 | 33 | test_println!("-> try next shard"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:35:17 | 35 | test_println!("-> found another shard"); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:38:17 | 38 | test_println!("-> all done!"); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:115:13 | 115 | / test_println!( 116 | | "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};", 117 | | gen, 118 | | current_gen, ... | 121 | | refs, 122 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:129:17 | 129 | test_println!("-> get: no longer exists!"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:142:21 | 142 | test_println!("-> {:?}", new_refs); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:154:21 | 154 | test_println!("-> get: retrying; lifecycle={:#x};", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:175:13 | 175 | / test_println!( 176 | | "-> mark_release; gen={:?}; current_gen={:?};", 177 | | gen, 178 | | curr_gen 179 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:187:13 | 187 | test_println!("-> mark_release; state={:?};", state); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:190:21 | 190 | test_println!("--> mark_release; cannot release (already removed!)"); | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:194:21 | 194 | test_println!("--> mark_release; already marked;"); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:202:13 | 202 | / test_println!( 203 | | "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};", 204 | | lifecycle, 205 | | new_lifecycle 206 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:216:21 | 216 | test_println!("-> mark_release; retrying"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:224:9 | 224 | test_println!("-> mark_release: marked; refs={:?};", refs); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:246:13 | 246 | / test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};", 247 | | lifecycle, 248 | | gen, 249 | | current_gen, 250 | | next_gen 251 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:258:17 | 258 | test_println!("-> already removed!"); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:275:21 | 275 | test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:277:25 | 277 | test_println!("-> ok to remove!"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:290:21 | 290 | test_println!("-> refs={:?}; spin...", refs); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:296:21 | 296 | test_println!("-> retrying; lifecycle={:#x};", actual); | ------------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:316:9 | 316 | / test_println!( 317 | | "-> initialize_state; state={:?}; gen={:?}; refs={:?};", 318 | | Lifecycle::::from_packed(lifecycle), 319 | | gen, 320 | | refs, 321 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:324:13 | 324 | test_println!("-> initialize while referenced! cancelling"); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:363:9 | 363 | test_println!("-> inserted at {:?}", gen); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:389:17 | 389 | / test_println!( 390 | | "-> try_remove_value; nothing exists at generation={:?}", 391 | | gen 392 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:397:9 | 397 | test_println!("-> try_remove_value; marked!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:401:13 | 401 | test_println!("-> try_remove_value; can remove now"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:453:17 | 453 | / test_println!( 454 | | "-> try_clear_storage; nothing exists at generation={:?}", 455 | | gen 456 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:461:9 | 461 | test_println!("-> try_clear_storage; marked!"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:465:13 | 465 | test_println!("-> try_remove_value; can clear now"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:485:13 | 485 | test_println!("-> cleared: {}", cleared); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:510:13 | 510 | / test_println!( 511 | | "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}", 512 | | state, 513 | | gen, ... | 517 | | dropping 518 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:526:21 | 526 | test_println!("-> drop guard: done; dropping={:?}", dropping); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:530:21 | 530 | test_println!("-> drop guard; retry, actual={:#x}", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:710:13 | 710 | test_println!("-> get: {}; MAX={}", self.value, RefCount::::MAX); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:830:9 | 830 | / test_println!( 831 | | "InitGuard::release; curr_lifecycle={:?}; downgrading={}", 832 | | Lifecycle::::from_packed(self.curr_lifecycle), 833 | | new_refs != 0, 834 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:836:13 | 836 | test_println!("-> already released!"); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:852:17 | 852 | test_println!("--> advanced to PRESENT; done"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:856:17 | 856 | / test_println!( 857 | | "--> lifecycle changed; actual={:?}", 858 | | Lifecycle::::from_packed(actual) 859 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:870:13 | 870 | / test_println!( 871 | | "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};", 872 | | curr_lifecycle, 873 | | state, 874 | | refs, 875 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:889:21 | 889 | test_println!("-> InitGuard::RELEASE: done!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:894:21 | 894 | test_println!("-> InitGuard::release; retry, actual={:#x}", actual); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:72:11 | 72 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:20:9 | 20 | test_println!("-> pop {:#x}", val); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:34:13 | 34 | test_println!("-> next {:#x}", next); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:43:21 | 43 | test_println!("-> retry!"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:47:21 | 47 | test_println!("-> successful; next={:#x}", next); | ------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:146:9 | 146 | test_println!("-> local head {:?}", head); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:156:13 | 156 | test_println!("-> remote head {:?}", head); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:163:13 | 163 | test_println!("-> NULL! {:?}", head); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:185:9 | 185 | test_println!("-> offset {:?}", poff); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:214:9 | 214 | test_println!("-> take: offset {:?}", offset); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:231:9 | 231 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:287:9 | 287 | test_println!("-> init_with: insert at offset: {}", index); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:294:9 | 294 | test_println!("-> alloc new page ({})", self.size); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:318:9 | 318 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:338:9 | 338 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:79:9 | 79 | test_println!("-> {:?}", addr); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:111:9 | 111 | test_println!("-> remove_local {:?}", addr); | ------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:125:9 | 125 | test_println!("-> take_remote {:?}; page {:?}", addr, page_index); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:172:13 | 172 | test_println!("-> page {}; {:?}; {:?}", page_idx, local, page); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:208:9 | 208 | / test_println!( 209 | | "-> clear_after_release; self.tid={:?}; current.tid={:?};", 210 | | tid, 211 | | self.tid 212 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:286:9 | 286 | test_println!("-> get shard={}", idx); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:293:9 | 293 | test_println!("current: {:?}", tid); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:306:13 | 306 | test_println!("-> allocated new shard for index {} at {:p}", idx, ptr); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:315:13 | 315 | test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:326:9 | 326 | test_println!("Array::iter_mut"); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:328:9 | 328 | test_println!("-> highest index={}", max); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:381:9 | 381 | test_println!("---> loaded={:p} (order={:?})", ptr, order); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:383:13 | 383 | test_println!("---> null"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:418:9 | 418 | test_println!("IterMut::next"); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:425:13 | 425 | test_println!("-> next.is_some={}", next.is_some()); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:427:17 | 427 | test_println!("-> done"); | ------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/tid.rs:185:15 | 185 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/tid.rs:197:21 | 197 | #[cfg(all(test, not(loom)))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:422:9 | 422 | test_println!("insert {:?}", tid); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:457:9 | 457 | test_println!("vacant_entry {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:518:9 | 518 | test_println!("rm_deferred {:?}", tid); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:584:9 | 584 | test_println!("rm {:?}", tid); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:611:9 | 611 | test_println!("get {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:709:9 | 709 | test_println!("get_owned {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:960:9 | 960 | test_println!("drop OwnedEntry: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:971:13 | 971 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:975:17 | 975 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:62:32 | 62 | pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); | ^^^^ ^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 62 - pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); 62 + pub(crate) struct IterMut<'a, T, C: cfg::Config>(slice::IterMut<'a, Ptr>); | warning: `sharded-slab` (lib) generated 106 warnings Compiling gix-pack v0.54.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_pack CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-pack-0.54.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-pack-0.54.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Implements git packs and related data structures' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-pack CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.54.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=54 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_pack --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-pack-0.54.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="object-cache-dynamic"' --cfg 'feature="streaming-input"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "document-features", "generate", "object-cache-dynamic", "pack-cache-lru-dynamic", "pack-cache-lru-static", "serde", "streaming-input", "wasm"))' -C metadata=7c82ed34b97d8e24 -C extra-filename=-7c82ed34b97d8e24 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern clru=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclru-c4ebd421c04d0344.rmeta --extern gix_chunk=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_chunk-779532501090e04e.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_hashtable=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hashtable-b3ef428d5797fcc6.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-48a2a28966f97f6e.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_tempfile-0a56161dfc635115.rmeta --extern memmap2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemmap2-4ded608705b99e77.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-30082e860e90a1de.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `nom` (lib) generated 13 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_BUNDLED=1 CARGO_FEATURE_BUNDLED_BINDINGS=1 CARGO_FEATURE_CC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_MIN_SQLITE_VERSION_3_14_0=1 CARGO_FEATURE_PKG_CONFIG=1 CARGO_FEATURE_VCPKG=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libsqlite3-sys-0.30.1 CARGO_MANIFEST_LINKS=sqlite3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libsqlite3-sys-0.30.1/Cargo.toml CARGO_PKG_AUTHORS='The rusqlite developers' CARGO_PKG_DESCRIPTION='Native bindings to the libsqlite3 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libsqlite3-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rusqlite/rusqlite' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.30.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=30 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-a27d94f53e977d83/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libsqlite3-sys-794de2b6534faf52/build-script-build` [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=LIBSQLITE3_SYS_USE_PKG_CONFIG [libsqlite3-sys 0.30.1] cargo:include=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libsqlite3-sys-0.30.1/sqlite3 [libsqlite3-sys 0.30.1] cargo:rerun-if-changed=sqlite3/sqlite3.c [libsqlite3-sys 0.30.1] cargo:rerun-if-changed=sqlite3/wasm32-wasi-vfs.c [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=SQLITE_MAX_VARIABLE_NUMBER [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=SQLITE_MAX_EXPR_DEPTH [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=SQLITE_MAX_COLUMN [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=LIBSQLITE3_FLAGS [libsqlite3-sys 0.30.1] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-a27d94f53e977d83/out) [libsqlite3-sys 0.30.1] TARGET = Some(x86_64-unknown-openbsd) [libsqlite3-sys 0.30.1] OPT_LEVEL = Some(3) [libsqlite3-sys 0.30.1] HOST = Some(x86_64-unknown-openbsd) [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [libsqlite3-sys 0.30.1] CC_x86_64-unknown-openbsd = None [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [libsqlite3-sys 0.30.1] CC_x86_64_unknown_openbsd = Some(cc) [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=CC_KNOWN_WRAPPER_CUSTOM [libsqlite3-sys 0.30.1] CC_KNOWN_WRAPPER_CUSTOM = None [libsqlite3-sys 0.30.1] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [libsqlite3-sys 0.30.1] CRATE_CC_NO_DEFAULTS = None [libsqlite3-sys 0.30.1] DEBUG = Some(false) [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [libsqlite3-sys 0.30.1] CFLAGS_x86_64-unknown-openbsd = None [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [libsqlite3-sys 0.30.1] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=CC_SHELL_ESCAPED_FLAGS [libsqlite3-sys 0.30.1] CC_SHELL_ESCAPED_FLAGS = None [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 warning: `time` (lib) generated 79 warnings Compiling crossbeam-deque v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_deque CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Concurrent work-stealing deque' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-deque CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_deque --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3f3bd5a56ef83665 -C extra-filename=-3f3bd5a56ef83665 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern crossbeam_epoch=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_epoch-1d92a3592d8558a0.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-a66e83908cfb65e9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling toml_edit v0.22.20 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name toml_edit --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=f108cba88539a2ab -C extra-filename=-f108cba88539a2ab --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libindexmap-72f9624f04c1985e.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --extern serde_spanned=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_spanned-c0fa7e8c3be39d05.rmeta --extern toml_datetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_datetime-b5b063a870ee1d97.rmeta --extern winnow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-3eaf624207c226b6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-refspec v0.26.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_refspec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-refspec-0.26.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-refspec-0.26.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project for parsing and representing refspecs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-refspec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.26.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=26 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_refspec --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-refspec-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a84d2fa41c5c94f6 -C extra-filename=-a84d2fa41c5c94f6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_revision=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_revision-0d45c326debcc6ed.rmeta --extern gix_validate=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_validate-7817bebc83d78c15.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling ecdsa v0.16.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ecdsa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ecdsa-0.16.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ecdsa-0.16.9/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic signatures as well as support for added entropy ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ecdsa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/signatures/tree/master/ecdsa' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.16.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ecdsa --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=fdb40a469f59374d -C extra-filename=-fdb40a469f59374d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern der=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libder-22cb7a4e51b938a3.rmeta --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdigest-9f7e60a7203f80c1.rmeta --extern elliptic_curve=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libelliptic_curve-5865844ebe486636.rmeta --extern rfc6979=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librfc6979-099f5018a960a458.rmeta --extern signature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsignature-7e29e2ffa79f7012.rmeta --extern spki=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libspki-2283af71c5c6cac2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ecdsa-0.16.9/src/der.rs:127:26 | 127 | .map_err(|_| der::Tag::Sequence.value_error()) | ^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ecdsa-0.16.9/src/lib.rs:23:5 | 23 | unused_qualifications | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 127 - .map_err(|_| der::Tag::Sequence.value_error()) 127 + .map_err(|_| Tag::Sequence.value_error()) | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ecdsa-0.16.9/src/der.rs:361:26 | 361 | header.tag.assert_eq(der::Tag::Sequence)?; | ^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 361 - header.tag.assert_eq(der::Tag::Sequence)?; 361 + header.tag.assert_eq(Tag::Sequence)?; | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ecdsa-0.16.9/src/verifying.rs:421:18 | 421 | type Error = pkcs8::spki::Error; | ^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 421 - type Error = pkcs8::spki::Error; 421 + type Error = spki::Error; | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ecdsa-0.16.9/src/verifying.rs:423:62 | 423 | fn try_from(spki: pkcs8::SubjectPublicKeyInfoRef<'_>) -> pkcs8::spki::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 423 - fn try_from(spki: pkcs8::SubjectPublicKeyInfoRef<'_>) -> pkcs8::spki::Result { 423 + fn try_from(spki: pkcs8::SubjectPublicKeyInfoRef<'_>) -> spki::Result { | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ecdsa-0.16.9/src/verifying.rs:435:36 | 435 | fn to_public_key_der(&self) -> pkcs8::spki::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 435 - fn to_public_key_der(&self) -> pkcs8::spki::Result { 435 + fn to_public_key_der(&self) -> spki::Result { | warning: `ecdsa` (lib) generated 5 warnings Compiling gix-worktree v0.37.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_worktree CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-worktree-0.37.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-worktree-0.37.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project for shared worktree related types and utilities.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-worktree CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.37.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=37 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_worktree --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-worktree-0.37.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("attributes", "default", "document-features", "serde"))' -C metadata=15298f74a61ebf13 -C extra-filename=-15298f74a61ebf13 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_attributes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_attributes-a4748ee50a4192fc.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_fs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-d718a3ad2adc6316.rmeta --extern gix_glob=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_glob-6e06be123dd63ee5.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_ignore-ff7d0149665d5c29.rmeta --extern gix_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_index-912e6638847dee97.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-48a2a28966f97f6e.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_validate=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_validate-7817bebc83d78c15.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling tar v0.4.42 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tar CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/tar-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tar CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/tar-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.42 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tar --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=f46da8bfb8d1fd06 -C extra-filename=-f46da8bfb8d1fd06 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern filetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libfiletime-986485ecbaf08d82.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/liblibc-ea86c5368bcbe7e0.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling ordered-float v2.10.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ordered_float CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ordered-float-2.10.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ordered-float-2.10.1/Cargo.toml CARGO_PKG_AUTHORS='Jonathan Reem :Matt Brubeck ' CARGO_PKG_DESCRIPTION='Wrappers for total ordering on floats' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ordered-float CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/reem/rust-ordered-float' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.10.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ordered_float --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=207a17e31f2ea1a7 -C extra-filename=-207a17e31f2ea1a7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern num_traits=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnum_traits-37ea68fe8d0123ec.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=flate2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flate2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' CARGO_PKG_RUST_VERSION=1.56.1 CARGO_PKG_VERSION=1.0.34 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name flate2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="libz-sys"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=e96d9829c898567f -C extra-filename=-e96d9829c898567f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcrc32fast-5e209a484b98b2da.rmeta --extern libz_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/liblibz_sys-887ab08f993b2002.rmeta --cap-lints warn -Z binary-dep-depinfo` Fresh matchers v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.86 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.86/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.86 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=86 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/anyhow-cb506eca5930472e/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anyhow --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=78cc1a0378e6056f -C extra-filename=-78cc1a0378e6056f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` Compiling primeorder v0.13.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=primeorder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/primeorder-0.13.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/primeorder-0.13.6/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of complete addition formulas for prime order elliptic curves (Renes-Costello-Batina 2015). Generic over field elements and curve equation coefficients ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=primeorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/elliptic-curves/tree/master/primeorder' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.13.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name primeorder --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=f8a36d91564fce7a -C extra-filename=-f8a36d91564fce7a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern elliptic_curve=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libelliptic_curve-5865844ebe486636.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-config v0.41.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_config CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-config-0.41.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-config-0.41.0/Cargo.toml CARGO_PKG_AUTHORS='Edward Shen ' CARGO_PKG_DESCRIPTION='A git-config file parser and editor from the gitoxide project' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.41.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=41 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_config --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-config-0.41.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=bafeeede0be27719 -C extra-filename=-bafeeede0be27719 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_config_value=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_config_value-6b9dadab71feccf2.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_glob=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_glob-6e06be123dd63ee5.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_ref=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_ref-312a9fbaaef0185b.rmeta --extern gix_sec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_sec-11fa5104fc93c86f.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-5eb8ae28bb49ef9d.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --extern unicode_bom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_bom-2d48a1884d0a50c6.rmeta --extern winnow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-3eaf624207c226b6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling gix-discover v0.36.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_discover CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-discover-0.36.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-discover-0.36.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Discover git repositories and check if a directory is a git repository' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-discover CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.36.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=36 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_discover --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-discover-0.36.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2450ca906705e642 -C extra-filename=-2450ca906705e642 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_fs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-d718a3ad2adc6316.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_ref=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_ref-312a9fbaaef0185b.rmeta --extern gix_sec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_sec-11fa5104fc93c86f.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling tracing-log v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Provides compatibility between `tracing` and the `log` crate. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_log --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=7c07bc53b7ad817b -C extra-filename=-7c07bc53b7ad817b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-b6b389cb1aba808d.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-5eb8ae28bb49ef9d.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-1a4521af7c4a9ca3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs:115:5 | 115 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling gix-packetline-blocking v0.18.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_packetline_blocking CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-packetline-blocking-0.18.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-packetline-blocking-0.18.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A duplicate of `gix-packetline` with the `blocking-io` feature pre-selected' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-packetline-blocking CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.18.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_packetline_blocking --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-packetline-blocking-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="blocking-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "blocking-io", "default", "document-features", "serde"))' -C metadata=9a5711e1d50194b1 -C extra-filename=-9a5711e1d50194b1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern faster_hex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfaster_hex-da61624f195b56af.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-c4ab1bcfe1ebe047.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `tracing-log` (lib) generated 1 warning Compiling bitmaps v2.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bitmaps CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitmaps-2.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitmaps-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Bodil Stokke ' CARGO_PKG_DESCRIPTION='Fixed size boolean arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MPL-2.0+ CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitmaps CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/bodil/bitmaps' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name bitmaps --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitmaps-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6b50bb3dd7ac97bc -C extra-filename=-6b50bb3dd7ac97bc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern typenum=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtypenum-7254ca956e0e001e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling globset v0.4.14 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=globset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.14 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.14/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=globset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name globset --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=69885919a4e6756e -C extra-filename=-69885919a4e6756e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaho_corasick-1110f647ac52c000.rmeta --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-b6b389cb1aba808d.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-3c0aedca5b137890.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-4f18b80b77356cb3.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling maybe-async v0.2.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=maybe_async CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/maybe-async-0.2.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/maybe-async-0.2.10/Cargo.toml CARGO_PKG_AUTHORS='Guoli Lyu ' CARGO_PKG_DESCRIPTION='A procedure macro to unify SYNC and ASYNC implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=maybe-async CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fMeow/maybe-async-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name maybe_async --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/maybe-async-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="is_sync"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "is_sync"))' -C metadata=638208621edcd516 -C extra-filename=-638208621edcd516 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4002546e8a209df6.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ce7f0c296cfe2c03.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-859e091037a98c2e.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling blake3 v1.5.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.2/Cargo.toml CARGO_PKG_AUTHORS='Jack O'\''Connor :Samuel Neves' CARGO_PKG_DESCRIPTION='the BLAKE3 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=blake3 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BLAKE3-team/BLAKE3' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=d14a246b7841e524 -C extra-filename=-d14a246b7841e524 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/blake3-d14a246b7841e524 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcc-147752d48082225b.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling unicase v2.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=6a4e715169a195b7 -C extra-filename=-6a4e715169a195b7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/unicase-6a4e715169a195b7 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern version_check=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libversion_check-156be7a5617dc779.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling im-rc v15.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/Cargo.toml CARGO_PKG_AUTHORS='Bodil Stokke ' CARGO_PKG_DESCRIPTION='Immutable collection datatypes (the fast but not thread safe version)' CARGO_PKG_HOMEPAGE='http://immutable.rs/' CARGO_PKG_LICENSE=MPL-2.0+ CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=im-rc CARGO_PKG_README=../../README.md CARGO_PKG_REPOSITORY='https://github.com/bodil/im-rs' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=15.1.0 CARGO_PKG_VERSION_MAJOR=15 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "debug", "pool", "proptest", "quickcheck", "rayon", "refpool", "serde"))' -C metadata=98fb05632f3641bc -C extra-filename=-98fb05632f3641bc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/im-rc-98fb05632f3641bc -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern version_check=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libversion_check-156be7a5617dc779.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling thread_local v1.1.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread_local CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=1.1.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thread_local --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=18979abae1e2a4e4 -C extra-filename=-18979abae1e2a4e4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-5eb8ae28bb49ef9d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: methods `unchecked_unwrap` and `unchecked_unwrap_none` are never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:13:15 | 11 | pub trait UncheckedOptionExt { | ------------------ methods in this trait 12 | /// Get the value out of this Option without checking for None. 13 | unsafe fn unchecked_unwrap(self) -> T; | ^^^^^^^^^^^^^^^^ ... 16 | unsafe fn unchecked_unwrap_none(self); | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `unchecked_unwrap_err` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:25:15 | 20 | pub trait UncheckedResultExt { | ------------------ method in this trait ... 25 | unsafe fn unchecked_unwrap_err(self) -> E; | ^^^^^^^^^^^^^^^^^^^^ warning: `thread_local` (lib) generated 2 warnings Compiling encoding_rs v0.8.33 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=encoding_rs CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/Cargo.toml CARGO_PKG_AUTHORS='Henri Sivonen ' CARGO_PKG_DESCRIPTION='A Gecko-oriented implementation of the Encoding Standard' CARGO_PKG_HOMEPAGE='https://docs.rs/encoding_rs/' CARGO_PKG_LICENSE='(Apache-2.0 OR MIT) AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=encoding_rs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hsivonen/encoding_rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.33 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=33 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name encoding_rs --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=d7858729b0ab69b7 -C extra-filename=-d7858729b0ab69b7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/lib.rs:11:5 | 11 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/macros.rs:689:16 | 671 | / macro_rules! euc_jp_decoder_function { 672 | | ($jis0802_trail_body:block, 673 | | $jis0812_lead_body:block, 674 | | $jis0812_trail_body:block, ... | 689 | | #[cfg_attr(feature = "cargo-clippy", allow(never_loop))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 899 | | }); 900 | | } | |_- in this expansion of `euc_jp_decoder_function!` (#2) 901 | 902 | / macro_rules! euc_jp_decoder_functions { 903 | | ( 904 | | $jis0802_trail_body:block, 905 | | $jis0812_lead_body:block, ... | 919 | / euc_jp_decoder_function!( 920 | $jis0802_trail_body, 921 | $jis0812_lead_body, 922 | $jis0812_trail_body, ... 936 | Utf8Destination 937 | | ); | |_________- in this macro invocation (#2) ... 957 | | }; 958 | | } | |_- in this expansion of `euc_jp_decoder_functions!` (#1) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/euc_jp.rs:77:5 | 77 | / euc_jp_decoder_functions!( 78 | | { 79 | | let trail_minus_offset = byte.wrapping_sub(0xA1); 80 | | // Fast-track Hiragana (60% according to Lunde) ... | 220 | | handle 221 | | ); | |_____- in this macro invocation (#1) | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/macros.rs:689:16 | 671 | / macro_rules! euc_jp_decoder_function { 672 | | ($jis0802_trail_body:block, 673 | | $jis0812_lead_body:block, 674 | | $jis0812_trail_body:block, ... | 689 | | #[cfg_attr(feature = "cargo-clippy", allow(never_loop))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 899 | | }); 900 | | } | |_- in this expansion of `euc_jp_decoder_function!` (#2) 901 | 902 | / macro_rules! euc_jp_decoder_functions { 903 | | ( 904 | | $jis0802_trail_body:block, 905 | | $jis0812_lead_body:block, ... | 938 | / euc_jp_decoder_function!( 939 | $jis0802_trail_body, 940 | $jis0812_lead_body, 941 | $jis0812_trail_body, ... 955 | Utf16Destination 956 | | ); | |_________- in this macro invocation (#2) 957 | | }; 958 | | } | |_- in this expansion of `euc_jp_decoder_functions!` (#1) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/euc_jp.rs:77:5 | 77 | / euc_jp_decoder_functions!( 78 | | { 79 | | let trail_minus_offset = byte.wrapping_sub(0xA1); 80 | | // Fast-track Hiragana (60% according to Lunde) ... | 220 | | handle 221 | | ); | |_____- in this macro invocation (#1) | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/macros.rs:364:16 | 341 | / macro_rules! gb18030_decoder_function { 342 | | ($first_body:block, 343 | | $second_body:block, 344 | | $third_body:block, ... | 364 | | #[cfg_attr(feature = "cargo-clippy", allow(never_loop))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 595 | | }); 596 | | } | |_- in this expansion of `gb18030_decoder_function!` (#2) 597 | 598 | / macro_rules! gb18030_decoder_functions { 599 | | ( 600 | | $first_body:block, 601 | | $second_body:block, ... | 620 | / gb18030_decoder_function!( 621 | $first_body, 622 | $second_body, 623 | $third_body, ... 642 | Utf8Destination 643 | | ); | |_________- in this macro invocation (#2) ... 668 | | }; 669 | | } | |_- in this expansion of `gb18030_decoder_functions!` (#1) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/gb18030.rs:111:5 | 111 | / gb18030_decoder_functions!( 112 | | { 113 | | // If first is between 0x81 and 0xFE, inclusive, 114 | | // subtract offset 0x81. ... | 294 | | handle, 295 | | 'outermost); | |___________________- in this macro invocation (#1) | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/macros.rs:364:16 | 341 | / macro_rules! gb18030_decoder_function { 342 | | ($first_body:block, 343 | | $second_body:block, 344 | | $third_body:block, ... | 364 | | #[cfg_attr(feature = "cargo-clippy", allow(never_loop))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 595 | | }); 596 | | } | |_- in this expansion of `gb18030_decoder_function!` (#2) 597 | 598 | / macro_rules! gb18030_decoder_functions { 599 | | ( 600 | | $first_body:block, 601 | | $second_body:block, ... | 644 | / gb18030_decoder_function!( 645 | $first_body, 646 | $second_body, 647 | $third_body, ... 666 | Utf16Destination 667 | | ); | |_________- in this macro invocation (#2) 668 | | }; 669 | | } | |_- in this expansion of `gb18030_decoder_functions!` (#1) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/gb18030.rs:111:5 | 111 | / gb18030_decoder_functions!( 112 | | { 113 | | // If first is between 0x81 and 0xFE, inclusive, 114 | | // subtract offset 0x81. ... | 294 | | handle, 295 | | 'outermost); | |___________________- in this macro invocation (#1) | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/iso_2022_jp.rs:377:5 | 377 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/iso_2022_jp.rs:398:5 | 398 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/utf_8.rs:229:12 | 229 | #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cyclomatic_complexity))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/utf_8.rs:606:12 | 606 | #[cfg_attr(feature = "cargo-clippy", allow(never_loop))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `disabled` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/ascii.rs:1214:68 | 1214 | if #[cfg(all(feature = "simd-accel", target_endian = "little", target_arch = "disabled"))] { | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_arch` are: `aarch64`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_arch, values("disabled"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_arch, values(\"disabled\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/ascii.rs:1375:20 | 1375 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/ascii.rs:183:13 | 177 | / macro_rules! basic_latin_alu { 178 | | ($name:ident, 179 | | $src_unit:ty, 180 | | $dst_unit:ty, ... | 183 | | feature = "cargo-clippy", | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 275 | | }; 276 | | } | |_- in this expansion of `basic_latin_alu!` ... 1481 | basic_latin_alu!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_alu); | -------------------------------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/ascii.rs:183:13 | 177 | / macro_rules! basic_latin_alu { 178 | | ($name:ident, 179 | | $src_unit:ty, 180 | | $dst_unit:ty, ... | 183 | | feature = "cargo-clippy", | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 275 | | }; 276 | | } | |_- in this expansion of `basic_latin_alu!` ... 1482 | basic_latin_alu!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_alu); | -------------------------------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/ascii.rs:282:13 | 279 | / macro_rules! latin1_alu { 280 | | ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_fn:ident) => { 281 | | #[cfg_attr( 282 | | feature = "cargo-clippy", | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 342 | | }; 343 | | } | |_- in this expansion of `latin1_alu!` ... 1483 | latin1_alu!(unpack_latin1, u8, u16, unpack_latin1_stride_alu); | ------------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/ascii.rs:282:13 | 279 | / macro_rules! latin1_alu { 280 | | ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_fn:ident) => { 281 | | #[cfg_attr( 282 | | feature = "cargo-clippy", | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 342 | | }; 343 | | } | |_- in this expansion of `latin1_alu!` ... 1484 | latin1_alu!(pack_latin1, u16, u8, pack_latin1_stride_alu); | --------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/ascii.rs:91:20 | 86 | / macro_rules! ascii_alu { 87 | | ($name:ident, 88 | | $src_unit:ty, 89 | | $dst_unit:ty, 90 | | $stride_fn:ident) => { 91 | | #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cast_ptr_alignment))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ ... | 173 | | }; 174 | | } | |_- in this expansion of `ascii_alu!` ... 1485 | ascii_alu!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride); | --------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/data.rs:425:12 | 425 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/handles.rs:1151:16 | 1151 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/handles.rs:1185:16 | 1185 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/mem.rs:322:12 | 322 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/mem.rs:696:12 | 696 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if, cyclomatic_complexity))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/mem.rs:1126:12 | 1126 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/mem.rs:86:20 | 84 | / macro_rules! by_unit_check_alu { 85 | | ($name:ident, $unit:ty, $bound:expr, $mask:ident) => { 86 | | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ 87 | | #[inline(always)] ... | 153 | | }; 154 | | } | |_- in this expansion of `by_unit_check_alu!` ... 308 | by_unit_check_alu!(is_ascii_impl, u8, 0x80, ASCII_MASK); | ------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/mem.rs:86:20 | 84 | / macro_rules! by_unit_check_alu { 85 | | ($name:ident, $unit:ty, $bound:expr, $mask:ident) => { 86 | | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ 87 | | #[inline(always)] ... | 153 | | }; 154 | | } | |_- in this expansion of `by_unit_check_alu!` ... 309 | by_unit_check_alu!(is_basic_latin_impl, u16, 0x80, BASIC_LATIN_MASK); | -------------------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/mem.rs:86:20 | 84 | / macro_rules! by_unit_check_alu { 85 | | ($name:ident, $unit:ty, $bound:expr, $mask:ident) => { 86 | | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] | | ^^^^^^^^^^^^^^^^^^^^^^^^ 87 | | #[inline(always)] ... | 153 | | }; 154 | | } | |_- in this expansion of `by_unit_check_alu!` ... 310 | by_unit_check_alu!(is_utf16_latin1_impl, u16, 0x100, LATIN1_MASK); | ----------------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/mem.rs:577:20 | 577 | #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/encoding_rs-0.8.33/src/mem.rs:44:32 | 43 | / macro_rules! non_fuzz_debug_assert { 44 | | ($($arg:tt)*) => (if !cfg!(fuzzing) { debug_assert!($($arg)*); }) | | ^^^^^^^ 45 | | } | |_- in this expansion of `non_fuzz_debug_assert!` ... 1919 | non_fuzz_debug_assert!(is_utf8_latin1(src)); | ------------------------------------------- in this macro invocation | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling arc-swap v1.7.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=arc_swap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arc-swap-1.7.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arc-swap-1.7.1/Cargo.toml CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner ' CARGO_PKG_DESCRIPTION='Atomically swappable Arc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arc-swap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/arc-swap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name arc_swap --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=ae966801a3a6c099 -C extra-filename=-ae966801a3a6c099 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling fiat-crypto v0.2.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fiat_crypto CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fiat-crypto-0.2.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fiat-crypto-0.2.7/Cargo.toml CARGO_PKG_AUTHORS='Fiat Crypto library authors ' CARGO_PKG_DESCRIPTION='Fiat-crypto generated Rust' CARGO_PKG_HOMEPAGE='https://github.com/mit-plv/fiat-crypto' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR BSD-1-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fiat-crypto CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mit-plv/fiat-crypto' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fiat_crypto --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fiat-crypto-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c30fae59945d674e -C extra-filename=-c30fae59945d674e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling ppv-lite86 v0.2.17 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.17 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.17/Cargo.toml CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ppv_lite86 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=2f812901b5b80fc4 -C extra-filename=-2f812901b5b80fc4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-odb v0.64.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_odb CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-odb-0.64.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-odb-0.64.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Implements various git object databases' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-odb CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.64.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=64 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_odb --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-odb-0.64.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=faa62c0f61403fa0 -C extra-filename=-faa62c0f61403fa0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern arc_swap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libarc_swap-ae966801a3a6c099.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-9151fd9216c42db2.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_fs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-d718a3ad2adc6316.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_hashtable=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hashtable-b3ef428d5797fcc6.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-48a2a28966f97f6e.rmeta --extern gix_pack=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_pack-7c82ed34b97d8e24.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_quote-44894dd1186ad11c.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libparking_lot-30082e860e90a1de.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtempfile-ba77cf330d8e035b.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling rand_chacha v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rand_chacha --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=f5892965fc935e39 -C extra-filename=-f5892965fc935e39 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern ppv_lite86=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libppv_lite86-2f812901b5b80fc4.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-0c3ba4cb3dba3b30.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling gix-filter v0.14.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_filter CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-filter-0.14.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-filter-0.14.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project implementing git filters' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-filter CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.14.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_filter --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-filter-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf757f15d504ece5 -C extra-filename=-cf757f15d504ece5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern encoding_rs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libencoding_rs-d7858729b0ab69b7.rmeta --extern gix_attributes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_attributes-a4748ee50a4192fc.rmeta --extern gix_command=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_command-8189eb10b45685d8.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-48a2a28966f97f6e.rmeta --extern gix_packetline=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_packetline_blocking-9a5711e1d50194b1.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_quote-44894dd1186ad11c.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-c4ab1bcfe1ebe047.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-0b14aaf27de1bf07.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 warning: `encoding_rs` (lib) generated 27 warnings Compiling tracing-subscriber v0.3.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_subscriber CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman :David Barsky :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Utilities for implementing and composing `tracing` subscribers. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-subscriber CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_subscriber --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=f5d227eaf7ea1963 -C extra-filename=-f5d227eaf7ea1963 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern matchers=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmatchers-f6c6a27c4268d3e4.rmeta --extern nu_ansi_term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-0d8b76db4e9234f1.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-5eb8ae28bb49ef9d.rmeta --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-30570211a87027ab.rmeta --extern sharded_slab=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsharded_slab-7c80353c0358a469.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --extern thread_local=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthread_local-18979abae1e2a4e4.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-8af0dbf96b7060a8.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-1a4521af7c4a9ca3.rmeta --extern tracing_log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_log-7c07bc53b7ad817b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs:189:5 | 189 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:213:19 | 213 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:219:27 | 219 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:221:23 | 221 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:231:27 | 231 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:233:23 | 233 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:244:27 | 244 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:246:23 | 246 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/registry/mod.rs:118:50 | 92 | pub trait LookupSpan<'a> { | -- lifetime `'a` declared here ... 118 | fn span(&'a self, id: &Id) -> Option> | ^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling orion v0.17.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=orion CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/orion-0.17.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/orion-0.17.6/Cargo.toml CARGO_PKG_AUTHORS='brycx ' CARGO_PKG_DESCRIPTION='Usable, easy and safe pure-Rust crypto' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=orion CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/orion-rs/orion' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.17.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name orion --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/orion-0.17.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ct-codecs", "default", "experimental", "getrandom", "safe_api", "serde"))' -C metadata=a08308543e6389ed -C extra-filename=-a08308543e6389ed --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern fiat_crypto=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfiat_crypto-c30fae59945d674e.rmeta --extern subtle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-d0828b175ef666d8.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-c48cc800f0be520b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/orion-0.17.6/src/util/u32x4.rs:91:42 | 91 | debug_assert_eq!(slice_in.len(), core::mem::size_of::() * 4); | ^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/orion-0.17.6/src/lib.rs:64:5 | 64 | unused_qualifications, | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 91 - debug_assert_eq!(slice_in.len(), core::mem::size_of::() * 4); 91 + debug_assert_eq!(slice_in.len(), size_of::() * 4); | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/orion-0.17.6/src/util/u32x4.rs:92:50 | 92 | let mut iter = slice_in.chunks_exact_mut(core::mem::size_of::()); | ^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 92 - let mut iter = slice_in.chunks_exact_mut(core::mem::size_of::()); 92 + let mut iter = slice_in.chunks_exact_mut(size_of::()); | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/orion-0.17.6/src/util/u64x4.rs:107:42 | 107 | debug_assert_eq!(slice_in.len(), core::mem::size_of::() * 4); | ^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 107 - debug_assert_eq!(slice_in.len(), core::mem::size_of::() * 4); 107 + debug_assert_eq!(slice_in.len(), size_of::() * 4); | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/orion-0.17.6/src/util/u64x4.rs:108:50 | 108 | let mut iter = slice_in.chunks_exact_mut(core::mem::size_of::()); | ^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 108 - let mut iter = slice_in.chunks_exact_mut(core::mem::size_of::()); 108 + let mut iter = slice_in.chunks_exact_mut(size_of::()); | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/orion-0.17.6/src/hazardous/hash/sha2/mod.rs:514:13 | 514 | core::mem::size_of::() | ^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 514 - core::mem::size_of::() 514 + size_of::() | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/orion-0.17.6/src/hazardous/hash/sha2/mod.rs:656:13 | 656 | core::mem::size_of::() | ^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 656 - core::mem::size_of::() 656 + size_of::() | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/orion-0.17.6/src/hazardous/hash/sha3/mod.rs:447:27 | 447 | .chunks_exact(core::mem::size_of::()) | ^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 447 - .chunks_exact(core::mem::size_of::()) 447 + .chunks_exact(size_of::()) | warning: unnecessary qualification --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/orion-0.17.6/src/hazardous/hash/sha3/mod.rs:535:25 | 535 | .chunks_mut(core::mem::size_of::()) | ^^^^^^^^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 535 - .chunks_mut(core::mem::size_of::()) 535 + .chunks_mut(size_of::()) | Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/Cargo.toml CARGO_PKG_AUTHORS='Bodil Stokke ' CARGO_PKG_DESCRIPTION='Immutable collection datatypes (the fast but not thread safe version)' CARGO_PKG_HOMEPAGE='http://immutable.rs/' CARGO_PKG_LICENSE=MPL-2.0+ CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=im-rc CARGO_PKG_README=../../README.md CARGO_PKG_REPOSITORY='https://github.com/bodil/im-rs' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=15.1.0 CARGO_PKG_VERSION_MAJOR=15 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/im-rc-c00154d9839ba8bc/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/im-rc-98fb05632f3641bc/build-script-build` [im-rc 15.1.0] cargo:rerun-if-changed=build.rs Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/unicase-e58b890c3cbd9a3c/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/unicase-6a4e715169a195b7/build-script-build` [unicase 2.7.0] cargo:rustc-cfg=__unicase__iter_cmp [unicase 2.7.0] cargo:rustc-cfg=__unicase__default_hasher [unicase 2.7.0] cargo:rustc-cfg=__unicase__const_fns [unicase 2.7.0] cargo:rustc-cfg=__unicase__core_and_alloc Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.2/Cargo.toml CARGO_PKG_AUTHORS='Jack O'\''Connor :Samuel Neves' CARGO_PKG_DESCRIPTION='the BLAKE3 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=blake3 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BLAKE3-team/BLAKE3' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/blake3-d14a246b7841e524/build-script-build` [blake3 1.5.2] cargo:rustc-check-cfg=cfg(blake3_sse2_ffi, values(none())) [blake3 1.5.2] cargo:rustc-check-cfg=cfg(blake3_sse2_rust, values(none())) [blake3 1.5.2] cargo:rustc-check-cfg=cfg(blake3_sse41_ffi, values(none())) [blake3 1.5.2] cargo:rustc-check-cfg=cfg(blake3_sse41_rust, values(none())) [blake3 1.5.2] cargo:rustc-check-cfg=cfg(blake3_avx2_ffi, values(none())) [blake3 1.5.2] cargo:rustc-check-cfg=cfg(blake3_avx2_rust, values(none())) [blake3 1.5.2] cargo:rustc-check-cfg=cfg(blake3_avx512_ffi, values(none())) [blake3 1.5.2] cargo:rustc-check-cfg=cfg(blake3_neon, values(none())) [blake3 1.5.2] cargo:rerun-if-env-changed=CARGO_FEATURE_PURE [blake3 1.5.2] cargo:rerun-if-env-changed=CARGO_FEATURE_NO_NEON [blake3 1.5.2] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out) [blake3 1.5.2] HOST = Some(x86_64-unknown-openbsd) [blake3 1.5.2] TARGET = Some(x86_64-unknown-openbsd) [blake3 1.5.2] CC_x86_64-unknown-openbsd = None [blake3 1.5.2] CC_x86_64_unknown_openbsd = Some(cc) [blake3 1.5.2] CC_KNOWN_WRAPPER_CUSTOM = None [blake3 1.5.2] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [blake3 1.5.2] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [blake3 1.5.2] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out) [blake3 1.5.2] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [blake3 1.5.2] CRATE_CC_NO_DEFAULTS = None [blake3 1.5.2] CFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.2] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [blake3 1.5.2] CC_SHELL_ESCAPED_FLAGS = None [blake3 1.5.2] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out) [blake3 1.5.2] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [blake3 1.5.2] CRATE_CC_NO_DEFAULTS = None [blake3 1.5.2] CFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.2] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [blake3 1.5.2] CC_SHELL_ESCAPED_FLAGS = None [blake3 1.5.2] cargo:rerun-if-env-changed=CARGO_FEATURE_PREFER_INTRINSICS [blake3 1.5.2] cargo:rerun-if-env-changed=CARGO_FEATURE_PURE [blake3 1.5.2] cargo:rustc-cfg=blake3_sse2_ffi [blake3 1.5.2] cargo:rustc-cfg=blake3_sse41_ffi [blake3 1.5.2] cargo:rustc-cfg=blake3_avx2_ffi [blake3 1.5.2] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out) [blake3 1.5.2] TARGET = Some(x86_64-unknown-openbsd) [blake3 1.5.2] OPT_LEVEL = Some(3) [blake3 1.5.2] HOST = Some(x86_64-unknown-openbsd) [blake3 1.5.2] CC_x86_64-unknown-openbsd = None [blake3 1.5.2] CC_x86_64_unknown_openbsd = Some(cc) [blake3 1.5.2] CC_KNOWN_WRAPPER_CUSTOM = None [blake3 1.5.2] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [blake3 1.5.2] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [blake3 1.5.2] CRATE_CC_NO_DEFAULTS = None [blake3 1.5.2] DEBUG = Some(false) [blake3 1.5.2] CFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.2] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [blake3 1.5.2] CC_SHELL_ESCAPED_FLAGS = None [blake3 1.5.2] exit status: 0 [blake3 1.5.2] exit status: 0 [blake3 1.5.2] exit status: 0 [blake3 1.5.2] AR_x86_64-unknown-openbsd = None [blake3 1.5.2] AR_x86_64_unknown_openbsd = Some(ar) [blake3 1.5.2] ARFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.2] ARFLAGS_x86_64_unknown_openbsd = None [blake3 1.5.2] HOST_ARFLAGS = None [blake3 1.5.2] ARFLAGS = None [blake3 1.5.2] cargo:rustc-link-lib=static=blake3_sse2_sse41_avx2_assembly [blake3 1.5.2] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out [blake3 1.5.2] cargo:rerun-if-env-changed=CARGO_FEATURE_PURE [blake3 1.5.2] cargo:rerun-if-env-changed=CARGO_FEATURE_PREFER_INTRINSICS [blake3 1.5.2] cargo:rustc-cfg=blake3_avx512_ffi [blake3 1.5.2] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out) [blake3 1.5.2] TARGET = Some(x86_64-unknown-openbsd) [blake3 1.5.2] OPT_LEVEL = Some(3) [blake3 1.5.2] HOST = Some(x86_64-unknown-openbsd) [blake3 1.5.2] CC_x86_64-unknown-openbsd = None [blake3 1.5.2] CC_x86_64_unknown_openbsd = Some(cc) [blake3 1.5.2] CC_KNOWN_WRAPPER_CUSTOM = None [blake3 1.5.2] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [blake3 1.5.2] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [libsqlite3-sys 0.30.1] AR_x86_64-unknown-openbsd = None [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [libsqlite3-sys 0.30.1] AR_x86_64_unknown_openbsd = Some(ar) [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [libsqlite3-sys 0.30.1] ARFLAGS_x86_64-unknown-openbsd = None [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [libsqlite3-sys 0.30.1] ARFLAGS_x86_64_unknown_openbsd = None [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=HOST_ARFLAGS [libsqlite3-sys 0.30.1] HOST_ARFLAGS = None [libsqlite3-sys 0.30.1] cargo:rerun-if-env-changed=ARFLAGS [libsqlite3-sys 0.30.1] ARFLAGS = None [blake3 1.5.2] CRATE_CC_NO_DEFAULTS = None [blake3 1.5.2] DEBUG = Some(false) [blake3 1.5.2] CFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.2] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [blake3 1.5.2] CC_SHELL_ESCAPED_FLAGS = None [libsqlite3-sys 0.30.1] cargo:rustc-link-lib=static=sqlite3 [libsqlite3-sys 0.30.1] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-a27d94f53e977d83/out [libsqlite3-sys 0.30.1] cargo:lib_dir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-a27d94f53e977d83/out Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libsqlite3_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libsqlite3-sys-0.30.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libsqlite3-sys-0.30.1/Cargo.toml CARGO_PKG_AUTHORS='The rusqlite developers' CARGO_PKG_DESCRIPTION='Native bindings to the libsqlite3 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libsqlite3-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rusqlite/rusqlite' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.30.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=30 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-a27d94f53e977d83/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libsqlite3_sys --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libsqlite3-sys-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="bundled"' --cfg 'feature="bundled_bindings"' --cfg 'feature="cc"' --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=e81d8fb64c4e69f6 -C extra-filename=-e81d8fb64c4e69f6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-a27d94f53e977d83/out -l static=sqlite3` [blake3 1.5.2] AR_x86_64-unknown-openbsd = None [blake3 1.5.2] AR_x86_64_unknown_openbsd = Some(ar) [blake3 1.5.2] ARFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.2] ARFLAGS_x86_64_unknown_openbsd = None [blake3 1.5.2] HOST_ARFLAGS = None [blake3 1.5.2] ARFLAGS = None [blake3 1.5.2] cargo:rustc-link-lib=static=blake3_avx512_assembly [blake3 1.5.2] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out [blake3 1.5.2] cargo:rerun-if-env-changed=CARGO_FEATURE_NEON [blake3 1.5.2] cargo:rerun-if-env-changed=CARGO_FEATURE_NO_NEON [blake3 1.5.2] cargo:rerun-if-env-changed=CARGO_FEATURE_PURE [blake3 1.5.2] cargo:rerun-if-env-changed=CC [blake3 1.5.2] cargo:rerun-if-env-changed=CFLAGS [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_sse41_x86-64_windows_gnu.S [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_avx512_x86-64_windows_gnu.S [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_sse2_x86-64_windows_gnu.S [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_avx2_x86-64_windows_gnu.S [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_sse41_x86-64_unix.S [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_avx512_x86-64_unix.S [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_sse2_x86-64_unix.S [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_avx2_x86-64_unix.S [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_sse41.c [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_avx512.c [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_sse2.c [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_avx2.c [blake3 1.5.2] cargo:rerun-if-changed=c/blake3.c [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_portable.c [blake3 1.5.2] cargo:rerun-if-changed=c/example.c [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_dispatch.c [blake3 1.5.2] cargo:rerun-if-changed=c/main.c [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_neon.c [blake3 1.5.2] cargo:rerun-if-changed=c/README.md [blake3 1.5.2] cargo:rerun-if-changed=c/Makefile.testing [blake3 1.5.2] cargo:rerun-if-changed=c/blake3.h [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_impl.h [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_sse41_x86-64_windows_msvc.asm [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_avx512_x86-64_windows_msvc.asm [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_sse2_x86-64_windows_msvc.asm [blake3 1.5.2] cargo:rerun-if-changed=c/blake3_avx2_x86-64_windows_msvc.asm [blake3 1.5.2] cargo:rerun-if-changed=c/libblake3.pc.in [blake3 1.5.2] cargo:rerun-if-changed=c/blake3-config.cmake.in [blake3 1.5.2] cargo:rerun-if-changed=c/CMakePresets.json [blake3 1.5.2] cargo:rerun-if-changed=c/CMakeLists.txt [blake3 1.5.2] cargo:rerun-if-changed=c/test.py Compiling gix-protocol v0.46.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_protocol CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-protocol-0.46.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-protocol-0.46.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project for implementing git protocols' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-protocol CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.46.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=46 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_protocol --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-protocol-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="blocking-client"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-client", "async-trait", "blocking-client", "document-features", "futures-io", "futures-lite", "serde"))' -C metadata=fca5dffd50a4b09a -C extra-filename=-fca5dffd50a4b09a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_credentials=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_credentials-50ce18886ab98d56.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-9151fd9216c42db2.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_transport=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_transport-1c3e53ad115cf289.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-0b14aaf27de1bf07.rmeta --extern maybe_async=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libmaybe_async-638208621edcd516.so --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --extern winnow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-3eaf624207c226b6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out/i/lib` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling ignore v0.4.22 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ignore CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ignore-0.4.22 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ignore-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A fast library for efficiently matching ignore files such as `.gitignore` against file paths. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ignore CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ignore --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ignore-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=6d843ce7e1693e45 -C extra-filename=-6d843ce7e1693e45 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern crossbeam_deque=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_deque-3f3bd5a56ef83665.rmeta --extern globset=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libglobset-69885919a4e6756e.rmeta --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-b6b389cb1aba808d.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-3c0aedca5b137890.rmeta --extern same_file=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsame_file-fd55c9c082c04b74.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-cedad706e785dd00.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling sized-chunks v0.6.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sized_chunks CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sized-chunks-0.6.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sized-chunks-0.6.5/Cargo.toml CARGO_PKG_AUTHORS='Bodil Stokke ' CARGO_PKG_DESCRIPTION='Efficient sized chunk datatypes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MPL-2.0+ CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sized-chunks CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/bodil/sized-chunks' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sized_chunks --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sized-chunks-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "array-ops", "default", "refpool", "ringbuffer", "std"))' -C metadata=1758db86552a7c13 -C extra-filename=-1758db86552a7c13 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitmaps=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitmaps-6b50bb3dd7ac97bc.rmeta --extern typenum=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtypenum-7254ca956e0e001e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-submodule v0.15.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_submodule CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-submodule-0.15.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-submodule-0.15.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing git submodules' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-submodule CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.15.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_submodule --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-submodule-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=374e1e77fb43688b -C extra-filename=-374e1e77fb43688b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_config-bafeeede0be27719.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_pathspec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_pathspec-c0998a62732411b8.rmeta --extern gix_refspec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_refspec-a84d2fa41c5c94f6.rmeta --extern gix_url=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_url-f7b1e202338a1996.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-dir v0.9.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_dir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-dir-0.9.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-dir-0.9.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dealing with directory walks' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-dir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_dir --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-dir-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=935beac57529e2d1 -C extra-filename=-935beac57529e2d1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_discover=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_discover-2450ca906705e642.rmeta --extern gix_fs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-d718a3ad2adc6316.rmeta --extern gix_ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_ignore-ff7d0149665d5c29.rmeta --extern gix_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_index-912e6638847dee97.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-48a2a28966f97f6e.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_pathspec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_pathspec-c0998a62732411b8.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-c4ab1bcfe1ebe047.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-0b14aaf27de1bf07.rmeta --extern gix_worktree=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_worktree-15298f74a61ebf13.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `orion` (lib) generated 8 warnings Compiling p384 v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=p384 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/p384-0.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/p384-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers:Frank Denis ' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the NIST P-384 (a.k.a. secp384r1) elliptic curve as defined in SP 800-186 with support for ECDH, ECDSA signing/verification, and general purpose curve arithmetic support. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=p384 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/elliptic-curves/tree/master/p384' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name p384 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/p384-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=561377ca03a87a67 -C extra-filename=-561377ca03a87a67 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern ecdsa_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libecdsa-fdb40a469f59374d.rmeta --extern elliptic_curve=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libelliptic_curve-5865844ebe486636.rmeta --extern primeorder=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libprimeorder-f8a36d91564fce7a.rmeta --extern sha2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsha2-025d5fb836b989ed.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling cargo v0.85.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo, a package manager for Rust. ' CARGO_PKG_HOMEPAGE='https://doc.rust-lang.org/cargo/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.82 CARGO_PKG_VERSION=0.85.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=85 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-static", "openssl", "vendored-libgit2", "vendored-openssl"))' -C metadata=d825bd682eade6df -C extra-filename=-d825bd682eade6df --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/cargo-d825bd682eade6df -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern flate2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libflate2-e96d9829c898567f.rlib --extern tar=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libtar-f46da8bfb8d1fd06.rlib -Z binary-dep-depinfo` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling serde-value v0.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_value CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-value-0.7.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-value-0.7.0/Cargo.toml CARGO_PKG_AUTHORS=arcnmx CARGO_PKG_DESCRIPTION='Serialization value trees' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde-value CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/arcnmx/serde-value' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_value --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-value-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19a4ccdae9db46d4 -C extra-filename=-19a4ccdae9db46d4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern ordered_float=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libordered_float-207a17e31f2ea1a7.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `tracing-subscriber` (lib) generated 9 warnings Compiling toml v0.8.19 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.8.19 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.8.19/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name toml --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=584f43f0c9077c12 -C extra-filename=-584f43f0c9077c12 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --extern serde_spanned=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_spanned-c0fa7e8c3be39d05.rmeta --extern toml_datetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_datetime-b5b063a870ee1d97.rmeta --extern toml_edit=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_edit-f108cba88539a2ab.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Compiling clap v4.5.20 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.20 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clap --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="unstable-ext"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=b7cf0e8d08f41a79 -C extra-filename=-b7cf0e8d08f41a79 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern clap_builder=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_builder-a90e7e6330e50d10.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling color-print-proc-macro v0.3.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=color_print_proc_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/Cargo.toml CARGO_PKG_AUTHORS='Johann David ' CARGO_PKG_DESCRIPTION='Implementation for the package color-print' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=color-print-proc-macro CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/dajoha/color-print' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name color_print_proc_macro --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("terminfo"))' -C metadata=35d757a4b0a9bec2 -C extra-filename=-35d757a4b0a9bec2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern nom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libnom-d83938cb9a11919e.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-4002546e8a209df6.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-ce7f0c296cfe2c03.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-859e091037a98c2e.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling serde-untagged v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_untagged CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-untagged-0.1.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-untagged-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Serde `Visitor` implementation for deserializing untagged enums' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde-untagged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/serde-untagged' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_untagged --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-untagged-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35fdcd2b36de2a6a -C extra-filename=-35fdcd2b36de2a6a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern erased_serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liberased_serde-c6008b360c77edec.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --extern typeid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtypeid-a45a5a4ddc47eeb7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/semver-44eb4c0482d3b21b/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=49f6e0740f9d1b15 -C extra-filename=-49f6e0740f9d1b15 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` Compiling gix-negotiate v0.16.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_negotiate CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-negotiate-0.16.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-negotiate-0.16.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project implementing negotiation algorithms' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-negotiate CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.16.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_negotiate --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-negotiate-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94961fe45cbe71ed -C extra-filename=-94961fe45cbe71ed --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-45be5798aa044355.rmeta --extern gix_commitgraph=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_commitgraph-86c2bf96871d8b20.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-9151fd9216c42db2.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-48a2a28966f97f6e.rmeta --extern gix_revwalk=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_revwalk-a5f22af751155f12.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling gix-diff v0.47.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix_diff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-diff-0.47.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-diff-0.47.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Calculate differences between various git objects' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-diff CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.47.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=47 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix_diff --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-diff-0.47.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("blob", "default", "document-features", "serde", "wasm"))' -C metadata=af91c149d8861fe0 -C extra-filename=-af91c149d8861fe0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-3e0a34c3106753d5.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-48a2a28966f97f6e.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling rand_xoshiro v0.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rand_xoshiro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='Xoshiro, xoroshiro and splitmix64 random number generators' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_xoshiro CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rand_xoshiro --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=21802871472a1242 -C extra-filename=-21802871472a1242 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-0c3ba4cb3dba3b30.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] exit status: 0 [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [libgit2-sys 0.17.0+1.8.1] AR_x86_64-unknown-openbsd = None [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [libgit2-sys 0.17.0+1.8.1] AR_x86_64_unknown_openbsd = Some(ar) [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [libgit2-sys 0.17.0+1.8.1] ARFLAGS_x86_64-unknown-openbsd = None [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [libgit2-sys 0.17.0+1.8.1] ARFLAGS_x86_64_unknown_openbsd = None [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=HOST_ARFLAGS [libgit2-sys 0.17.0+1.8.1] HOST_ARFLAGS = None [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-env-changed=ARFLAGS [libgit2-sys 0.17.0+1.8.1] ARFLAGS = None [libgit2-sys 0.17.0+1.8.1] cargo:rustc-link-lib=static=git2 [libgit2-sys 0.17.0+1.8.1] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/build [libgit2-sys 0.17.0+1.8.1] cargo:root=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-changed=libgit2/include [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-changed=libgit2/src [libgit2-sys 0.17.0+1.8.1] cargo:rerun-if-changed=libgit2/deps Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libgit2_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libgit2-sys-0.17.0+1.8.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libgit2-sys-0.17.0+1.8.1/Cargo.toml CARGO_PKG_AUTHORS='Josh Triplett :Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libgit2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libgit2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.0+1.8.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libgit2_sys --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="https"' --cfg 'feature="libssh2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --cfg 'feature="ssh_key_from_memory"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=61ec3c6d57f61ab9 -C extra-filename=-61ec3c6d57f61ab9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern libssh2_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibssh2_sys-30290d6d8a1a5c0e.rmeta --extern libz_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibz_sys-e84ee8cbf5629fd2.rmeta --extern openssl_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_sys-12aa14550044c01d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/build -l static=git2 -L native=/usr/local/lib --cfg libgit2_vendored` warning: unexpected `cfg` condition name: `libgit2_vendored` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libgit2-sys-0.17.0+1.8.1/lib.rs:4347:10 | 4347 | cfg!(libgit2_vendored) | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libgit2_vendored)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libgit2_vendored)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Compiling git2 v0.19.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=git2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/git2-0.19.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/git2-0.19.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Triplett :Alex Crichton ' CARGO_PKG_DESCRIPTION='Bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=git2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name git2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="https"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --cfg 'feature="ssh_key_from_memory"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=e01f35367f9d55b0 -C extra-filename=-e01f35367f9d55b0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-45be5798aa044355.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern libgit2_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibgit2_sys-61ec3c6d57f61ab9.rmeta --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-b6b389cb1aba808d.rmeta --extern openssl_probe=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_probe-0e476f2cc74e6634.rmeta --extern openssl_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopenssl_sys-12aa14550044c01d.rmeta --extern url=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-81c8c70d109d66dc.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/build -L native=/usr/local/lib` warning: `libgit2-sys` (lib) generated 1 warning Compiling ed25519-compact v2.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ed25519_compact CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ed25519-compact-2.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ed25519-compact-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='A small, self-contained, wasm-friendly Ed25519 implementation' CARGO_PKG_HOMEPAGE='https://github.com/jedisct1/rust-ed25519-compact' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ed25519-compact CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-ed25519-compact' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ed25519_compact --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ed25519-compact-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="getrandom"' --cfg 'feature="random"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("blind-keys", "ct-codecs", "default", "disable-signatures", "ed25519", "getrandom", "opt_size", "pem", "random", "self-verify", "std", "traits", "x25519"))' -C metadata=c626a1a954ba796e -C extra-filename=-c626a1a954ba796e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern getrandom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetrandom-b289a89afb91d27c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: associated function `reject_noncanonical` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ed25519-compact-2.1.1/src/field25519.rs:677:12 | 524 | impl Fe { | ------- associated function in this implementation ... 677 | pub fn reject_noncanonical(s: &[u8]) -> Result<(), Error> { | ^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Compiling hashlink v0.9.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=hashlink CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashlink-0.9.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashlink-0.9.0/Cargo.toml CARGO_PKG_AUTHORS='kyren ' CARGO_PKG_DESCRIPTION='HashMap-like containers that hold their key-value pairs in a user controllable order' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashlink CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kyren/hashlink' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name hashlink --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashlink-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=05cca563469d4fee -C extra-filename=-05cca563469d4fee --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern hashbrown=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhashbrown-5d80a563db7f0faf.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=jobserver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='An implementation of the GNU Make jobserver for Rust. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/jobserver-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jobserver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/jobserver-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.32 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name jobserver --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7081e8ad61cf700e -C extra-filename=-7081e8ad61cf700e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling hex v0.4.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=hex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hex-0.4.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hex-0.4.3/Cargo.toml CARGO_PKG_AUTHORS='KokaKiwi ' CARGO_PKG_DESCRIPTION='Encoding and decoding data into/from hexadecimal representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/KokaKiwi/rust-hex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name hex --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=84a5c454bbb6f3c2 -C extra-filename=-84a5c454bbb6f3c2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling ct-codecs v1.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ct_codecs CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ct-codecs-1.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ct-codecs-1.1.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='Constant-time hex and base64 codecs from libsodium reimplemented in Rust' CARGO_PKG_HOMEPAGE='https://github.com/jedisct1/rust-ct-codecs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ct-codecs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-ct-codecs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ct_codecs --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ct-codecs-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a537ce139af64ae9 -C extra-filename=-a537ce139af64ae9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling arrayref v0.3.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=arrayref CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayref-0.3.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayref-0.3.7/Cargo.toml CARGO_PKG_AUTHORS='David Roundy ' CARGO_PKG_DESCRIPTION='Macros to take array references of slices' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayref CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/droundy/arrayref' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name arrayref --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9726c8ca70e2908 -C extra-filename=-e9726c8ca70e2908 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling either v1.10.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.10.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.10.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name either --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=9f25da27d8745916 -C extra-filename=-9f25da27d8745916 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling unicode-width v0.1.13 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.13/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=16544a4a2230304b -C extra-filename=-16544a4a2230304b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling unicode-xid v0.2.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_xid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-xid-0.2.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-xid-0.2.4/Cargo.toml CARGO_PKG_AUTHORS='erick.tryzelaar :kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-xid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_RUST_VERSION=1.17 CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_xid --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=e6e46f84664838ce -C extra-filename=-e6e46f84664838ce --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling is_executable v1.0.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=is_executable CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/is_executable-1.0.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/is_executable-1.0.3/Cargo.toml CARGO_PKG_AUTHORS='Nick Fitzgerald ' CARGO_PKG_DESCRIPTION='Is there an executable file at the given path?' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=is_executable CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fitzgen/is_executable' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name is_executable --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/is_executable-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a02396e0d8b27fc -C extra-filename=-2a02396e0d8b27fc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling constant_time_eq v0.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=constant_time_eq CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/constant_time_eq-0.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/constant_time_eq-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Cesar Eduardo Barros ' CARGO_PKG_DESCRIPTION='Compares two equal-sized byte strings in constant time.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='CC0-1.0 OR MIT-0 OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=constant_time_eq CARGO_PKG_README=README CARGO_PKG_REPOSITORY='https://github.com/cesarb/constant_time_eq' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name constant_time_eq --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=14e7c572b597398e -C extra-filename=-14e7c572b597398e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling fallible-iterator v0.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fallible_iterator CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fallible-iterator-0.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fallible-iterator-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Fallible iterator traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fallible-iterator CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-fallible-iterator' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fallible_iterator --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fallible-iterator-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=52ae7073cc7b67fa -C extra-filename=-52ae7073cc7b67fa --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling fallible-streaming-iterator v0.1.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fallible_streaming_iterator CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fallible-streaming-iterator-0.1.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fallible-streaming-iterator-0.1.9/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Fallible streaming iteration' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fallible-streaming-iterator CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/fallible-streaming-iterator' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fallible_streaming_iterator --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=188c6737ece9aa40 -C extra-filename=-188c6737ece9aa40 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling arrayvec v0.7.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.4/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name arrayvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=61c6edb067493d9e -C extra-filename=-61c6edb067493d9e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling shell-escape v0.1.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=shell_escape CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shell-escape-0.1.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shell-escape-0.1.5/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Escape characters that may have a special meaning in a shell' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shell-escape CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/shell-escape' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name shell_escape --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shell-escape-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b296bcce0e6c659b -C extra-filename=-b296bcce0e6c659b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shell-escape-0.1.5/src/lib.rs:95:16 | 95 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shell-escape-0.1.5/src/lib.rs:95:28 | 95 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shell-escape-0.1.5/src/lib.rs:95:40 | 95 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `ed25519-compact` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name shlex --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f0bffcf4aebe8617 -C extra-filename=-f0bffcf4aebe8617 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling cargo-util v0.2.17 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cargo_util CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Miscellaneous support code used by Cargo.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.82 CARGO_PKG_VERSION=0.2.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_util --edition=2021 crates/cargo-util/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c92ab84972271468 -C extra-filename=-c92ab84972271468 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anyhow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-78cc1a0378e6056f.rmeta --extern filetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfiletime-d9ea172fec5dc9a1.rmeta --extern hex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhex-84a5c454bbb6f3c2.rmeta --extern ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-6d843ce7e1693e45.rmeta --extern jobserver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libjobserver-7081e8ad61cf700e.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern same_file=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsame_file-fd55c9c082c04b74.rmeta --extern sha2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsha2-025d5fb836b989ed.rmeta --extern shell_escape=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libshell_escape-b296bcce0e6c659b.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtempfile-ba77cf330d8e035b.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-8af0dbf96b7060a8.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-cedad706e785dd00.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `manual_codegen_check` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:353:12 | 353 | #[cfg_attr(manual_codegen_check, inline(never))] | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Compiling rusqlite v0.32.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rusqlite CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rusqlite-0.32.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rusqlite-0.32.1/Cargo.toml CARGO_PKG_AUTHORS='The rusqlite developers' CARGO_PKG_DESCRIPTION='Ergonomic wrapper for SQLite' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rusqlite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rusqlite/rusqlite' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.32.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=32 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rusqlite --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rusqlite-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="bundled"' --cfg 'feature="modern_sqlite"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=e48b539223960d1a -C extra-filename=-e48b539223960d1a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-45be5798aa044355.rmeta --extern fallible_iterator=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfallible_iterator-52ae7073cc7b67fa.rmeta --extern fallible_streaming_iterator=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfallible_streaming_iterator-188c6737ece9aa40.rmeta --extern hashlink=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhashlink-05cca563469d4fee.rmeta --extern libsqlite3_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibsqlite3_sys-e81d8fb64c4e69f6.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-a27d94f53e977d83/out` warning: `shell-escape` (lib) generated 3 warnings Compiling clap_complete v4.5.35 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap_complete CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_complete-4.5.35 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_complete-4.5.35/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Generate shell completion scripts for your clap::Command' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_complete CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.35 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clap_complete --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_complete-4.5.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --cfg 'feature="unstable-dynamic"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-doc", "unstable-dynamic", "unstable-shell-tests"))' -C metadata=e34c85c79b2c15e6 -C extra-filename=-e34c85c79b2c15e6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-b7cf0e8d08f41a79.rmeta --extern clap_lex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_lex-04f3e5dc07549f05.rmeta --extern is_executable=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libis_executable-2a02396e0d8b27fc.rmeta --extern shlex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libshlex-f0bffcf4aebe8617.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `shlex` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=blake3 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.2/Cargo.toml CARGO_PKG_AUTHORS='Jack O'\''Connor :Samuel Neves' CARGO_PKG_DESCRIPTION='the BLAKE3 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=blake3 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BLAKE3-team/BLAKE3' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name blake3 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=65575fa1b905a286 -C extra-filename=-65575fa1b905a286 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern arrayref=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libarrayref-e9726c8ca70e2908.rmeta --extern arrayvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libarrayvec-61c6edb067493d9e.rmeta --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern constant_time_eq=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libconstant_time_eq-14e7c572b597398e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'` Compiling git2-curl v0.20.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=git2_curl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/git2-curl-0.20.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/git2-curl-0.20.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Triplett :Alex Crichton ' CARGO_PKG_DESCRIPTION='Backend for an HTTP transport in libgit2 powered by libcurl. Intended to be used with the git2 crate. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=git2-curl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name git2_curl --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/git2-curl-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("zlib-ng-compat"))' -C metadata=c451e5a3936a0422 -C extra-filename=-c451e5a3936a0422 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern curl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl-aed3aedc58c32ef4.rmeta --extern git2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgit2-e01f35367f9d55b0.rmeta --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-b6b389cb1aba808d.rmeta --extern url=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-81c8c70d109d66dc.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out/i/lib -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/build -L native=/usr/local/lib` Compiling cargo-util-schemas v0.7.1 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util-schemas) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cargo_util_schemas CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util-schemas CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-util-schemas/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Deserialization schemas for Cargo' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-util-schemas CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.82 CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_util_schemas --edition=2021 crates/cargo-util-schemas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("unstable-schema"))' -C metadata=940c93f316158c91 -C extra-filename=-940c93f316158c91 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern semver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsemver-49f6e0740f9d1b15.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --extern serde_untagged=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_untagged-35fdcd2b36de2a6a.rmeta --extern serde_value=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_value-19a4ccdae9db46d4.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-584f43f0c9077c12.rmeta --extern unicode_xid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_xid-e6e46f84664838ce.rmeta --extern url=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-81c8c70d109d66dc.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling annotate-snippets v0.11.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=annotate_snippets CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Library for building code annotations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=annotate-snippets CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/annotate-snippets-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name annotate_snippets --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "testing-colors"))' -C metadata=7c9b111170dbc1f8 -C extra-filename=-7c9b111170dbc1f8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-2e4279965e1c3b1e.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-16544a4a2230304b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling itertools v0.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name itertools --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=19272db0d784da9d -C extra-filename=-19272db0d784da9d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libeither-9f25da27d8745916.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling pasetors v0.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pasetors CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pasetors-0.7.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pasetors-0.7.0/Cargo.toml CARGO_PKG_AUTHORS='brycx ' CARGO_PKG_DESCRIPTION='PASETO: Platform-Agnostic Security Tokens (in Rust)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pasetors CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/brycx/pasetors' CARGO_PKG_RUST_VERSION=1.80.0 CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pasetors --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pasetors-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="ed25519-compact"' --cfg 'feature="orion"' --cfg 'feature="p384"' --cfg 'feature="paserk"' --cfg 'feature="rand_core"' --cfg 'feature="regex"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="v3"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ed25519-compact", "orion", "p384", "paserk", "rand_core", "regex", "serde", "serde_json", "sha2", "std", "time", "v2", "v3", "v4"))' -C metadata=db064f9317b7c737 -C extra-filename=-db064f9317b7c737 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern ct_codecs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libct_codecs-a537ce139af64ae9.rmeta --extern ed25519_compact=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libed25519_compact-c626a1a954ba796e.rmeta --extern getrandom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetrandom-b289a89afb91d27c.rmeta --extern orion=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liborion-a08308543e6389ed.rmeta --extern p384=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libp384-561377ca03a87a67.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-0c3ba4cb3dba3b30.rmeta --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-30570211a87027ab.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-9c1c7d4fac3e1960.rmeta --extern sha2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsha2-025d5fb836b989ed.rmeta --extern subtle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsubtle-d0828b175ef666d8.rmeta --extern time=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtime-7e86974b774815ee.rmeta --extern zeroize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libzeroize-c48cc800f0be520b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=im_rc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/Cargo.toml CARGO_PKG_AUTHORS='Bodil Stokke ' CARGO_PKG_DESCRIPTION='Immutable collection datatypes (the fast but not thread safe version)' CARGO_PKG_HOMEPAGE='http://immutable.rs/' CARGO_PKG_LICENSE=MPL-2.0+ CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=im-rc CARGO_PKG_README=../../README.md CARGO_PKG_REPOSITORY='https://github.com/bodil/im-rs' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=15.1.0 CARGO_PKG_VERSION_MAJOR=15 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/im-rc-c00154d9839ba8bc/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name im_rc --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "debug", "pool", "proptest", "quickcheck", "rayon", "refpool", "serde"))' -C metadata=87692b51fcc3b60e -C extra-filename=-87692b51fcc3b60e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitmaps=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitmaps-6b50bb3dd7ac97bc.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-0c3ba4cb3dba3b30.rmeta --extern rand_xoshiro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_xoshiro-21802871472a1242.rmeta --extern sized_chunks=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsized_chunks-1758db86552a7c13.rmeta --extern typenum=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtypenum-7254ca956e0e001e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/lib.rs:341:13 | 341 | #![cfg_attr(has_specialisation, feature(specialization))] | ^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/lib.rs:381:11 | 381 | #[cfg(all(threadsafe, feature = "quickcheck"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/lib.rs:385:11 | 385 | #[cfg(any(threadsafe, not(feature = "pool")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/lib.rs:388:11 | 388 | #[cfg(all(threadsafe, feature = "pool"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/nodes/btree.rs:238:69 | 238 | pub(crate) fn lookup_prev<'a, BK>(&'a self, key: &BK) -> Option<&A> | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/nodes/btree.rs:256:69 | 256 | pub(crate) fn lookup_next<'a, BK>(&'a self, key: &BK) -> Option<&A> | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/nodes/btree.rs:277:17 | 273 | pub(crate) fn lookup_prev_mut<'a, BK>( | -- lifetime `'a` declared here ... 277 | ) -> Option<&mut A> | ^ this elided lifetime gets resolved as `'a` warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/nodes/btree.rs:303:17 | 299 | pub(crate) fn lookup_next_mut<'a, BK>( | -- lifetime `'a` declared here ... 303 | ) -> Option<&mut A> | ^ this elided lifetime gets resolved as `'a` warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/sync.rs:7:7 | 7 | #[cfg(threadsafe)] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/sync.rs:38:11 | 38 | #[cfg(not(threadsafe))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/util.rs:17:11 | 17 | #[cfg(all(threadsafe))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/util.rs:21:7 | 21 | #[cfg(threadsafe)] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/util.rs:25:15 | 25 | #[cfg(all(not(threadsafe), not(feature = "pool")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/util.rs:29:15 | 29 | #[cfg(all(not(threadsafe), feature = "pool"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/util.rs:31:15 | 31 | #[cfg(all(not(threadsafe), feature = "pool"))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/util.rs:35:11 | 35 | #[cfg(not(threadsafe))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/ord/map.rs:31:7 | 31 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/ord/map.rs:70:11 | 70 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/ord/map.rs:103:7 | 103 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/ord/map.rs:136:7 | 136 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/ord/map.rs:1676:11 | 1676 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/ord/map.rs:1687:7 | 1687 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/ord/map.rs:1698:7 | 1698 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/ord/set.rs:33:7 | 33 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/ord/set.rs:78:11 | 78 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/ord/set.rs:111:7 | 111 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/ord/set.rs:144:7 | 144 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/ord/set.rs:370:60 | 370 | pub fn diff<'a>(&'a self, other: &'a Self) -> DiffIter<'_, A> { | -- lifetime `'a` declared here ^^ this elided lifetime gets resolved as `'a` warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/hash/map.rs:1564:11 | 1564 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/hash/map.rs:1576:7 | 1576 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/hash/map.rs:1588:7 | 1588 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/hash/map.rs:1760:11 | 1760 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/hash/map.rs:1776:7 | 1776 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/hash/map.rs:1792:7 | 1792 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/hash/set.rs:806:11 | 806 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/hash/set.rs:817:7 | 817 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/hash/set.rs:828:7 | 828 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/vector/mod.rs:71:11 | 71 | #[cfg(all(threadsafe, any(test, feature = "rayon")))] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/vector/mod.rs:1715:11 | 1715 | #[cfg(not(has_specialisation))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/vector/mod.rs:1722:7 | 1722 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_specialisation` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/vector/mod.rs:1729:7 | 1729 | #[cfg(has_specialisation)] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_specialisation)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_specialisation)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/vector/focus.rs:280:7 | 280 | #[cfg(threadsafe)] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `threadsafe` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/im-rc-15.1.0/src/vector/focus.rs:283:7 | 283 | #[cfg(threadsafe)] | ^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(threadsafe)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(threadsafe)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo, a package manager for Rust. ' CARGO_PKG_HOMEPAGE='https://doc.rust-lang.org/cargo/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.82 CARGO_PKG_VERSION=0.85.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=85 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_CURL_INCLUDE=/usr/local/include DEP_GIT2_ROOT=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/cargo-da1cefa050ed2f1d/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/cargo-d825bd682eade6df/build-script-build` [cargo 0.85.0] cargo:rerun-if-env-changed=CFG_OMIT_GIT_HASH [cargo 0.85.0] cargo:rerun-if-changed=git-commit-info [cargo 0.85.0] cargo:rustc-env=CARGO_COMMIT_HASH=66221abdeca2002d318fde6efff516aab091df0e [cargo 0.85.0] cargo:rustc-env=CARGO_COMMIT_SHORT_HASH=66221abde [cargo 0.85.0] cargo:rustc-env=CARGO_COMMIT_DATE=2024-11-19 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-add.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-bench.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-build.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-check.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-clean.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-doc.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-fetch.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-fix.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-generate-lockfile.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-help.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-info.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-init.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-install.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-locate-project.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-login.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-logout.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-metadata.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-new.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-owner.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-package.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-pkgid.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-publish.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-remove.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-report.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-run.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-rustc.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-rustdoc.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-search.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-test.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-tree.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-uninstall.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-update.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-vendor.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-version.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo-yank.1 [cargo 0.85.0] cargo:rerun-if-changed=src/etc/man/cargo.1 [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-add.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-bench.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-build.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-check.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-clean.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-doc.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-fetch.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-fix.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-generate-lockfile.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-help.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-info.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-init.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-install.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-locate-project.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-login.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-logout.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-metadata.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-new.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-owner.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-package.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-pkgid.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-publish.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-remove.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-report.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-run.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-rustc.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-rustdoc.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-search.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-test.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-tree.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-uninstall.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-update.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-vendor.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-version.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo-yank.txt [cargo 0.85.0] cargo:rerun-if-changed=src/doc/man/generated_txt/cargo.txt [cargo 0.85.0] cargo:rustc-env=RUST_HOST_TARGET=x86_64-unknown-openbsd Compiling gix v0.67.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-0.67.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-0.67.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='Interact with git repositories just like git would' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/GitoxideLabs/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.67.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=67 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gix --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gix-0.67.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="attributes"' --cfg 'feature="blocking-http-transport-curl"' --cfg 'feature="blocking-network-client"' --cfg 'feature="command"' --cfg 'feature="credentials"' --cfg 'feature="dirwalk"' --cfg 'feature="excludes"' --cfg 'feature="gix-protocol"' --cfg 'feature="gix-transport"' --cfg 'feature="index"' --cfg 'feature="parallel"' --cfg 'feature="prodash"' --cfg 'feature="progress-tree"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-network-client", "async-network-client-async-std", "async-std", "attributes", "basic", "blob-diff", "blob-merge", "blocking-http-transport-curl", "blocking-http-transport-curl-rustls", "blocking-http-transport-reqwest", "blocking-http-transport-reqwest-native-tls", "blocking-http-transport-reqwest-rust-tls", "blocking-http-transport-reqwest-rust-tls-trust-dns", "blocking-network-client", "cache-efficiency-debug", "comfort", "command", "credentials", "default", "dirwalk", "document-features", "excludes", "extras", "fast-sha1", "gix-archive", "gix-protocol", "gix-status", "gix-transport", "gix-worktree-stream", "hp-tempfile-registry", "index", "interrupt", "mailmap", "max-control", "max-performance", "max-performance-safe", "need-more-recent-msrv", "pack-cache-lru-dynamic", "pack-cache-lru-static", "parallel", "parallel-walkdir", "prodash", "progress-tree", "regex", "revision", "revparse-regex", "serde", "status", "tracing", "tracing-detail", "tree-editor", "verbose-object-parsing-errors", "worktree-archive", "worktree-mutation", "worktree-stream", "zlib-ng", "zlib-ng-compat", "zlib-stock"))' -C metadata=50557fcd688598e5 -C extra-filename=-50557fcd688598e5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern gix_actor=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_actor-385294613b244be4.rmeta --extern gix_attributes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_attributes-a4748ee50a4192fc.rmeta --extern gix_command=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_command-8189eb10b45685d8.rmeta --extern gix_commitgraph=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_commitgraph-86c2bf96871d8b20.rmeta --extern gix_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_config-bafeeede0be27719.rmeta --extern gix_credentials=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_credentials-50ce18886ab98d56.rmeta --extern gix_date=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_date-9151fd9216c42db2.rmeta --extern gix_diff=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_diff-af91c149d8861fe0.rmeta --extern gix_dir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_dir-935beac57529e2d1.rmeta --extern gix_discover=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_discover-2450ca906705e642.rmeta --extern gix_features=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_features-31928d7dc9fb38eb.rmeta --extern gix_filter=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_filter-cf757f15d504ece5.rmeta --extern gix_fs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_fs-d718a3ad2adc6316.rmeta --extern gix_glob=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_glob-6e06be123dd63ee5.rmeta --extern gix_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hash-700866008d7d5fd8.rmeta --extern gix_hashtable=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_hashtable-b3ef428d5797fcc6.rmeta --extern gix_ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_ignore-ff7d0149665d5c29.rmeta --extern gix_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_index-912e6638847dee97.rmeta --extern gix_lock=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_lock-a6d4de056952cffa.rmeta --extern gix_negotiate=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_negotiate-94961fe45cbe71ed.rmeta --extern gix_object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_object-48a2a28966f97f6e.rmeta --extern gix_odb=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_odb-faa62c0f61403fa0.rmeta --extern gix_pack=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_pack-7c82ed34b97d8e24.rmeta --extern gix_path=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_path-3300d5b5fd40255e.rmeta --extern gix_pathspec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_pathspec-c0998a62732411b8.rmeta --extern gix_prompt=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_prompt-aa18177075d3a41d.rmeta --extern gix_protocol=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_protocol-fca5dffd50a4b09a.rmeta --extern gix_ref=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_ref-312a9fbaaef0185b.rmeta --extern gix_refspec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_refspec-a84d2fa41c5c94f6.rmeta --extern gix_revision=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_revision-0d45c326debcc6ed.rmeta --extern gix_revwalk=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_revwalk-a5f22af751155f12.rmeta --extern gix_sec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_sec-11fa5104fc93c86f.rmeta --extern gix_submodule=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_submodule-374e1e77fb43688b.rmeta --extern gix_tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_tempfile-0a56161dfc635115.rmeta --extern gix_trace=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_trace-c4ab1bcfe1ebe047.rmeta --extern gix_transport=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_transport-1c3e53ad115cf289.rmeta --extern gix_traverse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_traverse-ff8e18fdb94da57b.rmeta --extern gix_url=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_url-f7b1e202338a1996.rmeta --extern gix_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_utils-0b14aaf27de1bf07.rmeta --extern gix_validate=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_validate-7817bebc83d78c15.rmeta --extern gix_worktree=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix_worktree-15298f74a61ebf13.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-5eb8ae28bb49ef9d.rmeta --extern prodash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libprodash-8adf9487073d4d1f.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-82ad9157310ccd63.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out/i/lib` Compiling color-print v0.3.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=color_print CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-0.3.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-0.3.6/Cargo.toml CARGO_PKG_AUTHORS='Johann David ' CARGO_PKG_DESCRIPTION='Colorize and stylize strings for terminal at compile-time, by using an HTML-like syntax' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=color-print CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/dajoha/color-print' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name color_print --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "terminfo", "terminfo_crate"))' -C metadata=cb587e60bfde70d2 -C extra-filename=-cb587e60bfde70d2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern color_print_proc_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcolor_print_proc_macro-35d757a4b0a9bec2.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicase CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/unicase-e58b890c3cbd9a3c/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicase --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=1ad3811eb3863ca6 -C extra-filename=-1ad3811eb3863ca6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs:5:17 | 5 | #![cfg_attr(all(__unicase__core_and_alloc, not(test),), no_std)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__core_and_alloc)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs:49:11 | 49 | #[cfg(all(__unicase__core_and_alloc, not(test)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__core_and_alloc)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs:51:11 | 51 | #[cfg(all(__unicase__core_and_alloc, not(test)))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__core_and_alloc)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs:54:15 | 54 | #[cfg(not(all(__unicase__core_and_alloc, not(test))))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__core_and_alloc)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs:56:15 | 56 | #[cfg(not(all(__unicase__core_and_alloc, not(test))))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__core_and_alloc)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs:60:7 | 60 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs:293:7 | 293 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs:301:7 | 301 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/ascii.rs:2:7 | 2 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/ascii.rs:8:11 | 8 | #[cfg(not(__unicase__core_and_alloc))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__core_and_alloc)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/ascii.rs:61:7 | 61 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/ascii.rs:69:7 | 69 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/ascii.rs:16:11 | 16 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__const_fns)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/ascii.rs:25:15 | 25 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__const_fns)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase_const_fns` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/ascii.rs:30:11 | 30 | #[cfg(__unicase_const_fns)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase_const_fns)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase_const_fns)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase_const_fns` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/ascii.rs:35:15 | 35 | #[cfg(not(__unicase_const_fns))] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase_const_fns)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase_const_fns)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/unicode/mod.rs:1:7 | 1 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/unicode/mod.rs:38:7 | 38 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__iter_cmp` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/unicode/mod.rs:46:7 | 46 | #[cfg(__unicase__iter_cmp)] | ^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__core_and_alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs:131:19 | 131 | #[cfg(not(__unicase__core_and_alloc))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__core_and_alloc)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs:145:11 | 145 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__const_fns)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs:153:15 | 153 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__const_fns)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs:159:11 | 159 | #[cfg(__unicase__const_fns)] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__const_fns)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__unicase__const_fns` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.7.0/src/lib.rs:167:15 | 167 | #[cfg(not(__unicase__const_fns))] | ^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__const_fns)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `unicase` (lib) generated 24 warnings Compiling tracing-chrome v0.7.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_chrome CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-chrome-0.7.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-chrome-0.7.2/Cargo.toml CARGO_PKG_AUTHORS='Thoren Paulson ' CARGO_PKG_DESCRIPTION='A Layer for tracing-subscriber that outputs Chrome-style traces.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-chrome CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/thoren-d/tracing-chrome' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_chrome --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-chrome-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43ae35dc197c27d7 -C extra-filename=-43ae35dc197c27d7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-9c1c7d4fac3e1960.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-1a4521af7c4a9ca3.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-f5d227eaf7ea1963.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `im-rc` (lib) generated 43 warnings Compiling rand v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rand --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=1dd51b52885c11d8 -C extra-filename=-1dd51b52885c11d8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern rand_chacha=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_chacha-f5892965fc935e39.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand_core-0c3ba4cb3dba3b30.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs:53:13 | 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/mod.rs:116:12 | 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `features` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/distribution.rs:162:7 | 162 | #[cfg(features = "nightly")] | ^^^^^^^^^^^^^^^^^^^^ | = note: see for more information about checking conditional configuration help: there is a config with a similar name and value | 162 | #[cfg(feature = "nightly")] | ~~~~~~~ warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:235:11 | 235 | #[cfg(not(std))] | ^^^ help: found config with similar value: `feature = "std"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:291:19 | 289 | / macro_rules! scalar_float_impl { 290 | | ($ty:ident, $uty:ident) => { 291 | | #[cfg(not(std))] | | ^^^ help: found config with similar value: `feature = "std"` 292 | | impl Float for $ty { ... | 356 | | }; 357 | | } | |_- in this expansion of `scalar_float_impl!` 358 | 359 | scalar_float_impl!(f32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:291:19 | 289 | / macro_rules! scalar_float_impl { 290 | | ($ty:ident, $uty:ident) => { 291 | | #[cfg(not(std))] | | ^^^ help: found config with similar value: `feature = "std"` 292 | | impl Float for $ty { ... | 356 | | }; 357 | | } | |_- in this expansion of `scalar_float_impl!` ... 360 | scalar_float_impl!(f64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/weighted_index.rs:80:12 | 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/weighted_index.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:395:12 | 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/mod.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/mod.rs:118:12 | 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/std.rs:32:12 | 32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/thread.rs:60:12 | 60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/thread.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:623:12 | 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/index.rs:276:12 | 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:114:16 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:170:16 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:219:16 | 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: trait `Float` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:238:18 | 238 | pub(crate) trait Float: Sized { | ^^^^^ | = note: `#[warn(dead_code)]` on by default warning: associated items `lanes`, `extract`, and `replace` are never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:247:8 | 245 | pub(crate) trait FloatAsSIMD: Sized { | ----------- associated items in this trait 246 | #[inline(always)] 247 | fn lanes() -> usize { | ^^^^^ ... 255 | fn extract(self, index: usize) -> Self { | ^^^^^^^ ... 260 | fn replace(self, index: usize, new_value: Self) -> Self { | ^^^^^^^ warning: method `all` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:268:8 | 266 | pub(crate) trait BoolAsSIMD: Sized { | ---------- method in this trait 267 | fn any(self) -> bool; 268 | fn all(self) -> bool; | ^^^ Compiling cargo-credential v0.4.8 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/credential/cargo-credential) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cargo_credential CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/credential/cargo-credential CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/credential/cargo-credential/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library to assist writing Cargo credential helpers.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-credential CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.79 CARGO_PKG_VERSION=0.4.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_credential --edition=2021 credential/cargo-credential/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6af05f4c9344c35b -C extra-filename=-6af05f4c9344c35b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anyhow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-78cc1a0378e6056f.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-9c1c7d4fac3e1960.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --extern time=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtime-7e86974b774815ee.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `rand` (lib) generated 26 warnings Compiling rustfix v0.9.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/rustfix) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustfix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/rustfix CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/rustfix/Cargo.toml CARGO_PKG_AUTHORS='Pascal Hertleif :Oliver Schneider ' CARGO_PKG_DESCRIPTION='Automatically apply the suggestions made by rustc' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.79 CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustfix --edition=2021 crates/rustfix/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=acc303de0ea908c1 -C extra-filename=-acc303de0ea908c1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-9c1c7d4fac3e1960.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-8af0dbf96b7060a8.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling sha1 v0.10.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sha1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='SHA-1 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha1 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sha1 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=3757d45a4291aab3 -C extra-filename=-3757d45a4291aab3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcpufeatures-fca815ec145472b9.rmeta --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdigest-9f7e60a7203f80c1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | // Relaxed ordering is fine, as we only have a single atomic variable. 187 | | let val = STORAGE.load(Relaxed); ... | 196 | | } 197 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | // Relaxed ordering is fine, as we only have a single atomic variable. 187 | | let val = STORAGE.load(Relaxed); ... | 196 | | } 197 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.12/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Compiling crates-io v0.40.7 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/crates-io) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crates_io CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/crates-io CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/crates-io/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Helpers for interacting with crates.io ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crates-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.82 CARGO_PKG_VERSION=0.40.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=40 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crates_io --edition=2021 crates/crates-io/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18a0b992f0f69e90 -C extra-filename=-18a0b992f0f69e90 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern curl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl-aed3aedc58c32ef4.rmeta --extern percent_encoding=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpercent_encoding-3853703649afc093.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-9c1c7d4fac3e1960.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --extern url=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-81c8c70d109d66dc.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out/i/lib` warning: `sha1` (lib) generated 4 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tar CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/tar-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tar CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/tar-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.42 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tar --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=dba2f3f5e91a39ef -C extra-filename=-dba2f3f5e91a39ef --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern filetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfiletime-d9ea172fec5dc9a1.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling serde_ignored v0.1.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_ignored CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_ignored-0.1.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_ignored-0.1.10/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Find out about keys that are ignored when deserializing data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_ignored CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/serde-ignored' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_ignored --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_ignored-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf1bce91a2e2a408 -C extra-filename=-cf1bce91a2e2a408 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling cargo-platform v0.1.9 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-platform) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cargo_platform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-platform CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/crates/cargo-platform/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo'\''s representation of a target platform.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-platform CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.79 CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_platform --edition=2021 crates/cargo-platform/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20391a740cab7bef -C extra-filename=-20391a740cab7bef --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling os_info v3.8.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=os_info CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/os_info-3.8.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/os_info-3.8.2/Cargo.toml CARGO_PKG_AUTHORS='Jan Schulte :Stanislav Tkach ' CARGO_PKG_DESCRIPTION='Detect the operating system type and version.' CARGO_PKG_HOMEPAGE='https://github.com/stanislav-tkach/os_info' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=os_info CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/stanislav-tkach/os_info' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=3.8.2 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name os_info --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/os_info-3.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=b54eea635279b003 -C extra-filename=-b54eea635279b003 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-b6b389cb1aba808d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused import: `std::process::Command` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/os_info-3.8.2/src/openbsd/mod.rs:1:5 | 1 | use std::process::Command; | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `error` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/os_info-3.8.2/src/openbsd/mod.rs:3:11 | 3 | use log::{error, trace}; | ^^^^^ warning: method `find` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/os_info-3.8.2/src/matcher.rs:21:12 | 19 | impl Matcher { | ------------ method in this implementation 20 | /// Find the match on the input `string`. 21 | pub fn find(&self, string: &str) -> Option { | ^^^^ | = note: `#[warn(dead_code)]` on by default warning: function `find_by_key` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/os_info-3.8.2/src/matcher.rs:33:4 | 33 | fn find_by_key<'a>(string: &'a str, key: &str) -> Option<&'a str> { | ^^^^^^^^^^^ warning: function `find_prefixed_word` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/os_info-3.8.2/src/matcher.rs:44:4 | 44 | fn find_prefixed_word<'a>(string: &'a str, prefix: &str) -> Option<&'a str> { | ^^^^^^^^^^^^^^^^^^ warning: function `is_valid_version` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/os_info-3.8.2/src/matcher.rs:61:4 | 61 | fn is_valid_version(word: &str) -> bool { | ^^^^^^^^^^^^^^^^ warning: `os_info` (lib) generated 6 warnings Compiling http-auth v0.1.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=http_auth CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/http-auth-0.1.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/http-auth-0.1.9/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='HTTP authentication: parse challenge lists, respond to Basic and Digest challenges. Likely to be extended with server support and additional auth schemes.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=http-auth CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/scottlamb/http-auth' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name http_auth --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/http-auth-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("base64", "basic-scheme", "default", "digest", "digest-scheme", "hex", "http", "http10", "log", "md-5", "rand", "sha2", "trace"))' -C metadata=19a9ac6410fffe5d -C extra-filename=-19a9ac6410fffe5d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling supports-unicode v3.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=supports_unicode CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/supports-unicode-3.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/supports-unicode-3.0.0/Cargo.toml CARGO_PKG_AUTHORS='Kat Marchán ' CARGO_PKG_DESCRIPTION='Detects whether a terminal supports unicode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=supports-unicode CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zkat/supports-unicode' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=3.0.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name supports_unicode --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/supports-unicode-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=095fdc4b421adfc4 -C extra-filename=-095fdc4b421adfc4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling bytesize v1.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bytesize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytesize-1.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytesize-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='Hyunsik Choi ' CARGO_PKG_DESCRIPTION='an utility for human-readable bytes representations' CARGO_PKG_HOMEPAGE='https://github.com/hyunsik/bytesize/' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytesize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyunsik/bytesize/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name bytesize --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=a322e1a8c5b579b4 -C extra-filename=-a322e1a8c5b579b4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling glob v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=glob CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/glob-0.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/glob-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Support for matching file paths against Unix shell style patterns. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/glob' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glob CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/glob' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name glob --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd488b01aeb8e208 -C extra-filename=-bd488b01aeb8e208 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling supports-hyperlinks v3.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=supports_hyperlinks CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/supports-hyperlinks-3.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/supports-hyperlinks-3.0.0/Cargo.toml CARGO_PKG_AUTHORS='Kat Marchán ' CARGO_PKG_DESCRIPTION='Detects whether a terminal supports rendering hyperlinks.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=supports-hyperlinks CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zkat/supports-hyperlinks' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=3.0.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name supports_hyperlinks --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/supports-hyperlinks-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9925c7910c3a4e45 -C extra-filename=-9925c7910c3a4e45 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling lazycell v1.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=lazycell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazycell-1.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazycell-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Nikita Pekin ' CARGO_PKG_DESCRIPTION='A library providing a lazily filled Cell struct' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazycell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indiv0/lazycell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name lazycell --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=334ba6f167923883 -C extra-filename=-334ba6f167923883 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazycell-1.3.0/src/lib.rs:269:31 | 269 | if NONE != self.state.compare_and_swap(NONE, LOCK, Ordering::Acquire) { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazycell-1.3.0/src/lib.rs:275:31 | 275 | if LOCK != self.state.compare_and_swap(LOCK, SOME, Ordering::Release) { | ^^^^^^^^^^^^^^^^ warning: `lazycell` (lib) generated 2 warnings Compiling pathdiff v0.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pathdiff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Library for diffing paths to obtain relative paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pathdiff CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Manishearth/pathdiff' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pathdiff --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=e825cfd329f8acd4 -C extra-filename=-e825cfd329f8acd4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Fresh rustc-hash v2.0.0 Compiling opener v0.7.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=opener CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/opener-0.7.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/opener-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Brian Bowman ' CARGO_PKG_DESCRIPTION='Open a file or link using the system default program.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=opener CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Seeker14491/opener' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name opener --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/opener-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="dbus-vendored"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dbus-vendored", "default", "reveal"))' -C metadata=fca776db2b3160e0 -C extra-filename=-fca776db2b3160e0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling unicode-width v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=02eed63c7240d46d -C extra-filename=-02eed63c7240d46d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling humantime v2.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/humantime-2.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/humantime-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime} ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name humantime --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dfd85203937c413f -C extra-filename=-dfd85203937c413f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `cloudabi` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/humantime-2.1.0/src/date.rs:6:7 | 6 | #[cfg(target_os="cloudabi")] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("cloudabi"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"cloudabi\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `cloudabi` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/humantime-2.1.0/src/date.rs:14:9 | 14 | not(target_os="cloudabi"), | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("cloudabi"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"cloudabi\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_COMMIT_DATE=2024-11-19 CARGO_COMMIT_HASH=66221abdeca2002d318fde6efff516aab091df0e CARGO_COMMIT_SHORT_HASH=66221abde CARGO_CRATE_NAME=cargo CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo, a package manager for Rust. ' CARGO_PKG_HOMEPAGE='https://doc.rust-lang.org/cargo/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.82 CARGO_PKG_VERSION=0.85.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=85 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/cargo-da1cefa050ed2f1d/out RUST_HOST_TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cargo --edition=2021 src/cargo/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-static", "openssl", "vendored-libgit2", "vendored-openssl"))' -C metadata=bae1e088a03f2a14 -C extra-filename=-bae1e088a03f2a14 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-7c9b111170dbc1f8.rmeta --extern anstream=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstream-78ddf6f6af6d8437.rmeta --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-2e4279965e1c3b1e.rmeta --extern anyhow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-78cc1a0378e6056f.rmeta --extern base64=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbase64-1e707ef13f90bf4c.rmeta --extern blake3=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libblake3-65575fa1b905a286.rmeta --extern bytesize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytesize-a322e1a8c5b579b4.rmeta --extern cargo_credential=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_credential-6af05f4c9344c35b.rmeta --extern cargo_platform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_platform-20391a740cab7bef.rmeta --extern cargo_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_util-c92ab84972271468.rmeta --extern cargo_util_schemas=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_util_schemas-940c93f316158c91.rmeta --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-b7cf0e8d08f41a79.rmeta --extern clap_complete=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_complete-e34c85c79b2c15e6.rmeta --extern color_print=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcolor_print-cb587e60bfde70d2.rmeta --extern crates_io=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrates_io-18a0b992f0f69e90.rmeta --extern curl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl-aed3aedc58c32ef4.rmeta --extern curl_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl_sys-2496a6f53a139985.rmeta --extern filetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfiletime-d9ea172fec5dc9a1.rmeta --extern flate2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libflate2-918a2708f1775f48.rmeta --extern git2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgit2-e01f35367f9d55b0.rmeta --extern git2_curl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgit2_curl-c451e5a3936a0422.rmeta --extern gix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix-50557fcd688598e5.rmeta --extern glob=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libglob-bd488b01aeb8e208.rmeta --extern hex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhex-84a5c454bbb6f3c2.rmeta --extern hmac=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhmac-bd9ddf9aa4fa1e4c.rmeta --extern home=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhome-9b28f51ee715fb1d.rmeta --extern http_auth=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhttp_auth-19a9ac6410fffe5d.rmeta --extern humantime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhumantime-dfd85203937c413f.rmeta --extern ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-6d843ce7e1693e45.rmeta --extern im_rc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libim_rc-87692b51fcc3b60e.rmeta --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libindexmap-72f9624f04c1985e.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-19272db0d784da9d.rmeta --extern jobserver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libjobserver-7081e8ad61cf700e.rmeta --extern lazycell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblazycell-334ba6f167923883.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rmeta --extern libgit2_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibgit2_sys-61ec3c6d57f61ab9.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern opener=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopener-fca776db2b3160e0.rmeta --extern os_info=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libos_info-b54eea635279b003.rmeta --extern pasetors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpasetors-db064f9317b7c737.rmeta --extern pathdiff=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpathdiff-e825cfd329f8acd4.rmeta --extern rand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand-1dd51b52885c11d8.rmeta --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-30570211a87027ab.rmeta --extern rusqlite=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librusqlite-e48b539223960d1a.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustc_hash-0e5e6fcfbac84fe6.rmeta --extern rustfix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustfix-acc303de0ea908c1.rmeta --extern same_file=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsame_file-fd55c9c082c04b74.rmeta --extern semver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsemver-49f6e0740f9d1b15.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rmeta --extern serde_untagged=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_untagged-35fdcd2b36de2a6a.rmeta --extern serde_ignored=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_ignored-cf1bce91a2e2a408.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-9c1c7d4fac3e1960.rmeta --extern sha1=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsha1-3757d45a4291aab3.rmeta --extern shell_escape=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libshell_escape-b296bcce0e6c659b.rmeta --extern supports_hyperlinks=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsupports_hyperlinks-9925c7910c3a4e45.rmeta --extern supports_unicode=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsupports_unicode-095fdc4b421adfc4.rmeta --extern tar=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtar-dba2f3f5e91a39ef.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtempfile-ba77cf330d8e035b.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rmeta --extern time=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtime-7e86974b774815ee.rmeta --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-584f43f0c9077c12.rmeta --extern toml_edit=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_edit-f108cba88539a2ab.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-8af0dbf96b7060a8.rmeta --extern tracing_chrome=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_chrome-43ae35dc197c27d7.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-f5d227eaf7ea1963.rmeta --extern unicase=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicase-1ad3811eb3863ca6.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-02eed63c7240d46d.rmeta --extern url=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-81c8c70d109d66dc.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-cedad706e785dd00.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out/i/lib -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/build -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-a27d94f53e977d83/out` warning: `humantime` (lib) generated 2 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=cargo CARGO_COMMIT_DATE=2024-11-19 CARGO_COMMIT_HASH=66221abdeca2002d318fde6efff516aab091df0e CARGO_COMMIT_SHORT_HASH=66221abde CARGO_CRATE_NAME=cargo CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo, a package manager for Rust. ' CARGO_PKG_HOMEPAGE='https://doc.rust-lang.org/cargo/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.82 CARGO_PKG_VERSION=0.85.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=85 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/cargo-da1cefa050ed2f1d/out RUST_HOST_TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cargo --edition=2021 src/bin/cargo/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-static", "openssl", "vendored-libgit2", "vendored-openssl"))' -C metadata=65558b51fd4774d6 -C extra-filename=-65558b51fd4774d6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-7c9b111170dbc1f8.rlib --extern anstream=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstream-78ddf6f6af6d8437.rlib --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-2e4279965e1c3b1e.rlib --extern anyhow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-78cc1a0378e6056f.rlib --extern base64=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbase64-1e707ef13f90bf4c.rlib --extern blake3=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libblake3-65575fa1b905a286.rlib --extern bytesize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytesize-a322e1a8c5b579b4.rlib --extern cargo=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo-bae1e088a03f2a14.rlib --extern cargo_credential=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_credential-6af05f4c9344c35b.rlib --extern cargo_platform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_platform-20391a740cab7bef.rlib --extern cargo_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_util-c92ab84972271468.rlib --extern cargo_util_schemas=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_util_schemas-940c93f316158c91.rlib --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-b7cf0e8d08f41a79.rlib --extern clap_complete=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_complete-e34c85c79b2c15e6.rlib --extern color_print=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcolor_print-cb587e60bfde70d2.rlib --extern crates_io=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrates_io-18a0b992f0f69e90.rlib --extern curl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl-aed3aedc58c32ef4.rlib --extern curl_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcurl_sys-2496a6f53a139985.rlib --extern filetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libfiletime-d9ea172fec5dc9a1.rlib --extern flate2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libflate2-918a2708f1775f48.rlib --extern git2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgit2-e01f35367f9d55b0.rlib --extern git2_curl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgit2_curl-c451e5a3936a0422.rlib --extern gix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgix-50557fcd688598e5.rlib --extern glob=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libglob-bd488b01aeb8e208.rlib --extern hex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhex-84a5c454bbb6f3c2.rlib --extern hmac=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhmac-bd9ddf9aa4fa1e4c.rlib --extern home=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhome-9b28f51ee715fb1d.rlib --extern http_auth=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhttp_auth-19a9ac6410fffe5d.rlib --extern humantime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libhumantime-dfd85203937c413f.rlib --extern ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-6d843ce7e1693e45.rlib --extern im_rc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libim_rc-87692b51fcc3b60e.rlib --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libindexmap-72f9624f04c1985e.rlib --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-19272db0d784da9d.rlib --extern jobserver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libjobserver-7081e8ad61cf700e.rlib --extern lazycell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblazycell-334ba6f167923883.rlib --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-815da5862b34da76.rlib --extern libgit2_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibgit2_sys-61ec3c6d57f61ab9.rlib --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rlib --extern opener=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libopener-fca776db2b3160e0.rlib --extern os_info=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libos_info-b54eea635279b003.rlib --extern pasetors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpasetors-db064f9317b7c737.rlib --extern pathdiff=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpathdiff-e825cfd329f8acd4.rlib --extern rand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librand-1dd51b52885c11d8.rlib --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-30570211a87027ab.rlib --extern rusqlite=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librusqlite-e48b539223960d1a.rlib --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustc_hash-0e5e6fcfbac84fe6.rlib --extern rustfix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustfix-acc303de0ea908c1.rlib --extern same_file=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsame_file-fd55c9c082c04b74.rlib --extern semver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsemver-49f6e0740f9d1b15.rlib --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-0403ee8b456f5f79.rlib --extern serde_untagged=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_untagged-35fdcd2b36de2a6a.rlib --extern serde_ignored=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_ignored-cf1bce91a2e2a408.rlib --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-9c1c7d4fac3e1960.rlib --extern sha1=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsha1-3757d45a4291aab3.rlib --extern shell_escape=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libshell_escape-b296bcce0e6c659b.rlib --extern supports_hyperlinks=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsupports_hyperlinks-9925c7910c3a4e45.rlib --extern supports_unicode=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsupports_unicode-095fdc4b421adfc4.rlib --extern tar=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtar-dba2f3f5e91a39ef.rlib --extern tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtempfile-ba77cf330d8e035b.rlib --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-9c42aba010ebb120.rlib --extern time=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtime-7e86974b774815ee.rlib --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-584f43f0c9077c12.rlib --extern toml_edit=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_edit-f108cba88539a2ab.rlib --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-8af0dbf96b7060a8.rlib --extern tracing_chrome=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_chrome-43ae35dc197c27d7.rlib --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-f5d227eaf7ea1963.rlib --extern unicase=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicase-1ad3811eb3863ca6.rlib --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-02eed63c7240d46d.rlib --extern url=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-81c8c70d109d66dc.rlib --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-cedad706e785dd00.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/blake3-2cb0affc48b8f598/out -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libnghttp2-sys-e37749265727fad3/out/i/lib -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libgit2-sys-713e05d128d6d8d0/out/build -L native=/usr/local/lib -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libsqlite3-sys-a27d94f53e977d83/out` Finished `release` profile [optimized] target(s) in 12m 40s Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/cargo" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, source_type: Submodule, extra_features: [], allow_features: "", cargo_args: [] } < Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Install "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/bin/cargo" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/bin/cargo" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/_cargo" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/zsh/site-functions/_cargo" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/_cargo" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/zsh/site-functions/_cargo" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/cargo.bashcomp.sh" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/etc/bash_completion.d/cargo" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-metadata.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-metadata.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-doc.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-doc.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-rustdoc.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-rustdoc.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-rustc.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-rustc.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-add.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-add.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-pkgid.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-pkgid.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-build.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-build.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-tree.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-tree.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-package.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-package.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-generate-lockfile.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-generate-lockfile.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-update.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-update.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-remove.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-remove.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-bench.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-bench.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-search.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-search.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-fetch.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-fetch.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-publish.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-publish.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-check.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-check.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-yank.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-yank.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-install.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-install.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-clean.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-clean.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-uninstall.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-uninstall.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-login.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-login.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-version.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-version.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-run.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-run.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-info.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-info.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-help.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-help.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-owner.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-owner.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-vendor.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-vendor.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-locate-project.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-locate-project.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-init.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-init.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-report.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-report.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-test.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-test.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-logout.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-logout.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-new.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-new.1" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/src/etc/man/cargo-fix.1" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/man/man1/cargo-fix.1" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/README.md" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/LICENSE-THIRD-PARTY" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/LICENSE-THIRD-PARTY" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/LICENSE-THIRD-PARTY" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image/share/doc/cargo/LICENSE-THIRD-PARTY" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/builder-config" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/README.md" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/LICENSE-THIRD-PARTY" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/LICENSE-THIRD-PARTY" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/cargo/LICENSE-THIRD-PARTY" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay/LICENSE-THIRD-PARTY" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } Dist cargo-1.84.1-x86_64-unknown-openbsd running: LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" "generate" "--image-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/image" "--component-name=cargo" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=cargo installed." "--package-name=cargo-1.84.1-x86_64-unknown-openbsd" "--non-installed-overlay" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd/overlay" "--output-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/dist" "--work-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/cargo/x86_64-unknown-openbsd" "--compression-formats" "gz" "--compression-profile" "fast" (failure_mode=Exit) (created at src/core/build_steps/tool.rs:1117:23, executed at src/utils/tarball.rs:388:13) finished in 1.079 seconds < Cargo { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } running: "/usr/local/bin/llvm-config-18" "--libdir" (failure_mode=Exit) (created at src/core/builder/cargo.rs:950:21, executed at src/core/builder/cargo.rs:950:58) c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building tool clippy-driver (stage1 -> stage2, x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.84.1" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.84.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LIBRARY_PATH="/usr/local/llvm18/lib" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/Cargo.toml" "--message-format" "json-render-diagnostics" 3.661731202s INFO prepare_target{force=false package_id=clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy) target="cargo-clippy"}: cargo::core::compiler::fingerprint: fingerprint error for clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy)/Build/TargetInner { name: "cargo-clippy", tested: false, doc: true, ..: with_path("/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/src/main.rs", Edition2021) } 3.661816467s INFO prepare_target{force=false package_id=clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy) target="cargo-clippy"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clippy-389366379605a4bf/bin-cargo-clippy` Caused by: No such file or directory (os error 2) 3.662547937s INFO prepare_target{force=false package_id=anstream v0.6.18 target="anstream"}: cargo::core::compiler::fingerprint: fingerprint error for anstream v0.6.18/Build/TargetInner { ..: lib_target("anstream", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstream-0.6.18/src/lib.rs", Edition2021) } 3.662576913s INFO prepare_target{force=false package_id=anstream v0.6.18 target="anstream"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/anstream-85ae2c67aaccd434/lib-anstream` Caused by: No such file or directory (os error 2) 3.662984466s INFO prepare_target{force=false package_id=anstyle v1.0.10 target="anstyle"}: cargo::core::compiler::fingerprint: fingerprint error for anstyle v1.0.10/Build/TargetInner { ..: lib_target("anstyle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/src/lib.rs", Edition2021) } 3.663006785s INFO prepare_target{force=false package_id=anstyle v1.0.10 target="anstyle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/anstyle-f0ff4a5933eded2c/lib-anstyle` Caused by: No such file or directory (os error 2) 3.663390148s INFO prepare_target{force=false package_id=anstyle-parse v0.2.6 target="anstyle_parse"}: cargo::core::compiler::fingerprint: fingerprint error for anstyle-parse v0.2.6/Build/TargetInner { ..: lib_target("anstyle_parse", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-parse-0.2.6/src/lib.rs", Edition2021) } 3.663414655s INFO prepare_target{force=false package_id=anstyle-parse v0.2.6 target="anstyle_parse"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/anstyle-parse-b5b8f77446261b03/lib-anstyle_parse` Caused by: No such file or directory (os error 2) 3.663955060s INFO prepare_target{force=false package_id=anstyle-query v1.1.2 target="anstyle_query"}: cargo::core::compiler::fingerprint: fingerprint error for anstyle-query v1.1.2/Build/TargetInner { ..: lib_target("anstyle_query", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-query-1.1.2/src/lib.rs", Edition2021) } 3.663978021s INFO prepare_target{force=false package_id=anstyle-query v1.1.2 target="anstyle_query"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/anstyle-query-cd16ea1c1aeab037/lib-anstyle_query` Caused by: No such file or directory (os error 2) 3.664339705s INFO prepare_target{force=false package_id=colorchoice v1.0.3 target="colorchoice"}: cargo::core::compiler::fingerprint: fingerprint error for colorchoice v1.0.3/Build/TargetInner { ..: lib_target("colorchoice", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/colorchoice-1.0.3/src/lib.rs", Edition2021) } 3.664363411s INFO prepare_target{force=false package_id=colorchoice v1.0.3 target="colorchoice"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/colorchoice-52383070a892f711/lib-colorchoice` Caused by: No such file or directory (os error 2) 3.665467708s INFO prepare_target{force=false package_id=clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy)/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/build.rs", Edition2021) } 3.665491113s INFO prepare_target{force=false package_id=clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clippy-d2428676386ad2fb/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.665723049s INFO prepare_target{force=false package_id=clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy)/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/build.rs", Edition2021) } 3.665767617s INFO prepare_target{force=false package_id=clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/clippy-d69c00fed31f2d27/build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.666150869s INFO prepare_target{force=false package_id=rustc_tools_util v0.4.0 target="rustc_tools_util"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_tools_util v0.4.0/Build/TargetInner { ..: lib_target("rustc_tools_util", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_tools_util-0.4.0/src/lib.rs", Edition2018) } 3.666174274s INFO prepare_target{force=false package_id=rustc_tools_util v0.4.0 target="rustc_tools_util"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/rustc_tools_util-8a7ad49aaa207b45/lib-rustc_tools_util` Caused by: No such file or directory (os error 2) 3.666539836s INFO prepare_target{force=false package_id=clippy_config v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_config) target="clippy_config"}: cargo::core::compiler::fingerprint: fingerprint error for clippy_config v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_config)/Build/TargetInner { name_inferred: true, ..: lib_target("clippy_config", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_config/src/lib.rs", Edition2021) } 3.666567963s INFO prepare_target{force=false package_id=clippy_config v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_config) target="clippy_config"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clippy_config-414619d5e63d557e/lib-clippy_config` Caused by: No such file or directory (os error 2) 3.667253904s INFO prepare_target{force=false package_id=serde v1.0.214 target="serde"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.214/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs", Edition2018) } 3.667279311s INFO prepare_target{force=false package_id=serde v1.0.214 target="serde"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde-c7f9b6dd710ad2aa/lib-serde` Caused by: No such file or directory (os error 2) 3.668358636s INFO prepare_target{force=false package_id=serde_derive v1.0.214 target="serde_derive"}: cargo::core::compiler::fingerprint: fingerprint error for serde_derive v1.0.214/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("serde_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/lib.rs", Edition2015) } 3.668382019s INFO prepare_target{force=false package_id=serde_derive v1.0.214 target="serde_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/serde_derive-343c1eacff89979e/lib-serde_derive` Caused by: No such file or directory (os error 2) 3.669733299s INFO prepare_target{force=false package_id=syn v2.0.87 target="syn"}: cargo::core::compiler::fingerprint: fingerprint error for syn v2.0.87/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("syn", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs", Edition2021) } 3.669758613s INFO prepare_target{force=false package_id=syn v2.0.87 target="syn"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/syn-065c02af0a1a20b7/lib-syn` Caused by: No such file or directory (os error 2) 3.670165631s INFO prepare_target{force=false package_id=toml v0.7.8 target="toml"}: cargo::core::compiler::fingerprint: fingerprint error for toml v0.7.8/Build/TargetInner { name_inferred: true, ..: lib_target("toml", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.7.8/src/lib.rs", Edition2021) } 3.670189086s INFO prepare_target{force=false package_id=toml v0.7.8 target="toml"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/toml-169b33426af3def5/lib-toml` Caused by: No such file or directory (os error 2) 3.670599168s INFO prepare_target{force=false package_id=serde_spanned v0.6.8 target="serde_spanned"}: cargo::core::compiler::fingerprint: fingerprint error for serde_spanned v0.6.8/Build/TargetInner { ..: lib_target("serde_spanned", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_spanned-0.6.8/src/lib.rs", Edition2021) } 3.670619814s INFO prepare_target{force=false package_id=serde_spanned v0.6.8 target="serde_spanned"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde_spanned-2d60bbf7efa03ba8/lib-serde_spanned` Caused by: No such file or directory (os error 2) 3.670977446s INFO prepare_target{force=false package_id=toml_datetime v0.6.8 target="toml_datetime"}: cargo::core::compiler::fingerprint: fingerprint error for toml_datetime v0.6.8/Build/TargetInner { ..: lib_target("toml_datetime", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_datetime-0.6.8/src/lib.rs", Edition2021) } 3.670997375s INFO prepare_target{force=false package_id=toml_datetime v0.6.8 target="toml_datetime"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/toml_datetime-18c42f4174a18203/lib-toml_datetime` Caused by: No such file or directory (os error 2) 3.671347117s INFO prepare_target{force=false package_id=toml_edit v0.19.15 target="toml_edit"}: cargo::core::compiler::fingerprint: fingerprint error for toml_edit v0.19.15/Build/TargetInner { name_inferred: true, ..: lib_target("toml_edit", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/lib.rs", Edition2021) } 3.671369567s INFO prepare_target{force=false package_id=toml_edit v0.19.15 target="toml_edit"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/toml_edit-a7fec0aea7cde2d8/lib-toml_edit` Caused by: No such file or directory (os error 2) 3.672165341s INFO prepare_target{force=false package_id=winnow v0.5.40 target="winnow"}: cargo::core::compiler::fingerprint: fingerprint error for winnow v0.5.40/Build/TargetInner { name_inferred: true, ..: lib_target("winnow", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs", Edition2021) } 3.672190231s INFO prepare_target{force=false package_id=winnow v0.5.40 target="winnow"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/winnow-a97b7b4d5f4e63a5/lib-winnow` Caused by: No such file or directory (os error 2) 3.672568218s INFO prepare_target{force=false package_id=clippy_lints v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_lints) target="clippy_lints"}: cargo::core::compiler::fingerprint: fingerprint error for clippy_lints v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_lints)/Build/TargetInner { name_inferred: true, ..: lib_target("clippy_lints", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_lints/src/lib.rs", Edition2021) } 3.672593491s INFO prepare_target{force=false package_id=clippy_lints v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_lints) target="clippy_lints"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clippy_lints-fe80db1056577c4d/lib-clippy_lints` Caused by: No such file or directory (os error 2) 3.673217450s INFO prepare_target{force=false package_id=cargo_metadata v0.18.1 target="cargo_metadata"}: cargo::core::compiler::fingerprint: fingerprint error for cargo_metadata v0.18.1/Build/TargetInner { name_inferred: true, ..: lib_target("cargo_metadata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/lib.rs", Edition2018) } 3.673241334s INFO prepare_target{force=false package_id=cargo_metadata v0.18.1 target="cargo_metadata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/cargo_metadata-79ce69a25b2e0338/lib-cargo_metadata` Caused by: No such file or directory (os error 2) 3.673728983s INFO prepare_target{force=false package_id=camino v1.1.9 target="camino"}: cargo::core::compiler::fingerprint: fingerprint error for camino v1.1.9/Build/TargetInner { ..: lib_target("camino", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs", Edition2018) } 3.673749371s INFO prepare_target{force=false package_id=camino v1.1.9 target="camino"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/camino-6c7da2dda1f7c440/lib-camino` Caused by: No such file or directory (os error 2) 3.674679561s INFO prepare_target{force=false package_id=camino v1.1.9 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for camino v1.1.9/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/build.rs", Edition2018) } 3.674699806s INFO prepare_target{force=false package_id=camino v1.1.9 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/camino-736e821a1fdffe80/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.674944300s INFO prepare_target{force=false package_id=camino v1.1.9 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for camino v1.1.9/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/build.rs", Edition2018) } 3.674965024s INFO prepare_target{force=false package_id=camino v1.1.9 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/camino-ad7a9614da289cb0/build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.675345776s INFO prepare_target{force=false package_id=cargo-platform v0.1.8 target="cargo_platform"}: cargo::core::compiler::fingerprint: fingerprint error for cargo-platform v0.1.8/Build/TargetInner { name_inferred: true, ..: lib_target("cargo_platform", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo-platform-0.1.8/src/lib.rs", Edition2021) } 3.675368439s INFO prepare_target{force=false package_id=cargo-platform v0.1.8 target="cargo_platform"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/cargo-platform-626c4871410accb0/lib-cargo_platform` Caused by: No such file or directory (os error 2) 3.675722014s INFO prepare_target{force=false package_id=semver v1.0.23 target="semver"}: cargo::core::compiler::fingerprint: fingerprint error for semver v1.0.23/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("semver", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/lib.rs", Edition2018) } 3.675754126s INFO prepare_target{force=false package_id=semver v1.0.23 target="semver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/semver-c6280469aab40bc4/lib-semver` Caused by: No such file or directory (os error 2) 3.676836207s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="serde_json"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.132/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde_json", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/lib.rs", Edition2021) } 3.676859524s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="serde_json"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde_json-5c2871a361a87604/lib-serde_json` Caused by: No such file or directory (os error 2) 3.677410520s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: fingerprint error for memchr v2.7.4/Build/TargetInner { benched: false, ..: lib_target("memchr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs", Edition2021) } 3.677433822s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/memchr-088cdc33f241e649/lib-memchr` Caused by: No such file or directory (os error 2) 3.678569567s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.132/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/build.rs", Edition2021) } 3.678591197s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde_json-445b2fe0b168e406/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.678833736s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.132/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/build.rs", Edition2021) } 3.678859127s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/serde_json-eb07ca406405e82d/build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.679259081s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="thiserror"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/Build/TargetInner { ..: lib_target("thiserror", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/src/lib.rs", Edition2021) } 3.679284603s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="thiserror"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/thiserror-5fee3cba3186af0d/lib-thiserror` Caused by: No such file or directory (os error 2) 3.680230228s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/build.rs", Edition2021) } 3.680253296s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/thiserror-05cbe6874062c46d/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.680550283s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/build.rs", Edition2021) } 3.680569582s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/thiserror-cd58071066be8f1a/build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.680912304s INFO prepare_target{force=false package_id=thiserror-impl v1.0.66 target="thiserror_impl"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror-impl v1.0.66/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("thiserror_impl", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs", Edition2021) } 3.680938431s INFO prepare_target{force=false package_id=thiserror-impl v1.0.66 target="thiserror_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/thiserror-impl-de84581f2ad9f449/lib-thiserror_impl` Caused by: No such file or directory (os error 2) 3.681415482s INFO prepare_target{force=false package_id=clippy_utils v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_utils) target="clippy_utils"}: cargo::core::compiler::fingerprint: fingerprint error for clippy_utils v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_utils)/Build/TargetInner { name_inferred: true, ..: lib_target("clippy_utils", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_utils/src/lib.rs", Edition2021) } 3.681447053s INFO prepare_target{force=false package_id=clippy_utils v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_utils) target="clippy_utils"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clippy_utils-cacd02114b0041f1/lib-clippy_utils` Caused by: No such file or directory (os error 2) 3.681835495s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="rustc_apfloat"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_apfloat v0.2.1+llvm-462a31f5a5ab/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_apfloat", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs", Edition2021) } 3.681870302s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="rustc_apfloat"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustc_apfloat-8a0b1c27ade6189f/lib-rustc_apfloat` Caused by: No such file or directory (os error 2) 3.682271201s INFO prepare_target{force=false package_id=bitflags v1.3.2 target="bitflags"}: cargo::core::compiler::fingerprint: fingerprint error for bitflags v1.3.2/Build/TargetInner { name_inferred: true, ..: lib_target("bitflags", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-1.3.2/src/lib.rs", Edition2018) } 3.682306831s INFO prepare_target{force=false package_id=bitflags v1.3.2 target="bitflags"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/bitflags-5ecea20adc8cd238/lib-bitflags` Caused by: No such file or directory (os error 2) 3.683298883s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_apfloat v0.2.1+llvm-462a31f5a5ab/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/build.rs", Edition2021) } 3.683320984s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustc_apfloat-81e5914516dc2d23/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.683657041s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_apfloat v0.2.1+llvm-462a31f5a5ab/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/build.rs", Edition2021) } 3.683678165s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/rustc_apfloat-b4aa298f882370de/build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.684068035s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: fingerprint error for smallvec v1.13.2/Build/TargetInner { name_inferred: true, ..: lib_target("smallvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs", Edition2018) } 3.684091927s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/smallvec-5ee25f14053aaa18/lib-smallvec` Caused by: No such file or directory (os error 2) 3.684475804s INFO prepare_target{force=false package_id=quine-mc_cluskey v0.2.4 target="quine_mc_cluskey"}: cargo::core::compiler::fingerprint: fingerprint error for quine-mc_cluskey v0.2.4/Build/TargetInner { name_inferred: true, ..: lib_target("quine_mc_cluskey", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs", Edition2015) } 3.684499082s INFO prepare_target{force=false package_id=quine-mc_cluskey v0.2.4 target="quine_mc_cluskey"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/quine-mc_cluskey-fa7059aaa92328d4/lib-quine_mc_cluskey` Caused by: No such file or directory (os error 2) 3.685033933s INFO prepare_target{force=false package_id=unicode-normalization v0.1.24 target="unicode_normalization"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-normalization v0.1.24/Build/TargetInner { ..: lib_target("unicode_normalization", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs", Edition2018) } 3.685056307s INFO prepare_target{force=false package_id=unicode-normalization v0.1.24 target="unicode_normalization"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicode-normalization-30ab8b20b570c14d/lib-unicode_normalization` Caused by: No such file or directory (os error 2) 3.685673268s INFO prepare_target{force=false package_id=unicode-script v0.5.7 target="unicode_script"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-script v0.5.7/Build/TargetInner { ..: lib_target("unicode_script", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs", Edition2018) } 3.685694583s INFO prepare_target{force=false package_id=unicode-script v0.5.7 target="unicode_script"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicode-script-12e4fa1c7488e9b4/lib-unicode_script` Caused by: No such file or directory (os error 2) 3.686001942s INFO prepare_target{force=false package_id=url v2.5.2 target="url"}: cargo::core::compiler::fingerprint: fingerprint error for url v2.5.2/Build/TargetInner { name_inferred: true, ..: lib_target("url", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/lib.rs", Edition2018) } 3.686022976s INFO prepare_target{force=false package_id=url v2.5.2 target="url"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/url-573956f5d9e6982b/lib-url` Caused by: No such file or directory (os error 2) 3.686735563s INFO prepare_target{force=false package_id=idna v0.5.0 target="idna"}: cargo::core::compiler::fingerprint: fingerprint error for idna v0.5.0/Build/TargetInner { name_inferred: true, doctest: false, ..: lib_target("idna", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/idna-0.5.0/src/lib.rs", Edition2018) } 3.686757218s INFO prepare_target{force=false package_id=idna v0.5.0 target="idna"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/idna-c780d1d6a3d75cb4/lib-idna` Caused by: No such file or directory (os error 2) 3.687136272s INFO prepare_target{force=false package_id=unicode-bidi v0.3.17 target="unicode_bidi"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-bidi v0.3.17/Build/TargetInner { ..: lib_target("unicode_bidi", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-bidi-0.3.17/src/lib.rs", Edition2018) } 3.687156662s INFO prepare_target{force=false package_id=unicode-bidi v0.3.17 target="unicode_bidi"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicode-bidi-ab29971e396691a1/lib-unicode_bidi` Caused by: No such file or directory (os error 2) 3.687499285s INFO prepare_target{force=false package_id=color-print v0.3.6 target="color_print"}: cargo::core::compiler::fingerprint: fingerprint error for color-print v0.3.6/Build/TargetInner { name_inferred: true, ..: lib_target("color_print", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-0.3.6/src/lib.rs", Edition2018) } 3.687519217s INFO prepare_target{force=false package_id=color-print v0.3.6 target="color_print"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/color-print-6b2b4620576dfeeb/lib-color_print` Caused by: No such file or directory (os error 2) 3.687832515s INFO prepare_target{force=false package_id=color-print-proc-macro v0.3.6 target="color_print_proc_macro"}: cargo::core::compiler::fingerprint: fingerprint error for color-print-proc-macro v0.3.6/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("color_print_proc_macro", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/lib.rs", Edition2018) } 3.687853810s INFO prepare_target{force=false package_id=color-print-proc-macro v0.3.6 target="color_print_proc_macro"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/color-print-proc-macro-55035d411d883581/lib-color_print_proc_macro` Caused by: No such file or directory (os error 2) 3.688630254s INFO prepare_target{force=false package_id=rustc_tools_util v0.4.0 target="rustc_tools_util"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_tools_util v0.4.0/Build/TargetInner { ..: lib_target("rustc_tools_util", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_tools_util-0.4.0/src/lib.rs", Edition2018) } 3.688650521s INFO prepare_target{force=false package_id=rustc_tools_util v0.4.0 target="rustc_tools_util"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustc_tools_util-b418522496d5e962/lib-rustc_tools_util` Caused by: No such file or directory (os error 2) 3.688948641s INFO prepare_target{force=false package_id=termize v0.1.1 target="termize"}: cargo::core::compiler::fingerprint: fingerprint error for termize v0.1.1/Build/TargetInner { name_inferred: true, ..: lib_target("termize", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/lib.rs", Edition2018) } 3.688969624s INFO prepare_target{force=false package_id=termize v0.1.1 target="termize"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/termize-57cd04a791b8288d/lib-termize` Caused by: No such file or directory (os error 2) 3.689298417s INFO prepare_target{force=false package_id=libc v0.2.164 target="libc"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/Build/TargetInner { ..: lib_target("libc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/lib.rs", Edition2015) } 3.689319471s INFO prepare_target{force=false package_id=libc v0.2.164 target="libc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libc-08a182d6787e5699/lib-libc` Caused by: No such file or directory (os error 2) 3.690317425s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs", Edition2015) } 3.690339980s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/libc-76ce32bc045c299d/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.690553089s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs", Edition2015) } 3.690591455s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/libc-bec8f06cc5c99e80/build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.691023566s INFO prepare_target{force=false package_id=clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy) target="clippy-driver"}: cargo::core::compiler::fingerprint: fingerprint error for clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy)/Build/TargetInner { name: "clippy-driver", doc: true, ..: with_path("/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/src/driver.rs", Edition2021) } 3.691048034s INFO prepare_target{force=false package_id=clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy) target="clippy-driver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clippy-76c48eee8a1419e1/bin-clippy-driver` Caused by: No such file or directory (os error 2) Fresh unicode-ident v1.0.13 Fresh equivalent v1.0.1 Fresh hashbrown v0.15.0 Compiling winnow v0.5.40 Fresh proc-macro2 v1.0.89 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:76:48 | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:92:47 | 92 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:169:29 | 169 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:191:32 | 191 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:197:32 | 197 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:682:32 | 682 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:691:63 | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:773:34 | 773 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:897:32 | 897 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:909:32 | 909 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 909 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1190:32 | 1190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1196:34 | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:255:32 | 255 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 255 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:285:32 | 285 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 285 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:298:32 | 298 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 298 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:566:63 | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:663:40 | 663 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 663 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:672:40 | 672 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 672 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:760:32 | 760 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:769:32 | 769 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:982:32 | 982 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:991:32 | 991 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 991 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:308:32 | 308 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:327:32 | 327 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 327 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:562:32 | 562 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 562 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:636:32 | 636 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:648:32 | 648 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:794:40 | 794 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:800:40 | 800 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 800 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:885:34 | 885 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 885 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1068:32 | 1068 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1074:32 | 1074 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1318:32 | 1318 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1318 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1324:32 | 1324 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1324 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1360:36 | 1360 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh indexmap v2.6.0 Fresh tinyvec_macros v0.1.1 Compiling serde_json v1.0.132 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=0.5.40 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name winnow --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=a97b7b4d5f4e63a5 -C extra-filename=-a97b7b4d5f4e63a5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `proc-macro2` (lib) generated 111 warnings Fresh quote v1.0.37 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh tinyvec v1.8.0 warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/lib.rs:12:13 | 12 | #![cfg_attr(docs_rs, feature(doc_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:38:12 | 38 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:97:12 | 97 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1064:12 | 1064 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1113:12 | 1113 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1333:12 | 1333 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Compiling thiserror v1.0.66 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.132 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=eb07ca406405e82d -C extra-filename=-eb07ca406405e82d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde_json-eb07ca406405e82d -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `quote` (lib) generated 13 warnings warning: `tinyvec` (lib) generated 6 warnings Compiling syn v2.0.87 Compiling camino v1.1.9 Compiling rustc_apfloat v0.2.1+llvm-462a31f5a5ab Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd58071066be8f1a -C extra-filename=-cd58071066be8f1a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/thiserror-cd58071066be8f1a -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/Cargo.toml CARGO_PKG_AUTHORS='Without Boats :Ashley Williams :Steve Klabnik :Rain ' CARGO_PKG_DESCRIPTION='UTF-8 paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=camino CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/camino-rs/camino' CARGO_PKG_RUST_VERSION=1.34.0 CARGO_PKG_VERSION=1.1.9 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=ad7a9614da289cb0 -C extra-filename=-ad7a9614da289cb0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/camino-ad7a9614da289cb0 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4aa298f882370de -C extra-filename=-b4aa298f882370de --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustc_apfloat-b4aa298f882370de -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.87 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=87 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=065c02af0a1a20b7 -C extra-filename=-065c02af0a1a20b7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rmeta --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-5ddb0dce03806ed5.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-759de8cc44fc4838.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs:142:12 | 142 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused imports: `alloc`, `boxed`, `convert`, and `option` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs:185:13 | 185 | alloc, borrow, boxed, cmp, collections, convert, fmt, hash, iter, mem, ops, option, | ^^^^^ ^^^^^ ^^^^^^^ ^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `std::prelude as v1` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs:192:21 | 192 | pub use std::prelude as v1; | ^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/error.rs:63:12 | 63 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/error.rs:97:12 | 97 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/multi.rs:136:12 | 136 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:15:12 | 15 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:38:12 | 38 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:85:12 | 85 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:144:12 | 144 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:201:12 | 201 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:258:12 | 258 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:313:12 | 313 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:363:12 | 363 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:396:12 | 396 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:459:12 | 459 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:501:12 | 501 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:543:12 | 543 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:580:12 | 580 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:629:12 | 629 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:678:12 | 678 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:722:12 | 722 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:766:12 | 766 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:808:12 | 808 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:855:12 | 855 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:912:12 | 912 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Fresh either v1.13.0 Fresh itertools v0.12.1 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:591:64 | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:89:27 | 89 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:104:27 | 104 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:129:72 | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:62:29 | 62 | F: FnOnce(ProcessResults) -> R, | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 62 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:961:33 | 961 | F: FnOnce(ProcessResults) -> R, | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | F: FnOnce(ProcessResults<'_, Self, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1438:71 | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1464:63 | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2309:41 | 2309 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2309 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2348:64 | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:578:30 | 578 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:375:16 | 375 | I: Iterator + 'a, | ^^^^^ 376 | I::Item: 'a, 377 | / K: 'a, 378 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 375 ~ I: Iterator, 376 | I::Item: 'a, 377 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:416:16 | 416 | I: Iterator + 'a, | ^^^^^ 417 | I::Item: 'a, 418 | / K: 'a, 419 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 416 ~ I: Iterator, 417 | I::Item: 'a, 418 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:546:16 | 546 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:577:16 | 577 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:115:16 | 115 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound warning: `itertools` (lib) generated 50 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_UNBOUNDED_DEPTH=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.132 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-445b2fe0b168e406/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/serde_json-eb07ca406405e82d/build-script-build` [serde_json 1.0.132] cargo:rerun-if-changed=build.rs [serde_json 1.0.132] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) [serde_json 1.0.132] cargo:rustc-cfg=fast_arithmetic="64" Compiling unicode-normalization v0.1.24 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.1.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_normalization --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=30ab8b20b570c14d -C extra-filename=-30ab8b20b570c14d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern tinyvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtinyvec-d8dcf302d731055f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:128:21 | 128 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 128 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:155:25 | 155 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 155 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 181 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 182 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustc_apfloat-81e5914516dc2d23/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustc_apfloat-b4aa298f882370de/build-script-build` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 183 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 184 | impl_low_level_token!("group token" proc_macro2::Group any_group); | ----------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 185 | impl_low_level_token!("lifetime" Lifetime lifetime); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:192:21 | 192 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:535:21 | 535 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:554:21 | 554 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 554 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:648:21 | 648 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:659:21 | 659 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:670:21 | 670 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 670 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:681:21 | 681 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 681 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:279:33 | 279 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 279 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:288:33 | 288 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 288 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ [rustc_apfloat 0.2.1+llvm-462a31f5a5ab] cargo:rerun-if-changed=build.rs Compiling memchr v2.7.4 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:418:33 | 418 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn parse(input: ParseStream<'_>) -> Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=088cdc33f241e649 -C extra-filename=-088cdc33f241e649 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:427:33 | 427 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 427 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:981:34 | 981 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 981 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:992:40 | 992 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 992 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1001:41 | 1001 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1001 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1007:28 | 1007 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1034:35 | 1034 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1034 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:659:38 | 659 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:666:45 | 666 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:676:45 | 676 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 676 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:688:25 | 688 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 688 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:696:25 | 696 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:704:25 | 704 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 704 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:712:41 | 712 | fn parse_outermost_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 712 | fn parse_outermost_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:721:60 | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:731:54 | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:740:60 | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:765:44 | 765 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 765 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:776:44 | 776 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:81:28 | 81 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:29 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:40 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:30 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:41 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:415:28 | 415 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 415 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:43 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:54 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:428:42 | 428 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 428 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:141:77 | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members] { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:259:25 | 259 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 259 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:301:25 | 301 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 301 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:312:25 | 312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:324:35 | 324 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 324 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:361:37 | 361 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:906:24 | 906 | pub fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 906 | pub fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1024:40 | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1074:40 | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1219:25 | 1219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1371:26 | 1371 | fn parse_expr(input: ParseStream, mut lhs: Expr, base: Precedence) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1371 | fn parse_expr(input: ParseStream<'_>, mut lhs: Expr, base: Precedence) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1414:16 | 1414 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1414 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1448:31 | 1448 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1464:16 | 1464 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1545:26 | 1545 | fn unary_expr(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1545 | fn unary_expr(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1680:28 | 1680 | fn trailer_expr(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1680 | fn trailer_expr(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1858:25 | 1858 | fn atom_expr(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1858 | fn atom_expr(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1907:16 | 1907 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1907 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1924:16 | 1924 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1924 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1960:25 | 1960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1968:30 | 1968 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1968 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2113:25 | 2113 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2113 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2122:16 | 2122 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2122 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2720:25 | 2720 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2720 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2749:25 | 2749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2757:16 | 2757 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2912:25 | 2912 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2912 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2927:25 | 2927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2974:25 | 2974 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2974 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3048:26 | 3048 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3048 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:108:74 | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes] { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:115:86 | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut] { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:122:72 | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams] { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:129:84 | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut] { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:136:74 | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams] { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:143:86 | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut] { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:38 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:52 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:371:35 | 371 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 371 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:561:25 | 561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:624:25 | 624 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:651:25 | 651 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 651 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:689:25 | 689 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:718:25 | 718 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 718 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:729:25 | 729 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 729 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:786:20 | 786 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:842:20 | 842 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 842 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:871:25 | 871 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 871 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:896:25 | 896 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 896 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:907:25 | 907 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:931:25 | 931 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:962:25 | 962 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 962 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:973:25 | 973 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:502:40 | 502 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:574:40 | 574 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 574 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:867:25 | 867 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:47 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:71 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:949:25 | 949 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:960:25 | 960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:971:25 | 971 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:982:25 | 982 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:993:25 | 993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1004:25 | 1004 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1004 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1015:25 | 1015 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1015 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:26 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:43 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:309:21 | 309 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:153:38 | 153 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:215:21 | 215 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:277:32 | 277 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:283:32 | 283 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:387:13 | 387 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:389:6 | 389 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:393:51 | 393 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:430:30 | 430 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option<(Span, Delimiter)>) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 430 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option<(Span, Delimiter)>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:441:39 | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:445:50 | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option<(Span, Delimiter)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option<(Span, Delimiter)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:505:40 | 505 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:27 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:49 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:27 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:49 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:736:20 | 736 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 736 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1167:21 | 1167 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1167 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1174:21 | 1174 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1174 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1185:21 | 1185 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1192:21 | 1192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1202:21 | 1202 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1202 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1216:21 | 1216 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1216 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1226:21 | 1226 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1226 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1279:52 | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1288:15 | 1288 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1288 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1370:22 | 1370 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1370 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:127:21 | 127 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:131:21 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:147:21 | 147 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:158:21 | 158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:169:21 | 169 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:409:41 | 409 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 409 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:461:20 | 461 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 461 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:489:25 | 489 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 489 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:497:25 | 497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:509:25 | 509 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:515:32 | 515 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:576:39 | 576 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 576 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:608:43 | 608 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 608 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:623:20 | 623 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:643:32 | 643 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:119:31 | 119 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 119 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:130:42 | 130 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 130 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:141:33 | 141 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:150:44 | 150 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:290:36 | 290 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:309:16 | 309 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:310:20 | 310 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:342:44 | 342 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 342 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:361:16 | 361 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:362:20 | 362 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 362 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/scan_expr.rs:192:32 | 192 | pub(crate) fn scan_expr(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | pub(crate) fn scan_expr(input: ParseStream<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:619:25 | 619 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 619 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:630:25 | 630 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 630 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:643:25 | 643 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:666:25 | 666 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:679:25 | 679 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 679 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:726:25 | 726 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:735:25 | 735 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:744:25 | 744 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:786:25 | 786 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:795:36 | 795 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 795 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:800:36 | 800 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 800 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:814:25 | 814 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:822:25 | 822 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 822 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:830:36 | 830 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 830 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:836:36 | 836 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 836 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:848:20 | 848 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 848 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:886:25 | 886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:894:36 | 894 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:899:36 | 899 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 899 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:952:25 | 952 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 952 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:963:25 | 963 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 963 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:970:25 | 970 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 970 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:984:25 | 984 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:990:33 | 990 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1038:35 | 1038 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1038 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1055:25 | 1055 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1055 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1065:25 | 1065 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1065 | fn parse(input: ParseStream<'_>) -> Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/thiserror-05cbe6874062c46d/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/thiserror-cd58071066be8f1a/build-script-build` [thiserror 1.0.66] cargo:rerun-if-changed=build/probe.rs [thiserror 1.0.66] cargo:rustc-check-cfg=cfg(error_generic_member_access) [thiserror 1.0.66] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) Fresh itoa v1.0.11 Compiling smallvec v1.13.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name smallvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="const_generics"' --cfg 'feature="union"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=5ee25f14053aaa18 -C extra-filename=-5ee25f14053aaa18 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_SERDE=1 CARGO_FEATURE_SERDE1=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/Cargo.toml CARGO_PKG_AUTHORS='Without Boats :Ashley Williams :Steve Klabnik :Rain ' CARGO_PKG_DESCRIPTION='UTF-8 paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=camino CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/camino-rs/camino' CARGO_PKG_RUST_VERSION=1.34.0 CARGO_PKG_VERSION=1.1.9 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/camino-736e821a1fdffe80/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/camino-ad7a9614da289cb0/build-script-build` [camino 1.1.9] cargo:rerun-if-changed=build.rs [camino 1.1.9] cargo:rustc-check-cfg=cfg(doc_cfg) [camino 1.1.9] cargo:rustc-check-cfg=cfg(path_buf_deref_mut) [camino 1.1.9] cargo:rustc-check-cfg=cfg(path_buf_capacity) [camino 1.1.9] cargo:rustc-check-cfg=cfg(shrink_to) [camino 1.1.9] cargo:rustc-check-cfg=cfg(try_reserve_2) [camino 1.1.9] cargo:rustc-check-cfg=cfg(os_str_bytes) [camino 1.1.9] cargo:rustc-check-cfg=cfg(absolute_path) warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs:51:1 | 50 | / #[cfg(feature = "std")] 51 | | extern crate core; | | ^^^^^^^^^^^^^^^^^- | |__________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs:53:1 | 53 | extern crate tinyvec; | ^^^^^^^^^^^^^^^^^^^^^ help: remove it warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/decompose.rs:167:32 | 167 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 167 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/recompose.rs:163:32 | 163 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 163 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/replace.rs:60:32 | 60 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 60 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ [camino 1.1.9] cargo:rustc-cfg=path_buf_capacity [camino 1.1.9] cargo:rustc-cfg=shrink_to [camino 1.1.9] cargo:rustc-cfg=try_reserve_2 [camino 1.1.9] cargo:rustc-cfg=path_buf_deref_mut [camino 1.1.9] cargo:rustc-cfg=os_str_bytes [camino 1.1.9] cargo:rustc-cfg=absolute_path Fresh minimal-lexical v0.2.1 Compiling unicode-bidi v0.3.17 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-bidi-0.3.17 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-bidi-0.3.17/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_RUST_VERSION=1.47.0 CARGO_PKG_VERSION=0.3.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_bidi --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=ab29971e396691a1 -C extra-filename=-ab29971e396691a1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:740:38 | 740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Fresh ryu v1.0.18 Compiling libc v0.2.164 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=bec8f06cc5c99e80 -C extra-filename=-bec8f06cc5c99e80 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-bec8f06cc5c99e80 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Fresh percent-encoding v2.3.1 warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/percent-encoding-2.3.1/src/lib.rs:466:35 | 466 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses | 466 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); | ++++++++++++++++++ ~ + help: use explicit `std::ptr::eq` method to compare metadata and addresses | 466 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); | +++++++++++++ ~ + warning: `percent-encoding` (lib) generated 1 warning Compiling bitflags v1.3.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-1.3.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-1.3.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=5ecea20adc8cd238 -C extra-filename=-5ecea20adc8cd238 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `unicode-normalization` (lib) generated 5 warnings Fresh form_urlencoded v1.2.1 warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/form_urlencoded-1.2.1/src/lib.rs:414:35 | 414 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses | 414 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); | ++++++++++++++++++ ~ + help: use explicit `std::ptr::eq` method to compare metadata and addresses | 414 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); | +++++++++++++ ~ + warning: `form_urlencoded` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libc-76ce32bc045c299d/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/libc-bec8f06cc5c99e80/build-script-build` [libc 0.2.164] cargo:rerun-if-changed=build.rs [libc 0.2.164] cargo:rustc-cfg=freebsd11 [libc 0.2.164] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.164] cargo:rustc-cfg=libc_union [libc 0.2.164] cargo:rustc-cfg=libc_const_size_of [libc 0.2.164] cargo:rustc-cfg=libc_align [libc 0.2.164] cargo:rustc-cfg=libc_int128 [libc 0.2.164] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.164] cargo:rustc-cfg=libc_packedN [libc 0.2.164] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.164] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.164] cargo:rustc-cfg=libc_long_array [libc 0.2.164] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.164] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.164] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.164] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.164] cargo:rustc-check-cfg=cfg(espidf_time32) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_ctest) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Compiling idna v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/idna-0.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/idna-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name idna --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c780d1d6a3d75cb4 -C extra-filename=-c780d1d6a3d75cb4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicode_bidi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_bidi-ab29971e396691a1.rmeta --extern unicode_normalization=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_normalization-30ab8b20b570c14d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_apfloat CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust port of C++ llvm::APFloat library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_apfloat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc_apfloat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1+llvm-462a31f5a5ab CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustc_apfloat-81e5914516dc2d23/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_apfloat --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a0b1c27ade6189f -C extra-filename=-8a0b1c27ade6189f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbitflags-5ecea20adc8cd238.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-5ee25f14053aaa18.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs:39:1 | 39 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs:33:9 | 33 | #![deny(warnings)] | ^^^^^^^^ = note: `#[warn(unused_extern_crates)]` implied by `#[warn(warnings)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:560:23 | 560 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 560 - pub struct Pairs<'a, T: 'a, P: 'a> { 560 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:610:26 | 610 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 610 - pub struct PairsMut<'a, T: 'a, P: 'a> { 610 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:747:22 | 747 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:755:25 | 755 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 755 - struct PrivateIter<'a, T: 'a, P: 'a> { 755 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:861:25 | 861 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:870:28 | 870 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 870 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 870 + struct PrivateIterMut<'a, T, P> { | warning: `memchr` (lib) generated 2 warnings Fresh nom v7.1.3 warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:375:13 | 375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, and `std` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:379:12 | 379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:391:12 | 391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:418:14 | 418 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `self::str::*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:439:9 | 439 | pub use self::str::*; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:49:12 | 49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:96:12 | 96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:340:12 | 340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:357:12 | 357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:374:12 | 374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:392:12 | 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:409:12 | 409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:430:12 | 430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `rustc_apfloat` (lib) generated 1 warning warning: `nom` (lib) generated 13 warnings Fresh utf8parse v0.2.2 Compiling rustc_tools_util v0.4.0 Fresh arrayvec v0.7.6 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:605:50 | 605 | pub fn drain(&mut self, range: R) -> Drain | -----^------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 605 | pub fn drain(&mut self, range: R) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:632:65 | 632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain | -----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:961:32 | 961 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1217:32 | 1217 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1217 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/array_string.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/array_string.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/errors.rs:39:32 | 39 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/errors.rs:45:32 | 45 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:969:23 | 969 | pub struct Drain<'a, T: 'a, const CAP: usize> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_tools_util CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_tools_util-0.4.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_tools_util-0.4.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='small helper to generate version information for git packages' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_tools_util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_tools_util --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_tools_util-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a7ad49aaa207b45 -C extra-filename=-8a7ad49aaa207b45 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `arrayvec` (lib) generated 9 warnings Compiling anstyle-parse v0.2.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-parse-0.2.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-parse-0.2.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.2.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle_parse --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-parse-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=b5b8f77446261b03 -C extra-filename=-b5b8f77446261b03 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern utf8parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libutf8parse-ce79d98d4822b807.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling url v2.5.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=url CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='URL library for Rust, based on the WHATWG URL Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=url CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.5.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name url --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=573956f5d9e6982b -C extra-filename=-573956f5d9e6982b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern form_urlencoded=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libform_urlencoded-935f0dbea9277484.rmeta --extern idna=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libidna-c780d1d6a3d75cb4.rmeta --extern percent_encoding=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpercent_encoding-3853703649afc093.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/libc-76ce32bc045c299d/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=08a182d6787e5699 -C extra-filename=-08a182d6787e5699 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Compiling clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A bunch of helpful lints to avoid common pitfalls in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.84 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=84 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 src/tools/clippy/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("integration", "internal", "tempfile"))' -C metadata=d69c00fed31f2d27 -C extra-filename=-d69c00fed31f2d27 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/clippy-d69c00fed31f2d27 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern rustc_tools_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librustc_tools_util-8a7ad49aaa207b45.rlib -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/parser.rs:290:39 | 290 | fn split_prefix(self, input: &mut Input) -> bool; | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 290 | fn split_prefix(self, input: &mut Input<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/parser.rs:294:39 | 294 | fn split_prefix(self, input: &mut Input) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 294 | fn split_prefix(self, input: &mut Input<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/parser.rs:300:39 | 300 | fn split_prefix(self, input: &mut Input) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn split_prefix(self, input: &mut Input<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/parser.rs:311:39 | 311 | fn split_prefix(self, input: &mut Input) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn split_prefix(self, input: &mut Input<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/parser.rs:1065:29 | 1065 | pub fn file_host(input: Input) -> ParseResult<(bool, String, Input)> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1065 | pub fn file_host(input: Input<'_>) -> ParseResult<(bool, String, Input)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/parser.rs:1065:66 | 1065 | pub fn file_host(input: Input) -> ParseResult<(bool, String, Input)> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1065 | pub fn file_host(input: Input) -> ParseResult<(bool, String, Input<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/lib.rs:2692:40 | 2692 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2692 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling anstyle-query v1.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-query-1.1.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-query-1.1.2/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle_query --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-query-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd16ea1c1aeab037 -C extra-filename=-cd16ea1c1aeab037 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Fresh regex-syntax v0.8.5 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:804:38 | 804 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 804 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:1029:38 | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:2901:38 | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `regex-syntax` (lib) generated 7 warnings Compiling unicode-script v0.5.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_script CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/) ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-script' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-script CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-script' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_script --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=12e4fa1c7488e9b4 -C extra-filename=-12e4fa1c7488e9b4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling colorchoice v1.0.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/colorchoice-1.0.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/colorchoice-1.0.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name colorchoice --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/colorchoice-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52383070a892f711 -C extra-filename=-52383070a892f711 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs:129:32 | 129 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 129 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `winnow` (lib) generated 74 warnings Fresh is_terminal_polyfill v1.70.1 Compiling quine-mc_cluskey v0.2.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=quine_mc_cluskey CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/Cargo.toml CARGO_PKG_AUTHORS='Oliver Schneider ' CARGO_PKG_DESCRIPTION='Rust implementation of the Quine-McCluskey algorithm and Petrick'\''s method' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quine-mc_cluskey CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/oli-obk/quine-mc_cluskey' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name quine_mc_cluskey --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("quickcheck"))' -C metadata=fa7059aaa92328d4 -C extra-filename=-fa7059aaa92328d4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling anstyle v1.0.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f0ff4a5933eded2c -C extra-filename=-f0ff4a5933eded2c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:229:39 | 229 | fn fmt(&self, fmt: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 229 | fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:243:43 | 243 | And(_) | Or(_) => try!(write!(fmt, "({:?})", a)), | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:244:30 | 244 | _ => try!(write!(fmt, "{:?}", a)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:250:17 | 250 | try!(write!(fmt, "{:?}", a[0])); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:253:34 | 253 | Or(_) => try!(write!(fmt, " + ({:?})", a)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:254:30 | 254 | _ => try!(write!(fmt, " + {:?}", a)), | ^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:375:39 | 375 | fn fmt(&self, fmt: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 375 | fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:379:21 | 379 | try!(write!(fmt, "0")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:381:21 | 381 | try!(write!(fmt, "1")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:384:17 | 384 | try!(write!(fmt, "-")); | ^^^ Compiling anstream v0.6.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstream-0.6.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstream-0.6.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.6.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstream --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=85ae2c67aaccd434 -C extra-filename=-85ae2c67aaccd434 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-f0ff4a5933eded2c.rmeta --extern anstyle_parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle_parse-b5b8f77446261b03.rmeta --extern anstyle_query=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle_query-cd16ea1c1aeab037.rmeta --extern colorchoice=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcolorchoice-52383070a892f711.rmeta --extern is_terminal_polyfill=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libis_terminal_polyfill-45323046e20e068f.rmeta --extern utf8parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libutf8parse-ce79d98d4822b807.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `unicode-script` (lib) generated 3 warnings Compiling termize v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=termize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Yuki Okushi ' CARGO_PKG_DESCRIPTION='functions for determining terminal sizes and dimensions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/JohnTitor/termize' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name termize --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57cd04a791b8288d -C extra-filename=-57cd04a791b8288d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-08a182d6787e5699.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `syn` (lib) generated 265 warnings Compiling serde_derive v1.0.214 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=343c1eacff89979e -C extra-filename=-343c1eacff89979e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-5ddb0dce03806ed5.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-065c02af0a1a20b7.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling thiserror-impl v1.0.66 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror_impl --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de84581f2ad9f449 -C extra-filename=-de84581f2ad9f449 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-5ddb0dce03806ed5.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-065c02af0a1a20b7.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling color-print-proc-macro v0.3.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=color_print_proc_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/Cargo.toml CARGO_PKG_AUTHORS='Johann David ' CARGO_PKG_DESCRIPTION='Implementation for the package color-print' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=color-print-proc-macro CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/dajoha/color-print' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name color_print_proc_macro --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("terminfo"))' -C metadata=55035d411d883581 -C extra-filename=-55035d411d883581 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern nom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libnom-d83938cb9a11919e.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-5ddb0dce03806ed5.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-065c02af0a1a20b7.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A bunch of helpful lints to avoid common pitfalls in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.84 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=84 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/clippy-d2428676386ad2fb/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/clippy-d69c00fed31f2d27/build-script-build` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs:18:1 | 18 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:48:43 | 48 | pub fn get(input: &[Attribute]) -> Result { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | pub fn get(input: &[Attribute]) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:93:34 | 93 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:142:28 | 142 | fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 142 | fn parse_token_expr(input: ParseStream<'_>, mut begin_expr: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:57:23 | 57 | fn impl_struct(input: Struct) -> TokenStream { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn impl_struct(input: Struct<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:228:21 | 228 | fn impl_enum(input: Enum) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn impl_enum(input: Enum<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:487:25 | 487 | fn fields_pat(fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | fn fields_pat(fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:512:34 | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn from_initializer(from_field: &Field<'_>, backtrace_field: Option<&Field>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:512:66 | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field<'_>>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/fmt.rs:12:50 | 12 | pub fn expand_shorthand(&mut self, fields: &[Field]) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn expand_shorthand(&mut self, fields: &[Field<'_>]) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/fmt.rs:125:31 | 125 | fn explicit_named_args(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn explicit_named_args(input: ParseStream<'_>) -> Result> { | ++++ [clippy 0.1.84] cargo:rustc-env=PROFILE=release [clippy 0.1.84] cargo:rerun-if-changed=build.rs warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/generics.rs:26:21 | 26 | fn crawl(in_scope: &ParamsInScope, ty: &Type, found: &mut bool) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn crawl(in_scope: &ParamsInScope<'_>, ty: &Type, found: &mut bool) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:7:48 | 7 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:11:50 | 11 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:15:53 | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:19:62 | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:53:48 | 53 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 53 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:57:50 | 57 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:61:53 | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:65:62 | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:128:25 | 128 | from_field: Option<&Field>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | from_field: Option<&Field<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:108:34 | 108 | fn check_non_field_attrs(attrs: &Attrs) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | fn check_non_field_attrs(attrs: &Attrs<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:138:32 | 138 | fn check_field_attrs(fields: &[Field]) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn check_field_attrs(fields: &[Field<'_>]) -> Result<()> { | ++++ [clippy 0.1.84] cargo:rustc-env=GIT_HASH= warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:205:22 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field<'_>, two: &Field) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:205:35 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field, two: &Field<'_>) -> bool { | ++++ [clippy 0.1.84] cargo:rustc-env=COMMIT_DATE= [clippy 0.1.84] cargo:rustc-env=RUSTC_RELEASE_CHANNEL=stable Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_tools_util CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_tools_util-0.4.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_tools_util-0.4.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='small helper to generate version information for git packages' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_tools_util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_tools_util --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_tools_util-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b418522496d5e962 -C extra-filename=-b418522496d5e962 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/lib.rs:5:1 | 5 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/ansi.rs:51:44 | 51 | fn get_format_string_from_nodes(nodes: Vec) -> Result { | ^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 51 | fn get_format_string_from_nodes(nodes: Vec>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/error.rs:72:32 | 72 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/format_args/format_arg.rs:19:21 | 19 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/parse/types.rs:31:32 | 31 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 31 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:41:50 | 41 | pub fn color_tag(input: Input<'_>) -> Result<'_, ColorTag> { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn color_tag(input: Input<'_>) -> Result<'_, ColorTag<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:97:52 | 97 | let msg = if alphanumeric1::<&str, Error>(input).is_ok() { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 97 | let msg = if alphanumeric1::<&str, Error<'_>>(input).is_ok() { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/parse/util.rs:18:23 | 18 | |nom_err: Err| match nom_err { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | |nom_err: Err>| match nom_err { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/ast.rs:133:23 | 133 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 133 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:148:23 | 148 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:149:22 | 149 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:150:35 | 150 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:661:36 | 661 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 661 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:680:15 | 680 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 680 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:681:23 | 681 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 681 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:682:18 | 682 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 682 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:741:23 | 741 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 741 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:742:25 | 742 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 742 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1392:35 | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1387:12 | 1387 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1387 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1432:12 | 1432 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1432 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1440:12 | 1440 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1440 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1448:12 | 1448 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1501:12 | 1501 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1501 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1523:12 | 1523 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1523 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1546:12 | 1546 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1567:12 | 1567 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1567 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1590:12 | 1590 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1590 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1597:54 | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:313:12 | 313 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 313 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:372:24 | 372 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 372 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:464:15 | 464 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 464 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:466:11 | 466 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 466 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:685:15 | 685 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:874:13 | 874 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 874 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:934:15 | 934 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 934 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:936:11 | 936 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 936 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1203:17 | 1203 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1219:17 | 1219 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1234:42 | 1234 | fn prepare_enum_variant_enum(variants: &[Variant]) -> (TokenStream, Stmts) { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1234 | fn prepare_enum_variant_enum(variants: &[Variant<'_>]) -> (TokenStream, Stmts) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1278:17 | 1278 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1278 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1371:17 | 1371 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1371 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1418:17 | 1418 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1418 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1733:17 | 1733 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1733 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1742:17 | 1742 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1742 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1798:15 | 1798 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1798 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1845:15 | 1845 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1845 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1887:15 | 1887 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1887 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1943:13 | 1943 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1943 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1981:13 | 1981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2009:28 | 2009 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2009 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2069:28 | 2069 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2069 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2098:17 | 2098 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2098 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2208:28 | 2208 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2208 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2493:15 | 2493 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2493 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2932:15 | 2932 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2932 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2947:15 | 2947 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2947 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2992:28 | 2992 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2992 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3037:13 | 3037 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3037 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3067:30 | 3067 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3067 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3076:26 | 3076 | fn has_flatten(fields: &[Field]) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3076 | fn has_flatten(fields: &[Field<'_>]) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3207:5 | 3207 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3207 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3208:5 | 3208 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3208 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3209:10 | 3209 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3209 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:325:15 | 325 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:366:15 | 366 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:390:52 | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:418:15 | 418 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:500:15 | 500 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 500 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:573:15 | 573 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 573 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:639:15 | 639 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 639 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:762:15 | 762 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 762 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:809:14 | 809 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 809 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:811:15 | 811 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:880:14 | 880 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 880 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:882:15 | 882 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 882 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:964:14 | 964 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 964 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:966:15 | 966 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 966 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1051:15 | 1051 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1099:15 | 1099 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1099 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1176:15 | 1176 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1176 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1271:44 | 1271 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1271 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1300:30 | 1300 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1300 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ warning: `quine-mc_cluskey` (lib) generated 10 warnings warning: `color-print-proc-macro` (lib) generated 8 warnings Compiling color-print v0.3.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=color_print CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-0.3.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-0.3.6/Cargo.toml CARGO_PKG_AUTHORS='Johann David ' CARGO_PKG_DESCRIPTION='Colorize and stylize strings for terminal at compile-time, by using an HTML-like syntax' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=color-print CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/dajoha/color-print' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name color_print --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "terminfo", "terminfo_crate"))' -C metadata=6b2b4620576dfeeb -C extra-filename=-6b2b4620576dfeeb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern color_print_proc_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libcolor_print_proc_macro-55035d411d883581.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `url` (lib) generated 7 warnings warning: `thiserror-impl` (lib) generated 25 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/thiserror-05cbe6874062c46d/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5fee3cba3186af0d -C extra-filename=-5fee3cba3186af0d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libthiserror_impl-de84581f2ad9f449.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` warning: `serde_derive` (lib) generated 125 warnings Compiling serde v1.0.214 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde-9dc698eea8fb6aa4/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c7f9b6dd710ad2aa -C extra-filename=-c7f9b6dd710ad2aa --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde_derive-343c1eacff89979e.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:190:40 | 190 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` 326 | 327 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 328 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 329 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 330 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 331 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 332 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 333 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 334 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 335 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 336 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 337 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 338 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 339 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 340 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 341 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:433:40 | 433 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 433 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:533:40 | 533 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:623:40 | 623 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:740:40 | 740 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:860:40 | 860 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 860 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:931:40 | 931 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:990:40 | 990 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1110:40 | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1123:40 | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1462:40 | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1564:40 | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 457 | / impl_deserialize_num! { 458 | | f32, deserialize_f32 459 | | num_self!(f32:visit_f32); 460 | | num_as_copysign_self!(f64:visit_f64); 461 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 462 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 463 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 465 | / impl_deserialize_num! { 466 | | f64, deserialize_f64 467 | | num_self!(f64:visit_f64); 468 | | num_as_copysign_self!(f32:visit_f32); 469 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 470 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 471 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:553:46 | 553 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 553 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:599:46 | 599 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:645:46 | 645 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 645 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:722:46 | 722 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:757:46 | 757 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 757 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:794:46 | 794 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:891:46 | 891 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:959:46 | 959 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 959 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1164:54 | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1201:54 | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1255:46 | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1287:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1287 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1287 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1311:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1311 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1311 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` 1567 | 1568 | / map_impl! { 1569 | | #[cfg(any(feature = "std", feature = "alloc"))] 1570 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1571 | | BTreeMap, 1572 | | map, 1573 | | BTreeMap::new(), 1574 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1802:46 | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1841:46 | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` ... 1902 | / variant_identifier! { 1903 | | OsStringKind (Unix; b"Unix"; 0, Windows; b"Windows"; 1) 1904 | | "`Unix` or `Windows`", 1905 | | OSSTR_VARIANTS 1906 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1915:46 | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2164:62 | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2214:54 | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2303:62 | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2353:54 | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2504:58 | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2549:50 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2661:58 | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2704:50 | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2799:58 | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2842:50 | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2910:62 | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2968:54 | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3021:62 | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3077:54 | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3173:46 | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:209:36 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 209 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 209 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:227:37 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 227 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 227 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:398:40 | 398 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 398 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:484:40 | 484 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 484 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:490:40 | 490 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:496:40 | 496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:1310:46 | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2281:40 | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2303:40 | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:342:44 | 342 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 342 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:23 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:69 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:24 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:33 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:44 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:53 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:578:44 | 578 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 578 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:862:44 | 862 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 862 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:34 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:43 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:886:17 | 886 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:887:17 | 887 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 887 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:940:50 | 940 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 940 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1017:50 | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2291:50 | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2336:50 | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2771:46 | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:61:40 | 61 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1357:40 | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs:338:1 | 337 | / #[cfg(feature = "serde_derive")] 338 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: remove these bounds | 1047 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 1047 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1193:39 | 1193 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1242:33 | 1242 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2378:29 | 2378 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2492:39 | 2492 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2651:29 | 2651 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2694:32 | 2694 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1647:46 | 1647 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2125:39 | 2125 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2154:42 | 2154 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:988:35 | 988 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1182:37 | 1182 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1220:40 | 1220 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1245:56 | 1245 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1289:57 | 1289 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound Compiling toml_datetime v0.6.8 Compiling serde_spanned v0.6.8 Compiling semver v1.0.23 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name toml_datetime --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=18c42f4174a18203 -C extra-filename=-18c42f4174a18203 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c7f9b6dd710ad2aa.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.132 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-445b2fe0b168e406/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=5c2871a361a87604 -C extra-filename=-5c2871a361a87604 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a12991592c1670c.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-088cdc33f241e649.rmeta --extern ryu=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libryu-b00b7678c04f16b4.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c7f9b6dd710ad2aa.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_spanned-0.6.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_spanned-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_spanned --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_spanned-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=2d60bbf7efa03ba8 -C extra-filename=-2d60bbf7efa03ba8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c7f9b6dd710ad2aa.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/semver-44eb4c0482d3b21b/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=c6280469aab40bc4 -C extra-filename=-c6280469aab40bc4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c7f9b6dd710ad2aa.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=camino CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/Cargo.toml CARGO_PKG_AUTHORS='Without Boats :Ashley Williams :Steve Klabnik :Rain ' CARGO_PKG_DESCRIPTION='UTF-8 paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=camino CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/camino-rs/camino' CARGO_PKG_RUST_VERSION=1.34.0 CARGO_PKG_VERSION=1.1.9 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/camino-736e821a1fdffe80/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name camino --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=6c7da2dda1f7c440 -C extra-filename=-6c7da2dda1f7c440 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c7f9b6dd710ad2aa.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/serde.rs:43:54 | 43 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/serde.rs:69:54 | 69 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/serde.rs:95:54 | 95 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/serde_impls.rs:18:46 | 18 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 18 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1108:33 | 1108 | pub fn components(&self) -> Utf8Components { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | pub fn components(&self) -> Utf8Components<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1536:32 | 1536 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1536 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1542:32 | 1542 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1542 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1571:32 | 1571 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1571 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1663:32 | 1663 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1663 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1895:32 | 1895 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1895 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1901:32 | 1901 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2109:32 | 2109 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2109 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2115:32 | 2115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2629:32 | 2629 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2629 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2684:32 | 2684 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2684 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation Compiling cargo-platform v0.1.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cargo_platform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo-platform-0.1.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo-platform-0.1.8/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo'\''s representation of a target platform.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-platform CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.73 CARGO_PKG_VERSION=0.1.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_platform --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=626c4871410accb0 -C extra-filename=-626c4871410accb0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c7f9b6dd710ad2aa.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:274:43 | 274 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:303:27 | 303 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:311:35 | 311 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:319:27 | 319 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:327:29 | 327 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:335:37 | 335 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 335 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:509:54 | 509 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1346:46 | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1388:29 | 1388 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1388 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:406:54 | 406 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:798:40 | 798 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 798 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: `serde` (lib) generated 222 warnings (42 duplicates) Compiling toml_edit v0.19.15 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.19.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name toml_edit --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=a7fec0aea7cde2d8 -C extra-filename=-a7fec0aea7cde2d8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libindexmap-2416dba5c0ffd885.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c7f9b6dd710ad2aa.rmeta --extern serde_spanned=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_spanned-2d60bbf7efa03ba8.rmeta --extern toml_datetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_datetime-18c42f4174a18203.rmeta --extern winnow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-a97b7b4d5f4e63a5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:8:7 | 8 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:10:11 | 10 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:59:15 | 59 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:61:19 | 61 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/key.rs:291:38 | 291 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 291 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/repr.rs:52:38 | 52 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/de/mod.rs:70:37 | 70 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 70 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/ser/mod.rs:54:45 | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:17:5 | 17 | trace("array", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:48:18 | 48 | (separated1(array_value(check), ARRAY_SEP), opt(ARRAY_SEP)).map( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:14:20 | 14 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:25:5 | 25 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:86:5 | 86 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/document.rs:10:20 | 10 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/document.rs:106:5 | 106 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:3:25 | 3 | use winnow::combinator::separated0; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:24:5 | 24 | trace("inline-table", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:106:13 | 106 | separated0(keyval(check), INLINE_TABLE_SEP), | ^^^^^^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:7:20 | 7 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:21:5 | 21 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:23:9 | 23 | separated1( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:47:5 | 47 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:11:20 | 11 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:13:20 | 13 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:23:5 | 23 | trace("boolean", alt((true_, false_))).parse_next(input) | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:42:5 | 42 | trace("integer", | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:95:5 | 95 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:128:5 | 128 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:162:5 | 162 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:199:5 | 199 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:299:5 | 299 | tag(INF).value(f64::INFINITY).parse_next(input) | ^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:304:5 | 304 | tag(NAN).value(f64::NAN).parse_next(input) | ^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:13:25 | 13 | use winnow::combinator::success; | ^^^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:20:20 | 20 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:22:20 | 22 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:33:5 | 33 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:49:5 | 49 | trace("basic-string", |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:113:17 | 113 | b'b' => success('\u{8}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:114:17 | 114 | b'f' => success('\u{c}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:115:17 | 115 | b'n' => success('\n'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:116:17 | 116 | b'r' => success('\r'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:117:17 | 117 | b't' => success('\t'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:120:18 | 120 | b'\\' => success('\\'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:121:17 | 121 | b'"' => success('"'), | ^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:153:5 | 153 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:190:38 | 190 | if let Some(qi) = opt(mlb_quotes(tag(ML_BASIC_STRING_DELIM).value(()))).parse_next(input)? { | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:261:5 | 261 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:290:5 | 290 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:323:24 | 323 | opt(mll_quotes(tag(ML_LITERAL_STRING_DELIM).value(()))), | ^^^ warning: `semver` (lib) generated 18 warnings warning: `camino` (lib) generated 202 warnings warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1911:23 | 1911 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1964:23 | 1964 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2029:27 | 2029 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2082:31 | 2082 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2145:20 | 2145 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:414:31 | 414 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 414 - struct Adapter<'ser, W: 'ser, F: 'ser> { 414 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:469:24 | 469 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 469 - pub enum Compound<'a, W: 'a, F: 'a> { 469 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:771:30 | 771 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 771 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 771 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound Compiling cargo_metadata v0.18.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cargo_metadata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/Cargo.toml CARGO_PKG_AUTHORS='Oliver Schneider ' CARGO_PKG_DESCRIPTION='structured access to the output of `cargo metadata`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo_metadata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/oli-obk/cargo_metadata' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.18.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_metadata --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=79ce69a25b2e0338 -C extra-filename=-79ce69a25b2e0338 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern camino=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcamino-6c7da2dda1f7c440.rmeta --extern cargo_platform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_platform-626c4871410accb0.rmeta --extern semver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsemver-c6280469aab40bc4.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c7f9b6dd710ad2aa.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-5c2871a361a87604.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-5fee3cba3186af0d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/diagnostic.rs:152:32 | 152 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 152 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/messages.rs:261:32 | 261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/lib.rs:138:32 | 138 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/lib.rs:492:32 | 492 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 492 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `serde_json` (lib) generated 34 warnings Compiling toml v0.7.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.7.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.7.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.7.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name toml --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=169b33426af3def5 -C extra-filename=-169b33426af3def5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c7f9b6dd710ad2aa.rmeta --extern serde_spanned=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_spanned-2d60bbf7efa03ba8.rmeta --extern toml_datetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_datetime-18c42f4174a18203.rmeta --extern toml_edit=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_edit-a7fec0aea7cde2d8.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling clippy_config v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_config) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clippy_config CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_config CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_config/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy_config CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.84 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=84 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clippy_config --edition=2021 src/tools/clippy/clippy_config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=414619d5e63d557e -C extra-filename=-414619d5e63d557e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-b7f6620cfede884b.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c7f9b6dd710ad2aa.rmeta --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-169b33426af3def5.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling clippy_utils v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_utils) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clippy_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_utils CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_utils/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy_utils CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.84 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=84 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clippy_utils --edition=2021 src/tools/clippy/clippy_utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cacd02114b0041f1 -C extra-filename=-cacd02114b0041f1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libarrayvec-db1a244e599cfde5.rmeta --extern clippy_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_config-414619d5e63d557e.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-b7f6620cfede884b.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustc_apfloat-8a0b1c27ade6189f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `cargo_metadata` (lib) generated 4 warnings Compiling clippy_lints v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_lints) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clippy_lints CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_lints CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_lints/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A bunch of helpful lints to avoid common pitfalls in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy_lints CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.84 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=84 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clippy_lints --edition=2021 src/tools/clippy/clippy_lints/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal", "regex", "serde_json", "tempfile"))' -C metadata=fe80db1056577c4d -C extra-filename=-fe80db1056577c4d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libarrayvec-db1a244e599cfde5.rmeta --extern cargo_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_metadata-79ce69a25b2e0338.rmeta --extern clippy_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_config-414619d5e63d557e.rmeta --extern clippy_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_utils-cacd02114b0041f1.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-b7f6620cfede884b.rmeta --extern quine_mc_cluskey=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libquine_mc_cluskey-fa7059aaa92328d4.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-0172ff784cb1d371.rmeta --extern semver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsemver-c6280469aab40bc4.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c7f9b6dd710ad2aa.rmeta --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-169b33426af3def5.rmeta --extern unicode_normalization=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_normalization-30ab8b20b570c14d.rmeta --extern unicode_script=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_script-12e4fa1c7488e9b4.rmeta --extern url=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liburl-573956f5d9e6982b.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `toml_edit` (lib) generated 57 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=cargo-clippy CARGO_CRATE_NAME=cargo_clippy CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A bunch of helpful lints to avoid common pitfalls in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.84 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=84 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 COMMIT_DATE='' GIT_HASH='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/clippy-d2428676386ad2fb/out PROFILE=release RUSTC_RELEASE_CHANNEL=stable /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_clippy --edition=2021 src/tools/clippy/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("integration", "internal", "tempfile"))' -C metadata=389366379605a4bf -C extra-filename=-389366379605a4bf --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstream=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstream-85ae2c67aaccd434.rlib --extern clippy_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_config-414619d5e63d557e.rlib --extern clippy_lints=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_lints-fe80db1056577c4d.rlib --extern color_print=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcolor_print-6b2b4620576dfeeb.rlib --extern rustc_tools_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustc_tools_util-b418522496d5e962.rlib --extern termize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtermize-57cd04a791b8288d.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=clippy-driver CARGO_CRATE_NAME=clippy_driver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A bunch of helpful lints to avoid common pitfalls in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clippy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-clippy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.84 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=84 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 COMMIT_DATE='' GIT_HASH='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/clippy-d2428676386ad2fb/out PROFILE=release RUSTC_RELEASE_CHANNEL=stable /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clippy_driver --edition=2021 src/tools/clippy/src/driver.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("integration", "internal", "tempfile"))' -C metadata=76c48eee8a1419e1 -C extra-filename=-76c48eee8a1419e1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstream=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstream-85ae2c67aaccd434.rlib --extern clippy_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_config-414619d5e63d557e.rlib --extern clippy_lints=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclippy_lints-fe80db1056577c4d.rlib --extern color_print=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcolor_print-6b2b4620576dfeeb.rlib --extern rustc_tools_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustc_tools_util-b418522496d5e962.rlib --extern termize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtermize-57cd04a791b8288d.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Finished `release` profile [optimized] target(s) in 5m 30s Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/clippy-driver" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/clippy-driver" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/clippy-driver" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/clippy-driver" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/cargo-clippy" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/cargo-clippy" < Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > CargoClippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-clippy", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } running: "/usr/local/bin/llvm-config-18" "--libdir" (failure_mode=Exit) (created at src/core/builder/cargo.rs:950:21, executed at src/core/builder/cargo.rs:950:58) c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building tool cargo-clippy (stage1 -> stage2, x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.84.1" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.84.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LIBRARY_PATH="/usr/local/llvm18/lib" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/Cargo.toml" "--message-format" "json-render-diagnostics" Fresh unicode-ident v1.0.13 Fresh equivalent v1.0.1 Fresh hashbrown v0.15.0 Fresh tinyvec_macros v0.1.1 Fresh proc-macro2 v1.0.89 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:76:48 | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:92:47 | 92 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:169:29 | 169 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:191:32 | 191 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:197:32 | 197 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:682:32 | 682 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:691:63 | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:773:34 | 773 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:897:32 | 897 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:909:32 | 909 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 909 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1190:32 | 1190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1196:34 | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:255:32 | 255 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 255 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:285:32 | 285 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 285 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:298:32 | 298 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 298 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:566:63 | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:663:40 | 663 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 663 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:672:40 | 672 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 672 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:760:32 | 760 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:769:32 | 769 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:982:32 | 982 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:991:32 | 991 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 991 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:308:32 | 308 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:327:32 | 327 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 327 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:562:32 | 562 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 562 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:636:32 | 636 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:648:32 | 648 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:794:40 | 794 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:800:40 | 800 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 800 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:885:34 | 885 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 885 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1068:32 | 1068 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1074:32 | 1074 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1318:32 | 1318 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1318 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1324:32 | 1324 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1324 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1360:36 | 1360 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh indexmap v2.6.0 Fresh winnow v0.5.40 warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs:142:12 | 142 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused imports: `alloc`, `boxed`, `convert`, and `option` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs:185:13 | 185 | alloc, borrow, boxed, cmp, collections, convert, fmt, hash, iter, mem, ops, option, | ^^^^^ ^^^^^ ^^^^^^^ ^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `std::prelude as v1` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs:192:21 | 192 | pub use std::prelude as v1; | ^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/error.rs:63:12 | 63 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/error.rs:97:12 | 97 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/multi.rs:136:12 | 136 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:15:12 | 15 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:38:12 | 38 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:85:12 | 85 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:144:12 | 144 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:201:12 | 201 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:258:12 | 258 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:313:12 | 313 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:363:12 | 363 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:396:12 | 396 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:459:12 | 459 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:501:12 | 501 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:543:12 | 543 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:580:12 | 580 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:629:12 | 629 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:678:12 | 678 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:722:12 | 722 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:766:12 | 766 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:808:12 | 808 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:855:12 | 855 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:912:12 | 912 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Fresh tinyvec v1.8.0 warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/lib.rs:12:13 | 12 | #![cfg_attr(docs_rs, feature(doc_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:38:12 | 38 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:97:12 | 97 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1064:12 | 1064 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1113:12 | 1113 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/tinyvec.rs:1333:12 | 1333 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `proc-macro2` (lib) generated 111 warnings warning: `winnow` (lib) generated 74 warnings warning: `tinyvec` (lib) generated 6 warnings Fresh quote v1.0.37 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh either v1.13.0 warning: `quote` (lib) generated 13 warnings Fresh syn v2.0.87 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:128:21 | 128 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 128 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:155:25 | 155 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 155 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 181 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 182 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 183 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 184 | impl_low_level_token!("group token" proc_macro2::Group any_group); | ----------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 185 | impl_low_level_token!("lifetime" Lifetime lifetime); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:192:21 | 192 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:535:21 | 535 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:554:21 | 554 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 554 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:648:21 | 648 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:659:21 | 659 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:670:21 | 670 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 670 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:681:21 | 681 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 681 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:279:33 | 279 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 279 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:288:33 | 288 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 288 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:418:33 | 418 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:427:33 | 427 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 427 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:981:34 | 981 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 981 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:992:40 | 992 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 992 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1001:41 | 1001 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1001 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1007:28 | 1007 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1034:35 | 1034 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1034 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:659:38 | 659 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:666:45 | 666 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:676:45 | 676 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 676 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:688:25 | 688 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 688 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:696:25 | 696 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:704:25 | 704 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 704 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:712:41 | 712 | fn parse_outermost_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 712 | fn parse_outermost_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:721:60 | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:731:54 | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:740:60 | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:765:44 | 765 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 765 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:776:44 | 776 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:81:28 | 81 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:29 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:40 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:30 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:41 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:415:28 | 415 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 415 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:43 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:54 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:428:42 | 428 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 428 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:141:77 | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members] { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:259:25 | 259 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 259 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:301:25 | 301 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 301 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:312:25 | 312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:324:35 | 324 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 324 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:361:37 | 361 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:906:24 | 906 | pub fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 906 | pub fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1024:40 | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1074:40 | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1219:25 | 1219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1371:26 | 1371 | fn parse_expr(input: ParseStream, mut lhs: Expr, base: Precedence) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1371 | fn parse_expr(input: ParseStream<'_>, mut lhs: Expr, base: Precedence) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1414:16 | 1414 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1414 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1448:31 | 1448 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1464:16 | 1464 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1545:26 | 1545 | fn unary_expr(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1545 | fn unary_expr(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1680:28 | 1680 | fn trailer_expr(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1680 | fn trailer_expr(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1858:25 | 1858 | fn atom_expr(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1858 | fn atom_expr(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1907:16 | 1907 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1907 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1924:16 | 1924 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1924 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1960:25 | 1960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1968:30 | 1968 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1968 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2113:25 | 2113 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2113 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2122:16 | 2122 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2122 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2720:25 | 2720 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2720 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2749:25 | 2749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2757:16 | 2757 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2912:25 | 2912 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2912 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2927:25 | 2927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2974:25 | 2974 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2974 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3048:26 | 3048 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3048 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:108:74 | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes] { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:115:86 | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut] { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:122:72 | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams] { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:129:84 | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut] { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:136:74 | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams] { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:143:86 | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut] { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:38 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:52 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:371:35 | 371 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 371 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:561:25 | 561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:624:25 | 624 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:651:25 | 651 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 651 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:689:25 | 689 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:718:25 | 718 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 718 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:729:25 | 729 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 729 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:786:20 | 786 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:842:20 | 842 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 842 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:871:25 | 871 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 871 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:896:25 | 896 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 896 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:907:25 | 907 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:931:25 | 931 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:962:25 | 962 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 962 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:973:25 | 973 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:502:40 | 502 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:574:40 | 574 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 574 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:867:25 | 867 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:47 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:71 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:949:25 | 949 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:960:25 | 960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:971:25 | 971 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:982:25 | 982 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:993:25 | 993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1004:25 | 1004 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1004 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1015:25 | 1015 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1015 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:26 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:43 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:309:21 | 309 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:153:38 | 153 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:215:21 | 215 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:277:32 | 277 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:283:32 | 283 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:387:13 | 387 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:389:6 | 389 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:393:51 | 393 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:430:30 | 430 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option<(Span, Delimiter)>) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 430 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option<(Span, Delimiter)>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:441:39 | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:445:50 | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option<(Span, Delimiter)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option<(Span, Delimiter)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:505:40 | 505 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:27 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:49 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:27 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:49 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:736:20 | 736 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 736 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1167:21 | 1167 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1167 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1174:21 | 1174 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1174 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1185:21 | 1185 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1192:21 | 1192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1202:21 | 1202 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1202 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1216:21 | 1216 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1216 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1226:21 | 1226 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1226 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1279:52 | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1288:15 | 1288 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1288 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1370:22 | 1370 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1370 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:127:21 | 127 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:131:21 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:147:21 | 147 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:158:21 | 158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:169:21 | 169 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:409:41 | 409 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 409 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:461:20 | 461 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 461 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:489:25 | 489 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 489 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:497:25 | 497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:509:25 | 509 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:515:32 | 515 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:576:39 | 576 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 576 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:608:43 | 608 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 608 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:623:20 | 623 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:643:32 | 643 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:119:31 | 119 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 119 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:130:42 | 130 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 130 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:141:33 | 141 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:150:44 | 150 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:290:36 | 290 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:309:16 | 309 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:310:20 | 310 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:342:44 | 342 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 342 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:361:16 | 361 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:362:20 | 362 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 362 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/scan_expr.rs:192:32 | 192 | pub(crate) fn scan_expr(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | pub(crate) fn scan_expr(input: ParseStream<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:619:25 | 619 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 619 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:630:25 | 630 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 630 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:643:25 | 643 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:666:25 | 666 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:679:25 | 679 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 679 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:726:25 | 726 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:735:25 | 735 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:744:25 | 744 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:786:25 | 786 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:795:36 | 795 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 795 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:800:36 | 800 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 800 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:814:25 | 814 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:822:25 | 822 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 822 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:830:36 | 830 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 830 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:836:36 | 836 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 836 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:848:20 | 848 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 848 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:886:25 | 886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:894:36 | 894 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:899:36 | 899 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 899 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:952:25 | 952 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 952 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:963:25 | 963 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 963 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:970:25 | 970 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 970 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:984:25 | 984 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:990:33 | 990 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1038:35 | 1038 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1038 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1055:25 | 1055 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1055 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1065:25 | 1065 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1065 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:560:23 | 560 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 560 - pub struct Pairs<'a, T: 'a, P: 'a> { 560 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:610:26 | 610 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 610 - pub struct PairsMut<'a, T: 'a, P: 'a> { 610 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:747:22 | 747 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:755:25 | 755 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 755 - struct PrivateIter<'a, T: 'a, P: 'a> { 755 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:861:25 | 861 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:870:28 | 870 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 870 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 870 + struct PrivateIterMut<'a, T, P> { | Fresh itertools v0.12.1 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:591:64 | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:89:27 | 89 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:104:27 | 104 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:129:72 | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:62:29 | 62 | F: FnOnce(ProcessResults) -> R, | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 62 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:961:33 | 961 | F: FnOnce(ProcessResults) -> R, | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | F: FnOnce(ProcessResults<'_, Self, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1438:71 | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1464:63 | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2309:41 | 2309 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2309 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2348:64 | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:578:30 | 578 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:375:16 | 375 | I: Iterator + 'a, | ^^^^^ 376 | I::Item: 'a, 377 | / K: 'a, 378 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 375 ~ I: Iterator, 376 | I::Item: 'a, 377 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:416:16 | 416 | I: Iterator + 'a, | ^^^^^ 417 | I::Item: 'a, 418 | / K: 'a, 419 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 416 ~ I: Iterator, 417 | I::Item: 'a, 418 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:546:16 | 546 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:577:16 | 577 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:115:16 | 115 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound warning: `syn` (lib) generated 265 warnings warning: `itertools` (lib) generated 50 warnings Fresh serde_derive v1.0.214 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/ast.rs:133:23 | 133 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 133 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:148:23 | 148 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:149:22 | 149 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:150:35 | 150 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:661:36 | 661 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 661 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:680:15 | 680 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 680 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:681:23 | 681 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 681 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:682:18 | 682 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 682 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:741:23 | 741 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 741 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:742:25 | 742 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 742 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1392:35 | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1387:12 | 1387 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1387 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1432:12 | 1432 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1432 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1440:12 | 1440 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1440 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1448:12 | 1448 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1501:12 | 1501 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1501 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1523:12 | 1523 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1523 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1546:12 | 1546 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1567:12 | 1567 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1567 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1590:12 | 1590 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1590 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1597:54 | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:313:12 | 313 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 313 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:372:24 | 372 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 372 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:464:15 | 464 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 464 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:466:11 | 466 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 466 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:685:15 | 685 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:874:13 | 874 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 874 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:934:15 | 934 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 934 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:936:11 | 936 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 936 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1203:17 | 1203 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1219:17 | 1219 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1234:42 | 1234 | fn prepare_enum_variant_enum(variants: &[Variant]) -> (TokenStream, Stmts) { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1234 | fn prepare_enum_variant_enum(variants: &[Variant<'_>]) -> (TokenStream, Stmts) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1278:17 | 1278 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1278 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1371:17 | 1371 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1371 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1418:17 | 1418 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1418 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1733:17 | 1733 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1733 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1742:17 | 1742 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1742 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1798:15 | 1798 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1798 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1845:15 | 1845 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1845 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1887:15 | 1887 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1887 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1943:13 | 1943 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1943 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1981:13 | 1981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2009:28 | 2009 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2009 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2069:28 | 2069 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2069 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2098:17 | 2098 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2098 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2208:28 | 2208 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2208 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2493:15 | 2493 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2493 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2932:15 | 2932 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2932 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2947:15 | 2947 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2947 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2992:28 | 2992 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2992 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3037:13 | 3037 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3037 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3067:30 | 3067 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3067 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3076:26 | 3076 | fn has_flatten(fields: &[Field]) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3076 | fn has_flatten(fields: &[Field<'_>]) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3207:5 | 3207 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3207 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3208:5 | 3208 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3208 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3209:10 | 3209 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3209 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:325:15 | 325 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:366:15 | 366 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:390:52 | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:418:15 | 418 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:500:15 | 500 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 500 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:573:15 | 573 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 573 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:639:15 | 639 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 639 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:762:15 | 762 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 762 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:809:14 | 809 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 809 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:811:15 | 811 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:880:14 | 880 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 880 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:882:15 | 882 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 882 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:964:14 | 964 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 964 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:966:15 | 966 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 966 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1051:15 | 1051 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1099:15 | 1099 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1099 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1176:15 | 1176 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1176 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1271:44 | 1271 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1271 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1300:30 | 1300 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1300 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ Fresh thiserror-impl v1.0.66 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs:18:1 | 18 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:48:43 | 48 | pub fn get(input: &[Attribute]) -> Result { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | pub fn get(input: &[Attribute]) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:93:34 | 93 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:142:28 | 142 | fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 142 | fn parse_token_expr(input: ParseStream<'_>, mut begin_expr: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:57:23 | 57 | fn impl_struct(input: Struct) -> TokenStream { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn impl_struct(input: Struct<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:228:21 | 228 | fn impl_enum(input: Enum) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn impl_enum(input: Enum<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:487:25 | 487 | fn fields_pat(fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | fn fields_pat(fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:512:34 | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn from_initializer(from_field: &Field<'_>, backtrace_field: Option<&Field>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:512:66 | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field<'_>>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/fmt.rs:12:50 | 12 | pub fn expand_shorthand(&mut self, fields: &[Field]) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn expand_shorthand(&mut self, fields: &[Field<'_>]) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/fmt.rs:125:31 | 125 | fn explicit_named_args(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn explicit_named_args(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/generics.rs:26:21 | 26 | fn crawl(in_scope: &ParamsInScope, ty: &Type, found: &mut bool) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn crawl(in_scope: &ParamsInScope<'_>, ty: &Type, found: &mut bool) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:7:48 | 7 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:11:50 | 11 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:15:53 | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:19:62 | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:53:48 | 53 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 53 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:57:50 | 57 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:61:53 | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:65:62 | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:128:25 | 128 | from_field: Option<&Field>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | from_field: Option<&Field<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:108:34 | 108 | fn check_non_field_attrs(attrs: &Attrs) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | fn check_non_field_attrs(attrs: &Attrs<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:138:32 | 138 | fn check_field_attrs(fields: &[Field]) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn check_field_attrs(fields: &[Field<'_>]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:205:22 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field<'_>, two: &Field) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:205:35 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field, two: &Field<'_>) -> bool { | ++++ Fresh unicode-normalization v0.1.24 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs:51:1 | 50 | / #[cfg(feature = "std")] 51 | | extern crate core; | | ^^^^^^^^^^^^^^^^^- | |__________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs:53:1 | 53 | extern crate tinyvec; | ^^^^^^^^^^^^^^^^^^^^^ help: remove it warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/decompose.rs:167:32 | 167 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 167 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/recompose.rs:163:32 | 163 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 163 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/replace.rs:60:32 | 60 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 60 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh percent-encoding v2.3.1 warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/percent-encoding-2.3.1/src/lib.rs:466:35 | 466 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses | 466 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); | ++++++++++++++++++ ~ + help: use explicit `std::ptr::eq` method to compare metadata and addresses | 466 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); | +++++++++++++ ~ + warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:740:38 | 740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `serde_derive` (lib) generated 125 warnings warning: `thiserror-impl` (lib) generated 25 warnings warning: `unicode-normalization` (lib) generated 5 warnings warning: `percent-encoding` (lib) generated 1 warning warning: `memchr` (lib) generated 2 warnings Fresh serde v1.0.214 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:190:40 | 190 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` 326 | 327 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 328 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 329 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 330 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 331 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 332 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 333 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 334 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 335 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 336 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 337 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 338 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 339 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 340 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 341 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:433:40 | 433 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 433 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:533:40 | 533 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:623:40 | 623 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:740:40 | 740 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:860:40 | 860 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 860 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:931:40 | 931 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:990:40 | 990 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1110:40 | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1123:40 | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1462:40 | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1564:40 | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 457 | / impl_deserialize_num! { 458 | | f32, deserialize_f32 459 | | num_self!(f32:visit_f32); 460 | | num_as_copysign_self!(f64:visit_f64); 461 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 462 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 463 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 465 | / impl_deserialize_num! { 466 | | f64, deserialize_f64 467 | | num_self!(f64:visit_f64); 468 | | num_as_copysign_self!(f32:visit_f32); 469 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 470 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 471 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:553:46 | 553 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 553 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:599:46 | 599 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:645:46 | 645 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 645 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:722:46 | 722 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:757:46 | 757 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 757 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:794:46 | 794 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:891:46 | 891 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:959:46 | 959 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 959 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1164:54 | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1201:54 | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1255:46 | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1287:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1287 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1287 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1311:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1311 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1311 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` 1567 | 1568 | / map_impl! { 1569 | | #[cfg(any(feature = "std", feature = "alloc"))] 1570 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1571 | | BTreeMap, 1572 | | map, 1573 | | BTreeMap::new(), 1574 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1802:46 | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1841:46 | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` ... 1902 | / variant_identifier! { 1903 | | OsStringKind (Unix; b"Unix"; 0, Windows; b"Windows"; 1) 1904 | | "`Unix` or `Windows`", 1905 | | OSSTR_VARIANTS 1906 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1915:46 | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2164:62 | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2214:54 | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2303:62 | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2353:54 | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2504:58 | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2549:50 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2661:58 | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2704:50 | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2799:58 | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2842:50 | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2910:62 | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2968:54 | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3021:62 | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3077:54 | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3173:46 | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:209:36 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 209 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 209 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:227:37 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 227 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 227 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:398:40 | 398 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 398 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:484:40 | 484 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 484 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:490:40 | 490 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:496:40 | 496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:1310:46 | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2281:40 | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2303:40 | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:342:44 | 342 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 342 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:23 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:69 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:24 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:33 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:44 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:53 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:578:44 | 578 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 578 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:862:44 | 862 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 862 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:34 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:43 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:886:17 | 886 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:887:17 | 887 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 887 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:940:50 | 940 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 940 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1017:50 | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2291:50 | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2336:50 | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2771:46 | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:61:40 | 61 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1357:40 | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs:338:1 | 337 | / #[cfg(feature = "serde_derive")] 338 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: remove these bounds | 1047 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 1047 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1193:39 | 1193 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1242:33 | 1242 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2378:29 | 2378 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2492:39 | 2492 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2651:29 | 2651 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2694:32 | 2694 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1647:46 | 1647 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2125:39 | 2125 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2154:42 | 2154 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:988:35 | 988 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1182:37 | 1182 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1220:40 | 1220 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1245:56 | 1245 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1289:57 | 1289 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound Fresh ryu v1.0.18 Fresh smallvec v1.13.2 Fresh itoa v1.0.11 Fresh bitflags v1.3.2 warning: `serde` (lib) generated 222 warnings (42 duplicates) Fresh serde_spanned v0.6.8 Fresh toml_datetime v0.6.8 Fresh minimal-lexical v0.2.1 Fresh unicode-bidi v0.3.17 Fresh memchr v2.7.4 Fresh serde_json v1.0.132 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:274:43 | 274 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:303:27 | 303 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:311:35 | 311 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:319:27 | 319 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:327:29 | 327 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:335:37 | 335 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 335 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:509:54 | 509 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1346:46 | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1388:29 | 1388 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1388 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:406:54 | 406 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:798:40 | 798 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 798 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1911:23 | 1911 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1964:23 | 1964 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2029:27 | 2029 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2082:31 | 2082 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2145:20 | 2145 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:414:31 | 414 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 414 - struct Adapter<'ser, W: 'ser, F: 'ser> { 414 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:469:24 | 469 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 469 - pub enum Compound<'a, W: 'a, F: 'a> { 469 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:771:30 | 771 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 771 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 771 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound warning: `serde_json` (lib) generated 34 warnings Fresh toml_edit v0.19.15 warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:8:7 | 8 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:10:11 | 10 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:59:15 | 59 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:61:19 | 61 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/key.rs:291:38 | 291 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 291 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/repr.rs:52:38 | 52 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/de/mod.rs:70:37 | 70 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 70 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/ser/mod.rs:54:45 | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:17:5 | 17 | trace("array", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:48:18 | 48 | (separated1(array_value(check), ARRAY_SEP), opt(ARRAY_SEP)).map( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:14:20 | 14 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:25:5 | 25 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:86:5 | 86 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/document.rs:10:20 | 10 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/document.rs:106:5 | 106 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:3:25 | 3 | use winnow::combinator::separated0; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:24:5 | 24 | trace("inline-table", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:106:13 | 106 | separated0(keyval(check), INLINE_TABLE_SEP), | ^^^^^^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:7:20 | 7 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:21:5 | 21 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:23:9 | 23 | separated1( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:47:5 | 47 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:11:20 | 11 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:13:20 | 13 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:23:5 | 23 | trace("boolean", alt((true_, false_))).parse_next(input) | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:42:5 | 42 | trace("integer", | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:95:5 | 95 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:128:5 | 128 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:162:5 | 162 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:199:5 | 199 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:299:5 | 299 | tag(INF).value(f64::INFINITY).parse_next(input) | ^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:304:5 | 304 | tag(NAN).value(f64::NAN).parse_next(input) | ^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:13:25 | 13 | use winnow::combinator::success; | ^^^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:20:20 | 20 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:22:20 | 22 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:33:5 | 33 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:49:5 | 49 | trace("basic-string", |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:113:17 | 113 | b'b' => success('\u{8}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:114:17 | 114 | b'f' => success('\u{c}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:115:17 | 115 | b'n' => success('\n'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:116:17 | 116 | b'r' => success('\r'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:117:17 | 117 | b't' => success('\t'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:120:18 | 120 | b'\\' => success('\\'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:121:17 | 121 | b'"' => success('"'), | ^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:153:5 | 153 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:190:38 | 190 | if let Some(qi) = opt(mlb_quotes(tag(ML_BASIC_STRING_DELIM).value(()))).parse_next(input)? { | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:261:5 | 261 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:290:5 | 290 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:323:24 | 323 | opt(mll_quotes(tag(ML_LITERAL_STRING_DELIM).value(()))), | ^^^ Fresh idna v0.5.0 Fresh nom v7.1.3 warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:375:13 | 375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, and `std` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:379:12 | 379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:391:12 | 391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:418:14 | 418 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `self::str::*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/lib.rs:439:9 | 439 | pub use self::str::*; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:49:12 | 49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:96:12 | 96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:340:12 | 340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:357:12 | 357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:374:12 | 374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:392:12 | 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:409:12 | 409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nom-7.1.3/src/internal.rs:430:12 | 430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Fresh semver v1.0.23 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/serde.rs:43:54 | 43 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/serde.rs:69:54 | 69 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/serde.rs:95:54 | 95 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh cargo-platform v0.1.8 Fresh camino v1.1.9 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/serde_impls.rs:18:46 | 18 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 18 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1108:33 | 1108 | pub fn components(&self) -> Utf8Components { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | pub fn components(&self) -> Utf8Components<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1536:32 | 1536 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1536 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1542:32 | 1542 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1542 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1571:32 | 1571 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1571 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1663:32 | 1663 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1663 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1895:32 | 1895 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1895 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1901:32 | 1901 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2109:32 | 2109 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2109 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2115:32 | 2115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2629:32 | 2629 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2629 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2684:32 | 2684 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2684 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: `toml_edit` (lib) generated 57 warnings warning: `nom` (lib) generated 13 warnings warning: `semver` (lib) generated 18 warnings warning: `camino` (lib) generated 202 warnings Fresh toml v0.7.8 Fresh rustc_apfloat v0.2.1+llvm-462a31f5a5ab warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs:39:1 | 39 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs:33:9 | 33 | #![deny(warnings)] | ^^^^^^^^ = note: `#[warn(unused_extern_crates)]` implied by `#[warn(warnings)]` Fresh thiserror v1.0.66 Fresh form_urlencoded v1.2.1 warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/form_urlencoded-1.2.1/src/lib.rs:414:35 | 414 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses | 414 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); | ++++++++++++++++++ ~ + help: use explicit `std::ptr::eq` method to compare metadata and addresses | 414 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); | +++++++++++++ ~ + Fresh arrayvec v0.7.6 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:605:50 | 605 | pub fn drain(&mut self, range: R) -> Drain | -----^------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 605 | pub fn drain(&mut self, range: R) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:632:65 | 632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain | -----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:961:32 | 961 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1217:32 | 1217 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1217 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/array_string.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/array_string.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/errors.rs:39:32 | 39 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/errors.rs:45:32 | 45 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:969:23 | 969 | pub struct Drain<'a, T: 'a, const CAP: usize> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `rustc_apfloat` (lib) generated 1 warning warning: `form_urlencoded` (lib) generated 1 warning warning: `arrayvec` (lib) generated 9 warnings Fresh clippy_config v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_config) Fresh utf8parse v0.2.2 Fresh url v2.5.2 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/parser.rs:290:39 | 290 | fn split_prefix(self, input: &mut Input) -> bool; | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 290 | fn split_prefix(self, input: &mut Input<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/parser.rs:294:39 | 294 | fn split_prefix(self, input: &mut Input) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 294 | fn split_prefix(self, input: &mut Input<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/parser.rs:300:39 | 300 | fn split_prefix(self, input: &mut Input) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn split_prefix(self, input: &mut Input<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/parser.rs:311:39 | 311 | fn split_prefix(self, input: &mut Input) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | fn split_prefix(self, input: &mut Input<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/parser.rs:1065:29 | 1065 | pub fn file_host(input: Input) -> ParseResult<(bool, String, Input)> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1065 | pub fn file_host(input: Input<'_>) -> ParseResult<(bool, String, Input)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/parser.rs:1065:66 | 1065 | pub fn file_host(input: Input) -> ParseResult<(bool, String, Input)> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1065 | pub fn file_host(input: Input) -> ParseResult<(bool, String, Input<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/url-2.5.2/src/lib.rs:2692:40 | 2692 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2692 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh libc v0.2.164 Fresh cargo_metadata v0.18.1 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/diagnostic.rs:152:32 | 152 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 152 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/messages.rs:261:32 | 261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/lib.rs:138:32 | 138 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/lib.rs:492:32 | 492 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 492 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `url` (lib) generated 7 warnings warning: `cargo_metadata` (lib) generated 4 warnings Fresh clippy_utils v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_utils) Fresh anstyle-parse v0.2.6 Fresh color-print-proc-macro v0.3.6 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/lib.rs:5:1 | 5 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/ansi.rs:51:44 | 51 | fn get_format_string_from_nodes(nodes: Vec) -> Result { | ^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 51 | fn get_format_string_from_nodes(nodes: Vec>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/error.rs:72:32 | 72 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/format_args/format_arg.rs:19:21 | 19 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/parse/types.rs:31:32 | 31 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 31 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:41:50 | 41 | pub fn color_tag(input: Input<'_>) -> Result<'_, ColorTag> { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn color_tag(input: Input<'_>) -> Result<'_, ColorTag<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:97:52 | 97 | let msg = if alphanumeric1::<&str, Error>(input).is_ok() { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 97 | let msg = if alphanumeric1::<&str, Error<'_>>(input).is_ok() { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/color-print-proc-macro-0.3.6/src/parse/util.rs:18:23 | 18 | |nom_err: Err| match nom_err { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | |nom_err: Err>| match nom_err { | ++++ Fresh anstyle v1.0.10 Fresh is_terminal_polyfill v1.70.1 warning: `color-print-proc-macro` (lib) generated 8 warnings Fresh unicode-script v0.5.7 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs:129:32 | 129 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 129 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs:323:32 | 323 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 323 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh regex-syntax v0.8.5 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:804:38 | 804 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 804 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:1029:38 | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:2901:38 | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Fresh anstyle-query v1.1.2 Fresh colorchoice v1.0.3 Fresh quine-mc_cluskey v0.2.4 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:229:39 | 229 | fn fmt(&self, fmt: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 229 | fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:243:43 | 243 | And(_) | Or(_) => try!(write!(fmt, "({:?})", a)), | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:244:30 | 244 | _ => try!(write!(fmt, "{:?}", a)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:250:17 | 250 | try!(write!(fmt, "{:?}", a[0])); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:253:34 | 253 | Or(_) => try!(write!(fmt, " + ({:?})", a)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:254:30 | 254 | _ => try!(write!(fmt, " + {:?}", a)), | ^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:375:39 | 375 | fn fmt(&self, fmt: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 375 | fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:379:21 | 379 | try!(write!(fmt, "0")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:381:21 | 381 | try!(write!(fmt, "1")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quine-mc_cluskey-0.2.4/src/lib.rs:384:17 | 384 | try!(write!(fmt, "-")); | ^^^ Fresh color-print v0.3.6 warning: `unicode-script` (lib) generated 3 warnings warning: `regex-syntax` (lib) generated 7 warnings warning: `quine-mc_cluskey` (lib) generated 10 warnings Fresh clippy_lints v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/clippy_lints) Fresh anstream v0.6.18 Fresh termize v0.1.1 Fresh rustc_tools_util v0.4.0 Fresh clippy v0.1.84 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy) Finished `release` profile [optimized] target(s) in 4.17s Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/cargo-clippy" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo-clippy" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-clippy", path: "src/tools/clippy", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } < CargoClippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } Install "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/clippy-driver" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/bin/clippy-driver" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/clippy-driver" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/bin/clippy-driver" Install "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo-clippy" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/bin/cargo-clippy" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo-clippy" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/bin/cargo-clippy" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/share/doc/clippy/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/share/doc/clippy/README.md" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/share/doc/clippy/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/share/doc/clippy/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/share/doc/clippy/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image/share/doc/clippy/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay/builder-config" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay/README.md" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/clippy/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay/LICENSE-MIT" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } Dist clippy-1.84.1-x86_64-unknown-openbsd running: LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" "generate" "--image-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/image" "--component-name=clippy-preview" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=clippy installed." "--package-name=clippy-1.84.1-x86_64-unknown-openbsd" "--non-installed-overlay" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd/overlay" "--output-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/dist" "--work-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/clippy/x86_64-unknown-openbsd" "--compression-formats" "gz" "--compression-profile" "fast" (failure_mode=Exit) (created at src/core/build_steps/tool.rs:1117:23, executed at src/utils/tarball.rs:388:13) finished in 0.760 seconds < Clippy { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } running: "/usr/local/bin/llvm-config-18" "--libdir" (failure_mode=Exit) (created at src/core/builder/cargo.rs:950:21, executed at src/core/builder/cargo.rs:950:58) c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building tool rustfmt (stage1 -> stage2, x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.84.1" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.84.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LIBRARY_PATH="/usr/local/llvm18/lib" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/Cargo.toml" "--message-format" "json-render-diagnostics" 3.831389663s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="rustfmt_nightly"}: cargo::core::compiler::fingerprint: fingerprint error for rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt)/Build/TargetInner { name_inferred: true, ..: lib_target("rustfmt_nightly", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/src/lib.rs", Edition2021) } 3.831530015s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="rustfmt_nightly"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustfmt-nightly-55ead7c533ecc5af/lib-rustfmt_nightly` Caused by: No such file or directory (os error 2) 3.832769457s INFO prepare_target{force=false package_id=annotate-snippets v0.9.2 target="annotate_snippets"}: cargo::core::compiler::fingerprint: fingerprint error for annotate-snippets v0.9.2/Build/TargetInner { name_inferred: true, ..: lib_target("annotate_snippets", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.9.2/src/lib.rs", Edition2018) } 3.832816752s INFO prepare_target{force=false package_id=annotate-snippets v0.9.2 target="annotate_snippets"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/annotate-snippets-53b3287e4d2a0652/lib-annotate_snippets` Caused by: No such file or directory (os error 2) 3.833500179s 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/Build/TargetInner { ..: lib_target("unicode_width", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs", Edition2021) } 3.833539676s INFO prepare_target{force=false package_id=unicode-width v0.1.14 target="unicode_width"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicode-width-cff94bdf69430435/lib-unicode_width` Caused by: No such file or directory (os error 2) 3.834085792s INFO prepare_target{force=false package_id=yansi-term v0.1.2 target="yansi_term"}: cargo::core::compiler::fingerprint: fingerprint error for yansi-term v0.1.2/Build/TargetInner { name_inferred: true, ..: lib_target("yansi_term", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/lib.rs", Edition2018) } 3.834150323s INFO prepare_target{force=false package_id=yansi-term v0.1.2 target="yansi_term"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/yansi-term-947ec20378c29c3a/lib-yansi_term` Caused by: No such file or directory (os error 2) 3.834850151s INFO prepare_target{force=false package_id=anyhow v1.0.92 target="anyhow"}: cargo::core::compiler::fingerprint: fingerprint error for anyhow v1.0.92/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("anyhow", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/lib.rs", Edition2018) } 3.834890711s INFO prepare_target{force=false package_id=anyhow v1.0.92 target="anyhow"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/anyhow-b8885a8dc882d23b/lib-anyhow` Caused by: No such file or directory (os error 2) 3.836534519s INFO prepare_target{force=false package_id=anyhow v1.0.92 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for anyhow v1.0.92/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/build.rs", Edition2018) } 3.836573360s INFO prepare_target{force=false package_id=anyhow v1.0.92 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/anyhow-90d0c29ef9daade9/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.836985533s INFO prepare_target{force=false package_id=anyhow v1.0.92 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for anyhow v1.0.92/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/build.rs", Edition2018) } 3.837020227s INFO prepare_target{force=false package_id=anyhow v1.0.92 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/anyhow-77efcac1518484e7/build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.837583645s INFO prepare_target{force=false package_id=bytecount v0.6.8 target="bytecount"}: cargo::core::compiler::fingerprint: fingerprint error for bytecount v0.6.8/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("bytecount", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytecount-0.6.8/src/lib.rs", Edition2018) } 3.837622355s INFO prepare_target{force=false package_id=bytecount v0.6.8 target="bytecount"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/bytecount-0b2555ecf02d7260/lib-bytecount` Caused by: No such file or directory (os error 2) 3.838159407s INFO prepare_target{force=false package_id=cargo_metadata v0.18.1 target="cargo_metadata"}: cargo::core::compiler::fingerprint: fingerprint error for cargo_metadata v0.18.1/Build/TargetInner { name_inferred: true, ..: lib_target("cargo_metadata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/lib.rs", Edition2018) } 3.838198477s INFO prepare_target{force=false package_id=cargo_metadata v0.18.1 target="cargo_metadata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/cargo_metadata-ddc6d59867b15e31/lib-cargo_metadata` Caused by: No such file or directory (os error 2) 3.838877186s INFO prepare_target{force=false package_id=camino v1.1.9 target="camino"}: cargo::core::compiler::fingerprint: fingerprint error for camino v1.1.9/Build/TargetInner { ..: lib_target("camino", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs", Edition2018) } 3.838914761s INFO prepare_target{force=false package_id=camino v1.1.9 target="camino"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/camino-169c03f77fd71295/lib-camino` Caused by: No such file or directory (os error 2) 3.840665160s INFO prepare_target{force=false package_id=serde v1.0.214 target="serde"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.214/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs", Edition2018) } 3.840704050s INFO prepare_target{force=false package_id=serde v1.0.214 target="serde"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde-c802ef3631986647/lib-serde` Caused by: No such file or directory (os error 2) 3.842902467s INFO prepare_target{force=false package_id=serde_derive v1.0.214 target="serde_derive"}: cargo::core::compiler::fingerprint: fingerprint error for serde_derive v1.0.214/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("serde_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/lib.rs", Edition2015) } 3.842948256s INFO prepare_target{force=false package_id=serde_derive v1.0.214 target="serde_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/serde_derive-8970ba92f11d8466/lib-serde_derive` Caused by: No such file or directory (os error 2) 3.849416220s INFO prepare_target{force=false package_id=syn v2.0.87 target="syn"}: cargo::core::compiler::fingerprint: fingerprint error for syn v2.0.87/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("syn", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs", Edition2021) } 3.849570121s INFO prepare_target{force=false package_id=syn v2.0.87 target="syn"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/syn-2cf378f70c3885d6/lib-syn` Caused by: No such file or directory (os error 2) 3.851858100s INFO prepare_target{force=false package_id=cargo-platform v0.1.8 target="cargo_platform"}: cargo::core::compiler::fingerprint: fingerprint error for cargo-platform v0.1.8/Build/TargetInner { name_inferred: true, ..: lib_target("cargo_platform", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo-platform-0.1.8/src/lib.rs", Edition2021) } 3.851931152s INFO prepare_target{force=false package_id=cargo-platform v0.1.8 target="cargo_platform"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/cargo-platform-f3479e81e2f058be/lib-cargo_platform` Caused by: No such file or directory (os error 2) 3.853094899s INFO prepare_target{force=false package_id=semver v1.0.23 target="semver"}: cargo::core::compiler::fingerprint: fingerprint error for semver v1.0.23/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("semver", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/lib.rs", Edition2018) } 3.853163027s INFO prepare_target{force=false package_id=semver v1.0.23 target="semver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/semver-2b9386cb7c373ee7/lib-semver` Caused by: No such file or directory (os error 2) 3.857224407s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="serde_json"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.132/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde_json", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/lib.rs", Edition2021) } 3.857284811s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="serde_json"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde_json-437b7a7045678a67/lib-serde_json` Caused by: No such file or directory (os error 2) 3.861058457s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="thiserror"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/Build/TargetInner { ..: lib_target("thiserror", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/src/lib.rs", Edition2021) } 3.861118317s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="thiserror"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/thiserror-7e2ff4e4b34db867/lib-thiserror` Caused by: No such file or directory (os error 2) 3.864162852s INFO prepare_target{force=false package_id=thiserror-impl v1.0.66 target="thiserror_impl"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror-impl v1.0.66/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("thiserror_impl", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs", Edition2021) } 3.864225201s INFO prepare_target{force=false package_id=thiserror-impl v1.0.66 target="thiserror_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/thiserror-impl-65be4f3c25ef2aba/lib-thiserror_impl` Caused by: No such file or directory (os error 2) 3.865262931s INFO prepare_target{force=false package_id=clap v4.5.20 target="clap"}: cargo::core::compiler::fingerprint: fingerprint error for clap v4.5.20/Build/TargetInner { benched: false, ..: lib_target("clap", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.20/src/lib.rs", Edition2021) } 3.865311571s INFO prepare_target{force=false package_id=clap v4.5.20 target="clap"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clap-d61c6d49db0c4f89/lib-clap` Caused by: No such file or directory (os error 2) 3.866152896s INFO prepare_target{force=false package_id=clap_builder v4.5.20 target="clap_builder"}: cargo::core::compiler::fingerprint: fingerprint error for clap_builder v4.5.20/Build/TargetInner { benched: false, ..: lib_target("clap_builder", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.20/src/lib.rs", Edition2021) } 3.866202115s INFO prepare_target{force=false package_id=clap_builder v4.5.20 target="clap_builder"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clap_builder-c084ba192a04ba5c/lib-clap_builder` Caused by: No such file or directory (os error 2) 3.870105960s INFO prepare_target{force=false package_id=clap_derive v4.5.18 target="clap_derive"}: cargo::core::compiler::fingerprint: fingerprint error for clap_derive v4.5.18/Build/TargetInner { benched: false, for_host: true, proc_macro: true, ..: lib_target("clap_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_derive-4.5.18/src/lib.rs", Edition2021) } 3.870203009s INFO prepare_target{force=false package_id=clap_derive v4.5.18 target="clap_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/clap_derive-9dcffc2490bddc33/lib-clap_derive` Caused by: No such file or directory (os error 2) 3.871133920s INFO prepare_target{force=false package_id=heck v0.5.0 target="heck"}: cargo::core::compiler::fingerprint: fingerprint error for heck v0.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("heck", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs", Edition2021) } 3.871178965s INFO prepare_target{force=false package_id=heck v0.5.0 target="heck"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/heck-5c015e386eac39a0/lib-heck` Caused by: No such file or directory (os error 2) 3.871853295s INFO prepare_target{force=false package_id=clap-cargo v0.12.0 target="clap_cargo"}: cargo::core::compiler::fingerprint: fingerprint error for clap-cargo v0.12.0/Build/TargetInner { name_inferred: true, ..: lib_target("clap_cargo", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-cargo-0.12.0/src/lib.rs", Edition2021) } 3.871896519s INFO prepare_target{force=false package_id=clap-cargo v0.12.0 target="clap_cargo"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/clap-cargo-ea316009680fb22c/lib-clap_cargo` Caused by: No such file or directory (os error 2) 3.872624559s INFO prepare_target{force=false package_id=diff v0.1.13 target="diff"}: cargo::core::compiler::fingerprint: fingerprint error for diff v0.1.13/Build/TargetInner { name_inferred: true, ..: lib_target("diff", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/diff-0.1.13/src/lib.rs", Edition2015) } 3.872666939s INFO prepare_target{force=false package_id=diff v0.1.13 target="diff"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/diff-703089b855049217/lib-diff` Caused by: No such file or directory (os error 2) 3.873294251s INFO prepare_target{force=false package_id=dirs v5.0.1 target="dirs"}: cargo::core::compiler::fingerprint: fingerprint error for dirs v5.0.1/Build/TargetInner { name_inferred: true, ..: lib_target("dirs", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-5.0.1/src/lib.rs", Edition2015) } 3.873336103s INFO prepare_target{force=false package_id=dirs v5.0.1 target="dirs"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/dirs-c076863fda44686c/lib-dirs` Caused by: No such file or directory (os error 2) 3.873980586s INFO prepare_target{force=false package_id=dirs-sys v0.4.1 target="dirs_sys"}: cargo::core::compiler::fingerprint: fingerprint error for dirs-sys v0.4.1/Build/TargetInner { name_inferred: true, ..: lib_target("dirs_sys", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-sys-0.4.1/src/lib.rs", Edition2015) } 3.874023250s INFO prepare_target{force=false package_id=dirs-sys v0.4.1 target="dirs_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/dirs-sys-194ce40022daeb91/lib-dirs_sys` Caused by: No such file or directory (os error 2) 3.876658630s INFO prepare_target{force=false package_id=option-ext v0.2.0 target="option_ext"}: cargo::core::compiler::fingerprint: fingerprint error for option-ext v0.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("option_ext", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/option-ext-0.2.0/src/lib.rs", Edition2015) } 3.876718684s INFO prepare_target{force=false package_id=option-ext v0.2.0 target="option_ext"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/option-ext-c05fddec823ff2ac/lib-option_ext` Caused by: No such file or directory (os error 2) 3.877448617s INFO prepare_target{force=false package_id=getopts v0.2.21 target="getopts"}: cargo::core::compiler::fingerprint: fingerprint error for getopts v0.2.21/Build/TargetInner { name_inferred: true, ..: lib_target("getopts", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs", Edition2015) } 3.877489951s INFO prepare_target{force=false package_id=getopts v0.2.21 target="getopts"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/getopts-ff870a28e4bcb54d/lib-getopts` Caused by: No such file or directory (os error 2) 3.878219302s INFO prepare_target{force=false package_id=ignore v0.4.23 target="ignore"}: cargo::core::compiler::fingerprint: fingerprint error for ignore v0.4.23/Build/TargetInner { benched: false, ..: lib_target("ignore", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ignore-0.4.23/src/lib.rs", Edition2021) } 3.878279985s INFO prepare_target{force=false package_id=ignore v0.4.23 target="ignore"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/ignore-78a04ec4b5a66ac7/lib-ignore` Caused by: No such file or directory (os error 2) 3.879102641s INFO prepare_target{force=false package_id=crossbeam-deque v0.8.5 target="crossbeam_deque"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-deque v0.8.5/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_deque", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/lib.rs", Edition2021) } 3.879139919s INFO prepare_target{force=false package_id=crossbeam-deque v0.8.5 target="crossbeam_deque"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-deque-f144115c2f89fa89/lib-crossbeam_deque` Caused by: No such file or directory (os error 2) 3.879988126s INFO prepare_target{force=false package_id=crossbeam-epoch v0.9.18 target="crossbeam_epoch"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-epoch v0.9.18/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_epoch", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs", Edition2021) } 3.880025830s INFO prepare_target{force=false package_id=crossbeam-epoch v0.9.18 target="crossbeam_epoch"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-epoch-e31398a6056cfb8c/lib-crossbeam_epoch` Caused by: No such file or directory (os error 2) 3.880664129s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="crossbeam_utils"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.20/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_utils", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs", Edition2021) } 3.880701769s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="crossbeam_utils"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-utils-799cbb6a6e6de881/lib-crossbeam_utils` Caused by: No such file or directory (os error 2) 3.882436292s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.20/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/build.rs", Edition2021) } 3.882474111s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-utils-77155cb7aba41828/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.882903865s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.20/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/build.rs", Edition2021) } 3.882936505s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/crossbeam-utils-1220a72aa81119f1/build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.883606949s INFO prepare_target{force=false package_id=globset v0.4.15 target="globset"}: cargo::core::compiler::fingerprint: fingerprint error for globset v0.4.15/Build/TargetInner { benched: false, ..: lib_target("globset", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.15/src/lib.rs", Edition2021) } 3.883644738s INFO prepare_target{force=false package_id=globset v0.4.15 target="globset"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/globset-401a98f373bfd761/lib-globset` Caused by: No such file or directory (os error 2) 3.884527426s INFO prepare_target{force=false package_id=bstr v1.10.0 target="bstr"}: cargo::core::compiler::fingerprint: fingerprint error for bstr v1.10.0/Build/TargetInner { benched: false, ..: lib_target("bstr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/lib.rs", Edition2021) } 3.884564326s INFO prepare_target{force=false package_id=bstr v1.10.0 target="bstr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/bstr-b2ca7ee9cef51ac0/lib-bstr` Caused by: No such file or directory (os error 2) 3.885388720s INFO prepare_target{force=false package_id=regex-automata v0.4.8 target="regex_automata"}: cargo::core::compiler::fingerprint: fingerprint error for regex-automata v0.4.8/Build/TargetInner { benched: false, ..: lib_target("regex_automata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/lib.rs", Edition2021) } 3.885424842s INFO prepare_target{force=false package_id=regex-automata v0.4.8 target="regex_automata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/regex-automata-311d1dc3164cc1ec/lib-regex_automata` Caused by: No such file or directory (os error 2) 3.887175757s INFO prepare_target{force=false package_id=regex v1.11.1 target="regex"}: cargo::core::compiler::fingerprint: fingerprint error for regex v1.11.1/Build/TargetInner { ..: lib_target("regex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/lib.rs", Edition2021) } 3.887210315s INFO prepare_target{force=false package_id=regex v1.11.1 target="regex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/regex-da1d55ad2f4224a8/lib-regex` Caused by: No such file or directory (os error 2) 3.887852142s INFO prepare_target{force=false package_id=rustfmt-config_proc_macro v0.3.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/config_proc_macro) target="rustfmt_config_proc_macro"}: cargo::core::compiler::fingerprint: fingerprint error for rustfmt-config_proc_macro v0.3.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/config_proc_macro)/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("rustfmt_config_proc_macro", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/config_proc_macro/src/lib.rs", Edition2021) } 3.887933014s INFO prepare_target{force=false package_id=rustfmt-config_proc_macro v0.3.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/config_proc_macro) target="rustfmt_config_proc_macro"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/rustfmt-config_proc_macro-a76f8a604499d7fd/lib-rustfmt_config_proc_macro` Caused by: No such file or directory (os error 2) 3.889660219s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt)/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/build.rs", Edition2021) } 3.889697820s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustfmt-nightly-84406093bdb5c7c8/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.890083375s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt)/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/build.rs", Edition2021) } 3.890118450s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/.fingerprint/rustfmt-nightly-673db7026a26e6b7/build-script-build-script-build` Caused by: No such file or directory (os error 2) 3.890687138s INFO prepare_target{force=false package_id=term v0.7.0 target="term"}: cargo::core::compiler::fingerprint: fingerprint error for term v0.7.0/Build/TargetInner { name_inferred: true, ..: lib_target("term", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/term-0.7.0/src/lib.rs", Edition2018) } 3.890728341s INFO prepare_target{force=false package_id=term v0.7.0 target="term"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/term-a1a540915bdf7aed/lib-term` Caused by: No such file or directory (os error 2) 3.891306208s INFO prepare_target{force=false package_id=dirs-next v2.0.0 target="dirs_next"}: cargo::core::compiler::fingerprint: fingerprint error for dirs-next v2.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("dirs_next", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-next-2.0.0/src/lib.rs", Edition2018) } 3.891339711s INFO prepare_target{force=false package_id=dirs-next v2.0.0 target="dirs_next"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/dirs-next-ccd8f828adaa8545/lib-dirs_next` Caused by: No such file or directory (os error 2) 3.892290455s INFO prepare_target{force=false package_id=dirs-sys-next v0.1.2 target="dirs_sys_next"}: cargo::core::compiler::fingerprint: fingerprint error for dirs-sys-next v0.1.2/Build/TargetInner { name_inferred: true, ..: lib_target("dirs_sys_next", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-sys-next-0.1.2/src/lib.rs", Edition2018) } 3.892337329s INFO prepare_target{force=false package_id=dirs-sys-next v0.1.2 target="dirs_sys_next"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/dirs-sys-next-4d0bd345c8d2ddb6/lib-dirs_sys_next` Caused by: No such file or directory (os error 2) 3.892897816s INFO prepare_target{force=false package_id=toml v0.7.8 target="toml"}: cargo::core::compiler::fingerprint: fingerprint error for toml v0.7.8/Build/TargetInner { name_inferred: true, ..: lib_target("toml", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.7.8/src/lib.rs", Edition2021) } 3.892950390s INFO prepare_target{force=false package_id=toml v0.7.8 target="toml"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/toml-596dcfeeb85be669/lib-toml` Caused by: No such file or directory (os error 2) 3.893558245s INFO prepare_target{force=false package_id=serde_spanned v0.6.8 target="serde_spanned"}: cargo::core::compiler::fingerprint: fingerprint error for serde_spanned v0.6.8/Build/TargetInner { ..: lib_target("serde_spanned", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_spanned-0.6.8/src/lib.rs", Edition2021) } 3.893591561s INFO prepare_target{force=false package_id=serde_spanned v0.6.8 target="serde_spanned"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/serde_spanned-13f055442e0e3b0d/lib-serde_spanned` Caused by: No such file or directory (os error 2) 3.894191544s INFO prepare_target{force=false package_id=toml_datetime v0.6.8 target="toml_datetime"}: cargo::core::compiler::fingerprint: fingerprint error for toml_datetime v0.6.8/Build/TargetInner { ..: lib_target("toml_datetime", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_datetime-0.6.8/src/lib.rs", Edition2021) } 3.894220830s INFO prepare_target{force=false package_id=toml_datetime v0.6.8 target="toml_datetime"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/toml_datetime-96c096adf740fcd8/lib-toml_datetime` Caused by: No such file or directory (os error 2) 3.894815653s INFO prepare_target{force=false package_id=toml_edit v0.19.15 target="toml_edit"}: cargo::core::compiler::fingerprint: fingerprint error for toml_edit v0.19.15/Build/TargetInner { name_inferred: true, ..: lib_target("toml_edit", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/lib.rs", Edition2021) } 3.894845937s INFO prepare_target{force=false package_id=toml_edit v0.19.15 target="toml_edit"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/toml_edit-d9501d661c16962e/lib-toml_edit` Caused by: No such file or directory (os error 2) 3.896319053s INFO prepare_target{force=false package_id=tracing v0.1.37 target="tracing"}: cargo::core::compiler::fingerprint: fingerprint error for tracing v0.1.37/Build/TargetInner { name_inferred: true, ..: lib_target("tracing", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs", Edition2018) } 3.896349028s INFO prepare_target{force=false package_id=tracing v0.1.37 target="tracing"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tracing-059a1441f2440266/lib-tracing` Caused by: No such file or directory (os error 2) 3.897745067s INFO prepare_target{force=false package_id=tracing-subscriber v0.3.18 target="tracing_subscriber"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-subscriber v0.3.18/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_subscriber", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs", Edition2018) } 3.897775157s INFO prepare_target{force=false package_id=tracing-subscriber v0.3.18 target="tracing_subscriber"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/tracing-subscriber-7a171c36f1399531/lib-tracing_subscriber` Caused by: No such file or directory (os error 2) 3.900752792s INFO prepare_target{force=false package_id=unicode-properties v0.1.3 target="unicode_properties"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-properties v0.1.3/Build/TargetInner { ..: lib_target("unicode_properties", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-properties-0.1.3/src/lib.rs", Edition2021) } 3.900784840s INFO prepare_target{force=false package_id=unicode-properties v0.1.3 target="unicode_properties"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/unicode-properties-b56cbea17fa10ca3/lib-unicode_properties` Caused by: No such file or directory (os error 2) 3.901745931s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="cargo-fmt"}: cargo::core::compiler::fingerprint: fingerprint error for rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt)/Build/TargetInner { name: "cargo-fmt", doc: true, ..: with_path("/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/src/cargo-fmt/main.rs", Edition2021) } 3.901778689s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="cargo-fmt"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustfmt-nightly-4b6d544787bdf85a/bin-cargo-fmt` Caused by: No such file or directory (os error 2) 3.902894527s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="git-rustfmt"}: cargo::core::compiler::fingerprint: fingerprint error for rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt)/Build/TargetInner { name: "git-rustfmt", doc: true, ..: with_path("/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/src/git-rustfmt/main.rs", Edition2021) } 3.902925083s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="git-rustfmt"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustfmt-nightly-9e39dc217e204e9b/bin-git-rustfmt` Caused by: No such file or directory (os error 2) 3.903769817s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="rustfmt"}: cargo::core::compiler::fingerprint: fingerprint error for rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt)/Build/TargetInner { name: "rustfmt", doc: true, ..: with_path("/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/src/bin/main.rs", Edition2021) } 3.903799481s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="rustfmt"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustfmt-nightly-502482c98950c9d2/bin-rustfmt` Caused by: No such file or directory (os error 2) 3.904769389s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="rustfmt-format-diff"}: cargo::core::compiler::fingerprint: fingerprint error for rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt)/Build/TargetInner { name: "rustfmt-format-diff", doc: true, ..: with_path("/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/src/format-diff/main.rs", Edition2021) } 3.904797964s INFO prepare_target{force=false package_id=rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) target="rustfmt-format-diff"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/.fingerprint/rustfmt-nightly-198fe79517f1b3ad/bin-rustfmt-format-diff` Caused by: No such file or directory (os error 2) Fresh unicode-ident v1.0.13 Fresh memchr v2.7.4 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:740:38 | 740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Compiling crossbeam-utils v0.8.20 warning: `memchr` (lib) generated 2 warnings Fresh proc-macro2 v1.0.89 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:76:48 | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:92:47 | 92 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:169:29 | 169 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:191:32 | 191 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:197:32 | 197 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:682:32 | 682 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:691:63 | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:773:34 | 773 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:897:32 | 897 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:909:32 | 909 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 909 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1190:32 | 1190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1196:34 | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:255:32 | 255 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 255 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:285:32 | 285 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 285 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:298:32 | 298 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 298 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:566:63 | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:663:40 | 663 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 663 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:672:40 | 672 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 672 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:760:32 | 760 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:769:32 | 769 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:982:32 | 982 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:991:32 | 991 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 991 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:308:32 | 308 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:327:32 | 327 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 327 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:562:32 | 562 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 562 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:636:32 | 636 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:648:32 | 648 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:794:40 | 794 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:800:40 | 800 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 800 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:885:34 | 885 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 885 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1068:32 | 1068 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1074:32 | 1074 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1318:32 | 1318 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1318 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1324:32 | 1324 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1324 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1360:36 | 1360 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh aho-corasick v1.1.3 Fresh once_cell v1.20.2 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:430:36 | 430 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:722:36 | 722 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:910:36 | 910 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:1261:36 | 1261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=1220a72aa81119f1 -C extra-filename=-1220a72aa81119f1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crossbeam-utils-1220a72aa81119f1 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `proc-macro2` (lib) generated 111 warnings warning: `once_cell` (lib) generated 4 warnings Fresh quote v1.0.37 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh libc v0.2.164 Fresh regex-syntax v0.8.5 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:804:38 | 804 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 804 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:1029:38 | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:2901:38 | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Fresh utf8parse v0.2.2 Fresh cfg-if v1.0.0 warning: `quote` (lib) generated 13 warnings warning: `regex-syntax` (lib) generated 7 warnings Compiling syn v2.0.87 Compiling regex-automata v0.4.8 Fresh anstyle-parse v0.2.6 Fresh anstyle-query v1.1.2 Fresh is_terminal_polyfill v1.70.1 Fresh colorchoice v1.0.3 Fresh anstyle v1.0.10 Fresh log v0.4.22 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:533:34 | 533 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 533 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:639:34 | 639 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 639 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1179:34 | 1179 | fn enabled(&self, metadata: &Metadata) -> bool; | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1179 | fn enabled(&self, metadata: &Metadata<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1188:28 | 1188 | fn log(&self, record: &Record); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn log(&self, record: &Record<'_>); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1203:27 | 1203 | fn enabled(&self, _: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | fn enabled(&self, _: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1207:23 | 1207 | fn log(&self, _: &Record) {} | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1207 | fn log(&self, _: &Record<'_>) {} | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1215:34 | 1215 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1215 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1219:28 | 1219 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1232:34 | 1232 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1236:28 | 1236 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1236 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1249:34 | 1249 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1249 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1253:28 | 1253 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1253 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1469:34 | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1486:34 | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:38:11 | 38 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 38 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:40:65 | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location<'_>), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:41:26 | 41 | kvs: Option<&[(&str, Value)]>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | kvs: Option<&[(&str, Value<'_>)]>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:65:11 | 65 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:67:64 | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location<'_>), | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.87 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=87 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=2cf378f70c3885d6 -C extra-filename=-2cf378f70c3885d6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rmeta --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-5ddb0dce03806ed5.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libunicode_ident-759de8cc44fc4838.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "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"))' -C metadata=311d1dc3164cc1ec -C extra-filename=-311d1dc3164cc1ec --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaho_corasick-1110f647ac52c000.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-0172ff784cb1d371.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `log` (lib) generated 19 warnings Fresh anstream v0.6.18 Fresh tracing-core v0.1.30 warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs:132:5 | 132 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs:140:5 | 140 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:147:7 | 147 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:150:7 | 150 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:182:7 | 182 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:488:15 | 488 | #[cfg(not(feature = "alloc"))] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:373:11 | 373 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:710:11 | 710 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:713:11 | 713 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:721:11 | 721 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:724:11 | 724 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:270:15 | 270 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: creating a shared reference to mutable static is discouraged --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:430:14 | 430 | Some(GLOBAL_DISPATCH.as_ref().expect( | ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static | = note: for more information, see = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives = note: `#[warn(static_mut_refs)]` on by default Fresh regex-syntax v0.6.29 warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/hir/interval.rs:423:8 | 335 | pub trait Interval: | -------- method in this trait ... 423 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: call to `.borrow()` on a reference in this situation does nothing --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/ast/parse.rs:379:21 | 379 | self.pattern.borrow() | ^^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default warning: `tracing-core` (lib) generated 13 warnings warning: `regex-syntax` (lib) generated 2 warnings Fresh strsim v0.11.1 Fresh clap_lex v0.7.2 Fresh hashbrown v0.15.0 Compiling heck v0.5.0 Fresh equivalent v1.0.1 Fresh indexmap v2.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name heck --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c015e386eac39a0 -C extra-filename=-5c015e386eac39a0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling clap_builder v4.5.20 Fresh regex-automata v0.1.10 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:90:38 | 90 | pub fn representatives(&self) -> ByteClassRepresentatives { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 90 | pub fn representatives(&self) -> ByteClassRepresentatives<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:111:32 | 111 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1113:38 | 1113 | pub fn states(&self) -> StateIter { | ---------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | pub fn states(&self) -> StateIter<'_, T, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1508:55 | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1613:32 | 1613 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1613 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1702:53 | 1702 | pub fn transitions(&self) -> StateTransitionIter { | -------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | pub fn transitions(&self) -> StateTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1718:66 | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter { | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1725:32 | 1725 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1828:57 | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut { | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1835:32 | 1835 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/error.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/minimize.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:868:32 | 868 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 868 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:891:32 | 891 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1012:32 | 1012 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1140:32 | 1140 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1200:32 | 1200 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1662:34 | 1662 | pub(crate) struct StateIter<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 1662 - pub(crate) struct StateIter<'a, T: 'a, S: 'a> { 1662 + pub(crate) struct StateIter<'a, T, S> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1689:30 | 1689 | pub(crate) struct State<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1753:44 | 1753 | pub(crate) struct StateTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1774:50 | 1774 | pub(crate) struct StateSparseTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1815:33 | 1815 | pub(crate) struct StateMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1847:47 | 1847 | pub(crate) struct StateTransitionIterMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/minimize.rs:42:34 | 42 | pub(crate) struct Minimizer<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/regex.rs:415:34 | 415 | pub struct Matches<'r, 't, D: DFA + 'r> { | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1054:36 | 1054 | struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { | ^^^^^ ^^^^^ | help: remove these bounds | 1054 - struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { 1054 + struct StateIter<'a, T: AsRef<[u8]>, S: StateID = usize> { | Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.20 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clap_builder --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=c084ba192a04ba5c -C extra-filename=-c084ba192a04ba5c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstream=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstream-85ae2c67aaccd434.rmeta --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-f0ff4a5933eded2c.rmeta --extern clap_lex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_lex-04f3e5dc07549f05.rmeta --extern strsim=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libstrsim-c0d7737a86fe414c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `regex-automata` (lib) generated 30 warnings Compiling dirs-sys-next v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=dirs_sys_next CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-sys-next-0.1.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-sys-next-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='The @xdg-rs members' CARGO_PKG_DESCRIPTION='system-level helper functions for the dirs and directories crates' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-sys-next CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/xdg-rs/dirs/tree/master/dirs-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name dirs_sys_next --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d0bd345c8d2ddb6 -C extra-filename=-4d0bd345c8d2ddb6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-08a182d6787e5699.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/kebab.rs:43:32 | 43 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 43 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lower_camel.rs:47:32 | 47 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 47 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/shouty_kebab.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/shouty_snake.rs:58:32 | 58 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 58 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/snake.rs:58:32 | 58 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 58 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/title.rs:47:32 | 47 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 47 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/train.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/upper_camel.rs:60:32 | 60 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 60 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:76:30 | 76 | F: FnMut(&str, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 76 | F: FnMut(&str, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:77:24 | 77 | G: FnMut(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 77 | G: FnMut(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:73:18 | 73 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:161:36 | 161 | fn lowercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 161 | fn lowercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:174:36 | 174 | fn uppercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 174 | fn uppercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:182:37 | 182 | fn capitalize(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 182 | fn capitalize(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/crossbeam-utils-77155cb7aba41828/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/crossbeam-utils-1220a72aa81119f1/build-script-build` [crossbeam-utils 0.8.20] cargo:rerun-if-changed=no_atomic.rs [crossbeam-utils 0.8.20] cargo:rustc-check-cfg=cfg(crossbeam_no_atomic,crossbeam_sanitize_thread) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/crossbeam-utils-77155cb7aba41828/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_utils --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=799cbb6a6e6de881 -C extra-filename=-799cbb6a6e6de881 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2359:38 | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2361:32 | 2361 | f: &mut core::fmt::Formatter, | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2361 | f: &mut core::fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2647:38 | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2751:38 | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2831:38 | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2939:38 | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/hybrid/id.rs:346:38 | 346 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:279:38 | 279 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:418:38 | 418 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:472:38 | 472 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 472 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:177:38 | 177 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:472:44 | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:480:46 | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:789:34 | 789 | pub(crate) fn iter(&self) -> ByteSetIter { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | pub(crate) fn iter(&self) -> ByteSetIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:794:41 | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter { | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:857:38 | 857 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1205:38 | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs:311:1 | 311 | extern crate self as syn; | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1223:38 | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:128:21 | 128 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 128 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1227:46 | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:155:25 | 155 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 155 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 181 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 182 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 183 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 184 | impl_low_level_token!("group token" proc_macro2::Group any_group); | ----------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/escape.rs:22:38 | 22 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 185 | impl_low_level_token!("lifetime" Lifetime lifetime); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:192:21 | 192 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/escape.rs:52:38 | 52 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 52 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:535:21 | 535 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:554:21 | 554 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 554 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:648:21 | 648 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:659:21 | 659 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:670:21 | 670 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 670 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:681:21 | 681 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 681 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:279:33 | 279 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 279 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/lazy.rs:92:32 | 92 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:288:33 | 288 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 288 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/lazy.rs:208:36 | 208 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/look.rs:502:38 | 502 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:418:33 | 418 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:427:33 | 427 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 427 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:981:34 | 981 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 981 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:187:38 | 187 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:992:40 | 992 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 992 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1001:41 | 1001 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1001 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:229:38 | 229 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 229 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1007:28 | 1007 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1034:35 | 1034 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1034 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:786:42 | 786 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:659:38 | 659 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:666:45 | 666 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:676:45 | 676 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 676 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:688:25 | 688 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 688 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:696:25 | 696 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:704:25 | 704 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 704 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:712:41 | 712 | fn parse_outermost_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 712 | fn parse_outermost_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:721:60 | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:731:54 | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:740:60 | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:765:44 | 765 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 765 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:776:44 | 776 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:81:28 | 81 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:29 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:40 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:30 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:41 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:415:28 | 415 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 415 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:43 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:78:38 | 78 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:54 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:428:42 | 428 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 428 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:141:77 | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members] { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:259:25 | 259 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 259 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:301:25 | 301 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 301 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:391:38 | 391 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 391 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:312:25 | 312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:324:35 | 324 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 324 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:361:37 | 361 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:548:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 548 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:653:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 653 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:548:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 548 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:653:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 653 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/start.rs:308:38 | 308 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:828:45 | 828 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/wire.rs:114:38 | 114 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 114 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:890:52 | 890 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 890 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:906:24 | 906 | pub fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 906 | pub fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1024:40 | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1074:40 | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/wire.rs:218:38 | 218 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1219:25 | 1219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1229:59 | 1229 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1229 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1301:16 | 1301 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1301 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1414:16 | 1414 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1414 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1448:31 | 1448 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:123:38 | 123 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:221:38 | 221 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1464:16 | 1464 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:280:38 | 280 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 280 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1482:26 | 1482 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1482 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:566:38 | 566 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 566 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1495:26 | 1495 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1495 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1572:16 | 1572 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1572 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:773:38 | 773 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1574:16 | 1574 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1574 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:853:38 | 853 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:1345:38 | 1345 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1345 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1592:30 | 1592 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1592 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1756:25 | 1756 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1756 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:1901:38 | 1901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/sparse_set.rs:220:38 | 220 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1834:28 | 1834 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1834 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1892:28 | 1892 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1892 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1907:16 | 1907 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1907 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1924:16 | 1924 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1924 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1960:25 | 1960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1968:30 | 1968 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1968 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2007:31 | 2007 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2007 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2054:25 | 2054 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2054 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2080:25 | 2080 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2080 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2113:25 | 2113 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2113 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2122:16 | 2122 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2122 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2158:25 | 2158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2171:25 | 2171 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2171 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2178:24 | 2178 | fn expr_let(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2178 | fn expr_let(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2194:25 | 2194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2249:25 | 2249 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2260:25 | 2260 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2260 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2290:25 | 2290 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2290 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2346:37 | 2346 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2361 | / impl_by_parsing_expr! { 2362 | | ExprAssign, Assign, "expected assignment expression", 2363 | | ExprAwait, Await, "expected await expression", 2364 | | ExprBinary, Binary, "expected binary operation", ... | 2372 | | ExprTuple, Tuple, "expected tuple expression", 2373 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2346 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2378:25 | 2378 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2378 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2387:16 | 2387 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2387 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2401:25 | 2401 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2401 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2410:25 | 2410 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2410 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2425:25 | 2425 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2425 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2439:25 | 2439 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2439 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2448:25 | 2448 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2448 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2464:27 | 2464 | fn expr_become(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn expr_become(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2474:25 | 2474 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2474 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2486:25 | 2486 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2486 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2502:28 | 2502 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2502 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2560:25 | 2560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2571:27 | 2571 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2571 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2609:25 | 2609 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2609 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2633:25 | 2633 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2633 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2652:25 | 2652 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2652 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2663:25 | 2663 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2663 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2675:25 | 2675 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2685:26 | 2685 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2685 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2720:25 | 2720 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2720 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2749:25 | 2749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2757:16 | 2757 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2804:25 | 2804 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2804 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2823:25 | 2823 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2823 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2841:26 | 2841 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2841 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2854:16 | 2854 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2854 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2875:25 | 2875 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2875 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2892:45 | 2892 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2892 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2912:25 | 2912 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2912 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2927:25 | 2927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2941:25 | 2941 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2941 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2974:25 | 2974 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2974 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3036:25 | 3036 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3036 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3048:26 | 3048 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3048 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: `heck` (lib) generated 14 warnings Compiling bstr v1.10.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/file.rs:95:25 | 95 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:108:74 | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes] { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes<'_>] { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bstr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A string type that is not required to be valid UTF-8.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/bstr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bstr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/bstr' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name bstr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=b2ca7ee9cef51ac0 -C extra-filename=-b2ca7ee9cef51ac0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:115:86 | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut] { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:122:72 | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams] { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:129:84 | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut] { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:136:74 | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams] { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:143:86 | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut] { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:38 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:52 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:371:35 | 371 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 371 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:561:25 | 561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:624:25 | 624 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:651:25 | 651 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 651 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:689:25 | 689 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:718:25 | 718 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 718 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:729:25 | 729 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 729 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:786:20 | 786 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:842:20 | 842 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 842 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:871:25 | 871 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 871 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:896:25 | 896 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 896 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:907:25 | 907 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:931:25 | 931 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:962:25 | 962 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 962 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:973:25 | 973 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:1043:25 | 1043 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1043 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:1081:25 | 1081 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1081 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1151:20 | 1151 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1199:20 | 1199 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1199 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1228:45 | 1228 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1228 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1241:25 | 1241 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1241 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1270:28 | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1270 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1270:66 | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1295:25 | 1295 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1295 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1328:25 | 1328 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1335:16 | 1335 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1335 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1362:25 | 1362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1369:16 | 1369 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1369 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1446:25 | 1446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1464:25 | 1464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1497:30 | 1497 | fn peek_signature(input: ParseStream, allow_safe: bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn peek_signature(input: ParseStream<'_>, allow_safe: bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1511:25 | 1511 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1511 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1517:31 | 1517 | fn parse_signature(input: ParseStream, allow_safe: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1517 | fn parse_signature(input: ParseStream<'_>, allow_safe: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1569:16 | 1569 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1569 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1589:25 | 1589 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1589 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1605:16 | 1605 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1605 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1656:25 | 1656 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1656 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1700:16 | 1700 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1700 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1770:25 | 1770 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1770 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1819:25 | 1819 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1819 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1844:25 | 1844 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1844 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1943:25 | 1943 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1943 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1959:25 | 1959 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1959 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1991:39 | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1991 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1991:59 | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2024:25 | 2024 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2024 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2042:25 | 2042 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2042 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2060:31 | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2060 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2060:51 | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2096:25 | 2096 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2096 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2120:25 | 2120 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2120 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2144:25 | 2144 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2144 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2165:42 | 2165 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2165 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2217:16 | 2217 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2217 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2274:25 | 2274 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2274 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2281:16 | 2281 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2292:16 | 2292 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2292 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2420:25 | 2420 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2420 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2457:25 | 2457 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2457 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2486:25 | 2486 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2486 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2508:37 | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2508 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2508:57 | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2543:25 | 2543 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2543 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2561:25 | 2561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2567:26 | 2567 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2567 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2673:25 | 2673 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2673 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2769:25 | 2769 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2769 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2806:25 | 2806 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2806 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2813:16 | 2813 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2847:25 | 2847 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2847 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2872:36 | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2872 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2872:56 | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2909:25 | 2909 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2936:25 | 2936 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2936 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:502:40 | 502 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:574:40 | 574 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 574 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:867:25 | 867 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:47 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:71 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:949:25 | 949 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:960:25 | 960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:971:25 | 971 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:982:25 | 982 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:993:25 | 993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1004:25 | 1004 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1004 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1015:25 | 1015 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1015 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:26 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:43 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:309:21 | 309 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:153:38 | 153 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:215:21 | 215 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:277:32 | 277 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:283:32 | 283 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:387:13 | 387 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:389:6 | 389 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:393:51 | 393 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:430:30 | 430 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option<(Span, Delimiter)>) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 430 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option<(Span, Delimiter)>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:441:39 | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:445:50 | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option<(Span, Delimiter)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option<(Span, Delimiter)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:505:40 | 505 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:27 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:49 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:27 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:49 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:736:20 | 736 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 736 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1167:21 | 1167 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1167 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1174:21 | 1174 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1174 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1185:21 | 1185 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1192:21 | 1192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1202:21 | 1202 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1202 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1216:21 | 1216 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1216 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1226:21 | 1226 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1226 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1279:52 | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1288:15 | 1288 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1288 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1370:22 | 1370 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1370 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:127:21 | 127 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:131:21 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:147:21 | 147 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:158:21 | 158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:169:21 | 169 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:199:21 | 199 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:206:21 | 206 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 206 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:219:21 | 219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:456:24 | 456 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:463:23 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:463:43 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:469:25 | 469 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 469 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:494:16 | 494 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 494 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:521:26 | 521 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:556:25 | 556 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:604:25 | 604 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 604 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:622:35 | 622 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:643:34 | 643 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:673:29 | 673 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 673 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:682:32 | 682 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:726:31 | 726 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:759:25 | 759 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 759 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:794:25 | 794 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:409:41 | 409 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 409 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:454:39 | 454 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:461:20 | 461 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 461 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:489:25 | 489 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 489 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:497:25 | 497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:509:25 | 509 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:515:32 | 515 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:576:39 | 576 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 576 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:608:43 | 608 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 608 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:623:20 | 623 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:643:32 | 643 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:119:31 | 119 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 119 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:130:42 | 130 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 130 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:141:33 | 141 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:150:44 | 150 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:290:36 | 290 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:309:16 | 309 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:310:20 | 310 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:342:44 | 342 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 342 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:361:16 | 361 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:362:20 | 362 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 362 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:151:36 | 151 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:192:25 | 192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:198:26 | 198 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 198 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:265:24 | 265 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 265 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:282:26 | 282 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 282 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:334:16 | 334 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 334 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:619:25 | 619 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 619 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:630:25 | 630 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 630 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:643:25 | 643 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:666:25 | 666 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:679:25 | 679 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 679 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:726:25 | 726 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:735:25 | 735 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:744:25 | 744 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:786:25 | 786 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:795:36 | 795 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 795 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:800:36 | 800 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 800 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:814:25 | 814 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:822:25 | 822 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 822 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:830:36 | 830 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 830 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:836:36 | 836 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 836 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:848:20 | 848 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 848 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:886:25 | 886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:894:36 | 894 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:899:36 | 899 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 899 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:952:25 | 952 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 952 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:963:25 | 963 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 963 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:970:25 | 970 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 970 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:984:25 | 984 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:990:33 | 990 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1038:35 | 1038 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1038 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1055:25 | 1055 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1055 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1065:25 | 1065 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1065 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:45:7 | 45 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_no_atomic`, `crossbeam_sanitize_thread`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, and `test` and 3 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: requested on the command line with `-W unexpected-cfgs` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:68:11 | 68 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:109:11 | 109 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:25:11 | 25 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:28:11 | 28 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:36:19 | 36 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:53:19 | 53 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:107:7 | 107 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` 78 | 79 | impl_atomic!(AtomicBool, bool); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 80 | impl_atomic!(AtomicUsize, usize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 81 | impl_atomic!(AtomicIsize, isize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 82 | impl_atomic!(AtomicU8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 83 | impl_atomic!(AtomicI8, i8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 84 | impl_atomic!(AtomicU16, u16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 85 | impl_atomic!(AtomicI16, i16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 87 | impl_atomic!(AtomicU32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 89 | impl_atomic!(AtomicI32, i32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 94 | impl_atomic!(AtomicU64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 99 | impl_atomic!(AtomicI64, i64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:15:11 | 15 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/escape_bytes.rs:15:43 | 14 | impl<'a> EscapeBytes<'a> { | -- lifetime `'a` declared here 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes { | ^^^^^^^^^^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/escape_bytes.rs:15:43 | 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/escape_bytes.rs:83:38 | 83 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 83 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 363 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 363 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 363 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 363 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 364 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 364 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 364 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 364 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 365 | impl_partial_eq!(BString, &'a [u8]); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 365 | impl_partial_eq!(BString, &'a [u8]); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 366 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 366 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 366 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 366 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 367 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 367 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 367 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 367 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 368 | impl_partial_eq!(BString, &'a str); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 368 | impl_partial_eq!(BString, &'a str); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 369 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 369 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 369 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 369 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 370 | impl_partial_eq!(BString, &'a BStr); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 370 | impl_partial_eq!(BString, &'a BStr); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 386 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 386 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 386 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 386 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 387 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 387 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 387 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 387 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 388 | impl_partial_ord!(BString, &'a [u8]); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 388 | impl_partial_ord!(BString, &'a [u8]); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 389 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 389 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 389 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 389 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 390 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 390 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 390 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 390 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 391 | impl_partial_ord!(BString, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 391 | impl_partial_ord!(BString, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 392 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 392 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 392 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 392 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 393 | impl_partial_ord!(BString, &'a BStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 393 | impl_partial_ord!(BString, &'a BStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 810 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 810 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 810 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 810 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 811 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 811 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 812 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 812 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 812 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 812 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 813 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 813 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 816 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 816 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 816 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 816 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 818 | impl_partial_eq!(&'a BStr, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 818 | impl_partial_eq!(&'a BStr, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 820 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 820 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 820 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 820 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 822 | impl_partial_eq!(&'a BStr, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 822 | impl_partial_eq!(&'a BStr, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:24:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 25 | | #[inline] ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 824 | impl_partial_eq_cow!(&'a BStr, Cow<'a, BStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:32:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 25 | | #[inline] ... | 32 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 824 | impl_partial_eq_cow!(&'a BStr, Cow<'a, BStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:24:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 25 | | #[inline] ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 826 | impl_partial_eq_cow!(&'a BStr, Cow<'a, str>); | -------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:32:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 25 | | #[inline] ... | 32 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 826 | impl_partial_eq_cow!(&'a BStr, Cow<'a, str>); | -------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:24:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 25 | | #[inline] ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 828 | impl_partial_eq_cow!(&'a BStr, Cow<'a, [u8]>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:32:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 25 | | #[inline] ... | 32 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 828 | impl_partial_eq_cow!(&'a BStr, Cow<'a, [u8]>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 844 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 844 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 844 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 844 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 845 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 845 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 846 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 846 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 846 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 846 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 847 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 847 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 850 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 850 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 850 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 850 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 852 | impl_partial_ord!(&'a BStr, Vec); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 852 | impl_partial_ord!(&'a BStr, Vec); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 854 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 854 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 854 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 854 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 856 | impl_partial_ord!(&'a BStr, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 856 | impl_partial_ord!(&'a BStr, String); | ----------------------------------- in this macro invocation Compiling unicode-width v0.1.14 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=cff94bdf69430435 -C extra-filename=-cff94bdf69430435 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling crossbeam-epoch v0.9.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_epoch CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.9.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_epoch --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=e31398a6056cfb8c -C extra-filename=-e31398a6056cfb8c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-799cbb6a6e6de881.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:66:7 | 66 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:69:7 | 69 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:91:11 | 91 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1675:21 | 1675 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:350:15 | 350 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:358:11 | 358 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/collector.rs:112:21 | 112 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:90:21 | 90 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:56:15 | 56 | #[cfg(not(any(crossbeam_sanitize, miri)))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:59:11 | 59 | #[cfg(any(crossbeam_sanitize, miri))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:300:15 | 300 | #[cfg(not(any(crossbeam_sanitize, miri)))] // `crossbeam_sanitize` and `miri` reduce the size of `Local` | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:557:21 | 557 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:202:29 | 202 | let steps = if cfg!(crossbeam_sanitize) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/mod.rs:5:11 | 5 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/list.rs:298:21 | 298 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/queue.rs:217:21 | 217 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:64:21 | 64 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:14:15 | 14 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:22:11 | 22 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `bstr` (lib) generated 109 warnings Fresh overload v0.1.1 Compiling anyhow v1.0.92 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=77efcac1518484e7 -C extra-filename=-77efcac1518484e7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/anyhow-77efcac1518484e7 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `crossbeam-utils` (lib) generated 23 warnings Fresh ryu v1.0.18 Fresh same-file v1.0.6 warning: unused return value of `into_raw_fd` that must be used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6/src/unix.rs:23:13 | 23 | self.file.take().unwrap().into_raw_fd(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: losing the raw file descriptor may leak resources = note: `#[warn(unused_must_use)]` on by default help: use `let _ = ...` to ignore the resulting value | 23 | let _ = self.file.take().unwrap().into_raw_fd(); | +++++++ warning: `same-file` (lib) generated 1 warning Fresh itoa v1.0.11 Fresh pin-project-lite v0.2.15 Compiling option-ext v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=option_ext CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/option-ext-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/option-ext-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='Extends `Option` with additional operations' CARGO_PKG_HOMEPAGE='https://github.com/soc/option-ext' CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=option-ext CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/soc/option-ext.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name option_ext --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/option-ext-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c05fddec823ff2ac -C extra-filename=-c05fddec823ff2ac --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Fresh winnow v0.5.40 warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs:142:12 | 142 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused imports: `alloc`, `boxed`, `convert`, and `option` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs:185:13 | 185 | alloc, borrow, boxed, cmp, collections, convert, fmt, hash, iter, mem, ops, option, | ^^^^^ ^^^^^ ^^^^^^^ ^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `std::prelude as v1` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs:192:21 | 192 | pub use std::prelude as v1; | ^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/error.rs:63:12 | 63 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/error.rs:97:12 | 97 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/multi.rs:136:12 | 136 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:15:12 | 15 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:38:12 | 38 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:85:12 | 85 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:144:12 | 144 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:201:12 | 201 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:258:12 | 258 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:313:12 | 313 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:363:12 | 363 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:396:12 | 396 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:459:12 | 459 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:501:12 | 501 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:543:12 | 543 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:580:12 | 580 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:629:12 | 629 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:678:12 | 678 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:722:12 | 722 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:766:12 | 766 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:808:12 | 808 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:855:12 | 855 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:912:12 | 912 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `winnow` (lib) generated 74 warnings Fresh lazy_static v1.5.0 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/inline_lazy.rs:8:1 | 8 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/inline_lazy.rs:26:43 | 26 | pub fn get(&'static self, f: F) -> &T | ^ this elided lifetime gets resolved as `'static` | = note: `#[warn(elided_named_lifetimes)]` on by default help: consider specifying it explicitly | 26 | pub fn get(&'static self, f: F) -> &'static T | +++++++ warning: `lazy_static` (lib) generated 2 warnings Fresh sharded-slab v0.1.7 warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:15:17 | 15 | #[cfg(all(test, loom))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:453:9 | 453 | test_println!("pool: create {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:621:9 | 621 | test_println!("pool: create_owned {:?}", tid); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:655:9 | 655 | test_println!("pool: create_with"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:678:9 | 678 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:769:9 | 769 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:914:9 | 914 | test_println!("drop Ref: try clearing data"); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1049:9 | 1049 | test_println!(" -> drop RefMut: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1124:9 | 1124 | test_println!("drop OwnedRef: try clearing data"); | ------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1135:13 | 1135 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1139:17 | 1139 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1238:9 | 1238 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1290:9 | 1290 | test_println!("drop OwnedRefMut: try clearing data"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1303:17 | 1303 | test_println!("-> shard does not exist! THIS IS A BUG"); | ------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/sync.rs:3:11 | 3 | #[cfg(all(loom, any(test, feature = "loom")))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/sync.rs:63:15 | 63 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:95:11 | 95 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:18:9 | 18 | test_println!("UniqueIter::next"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:20:13 | 20 | test_println!("-> try next slot"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:22:17 | 22 | test_println!("-> found an item!"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:26:13 | 26 | test_println!("-> try next page"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:28:17 | 28 | test_println!("-> found another page"); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:33:13 | 33 | test_println!("-> try next shard"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:35:17 | 35 | test_println!("-> found another shard"); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:38:17 | 38 | test_println!("-> all done!"); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:115:13 | 115 | / test_println!( 116 | | "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};", 117 | | gen, 118 | | current_gen, ... | 121 | | refs, 122 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:129:17 | 129 | test_println!("-> get: no longer exists!"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:142:21 | 142 | test_println!("-> {:?}", new_refs); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:154:21 | 154 | test_println!("-> get: retrying; lifecycle={:#x};", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:175:13 | 175 | / test_println!( 176 | | "-> mark_release; gen={:?}; current_gen={:?};", 177 | | gen, 178 | | curr_gen 179 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:187:13 | 187 | test_println!("-> mark_release; state={:?};", state); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:190:21 | 190 | test_println!("--> mark_release; cannot release (already removed!)"); | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:194:21 | 194 | test_println!("--> mark_release; already marked;"); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:202:13 | 202 | / test_println!( 203 | | "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};", 204 | | lifecycle, 205 | | new_lifecycle 206 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:216:21 | 216 | test_println!("-> mark_release; retrying"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:224:9 | 224 | test_println!("-> mark_release: marked; refs={:?};", refs); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:246:13 | 246 | / test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};", 247 | | lifecycle, 248 | | gen, 249 | | current_gen, 250 | | next_gen 251 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:258:17 | 258 | test_println!("-> already removed!"); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:275:21 | 275 | test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:277:25 | 277 | test_println!("-> ok to remove!"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:290:21 | 290 | test_println!("-> refs={:?}; spin...", refs); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:296:21 | 296 | test_println!("-> retrying; lifecycle={:#x};", actual); | ------------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:316:9 | 316 | / test_println!( 317 | | "-> initialize_state; state={:?}; gen={:?}; refs={:?};", 318 | | Lifecycle::::from_packed(lifecycle), 319 | | gen, 320 | | refs, 321 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:324:13 | 324 | test_println!("-> initialize while referenced! cancelling"); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:363:9 | 363 | test_println!("-> inserted at {:?}", gen); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:389:17 | 389 | / test_println!( 390 | | "-> try_remove_value; nothing exists at generation={:?}", 391 | | gen 392 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:397:9 | 397 | test_println!("-> try_remove_value; marked!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:401:13 | 401 | test_println!("-> try_remove_value; can remove now"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:453:17 | 453 | / test_println!( 454 | | "-> try_clear_storage; nothing exists at generation={:?}", 455 | | gen 456 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:461:9 | 461 | test_println!("-> try_clear_storage; marked!"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:465:13 | 465 | test_println!("-> try_remove_value; can clear now"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:485:13 | 485 | test_println!("-> cleared: {}", cleared); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:510:13 | 510 | / test_println!( 511 | | "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}", 512 | | state, 513 | | gen, ... | 517 | | dropping 518 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:526:21 | 526 | test_println!("-> drop guard: done; dropping={:?}", dropping); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:530:21 | 530 | test_println!("-> drop guard; retry, actual={:#x}", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:710:13 | 710 | test_println!("-> get: {}; MAX={}", self.value, RefCount::::MAX); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:830:9 | 830 | / test_println!( 831 | | "InitGuard::release; curr_lifecycle={:?}; downgrading={}", 832 | | Lifecycle::::from_packed(self.curr_lifecycle), 833 | | new_refs != 0, 834 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:836:13 | 836 | test_println!("-> already released!"); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:852:17 | 852 | test_println!("--> advanced to PRESENT; done"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:856:17 | 856 | / test_println!( 857 | | "--> lifecycle changed; actual={:?}", 858 | | Lifecycle::::from_packed(actual) 859 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:870:13 | 870 | / test_println!( 871 | | "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};", 872 | | curr_lifecycle, 873 | | state, 874 | | refs, 875 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:889:21 | 889 | test_println!("-> InitGuard::RELEASE: done!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:894:21 | 894 | test_println!("-> InitGuard::release; retry, actual={:#x}", actual); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:72:11 | 72 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:20:9 | 20 | test_println!("-> pop {:#x}", val); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:34:13 | 34 | test_println!("-> next {:#x}", next); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:43:21 | 43 | test_println!("-> retry!"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:47:21 | 47 | test_println!("-> successful; next={:#x}", next); | ------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:146:9 | 146 | test_println!("-> local head {:?}", head); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:156:13 | 156 | test_println!("-> remote head {:?}", head); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:163:13 | 163 | test_println!("-> NULL! {:?}", head); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:185:9 | 185 | test_println!("-> offset {:?}", poff); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:214:9 | 214 | test_println!("-> take: offset {:?}", offset); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:231:9 | 231 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:287:9 | 287 | test_println!("-> init_with: insert at offset: {}", index); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:294:9 | 294 | test_println!("-> alloc new page ({})", self.size); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:318:9 | 318 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:338:9 | 338 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:79:9 | 79 | test_println!("-> {:?}", addr); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:111:9 | 111 | test_println!("-> remove_local {:?}", addr); | ------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:125:9 | 125 | test_println!("-> take_remote {:?}; page {:?}", addr, page_index); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:172:13 | 172 | test_println!("-> page {}; {:?}; {:?}", page_idx, local, page); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:208:9 | 208 | / test_println!( 209 | | "-> clear_after_release; self.tid={:?}; current.tid={:?};", 210 | | tid, 211 | | self.tid 212 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:286:9 | 286 | test_println!("-> get shard={}", idx); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:293:9 | 293 | test_println!("current: {:?}", tid); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:306:13 | 306 | test_println!("-> allocated new shard for index {} at {:p}", idx, ptr); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:315:13 | 315 | test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:326:9 | 326 | test_println!("Array::iter_mut"); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:328:9 | 328 | test_println!("-> highest index={}", max); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:381:9 | 381 | test_println!("---> loaded={:p} (order={:?})", ptr, order); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:383:13 | 383 | test_println!("---> null"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:418:9 | 418 | test_println!("IterMut::next"); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:425:13 | 425 | test_println!("-> next.is_some={}", next.is_some()); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:427:17 | 427 | test_println!("-> done"); | ------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/tid.rs:185:15 | 185 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/tid.rs:197:21 | 197 | #[cfg(all(test, not(loom)))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:422:9 | 422 | test_println!("insert {:?}", tid); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:457:9 | 457 | test_println!("vacant_entry {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:518:9 | 518 | test_println!("rm_deferred {:?}", tid); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:584:9 | 584 | test_println!("rm {:?}", tid); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:611:9 | 611 | test_println!("get {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:709:9 | 709 | test_println!("get_owned {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:960:9 | 960 | test_println!("drop OwnedEntry: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:971:13 | 971 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:975:17 | 975 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:62:32 | 62 | pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); | ^^^^ ^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 62 - pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); 62 + pub(crate) struct IterMut<'a, T, C: cfg::Config>(slice::IterMut<'a, Ptr>); | warning: `sharded-slab` (lib) generated 106 warnings Compiling dirs-sys v0.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=dirs_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-sys-0.4.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-sys-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='System-level helper functions for the dirs and directories crates.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dirs-dev/dirs-sys-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name dirs_sys --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-sys-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=194ce40022daeb91 -C extra-filename=-194ce40022daeb91 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblibc-08a182d6787e5699.rmeta --extern option_ext=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liboption_ext-c05fddec823ff2ac.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/anyhow-90d0c29ef9daade9/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/anyhow-77efcac1518484e7/build-script-build` [anyhow 1.0.92] cargo:rerun-if-changed=build/probe.rs [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(anyhow_nightly_testing) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(anyhow_no_core_error) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(anyhow_no_core_unwind_safe) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(error_generic_member_access) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(std_backtrace) [anyhow 1.0.92] cargo:rustc-cfg=std_backtrace Compiling tracing v0.1.37 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=059a1441f2440266 -C extra-filename=-059a1441f2440266 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern pin_project_lite=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libpin_project_lite-47de183269111639.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-4a56bc13e8a98411.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs:914:5 | 914 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs:922:5 | 922 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: `crossbeam-epoch` (lib) generated 20 warnings Fresh walkdir v2.5.0 Compiling crossbeam-deque v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_deque CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Concurrent work-stealing deque' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-deque CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_deque --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f144115c2f89fa89 -C extra-filename=-f144115c2f89fa89 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern crossbeam_epoch=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_epoch-e31398a6056cfb8c.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-799cbb6a6e6de881.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Fresh nu-ansi-term v0.46.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:306:32 | 306 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/lib.rs:261:9 | 261 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/util.rs:41:23 | 41 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/util.rs:52:28 | 52 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:13:37 | 13 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:123:38 | 123 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound warning: `tracing` (lib) generated 2 warnings warning: `nu-ansi-term` (lib) generated 14 warnings Compiling dirs-next v2.0.0 Fresh matchers v0.1.0 Fresh tracing-log v0.2.0 warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs:115:5 | 115 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=dirs_next CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-next-2.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-next-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='The @xdg-rs members' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-next CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/xdg-rs/dirs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name dirs_next --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccd8f828adaa8545 -C extra-filename=-ccd8f828adaa8545 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-553dd7069ac0bb68.rmeta --extern dirs_sys_next=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs_sys_next-4d0bd345c8d2ddb6.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `tracing-log` (lib) generated 1 warning Fresh thread_local v1.1.8 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:65:48 | 65 | pub fn iter_mut(&mut self) -> CachedIterMut { | -------------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | pub fn iter_mut(&mut self) -> CachedIterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:112:32 | 112 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:290:42 | 290 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:347:32 | 347 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: methods `unchecked_unwrap` and `unchecked_unwrap_none` are never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:13:15 | 11 | pub trait UncheckedOptionExt { | ------------------ methods in this trait 12 | /// Get the value out of this Option without checking for None. 13 | unsafe fn unchecked_unwrap(self) -> T; | ^^^^^^^^^^^^^^^^ ... 16 | unsafe fn unchecked_unwrap_none(self); | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `unchecked_unwrap_err` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:25:15 | 20 | pub trait UncheckedResultExt { | ------------------ method in this trait ... 25 | unsafe fn unchecked_unwrap_err(self) -> E; | ^^^^^^^^^^^^^^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:121:37 | 121 | pub struct CachedIterMut<'a, T: Send + 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `thread_local` (lib) generated 7 warnings Compiling yansi-term v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=yansi_term CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett :Juan Aguilar Santillana ' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colours and styles (bold, underline)' CARGO_PKG_HOMEPAGE='https://github.com/botika/yansi-term' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yansi-term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/botika/yansi-term' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name yansi_term --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=947ec20378c29c3a -C extra-filename=-947ec20378c29c3a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:560:23 | 560 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 560 - pub struct Pairs<'a, T: 'a, P: 'a> { 560 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:610:26 | 610 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 610 - pub struct PairsMut<'a, T: 'a, P: 'a> { 610 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:747:22 | 747 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:755:25 | 755 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 755 - struct PrivateIter<'a, T: 'a, P: 'a> { 755 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:861:25 | 861 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:870:28 | 870 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 870 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 870 + struct PrivateIterMut<'a, T, P> { | Compiling rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 src/tools/rustfmt/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="cargo-fmt"' --cfg 'feature="default"' --cfg 'feature="rustfmt-format-diff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-fmt", "default", "generic-simd", "rustfmt-format-diff"))' -C metadata=673db7026a26e6b7 -C extra-filename=-673db7026a26e6b7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustfmt-nightly-673db7026a26e6b7 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/ansi.rs:7:45 | 7 | pub fn write_prefix(&self, f: &mut fmt::Formatter) -> Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 7 | pub fn write_prefix(&self, f: &mut fmt::Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/ansi.rs:71:37 | 71 | pub fn write_reset(f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn write_reset(f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/ansi.rs:79:44 | 79 | pub fn write_prefix(self, f: &mut fmt::Formatter) -> Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 79 | pub fn write_prefix(self, f: &mut fmt::Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/ansi.rs:119:49 | 119 | fn write_foreground_code(self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn write_foreground_code(self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/ansi.rs:124:49 | 124 | fn write_background_code(self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | fn write_background_code(self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/display.rs:6:40 | 6 | struct DisplayANSI fmt::Result> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | struct DisplayANSI) -> fmt::Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/display.rs:11:26 | 11 | impl fmt::Result> fmt::Display for DisplayANSI { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 11 | impl) -> fmt::Result> fmt::Display for DisplayANSI { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/display.rs:12:32 | 12 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 12 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/display.rs:27:50 | 27 | f: Cell::new(Some(move |f: &mut fmt::Formatter| f.write_str(input))), | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 27 | f: Cell::new(Some(move |f: &mut fmt::Formatter<'_>| f.write_str(input))), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/display.rs:34:41 | 34 | pub fn paint_fn fmt::Result>( | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | pub fn paint_fn) -> fmt::Result>( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/display.rs:61:41 | 61 | pub fn paint_fn fmt::Result>( | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub fn paint_fn) -> fmt::Result>( | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/lib.rs:168:9 | 168 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default Fresh either v1.13.0 Fresh smallvec v1.13.2 Fresh itertools v0.12.1 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:591:64 | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:89:27 | 89 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:104:27 | 104 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:129:72 | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:62:29 | 62 | F: FnOnce(ProcessResults) -> R, | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 62 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:961:33 | 961 | F: FnOnce(ProcessResults) -> R, | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | F: FnOnce(ProcessResults<'_, Self, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1438:71 | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1464:63 | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2309:41 | 2309 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2309 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2348:64 | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:578:30 | 578 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:375:16 | 375 | I: Iterator + 'a, | ^^^^^ 376 | I::Item: 'a, 377 | / K: 'a, 378 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 375 ~ I: Iterator, 376 | I::Item: 'a, 377 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:416:16 | 416 | I: Iterator + 'a, | ^^^^^ 417 | I::Item: 'a, 418 | / K: 'a, 419 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 416 ~ I: Iterator, 417 | I::Item: 'a, 418 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:546:16 | 546 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:577:16 | 577 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:115:16 | 115 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound warning: `itertools` (lib) generated 50 warnings Compiling annotate-snippets v0.9.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=annotate_snippets CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.9.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.9.2/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Library for building code annotations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=annotate-snippets CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/annotate-snippets-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name annotate_snippets --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="yansi-term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "yansi-term"))' -C metadata=53b3287e4d2a0652 -C extra-filename=-53b3287e4d2a0652 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-cff94bdf69430435.rmeta --extern yansi_term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libyansi_term-947ec20378c29c3a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `yansi-term` (lib) generated 12 warnings Compiling term v0.7.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=term CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/term-0.7.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/term-0.7.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Steven Allen' CARGO_PKG_DESCRIPTION='A terminal formatting library ' CARGO_PKG_HOMEPAGE='https://github.com/Stebalien/term' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/term' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name term --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=a1a540915bdf7aed -C extra-filename=-a1a540915bdf7aed --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern dirs_next=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs_next-ccd8f828adaa8545.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)--check-cfg=cfg(rust_analyzer)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_CARGO_FMT=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_RUSTFMT_FORMAT_DIFF=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustfmt-nightly-84406093bdb5c7c8/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/build/rustfmt-nightly-673db7026a26e6b7/build-script-build` [rustfmt-nightly 1.8.0] cargo:rerun-if-env-changed=CFG_RELEASE_CHANNEL Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/anyhow-90d0c29ef9daade9/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anyhow --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b8885a8dc882d23b -C extra-filename=-b8885a8dc882d23b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/context.rs:120:32 | 120 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 120 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/context.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/context.rs:172:40 | 172 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 172 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:406:28 | 406 | pub fn chain(&self) -> Chain { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn chain(&self) -> Chain<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:586:40 | 586 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 586 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:592:40 | 592 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 592 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:608:30 | 608 | object_ref: unsafe fn(Ref) -> Ref, | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 608 | object_ref: unsafe fn(Ref<'_, ErrorImpl>) -> Ref, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:608:49 | 608 | object_ref: unsafe fn(Ref) -> Ref, | ---^------------------------------------- expected lifetime parameter | help: indicate the anonymous lifetime | 608 | object_ref: unsafe fn(Ref) -> Ref<'_, dyn StdError + Send + Sync + 'static>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:612:35 | 612 | object_downcast: unsafe fn(Ref, TypeId) -> Option>, | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 612 | object_downcast: unsafe fn(Ref<'_, ErrorImpl>, TypeId) -> Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:612:69 | 612 | object_downcast: unsafe fn(Ref, TypeId) -> Option>, | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 612 | object_downcast: unsafe fn(Ref, TypeId) -> Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:620:36 | 620 | object_backtrace: unsafe fn(Ref) -> Option<&Backtrace>, | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 620 | object_backtrace: unsafe fn(Ref<'_, ErrorImpl>) -> Option<&Backtrace>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:642:31 | 642 | unsafe fn object_ref(e: Ref) -> Ref | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 642 | unsafe fn object_ref(e: Ref<'_, ErrorImpl>) -> Ref | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:642:50 | 642 | unsafe fn object_ref(e: Ref) -> Ref | ---^------------------------------------- expected lifetime parameter | help: indicate the anonymous lifetime | 642 | unsafe fn object_ref(e: Ref) -> Ref<'_, dyn StdError + Send + Sync + 'static> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:682:36 | 682 | unsafe fn object_downcast(e: Ref, target: TypeId) -> Option> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 682 | unsafe fn object_downcast(e: Ref<'_, ErrorImpl>, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:682:78 | 682 | unsafe fn object_downcast(e: Ref, target: TypeId) -> Option> | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 682 | unsafe fn object_downcast(e: Ref, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:728:23 | 728 | fn no_backtrace(e: Ref) -> Option<&Backtrace> { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 728 | fn no_backtrace(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:735:40 | 735 | unsafe fn context_downcast(e: Ref, target: TypeId) -> Option> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 735 | unsafe fn context_downcast(e: Ref<'_, ErrorImpl>, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:735:82 | 735 | unsafe fn context_downcast(e: Ref, target: TypeId) -> Option> | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 735 | unsafe fn context_downcast(e: Ref, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:792:43 | 792 | unsafe fn context_chain_downcast(e: Ref, target: TypeId) -> Option> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 792 | unsafe fn context_chain_downcast(e: Ref<'_, ErrorImpl>, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:792:85 | 792 | unsafe fn context_chain_downcast(e: Ref, target: TypeId) -> Option> | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 792 | unsafe fn context_chain_downcast(e: Ref, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:853:38 | 853 | unsafe fn context_backtrace(e: Ref) -> Option<&Backtrace> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 853 | unsafe fn context_backtrace(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:891:27 | 891 | fn erase(&self) -> Ref { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn erase(&self) -> Ref<'_, ErrorImpl> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:900:41 | 900 | pub(crate) unsafe fn error(this: Ref) -> &(dyn StdError + Send + Sync + 'static) { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 900 | pub(crate) unsafe fn error(this: Ref<'_, Self>) -> &(dyn StdError + Send + Sync + 'static) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:907:45 | 907 | pub(crate) unsafe fn error_mut(this: Mut) -> &mut (dyn StdError + Send + Sync + 'static) { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 907 | pub(crate) unsafe fn error_mut(this: Mut<'_, Self>) -> &mut (dyn StdError + Send + Sync + 'static) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:923:45 | 923 | pub(crate) unsafe fn backtrace(this: Ref) -> &Backtrace { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 923 | pub(crate) unsafe fn backtrace(this: Ref<'_, Self>) -> &Backtrace { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:948:41 | 948 | pub(crate) unsafe fn chain(this: Ref) -> Chain { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 948 | pub(crate) unsafe fn chain(this: Ref<'_, Self>) -> Chain { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:948:52 | 948 | pub(crate) unsafe fn chain(this: Ref) -> Chain { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 948 | pub(crate) unsafe fn chain(this: Ref) -> Chain<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:971:40 | 971 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:980:40 | 980 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 980 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/fmt.rs:7:43 | 7 | pub(crate) unsafe fn display(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) unsafe fn display(this: Ref<'_, Self>, f: &mut fmt::Formatter) -> fmt::Result { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/fmt.rs:7:64 | 7 | pub(crate) unsafe fn display(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) unsafe fn display(this: Ref, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/fmt.rs:20:41 | 20 | pub(crate) unsafe fn debug(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 20 | pub(crate) unsafe fn debug(this: Ref<'_, Self>, f: &mut fmt::Formatter) -> fmt::Result { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/fmt.rs:20:62 | 20 | pub(crate) unsafe fn debug(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | pub(crate) unsafe fn debug(this: Ref, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/ptr.rs:48:32 | 48 | pub fn by_ref(&self) -> Ref { | ---^-- expected lifetime parameter | help: indicate the anonymous lifetime | 48 | pub fn by_ref(&self) -> Ref<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/ptr.rs:55:36 | 55 | pub fn by_mut(&mut self) -> Mut { | ---^-- expected lifetime parameter | help: indicate the anonymous lifetime | 55 | pub fn by_mut(&mut self) -> Mut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:17:32 | 17 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:26:32 | 26 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:49:32 | 49 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:62:32 | 62 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 62 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:69:32 | 69 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/lib.rs:683:29 | 683 | pub fn format_err(args: Arguments) -> Error { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 683 | pub fn format_err(args: Arguments<'_>) -> Error { | ++++ warning: `anyhow` (lib) generated 42 warnings Compiling globset v0.4.15 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=globset CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.15 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.15/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=globset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name globset --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=401a98f373bfd761 -C extra-filename=-401a98f373bfd761 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaho_corasick-1110f647ac52c000.rmeta --extern bstr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbstr-b2ca7ee9cef51ac0.rmeta --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-b6b389cb1aba808d.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-311d1dc3164cc1ec.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-0172ff784cb1d371.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.15/src/lib.rs:531:37 | 531 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 531 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ Compiling regex v1.11.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=da1d55ad2f4224a8 -C extra-filename=-da1d55ad2f4224a8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern aho_corasick=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libaho_corasick-1110f647ac52c000.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-311d1dc3164cc1ec.rmeta --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_syntax-0172ff784cb1d371.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1557:38 | 1557 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1557 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1924:46 | 1924 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1924 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1942:46 | 1942 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1954:46 | 1954 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1954 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1570:38 | 1570 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1570 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1934:46 | 1934 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1934 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1952:46 | 1952 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1952 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1964:46 | 1964 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1964 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `syn` (lib) generated 411 warnings Compiling serde_derive v1.0.214 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=8970ba92f11d8466 -C extra-filename=-8970ba92f11d8466 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-5ddb0dce03806ed5.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-2cf378f70c3885d6.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling thiserror-impl v1.0.66 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror_impl --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65be4f3c25ef2aba -C extra-filename=-65be4f3c25ef2aba --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-5ddb0dce03806ed5.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-2cf378f70c3885d6.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs:18:1 | 18 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:48:43 | 48 | pub fn get(input: &[Attribute]) -> Result { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | pub fn get(input: &[Attribute]) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:93:34 | 93 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:142:28 | 142 | fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 142 | fn parse_token_expr(input: ParseStream<'_>, mut begin_expr: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:57:23 | 57 | fn impl_struct(input: Struct) -> TokenStream { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn impl_struct(input: Struct<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:228:21 | 228 | fn impl_enum(input: Enum) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn impl_enum(input: Enum<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:487:25 | 487 | fn fields_pat(fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | fn fields_pat(fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:512:34 | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn from_initializer(from_field: &Field<'_>, backtrace_field: Option<&Field>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:512:66 | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field<'_>>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/fmt.rs:12:50 | 12 | pub fn expand_shorthand(&mut self, fields: &[Field]) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn expand_shorthand(&mut self, fields: &[Field<'_>]) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/fmt.rs:125:31 | 125 | fn explicit_named_args(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn explicit_named_args(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/generics.rs:26:21 | 26 | fn crawl(in_scope: &ParamsInScope, ty: &Type, found: &mut bool) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn crawl(in_scope: &ParamsInScope<'_>, ty: &Type, found: &mut bool) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:7:48 | 7 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:11:50 | 11 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:15:53 | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:19:62 | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:53:48 | 53 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 53 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:57:50 | 57 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:61:53 | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:65:62 | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:128:25 | 128 | from_field: Option<&Field>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | from_field: Option<&Field<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:108:34 | 108 | fn check_non_field_attrs(attrs: &Attrs) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | fn check_non_field_attrs(attrs: &Attrs<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:138:32 | 138 | fn check_field_attrs(fields: &[Field]) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn check_field_attrs(fields: &[Field<'_>]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:205:22 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field<'_>, two: &Field) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:205:35 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field, two: &Field<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/ast.rs:133:23 | 133 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 133 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:148:23 | 148 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:149:22 | 149 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:150:35 | 150 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:661:36 | 661 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 661 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:680:15 | 680 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 680 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:681:23 | 681 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 681 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:682:18 | 682 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 682 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:741:23 | 741 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 741 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:742:25 | 742 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 742 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1392:35 | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1387:12 | 1387 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1387 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1432:12 | 1432 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1432 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1440:12 | 1440 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1440 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1448:12 | 1448 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1501:12 | 1501 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1501 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1523:12 | 1523 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1523 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1546:12 | 1546 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1567:12 | 1567 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1567 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1590:12 | 1590 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1590 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1597:54 | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:313:12 | 313 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 313 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:372:24 | 372 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 372 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:464:15 | 464 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 464 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:466:11 | 466 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 466 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:685:15 | 685 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:874:13 | 874 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 874 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:934:15 | 934 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 934 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:936:11 | 936 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 936 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1203:17 | 1203 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1219:17 | 1219 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1234:42 | 1234 | fn prepare_enum_variant_enum(variants: &[Variant]) -> (TokenStream, Stmts) { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1234 | fn prepare_enum_variant_enum(variants: &[Variant<'_>]) -> (TokenStream, Stmts) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1278:17 | 1278 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1278 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1371:17 | 1371 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1371 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1418:17 | 1418 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1418 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1733:17 | 1733 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1733 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1742:17 | 1742 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1742 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1798:15 | 1798 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1798 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1845:15 | 1845 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1845 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1887:15 | 1887 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1887 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1943:13 | 1943 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1943 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1981:13 | 1981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2009:28 | 2009 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2009 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2069:28 | 2069 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2069 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2098:17 | 2098 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2098 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2208:28 | 2208 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2208 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2493:15 | 2493 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2493 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2932:15 | 2932 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2932 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2947:15 | 2947 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2947 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2992:28 | 2992 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2992 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3037:13 | 3037 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3037 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3067:30 | 3067 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3067 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3076:26 | 3076 | fn has_flatten(fields: &[Field]) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3076 | fn has_flatten(fields: &[Field<'_>]) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3207:5 | 3207 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3207 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3208:5 | 3208 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3208 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3209:10 | 3209 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3209 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:325:15 | 325 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:366:15 | 366 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:390:52 | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:418:15 | 418 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:500:15 | 500 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 500 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:573:15 | 573 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 573 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:639:15 | 639 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 639 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:762:15 | 762 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 762 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:809:14 | 809 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 809 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:811:15 | 811 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:880:14 | 880 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 880 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:882:15 | 882 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 882 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:964:14 | 964 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 964 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:966:15 | 966 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 966 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1051:15 | 1051 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1099:15 | 1099 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1099 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1176:15 | 1176 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1176 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1271:44 | 1271 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1271 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1300:30 | 1300 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1300 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ warning: `regex` (lib) generated 8 warnings Compiling clap_derive v4.5.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_derive-4.5.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.18 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clap_derive --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=9dcffc2490bddc33 -C extra-filename=-9dcffc2490bddc33 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern heck=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libheck-5c015e386eac39a0.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-5ddb0dce03806ed5.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-2cf378f70c3885d6.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `thiserror-impl` (lib) generated 25 warnings Compiling thiserror v1.0.66 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/thiserror-05cbe6874062c46d/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e2ff4e4b34db867 -C extra-filename=-7e2ff4e4b34db867 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern thiserror_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libthiserror_impl-65be4f3c25ef2aba.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` Compiling rustfmt-config_proc_macro v0.3.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/config_proc_macro) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustfmt_config_proc_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/config_proc_macro CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/config_proc_macro/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A collection of procedural macros for rustfmt' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-config_proc_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustfmt_config_proc_macro --edition=2021 src/tools/rustfmt/config_proc_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug-with-rustfmt", "default"))' -C metadata=a76f8a604499d7fd -C extra-filename=-a76f8a604499d7fd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libproc_macro2-0dbc84ae0ef79c06.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libquote-5ddb0dce03806ed5.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libsyn-2cf378f70c3885d6.rlib --extern proc_macro -Z binary-dep-depinfo` Compiling tracing-subscriber v0.3.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_subscriber CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman :David Barsky :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Utilities for implementing and composing `tracing` subscribers. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-subscriber CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_subscriber --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=7a171c36f1399531 -C extra-filename=-7a171c36f1399531 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern matchers=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmatchers-f6c6a27c4268d3e4.rmeta --extern nu_ansi_term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-0d8b76db4e9234f1.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libonce_cell-a3deaa1adc8dcfdf.rmeta --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-da1d55ad2f4224a8.rmeta --extern sharded_slab=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsharded_slab-7c80353c0358a469.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsmallvec-b30c3a4190dfcb68.rmeta --extern thread_local=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthread_local-38cefb8a2359c141.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-059a1441f2440266.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_core-4a56bc13e8a98411.rmeta --extern tracing_log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_log-71c0959a741fadcb.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs:189:5 | 189 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:213:19 | 213 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:219:27 | 219 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:221:23 | 221 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:231:27 | 231 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:233:23 | 233 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:244:27 | 244 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:246:23 | 246 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/registry/mod.rs:118:50 | 92 | pub trait LookupSpan<'a> { | -- lifetime `'a` declared here ... 118 | fn span(&'a self, id: &Id) -> Option> | ^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default Compiling clap v4.5.20 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.20 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clap --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=d61c6d49db0c4f89 -C extra-filename=-d61c6d49db0c4f89 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern clap_builder=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_builder-c084ba192a04ba5c.rmeta --extern clap_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libclap_derive-9dcffc2490bddc33.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `globset` (lib) generated 1 warning Compiling ignore v0.4.23 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ignore CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ignore-0.4.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ignore-0.4.23/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A fast library for efficiently matching ignore files such as `.gitignore` against file paths. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ignore CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ignore --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ignore-0.4.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=78a04ec4b5a66ac7 -C extra-filename=-78a04ec4b5a66ac7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern crossbeam_deque=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_deque-f144115c2f89fa89.rmeta --extern globset=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libglobset-401a98f373bfd761.rmeta --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/liblog-b6b389cb1aba808d.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex_automata-311d1dc3164cc1ec.rmeta --extern same_file=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsame_file-fd55c9c082c04b74.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-cedad706e785dd00.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling clap-cargo v0.12.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap_cargo CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-cargo-0.12.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-cargo-0.12.0/Cargo.toml CARGO_PKG_AUTHORS='Ed Page ' CARGO_PKG_DESCRIPTION='Re-usable CLI flags for `cargo` plugins' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap-cargo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crate-ci/clap-cargo' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.12.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clap_cargo --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-cargo-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="clap"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo_metadata", "clap", "default"))' -C metadata=ea316009680fb22c -C extra-filename=-ea316009680fb22c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanstyle-f0ff4a5933eded2c.rmeta --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-d61c6d49db0c4f89.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `serde_derive` (lib) generated 125 warnings Compiling serde v1.0.214 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde-9dc698eea8fb6aa4/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c802ef3631986647 -C extra-filename=-c802ef3631986647 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/libserde_derive-8970ba92f11d8466.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:190:40 | 190 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` 326 | 327 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 328 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 329 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 330 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 331 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 332 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 333 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 334 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 335 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 336 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 337 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 338 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 339 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 340 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 341 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:433:40 | 433 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 433 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:533:40 | 533 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:623:40 | 623 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:740:40 | 740 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:860:40 | 860 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 860 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:931:40 | 931 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:990:40 | 990 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1110:40 | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1123:40 | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1462:40 | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1564:40 | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 457 | / impl_deserialize_num! { 458 | | f32, deserialize_f32 459 | | num_self!(f32:visit_f32); 460 | | num_as_copysign_self!(f64:visit_f64); 461 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 462 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 463 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 465 | / impl_deserialize_num! { 466 | | f64, deserialize_f64 467 | | num_self!(f64:visit_f64); 468 | | num_as_copysign_self!(f32:visit_f32); 469 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 470 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 471 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:553:46 | 553 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 553 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:599:46 | 599 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:645:46 | 645 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 645 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:722:46 | 722 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:757:46 | 757 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 757 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:794:46 | 794 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:891:46 | 891 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:959:46 | 959 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 959 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1164:54 | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1201:54 | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1255:46 | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1287:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1287 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1287 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1311:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1311 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1311 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` 1567 | 1568 | / map_impl! { 1569 | | #[cfg(any(feature = "std", feature = "alloc"))] 1570 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1571 | | BTreeMap, 1572 | | map, 1573 | | BTreeMap::new(), 1574 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1802:46 | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1841:46 | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` ... 1902 | / variant_identifier! { 1903 | | OsStringKind (Unix; b"Unix"; 0, Windows; b"Windows"; 1) 1904 | | "`Unix` or `Windows`", 1905 | | OSSTR_VARIANTS 1906 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1915:46 | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2164:62 | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2214:54 | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2303:62 | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2353:54 | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2504:58 | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2549:50 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2661:58 | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2704:50 | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2799:58 | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2842:50 | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2910:62 | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2968:54 | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3021:62 | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3077:54 | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3173:46 | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:209:36 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 209 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 209 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:227:37 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 227 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 227 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:398:40 | 398 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 398 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:484:40 | 484 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 484 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:490:40 | 490 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:496:40 | 496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:1310:46 | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2281:40 | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2303:40 | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:342:44 | 342 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 342 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:23 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:69 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:24 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:33 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:44 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:53 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:578:44 | 578 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 578 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:862:44 | 862 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 862 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:34 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:43 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:886:17 | 886 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:887:17 | 887 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 887 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:940:50 | 940 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 940 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1017:50 | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2291:50 | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2336:50 | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2771:46 | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:61:40 | 61 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1357:40 | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs:338:1 | 337 | / #[cfg(feature = "serde_derive")] 338 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` Compiling dirs v5.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=dirs CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-5.0.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-5.0.1/Cargo.toml CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/soc/dirs-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=5.0.1 CARGO_PKG_VERSION_MAJOR=5 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name dirs --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/dirs-5.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c076863fda44686c -C extra-filename=-c076863fda44686c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern dirs_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs_sys-194ce40022daeb91.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling getopts v0.2.21 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=getopts CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='getopts-like option parsing. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/getopts' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getopts CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/getopts' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name getopts --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=ff870a28e4bcb54d -C extra-filename=-ff870a28e4bcb54d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-cff94bdf69430435.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `getopts` (lib) generated 1 warning Compiling unicode-properties v0.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_properties CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-properties-0.1.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-properties-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='Charles Lew :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Query character Unicode properties according to UAX #44 and UTR #51. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-properties' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-properties CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-properties' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_properties --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=b56cbea17fa10ca3 -C extra-filename=-b56cbea17fa10ca3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: remove these bounds | 1047 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 1047 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1193:39 | 1193 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1242:33 | 1242 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2378:29 | 2378 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2492:39 | 2492 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2651:29 | 2651 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2694:32 | 2694 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1647:46 | 1647 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2125:39 | 2125 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2154:42 | 2154 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:988:35 | 988 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1182:37 | 1182 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1220:40 | 1220 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1245:56 | 1245 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1289:57 | 1289 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound Fresh unicode-segmentation v1.12.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:251:47 | 251 | fn graphemes(&self, is_extended: bool) -> Graphemes { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 251 | fn graphemes(&self, is_extended: bool) -> Graphemes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:256:54 | 256 | fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 256 | fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:261:32 | 261 | fn unicode_words(&self) -> UnicodeWords { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 261 | fn unicode_words(&self) -> UnicodeWords<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:266:39 | 266 | fn unicode_word_indices(&self) -> UnicodeWordIndices { | ^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unicode_word_indices(&self) -> UnicodeWordIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:271:36 | 271 | fn split_word_bounds(&self) -> UWordBounds { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 271 | fn split_word_bounds(&self) -> UWordBounds<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:276:43 | 276 | fn split_word_bound_indices(&self) -> UWordBoundIndices { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 276 | fn split_word_bound_indices(&self) -> UWordBoundIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:281:36 | 281 | fn unicode_sentences(&self) -> UnicodeSentences { | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn unicode_sentences(&self) -> UnicodeSentences<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:286:40 | 286 | fn split_sentence_bounds(&self) -> USentenceBounds { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 286 | fn split_sentence_bounds(&self) -> USentenceBounds<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:291:47 | 291 | fn split_sentence_bound_indices(&self) -> USentenceBoundIndices { | ^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn split_sentence_bound_indices(&self) -> USentenceBoundIndices<'_> { | ++++ warning: `unicode-segmentation` (lib) generated 9 warnings Compiling bytecount v0.6.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bytecount CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytecount-0.6.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytecount-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Andre Bogus :Joshua Landau ' CARGO_PKG_DESCRIPTION='count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytecount CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/llogiq/bytecount' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name bytecount --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=0b2555ecf02d7260 -C extra-filename=-0b2555ecf02d7260 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `generic_simd` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytecount-0.6.8/src/lib.rs:96:48 | 96 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"generic-simd"` | = note: expected values for `feature` are: `generic-simd`, `html_report`, and `runtime-dispatch-simd` = help: consider adding `generic_simd` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `generic_simd` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytecount-0.6.8/src/lib.rs:158:48 | 158 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"generic-simd"` | = note: expected values for `feature` are: `generic-simd`, `html_report`, and `runtime-dispatch-simd` = help: consider adding `generic_simd` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `bytecount` (lib) generated 2 warnings Compiling diff v0.1.13 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=diff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/diff-0.1.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/diff-0.1.13/Cargo.toml CARGO_PKG_AUTHORS='Utkarsh Kukreti ' CARGO_PKG_DESCRIPTION='An LCS based slice and string diffing implementation.' CARGO_PKG_HOMEPAGE='https://github.com/utkarshkukreti/diff.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=diff CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/utkarshkukreti/diff.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name diff --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=703089b855049217 -C extra-filename=-703089b855049217 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `serde` (lib) generated 222 warnings (42 duplicates) Compiling toml_datetime v0.6.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name toml_datetime --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=96c096adf740fcd8 -C extra-filename=-96c096adf740fcd8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling serde_spanned v0.6.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_spanned-0.6.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_spanned-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_spanned --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_spanned-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=13f055442e0e3b0d -C extra-filename=-13f055442e0e3b0d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling toml_edit v0.19.15 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.19.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name toml_edit --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=d9501d661c16962e -C extra-filename=-d9501d661c16962e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libindexmap-2416dba5c0ffd885.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rmeta --extern serde_spanned=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_spanned-13f055442e0e3b0d.rmeta --extern toml_datetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_datetime-96c096adf740fcd8.rmeta --extern winnow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libwinnow-a97b7b4d5f4e63a5.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling cargo-platform v0.1.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cargo_platform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo-platform-0.1.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo-platform-0.1.8/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo'\''s representation of a target platform.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-platform CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.73 CARGO_PKG_VERSION=0.1.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_platform --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3479e81e2f058be -C extra-filename=-f3479e81e2f058be --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:8:7 | 8 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:10:11 | 10 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:59:15 | 59 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:61:19 | 61 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/key.rs:291:38 | 291 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 291 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/repr.rs:52:38 | 52 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/de/mod.rs:70:37 | 70 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 70 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/ser/mod.rs:54:45 | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:17:5 | 17 | trace("array", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:48:18 | 48 | (separated1(array_value(check), ARRAY_SEP), opt(ARRAY_SEP)).map( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:14:20 | 14 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:25:5 | 25 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:86:5 | 86 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/document.rs:10:20 | 10 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/document.rs:106:5 | 106 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:3:25 | 3 | use winnow::combinator::separated0; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:24:5 | 24 | trace("inline-table", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:106:13 | 106 | separated0(keyval(check), INLINE_TABLE_SEP), | ^^^^^^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:7:20 | 7 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:21:5 | 21 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:23:9 | 23 | separated1( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:47:5 | 47 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:11:20 | 11 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:13:20 | 13 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:23:5 | 23 | trace("boolean", alt((true_, false_))).parse_next(input) | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:42:5 | 42 | trace("integer", | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:95:5 | 95 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:128:5 | 128 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:162:5 | 162 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:199:5 | 199 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:299:5 | 299 | tag(INF).value(f64::INFINITY).parse_next(input) | ^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:304:5 | 304 | tag(NAN).value(f64::NAN).parse_next(input) | ^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:13:25 | 13 | use winnow::combinator::success; | ^^^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:20:20 | 20 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:22:20 | 22 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:33:5 | 33 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:49:5 | 49 | trace("basic-string", |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:113:17 | 113 | b'b' => success('\u{8}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:114:17 | 114 | b'f' => success('\u{c}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:115:17 | 115 | b'n' => success('\n'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:116:17 | 116 | b'r' => success('\r'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:117:17 | 117 | b't' => success('\t'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:120:18 | 120 | b'\\' => success('\\'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:121:17 | 121 | b'"' => success('"'), | ^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:153:5 | 153 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:190:38 | 190 | if let Some(qi) = opt(mlb_quotes(tag(ML_BASIC_STRING_DELIM).value(()))).parse_next(input)? { | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:261:5 | 261 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:290:5 | 290 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:323:24 | 323 | opt(mll_quotes(tag(ML_LITERAL_STRING_DELIM).value(()))), | ^^^ Compiling serde_json v1.0.132 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.132 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/serde_json-445b2fe0b168e406/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_json --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=437b7a7045678a67 -C extra-filename=-437b7a7045678a67 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitoa-4a12991592c1670c.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libmemchr-0d21b9ab4112abf9.rmeta --extern ryu=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libryu-b00b7678c04f16b4.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:274:43 | 274 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:303:27 | 303 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:311:35 | 311 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:319:27 | 319 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:327:29 | 327 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:335:37 | 335 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 335 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:509:54 | 509 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1346:46 | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1388:29 | 1388 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1388 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:406:54 | 406 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:798:40 | 798 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 798 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1911:23 | 1911 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1964:23 | 1964 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2029:27 | 2029 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2082:31 | 2082 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2145:20 | 2145 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:414:31 | 414 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 414 - struct Adapter<'ser, W: 'ser, F: 'ser> { 414 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:469:24 | 469 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 469 - pub enum Compound<'a, W: 'a, F: 'a> { 469 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:771:30 | 771 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 771 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 771 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound Compiling semver v1.0.23 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.23 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/semver-44eb4c0482d3b21b/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name semver --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2b9386cb7c373ee7 -C extra-filename=-2b9386cb7c373ee7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/serde.rs:43:54 | 43 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/serde.rs:69:54 | 69 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/serde.rs:95:54 | 95 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `tracing-subscriber` (lib) generated 9 warnings Compiling camino v1.1.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=camino CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/Cargo.toml CARGO_PKG_AUTHORS='Without Boats :Ashley Williams :Steve Klabnik :Rain ' CARGO_PKG_DESCRIPTION='UTF-8 paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=camino CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/camino-rs/camino' CARGO_PKG_RUST_VERSION=1.34.0 CARGO_PKG_VERSION=1.1.9 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/camino-736e821a1fdffe80/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name camino --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=169c03f77fd71295 -C extra-filename=-169c03f77fd71295 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/serde_impls.rs:18:46 | 18 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 18 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1108:33 | 1108 | pub fn components(&self) -> Utf8Components { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | pub fn components(&self) -> Utf8Components<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1536:32 | 1536 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1536 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1542:32 | 1542 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1542 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1571:32 | 1571 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1571 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1663:32 | 1663 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1663 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1895:32 | 1895 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1895 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1901:32 | 1901 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2109:32 | 2109 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2109 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2115:32 | 2115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2629:32 | 2629 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2629 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2684:32 | 2684 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2684 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: `regex-automata` (lib) generated 45 warnings Compiling cargo_metadata v0.18.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cargo_metadata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/Cargo.toml CARGO_PKG_AUTHORS='Oliver Schneider ' CARGO_PKG_DESCRIPTION='structured access to the output of `cargo metadata`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo_metadata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/oli-obk/cargo_metadata' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.18.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_metadata --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=ddc6d59867b15e31 -C extra-filename=-ddc6d59867b15e31 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern camino=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcamino-169c03f77fd71295.rmeta --extern cargo_platform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_platform-f3479e81e2f058be.rmeta --extern semver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libsemver-2b9386cb7c373ee7.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-437b7a7045678a67.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7e2ff4e4b34db867.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `semver` (lib) generated 18 warnings Compiling toml v0.7.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.7.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.7.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.7.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name toml --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=596dcfeeb85be669 -C extra-filename=-596dcfeeb85be669 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rmeta --extern serde_spanned=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_spanned-13f055442e0e3b0d.rmeta --extern toml_datetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_datetime-96c096adf740fcd8.rmeta --extern toml_edit=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml_edit-d9501d661c16962e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/diagnostic.rs:152:32 | 152 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 152 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/messages.rs:261:32 | 261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/lib.rs:138:32 | 138 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/lib.rs:492:32 | 492 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 492 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `camino` (lib) generated 202 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustfmt_nightly CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustfmt-nightly-84406093bdb5c7c8/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustfmt_nightly --edition=2021 src/tools/rustfmt/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cargo-fmt"' --cfg 'feature="default"' --cfg 'feature="rustfmt-format-diff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-fmt", "default", "generic-simd", "rustfmt-format-diff"))' -C metadata=55ead7c533ecc5af -C extra-filename=-55ead7c533ecc5af --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-53b3287e4d2a0652.rmeta --extern anyhow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-b8885a8dc882d23b.rmeta --extern bytecount=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytecount-0b2555ecf02d7260.rmeta --extern cargo_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_metadata-ddc6d59867b15e31.rmeta --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-d61c6d49db0c4f89.rmeta --extern clap_cargo=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_cargo-ea316009680fb22c.rmeta --extern diff=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdiff-703089b855049217.rmeta --extern dirs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs-c076863fda44686c.rmeta --extern getopts=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetopts-ff870a28e4bcb54d.rmeta --extern ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-78a04ec4b5a66ac7.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-b7f6620cfede884b.rmeta --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-da1d55ad2f4224a8.rmeta --extern rustfmt_config_proc_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librustfmt_config_proc_macro-a76f8a604499d7fd.so --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-437b7a7045678a67.rmeta --extern term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libterm-a1a540915bdf7aed.rmeta --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7e2ff4e4b34db867.rmeta --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-596dcfeeb85be669.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-059a1441f2440266.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-7a171c36f1399531.rmeta --extern unicode_properties=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_properties-b56cbea17fa10ca3.rmeta --extern unicode_segmentation=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_segmentation-dba708253eed9428.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-cff94bdf69430435.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `serde_json` (lib) generated 34 warnings warning: `cargo_metadata` (lib) generated 4 warnings warning: `toml_edit` (lib) generated 57 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=cargo-fmt CARGO_CRATE_NAME=cargo_fmt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustfmt-nightly-84406093bdb5c7c8/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cargo_fmt --edition=2021 src/tools/rustfmt/src/cargo-fmt/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cargo-fmt"' --cfg 'feature="default"' --cfg 'feature="rustfmt-format-diff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-fmt", "default", "generic-simd", "rustfmt-format-diff"))' -C metadata=4b6d544787bdf85a -C extra-filename=-4b6d544787bdf85a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-53b3287e4d2a0652.rlib --extern anyhow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-b8885a8dc882d23b.rlib --extern bytecount=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytecount-0b2555ecf02d7260.rlib --extern cargo_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_metadata-ddc6d59867b15e31.rlib --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-d61c6d49db0c4f89.rlib --extern clap_cargo=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_cargo-ea316009680fb22c.rlib --extern diff=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdiff-703089b855049217.rlib --extern dirs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs-c076863fda44686c.rlib --extern getopts=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetopts-ff870a28e4bcb54d.rlib --extern ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-78a04ec4b5a66ac7.rlib --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-b7f6620cfede884b.rlib --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-da1d55ad2f4224a8.rlib --extern rustfmt_config_proc_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librustfmt_config_proc_macro-a76f8a604499d7fd.so --extern rustfmt_nightly=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustfmt_nightly-55ead7c533ecc5af.rlib --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rlib --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-437b7a7045678a67.rlib --extern term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libterm-a1a540915bdf7aed.rlib --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7e2ff4e4b34db867.rlib --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-596dcfeeb85be669.rlib --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-059a1441f2440266.rlib --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-7a171c36f1399531.rlib --extern unicode_properties=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_properties-b56cbea17fa10ca3.rlib --extern unicode_segmentation=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_segmentation-dba708253eed9428.rlib --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-cff94bdf69430435.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=git-rustfmt CARGO_CRATE_NAME=git_rustfmt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustfmt-nightly-84406093bdb5c7c8/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name git_rustfmt --edition=2021 src/tools/rustfmt/src/git-rustfmt/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cargo-fmt"' --cfg 'feature="default"' --cfg 'feature="rustfmt-format-diff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-fmt", "default", "generic-simd", "rustfmt-format-diff"))' -C metadata=9e39dc217e204e9b -C extra-filename=-9e39dc217e204e9b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-53b3287e4d2a0652.rlib --extern anyhow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-b8885a8dc882d23b.rlib --extern bytecount=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytecount-0b2555ecf02d7260.rlib --extern cargo_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_metadata-ddc6d59867b15e31.rlib --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-d61c6d49db0c4f89.rlib --extern clap_cargo=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_cargo-ea316009680fb22c.rlib --extern diff=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdiff-703089b855049217.rlib --extern dirs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs-c076863fda44686c.rlib --extern getopts=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetopts-ff870a28e4bcb54d.rlib --extern ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-78a04ec4b5a66ac7.rlib --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-b7f6620cfede884b.rlib --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-da1d55ad2f4224a8.rlib --extern rustfmt_config_proc_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librustfmt_config_proc_macro-a76f8a604499d7fd.so --extern rustfmt_nightly=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustfmt_nightly-55ead7c533ecc5af.rlib --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rlib --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-437b7a7045678a67.rlib --extern term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libterm-a1a540915bdf7aed.rlib --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7e2ff4e4b34db867.rlib --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-596dcfeeb85be669.rlib --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-059a1441f2440266.rlib --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-7a171c36f1399531.rlib --extern unicode_properties=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_properties-b56cbea17fa10ca3.rlib --extern unicode_segmentation=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_segmentation-dba708253eed9428.rlib --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-cff94bdf69430435.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=rustfmt-format-diff CARGO_CRATE_NAME=rustfmt_format_diff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustfmt-nightly-84406093bdb5c7c8/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustfmt_format_diff --edition=2021 src/tools/rustfmt/src/format-diff/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cargo-fmt"' --cfg 'feature="default"' --cfg 'feature="rustfmt-format-diff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-fmt", "default", "generic-simd", "rustfmt-format-diff"))' -C metadata=198fe79517f1b3ad -C extra-filename=-198fe79517f1b3ad --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-53b3287e4d2a0652.rlib --extern anyhow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-b8885a8dc882d23b.rlib --extern bytecount=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytecount-0b2555ecf02d7260.rlib --extern cargo_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_metadata-ddc6d59867b15e31.rlib --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-d61c6d49db0c4f89.rlib --extern clap_cargo=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_cargo-ea316009680fb22c.rlib --extern diff=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdiff-703089b855049217.rlib --extern dirs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs-c076863fda44686c.rlib --extern getopts=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetopts-ff870a28e4bcb54d.rlib --extern ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-78a04ec4b5a66ac7.rlib --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-b7f6620cfede884b.rlib --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-da1d55ad2f4224a8.rlib --extern rustfmt_config_proc_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librustfmt_config_proc_macro-a76f8a604499d7fd.so --extern rustfmt_nightly=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustfmt_nightly-55ead7c533ecc5af.rlib --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rlib --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-437b7a7045678a67.rlib --extern term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libterm-a1a540915bdf7aed.rlib --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7e2ff4e4b34db867.rlib --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-596dcfeeb85be669.rlib --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-059a1441f2440266.rlib --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-7a171c36f1399531.rlib --extern unicode_properties=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_properties-b56cbea17fa10ca3.rlib --extern unicode_segmentation=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_segmentation-dba708253eed9428.rlib --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-cff94bdf69430435.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=rustfmt CARGO_CRATE_NAME=rustfmt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tool to find and fix Rust formatting issues' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustfmt-nightly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustfmt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/build/rustfmt-nightly-84406093bdb5c7c8/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustfmt --edition=2021 src/tools/rustfmt/src/bin/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cargo-fmt"' --cfg 'feature="default"' --cfg 'feature="rustfmt-format-diff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-fmt", "default", "generic-simd", "rustfmt-format-diff"))' -C metadata=502482c98950c9d2 -C extra-filename=-502482c98950c9d2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps --extern annotate_snippets=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libannotate_snippets-53b3287e4d2a0652.rlib --extern anyhow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libanyhow-b8885a8dc882d23b.rlib --extern bytecount=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libbytecount-0b2555ecf02d7260.rlib --extern cargo_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libcargo_metadata-ddc6d59867b15e31.rlib --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap-d61c6d49db0c4f89.rlib --extern clap_cargo=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libclap_cargo-ea316009680fb22c.rlib --extern diff=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdiff-703089b855049217.rlib --extern dirs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libdirs-c076863fda44686c.rlib --extern getopts=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libgetopts-ff870a28e4bcb54d.rlib --extern ignore=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libignore-78a04ec4b5a66ac7.rlib --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libitertools-b7f6620cfede884b.rlib --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libregex-da1d55ad2f4224a8.rlib --extern rustfmt_config_proc_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/release/deps/librustfmt_config_proc_macro-a76f8a604499d7fd.so --extern rustfmt_nightly=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/librustfmt_nightly-55ead7c533ecc5af.rlib --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde-c802ef3631986647.rlib --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libserde_json-437b7a7045678a67.rlib --extern term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libterm-a1a540915bdf7aed.rlib --extern thiserror=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libthiserror-7e2ff4e4b34db867.rlib --extern toml=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtoml-596dcfeeb85be669.rlib --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing-059a1441f2440266.rlib --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-7a171c36f1399531.rlib --extern unicode_properties=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_properties-b56cbea17fa10ca3.rlib --extern unicode_segmentation=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_segmentation-dba708253eed9428.rlib --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/deps/libunicode_width-cff94bdf69430435.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Finished `release` profile [optimized] target(s) in 3m 03s Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/rustfmt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/rustfmt" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/rustfmt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustfmt" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/cargo-fmt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/cargo-fmt" < Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > Cargofmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } > ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-fmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Llvm { target: x86_64-unknown-openbsd } running: "/usr/local/bin/llvm-config-18" "--libdir" (failure_mode=Exit) (created at src/core/builder/cargo.rs:950:21, executed at src/core/builder/cargo.rs:950:58) c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building tool cargo-fmt (stage1 -> stage2, x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.84.1" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.84.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LIBRARY_PATH="/usr/local/llvm18/lib" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/Cargo.toml" "--message-format" "json-render-diagnostics" Fresh unicode-ident v1.0.13 Fresh memchr v2.7.4 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:740:38 | 740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `memchr` (lib) generated 2 warnings Fresh proc-macro2 v1.0.89 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:76:48 | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:92:47 | 92 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:169:29 | 169 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:191:32 | 191 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:197:32 | 197 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:682:32 | 682 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:691:63 | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:773:34 | 773 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:897:32 | 897 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:909:32 | 909 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 909 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1190:32 | 1190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1196:34 | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:255:32 | 255 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 255 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:285:32 | 285 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 285 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:298:32 | 298 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 298 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:566:63 | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:663:40 | 663 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 663 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:672:40 | 672 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 672 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:760:32 | 760 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:769:32 | 769 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:982:32 | 982 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:991:32 | 991 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 991 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:308:32 | 308 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:327:32 | 327 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 327 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:562:32 | 562 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 562 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:636:32 | 636 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:648:32 | 648 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:794:40 | 794 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:800:40 | 800 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 800 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:885:34 | 885 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 885 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1068:32 | 1068 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1074:32 | 1074 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1318:32 | 1318 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1318 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1324:32 | 1324 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1324 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1360:36 | 1360 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh aho-corasick v1.1.3 Fresh cfg-if v1.0.0 Fresh regex-syntax v0.8.5 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:6:38 | 6 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/debug.rs:37:38 | 37 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2014:38 | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2014 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/literal.rs:2176:38 | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2176 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:804:38 | 804 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 804 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:1029:38 | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1029 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/hir/mod.rs:2901:38 | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `proc-macro2` (lib) generated 111 warnings warning: `regex-syntax` (lib) generated 7 warnings Fresh quote v1.0.37 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh libc v0.2.164 Fresh once_cell v1.20.2 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:430:36 | 430 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:722:36 | 722 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:910:36 | 910 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:1261:36 | 1261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh utf8parse v0.2.2 Fresh regex-automata v0.4.8 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2359:38 | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 2359 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2361:32 | 2361 | f: &mut core::fmt::Formatter, | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2361 | f: &mut core::fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2647:38 | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2647 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2751:38 | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2751 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2831:38 | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2831 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/dfa/onepass.rs:2939:38 | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2939 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/hybrid/id.rs:346:38 | 346 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:279:38 | 279 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:418:38 | 418 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/nfa/thompson/literal_trie.rs:472:38 | 472 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 472 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:177:38 | 177 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:472:44 | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 472 | pub fn elements(&self, class: Unit) -> ByteClassElements<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:480:46 | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges { | ^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:789:34 | 789 | pub(crate) fn iter(&self) -> ByteSetIter { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 789 | pub(crate) fn iter(&self) -> ByteSetIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:794:41 | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter { | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/alphabet.rs:857:38 | 857 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 857 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1205:38 | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1205 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1223:38 | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1223 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/captures.rs:1227:46 | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1227 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/escape.rs:22:38 | 22 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/escape.rs:52:38 | 52 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 52 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/lazy.rs:92:32 | 92 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/lazy.rs:208:36 | 208 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/look.rs:502:38 | 502 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:187:38 | 187 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 187 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:229:38 | 229 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 229 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/pool.rs:786:42 | 786 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:78:38 | 78 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:391:38 | 391 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 391 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:548:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 548 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:653:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 653 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 753 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter); | ------------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:548:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 548 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 548 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/primitives.rs:653:46 | 421 | / macro_rules! index_type_impls { 422 | | ($name:ident, $err:ident, $iter:ident, $withiter:ident) => { 423 | | impl $name { 424 | | /// The maximum value. ... | 653 | | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | | -----------^^^^^^^^^ | | | | | expected lifetime parameter ... | 716 | | }; 717 | | } | |_- in this expansion of `index_type_impls!` ... 754 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter); | ---------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 653 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/start.rs:308:38 | 308 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/wire.rs:114:38 | 114 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 114 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/wire.rs:218:38 | 218 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 218 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:123:38 | 123 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:221:38 | 221 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 221 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:280:38 | 280 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 280 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/determinize/state.rs:566:38 | 566 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 566 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:773:38 | 773 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:853:38 | 853 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 853 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:1345:38 | 1345 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1345 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/search.rs:1901:38 | 1901 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/util/sparse_set.rs:220:38 | 220 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: `quote` (lib) generated 13 warnings warning: `once_cell` (lib) generated 4 warnings warning: `regex-automata` (lib) generated 45 warnings Fresh syn v2.0.87 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs:311:1 | 311 | extern crate self as syn; | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:128:21 | 128 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 128 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:155:25 | 155 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 155 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 181 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 182 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 183 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 184 | impl_low_level_token!("group token" proc_macro2::Group any_group); | ----------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 185 | impl_low_level_token!("lifetime" Lifetime lifetime); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:192:21 | 192 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:535:21 | 535 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:554:21 | 554 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 554 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:648:21 | 648 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:659:21 | 659 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:670:21 | 670 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 670 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:681:21 | 681 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 681 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:279:33 | 279 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 279 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:288:33 | 288 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 288 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:418:33 | 418 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:427:33 | 427 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 427 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:981:34 | 981 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 981 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:992:40 | 992 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 992 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1001:41 | 1001 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1001 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1007:28 | 1007 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1034:35 | 1034 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1034 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:659:38 | 659 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:666:45 | 666 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:676:45 | 676 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 676 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:688:25 | 688 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 688 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:696:25 | 696 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:704:25 | 704 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 704 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:712:41 | 712 | fn parse_outermost_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 712 | fn parse_outermost_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:721:60 | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:731:54 | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:740:60 | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:765:44 | 765 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 765 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:776:44 | 776 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:81:28 | 81 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:29 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:40 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:30 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:41 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:415:28 | 415 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 415 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:43 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:54 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:428:42 | 428 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 428 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:141:77 | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members] { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:259:25 | 259 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 259 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:301:25 | 301 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 301 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:312:25 | 312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:324:35 | 324 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 324 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:361:37 | 361 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:828:45 | 828 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:890:52 | 890 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 890 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:906:24 | 906 | pub fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 906 | pub fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1024:40 | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1074:40 | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1219:25 | 1219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1229:59 | 1229 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1229 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1301:16 | 1301 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1301 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1414:16 | 1414 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1414 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1448:31 | 1448 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1464:16 | 1464 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1482:26 | 1482 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1482 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1495:26 | 1495 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1495 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1572:16 | 1572 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1572 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1574:16 | 1574 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1574 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1592:30 | 1592 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1592 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1756:25 | 1756 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1756 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1834:28 | 1834 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1834 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1892:28 | 1892 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1892 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1907:16 | 1907 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1907 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1924:16 | 1924 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1924 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1960:25 | 1960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1968:30 | 1968 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1968 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2007:31 | 2007 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2007 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2054:25 | 2054 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2054 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2080:25 | 2080 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2080 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2113:25 | 2113 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2113 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2122:16 | 2122 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2122 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2158:25 | 2158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2171:25 | 2171 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2171 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2178:24 | 2178 | fn expr_let(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2178 | fn expr_let(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2194:25 | 2194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2249:25 | 2249 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2260:25 | 2260 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2260 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2290:25 | 2290 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2290 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2346:37 | 2346 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2361 | / impl_by_parsing_expr! { 2362 | | ExprAssign, Assign, "expected assignment expression", 2363 | | ExprAwait, Await, "expected await expression", 2364 | | ExprBinary, Binary, "expected binary operation", ... | 2372 | | ExprTuple, Tuple, "expected tuple expression", 2373 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2346 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2378:25 | 2378 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2378 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2387:16 | 2387 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2387 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2401:25 | 2401 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2401 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2410:25 | 2410 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2410 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2425:25 | 2425 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2425 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2439:25 | 2439 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2439 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2448:25 | 2448 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2448 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2464:27 | 2464 | fn expr_become(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn expr_become(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2474:25 | 2474 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2474 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2486:25 | 2486 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2486 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2502:28 | 2502 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2502 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2560:25 | 2560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2571:27 | 2571 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2571 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2609:25 | 2609 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2609 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2633:25 | 2633 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2633 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2652:25 | 2652 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2652 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2663:25 | 2663 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2663 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2675:25 | 2675 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2685:26 | 2685 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2685 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2720:25 | 2720 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2720 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2749:25 | 2749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2757:16 | 2757 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2804:25 | 2804 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2804 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2823:25 | 2823 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2823 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2841:26 | 2841 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2841 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2854:16 | 2854 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2854 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2875:25 | 2875 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2875 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2892:45 | 2892 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2892 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2912:25 | 2912 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2912 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2927:25 | 2927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2941:25 | 2941 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2941 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2974:25 | 2974 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2974 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3036:25 | 3036 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3036 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3048:26 | 3048 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3048 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/file.rs:95:25 | 95 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:108:74 | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes] { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:115:86 | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut] { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:122:72 | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams] { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:129:84 | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut] { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:136:74 | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams] { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:143:86 | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut] { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:38 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:52 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:371:35 | 371 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 371 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:561:25 | 561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:624:25 | 624 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:651:25 | 651 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 651 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:689:25 | 689 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:718:25 | 718 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 718 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:729:25 | 729 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 729 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:786:20 | 786 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:842:20 | 842 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 842 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:871:25 | 871 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 871 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:896:25 | 896 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 896 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:907:25 | 907 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:931:25 | 931 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:962:25 | 962 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 962 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:973:25 | 973 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:1043:25 | 1043 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1043 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:1081:25 | 1081 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1081 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1151:20 | 1151 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1199:20 | 1199 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1199 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1228:45 | 1228 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1228 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1241:25 | 1241 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1241 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1270:28 | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1270 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1270:66 | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1295:25 | 1295 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1295 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1328:25 | 1328 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1335:16 | 1335 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1335 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1362:25 | 1362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1369:16 | 1369 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1369 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1446:25 | 1446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1464:25 | 1464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1497:30 | 1497 | fn peek_signature(input: ParseStream, allow_safe: bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn peek_signature(input: ParseStream<'_>, allow_safe: bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1511:25 | 1511 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1511 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1517:31 | 1517 | fn parse_signature(input: ParseStream, allow_safe: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1517 | fn parse_signature(input: ParseStream<'_>, allow_safe: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1569:16 | 1569 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1569 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1589:25 | 1589 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1589 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1605:16 | 1605 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1605 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1656:25 | 1656 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1656 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1700:16 | 1700 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1700 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1770:25 | 1770 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1770 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1819:25 | 1819 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1819 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1844:25 | 1844 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1844 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1943:25 | 1943 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1943 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1959:25 | 1959 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1959 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1991:39 | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1991 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1991:59 | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2024:25 | 2024 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2024 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2042:25 | 2042 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2042 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2060:31 | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2060 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2060:51 | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2096:25 | 2096 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2096 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2120:25 | 2120 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2120 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2144:25 | 2144 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2144 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2165:42 | 2165 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2165 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2217:16 | 2217 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2217 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2274:25 | 2274 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2274 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2281:16 | 2281 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2292:16 | 2292 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2292 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2420:25 | 2420 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2420 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2457:25 | 2457 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2457 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2486:25 | 2486 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2486 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2508:37 | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2508 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2508:57 | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2543:25 | 2543 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2543 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2561:25 | 2561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2567:26 | 2567 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2567 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2673:25 | 2673 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2673 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2769:25 | 2769 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2769 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2806:25 | 2806 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2806 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2813:16 | 2813 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2847:25 | 2847 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2847 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2872:36 | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2872 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2872:56 | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2909:25 | 2909 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2936:25 | 2936 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2936 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:502:40 | 502 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:574:40 | 574 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 574 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:867:25 | 867 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:47 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:71 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:949:25 | 949 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:960:25 | 960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:971:25 | 971 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:982:25 | 982 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:993:25 | 993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1004:25 | 1004 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1004 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1015:25 | 1015 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1015 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:26 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:43 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:309:21 | 309 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:153:38 | 153 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:215:21 | 215 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:277:32 | 277 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:283:32 | 283 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:387:13 | 387 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:389:6 | 389 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:393:51 | 393 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:430:30 | 430 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option<(Span, Delimiter)>) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 430 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option<(Span, Delimiter)>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:441:39 | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:445:50 | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option<(Span, Delimiter)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option<(Span, Delimiter)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:505:40 | 505 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:27 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:49 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:27 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:49 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:736:20 | 736 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 736 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1167:21 | 1167 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1167 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1174:21 | 1174 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1174 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1185:21 | 1185 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1192:21 | 1192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1202:21 | 1202 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1202 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1216:21 | 1216 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1216 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1226:21 | 1226 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1226 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1279:52 | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1288:15 | 1288 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1288 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1370:22 | 1370 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1370 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:127:21 | 127 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:131:21 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:147:21 | 147 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:158:21 | 158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:169:21 | 169 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:199:21 | 199 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:206:21 | 206 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 206 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:219:21 | 219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:456:24 | 456 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:463:23 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:463:43 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:469:25 | 469 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 469 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:494:16 | 494 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 494 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:521:26 | 521 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:556:25 | 556 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:604:25 | 604 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 604 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:622:35 | 622 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:643:34 | 643 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:673:29 | 673 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 673 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:682:32 | 682 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:726:31 | 726 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:759:25 | 759 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 759 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:794:25 | 794 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:409:41 | 409 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 409 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:454:39 | 454 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:461:20 | 461 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 461 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:489:25 | 489 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 489 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:497:25 | 497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:509:25 | 509 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:515:32 | 515 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:576:39 | 576 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 576 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:608:43 | 608 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 608 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:623:20 | 623 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:643:32 | 643 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:119:31 | 119 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 119 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:130:42 | 130 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 130 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:141:33 | 141 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:150:44 | 150 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:290:36 | 290 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:309:16 | 309 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:310:20 | 310 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:342:44 | 342 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 342 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:361:16 | 361 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:362:20 | 362 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 362 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:151:36 | 151 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:192:25 | 192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:198:26 | 198 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 198 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:265:24 | 265 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 265 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:282:26 | 282 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 282 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:334:16 | 334 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 334 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:619:25 | 619 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 619 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:630:25 | 630 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 630 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:643:25 | 643 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:666:25 | 666 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:679:25 | 679 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 679 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:726:25 | 726 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:735:25 | 735 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:744:25 | 744 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:786:25 | 786 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:795:36 | 795 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 795 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:800:36 | 800 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 800 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:814:25 | 814 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:822:25 | 822 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 822 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:830:36 | 830 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 830 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:836:36 | 836 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 836 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:848:20 | 848 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 848 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:886:25 | 886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:894:36 | 894 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:899:36 | 899 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 899 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:952:25 | 952 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 952 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:963:25 | 963 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 963 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:970:25 | 970 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 970 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:984:25 | 984 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:990:33 | 990 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1038:35 | 1038 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1038 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1055:25 | 1055 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1055 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1065:25 | 1065 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1065 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:560:23 | 560 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 560 - pub struct Pairs<'a, T: 'a, P: 'a> { 560 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:610:26 | 610 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 610 - pub struct PairsMut<'a, T: 'a, P: 'a> { 610 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:747:22 | 747 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:755:25 | 755 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 755 - struct PrivateIter<'a, T: 'a, P: 'a> { 755 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:861:25 | 861 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:870:28 | 870 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 870 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 870 + struct PrivateIterMut<'a, T, P> { | Fresh anstyle-parse v0.2.6 Fresh anstyle v1.0.10 Fresh anstyle-query v1.1.2 Fresh colorchoice v1.0.3 Fresh is_terminal_polyfill v1.70.1 warning: `syn` (lib) generated 411 warnings Fresh serde_derive v1.0.214 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/ast.rs:133:23 | 133 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 133 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:148:23 | 148 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:149:22 | 149 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:150:35 | 150 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:661:36 | 661 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 661 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:680:15 | 680 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 680 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:681:23 | 681 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 681 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:682:18 | 682 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 682 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:741:23 | 741 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 741 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:742:25 | 742 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 742 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1392:35 | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1387:12 | 1387 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1387 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1432:12 | 1432 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1432 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1440:12 | 1440 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1440 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1448:12 | 1448 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1501:12 | 1501 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1501 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1523:12 | 1523 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1523 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1546:12 | 1546 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1567:12 | 1567 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1567 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1590:12 | 1590 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1590 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1597:54 | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:313:12 | 313 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 313 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:372:24 | 372 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 372 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:464:15 | 464 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 464 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:466:11 | 466 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 466 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:685:15 | 685 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:874:13 | 874 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 874 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:934:15 | 934 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 934 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:936:11 | 936 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 936 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1203:17 | 1203 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1219:17 | 1219 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1234:42 | 1234 | fn prepare_enum_variant_enum(variants: &[Variant]) -> (TokenStream, Stmts) { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1234 | fn prepare_enum_variant_enum(variants: &[Variant<'_>]) -> (TokenStream, Stmts) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1278:17 | 1278 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1278 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1371:17 | 1371 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1371 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1418:17 | 1418 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1418 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1733:17 | 1733 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1733 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1742:17 | 1742 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1742 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1798:15 | 1798 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1798 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1845:15 | 1845 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1845 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1887:15 | 1887 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1887 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1943:13 | 1943 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1943 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1981:13 | 1981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2009:28 | 2009 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2009 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2069:28 | 2069 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2069 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2098:17 | 2098 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2098 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2208:28 | 2208 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2208 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2493:15 | 2493 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2493 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2932:15 | 2932 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2932 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2947:15 | 2947 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2947 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2992:28 | 2992 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2992 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3037:13 | 3037 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3037 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3067:30 | 3067 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3067 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3076:26 | 3076 | fn has_flatten(fields: &[Field]) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3076 | fn has_flatten(fields: &[Field<'_>]) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3207:5 | 3207 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3207 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3208:5 | 3208 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3208 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3209:10 | 3209 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3209 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:325:15 | 325 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:366:15 | 366 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:390:52 | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:418:15 | 418 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:500:15 | 500 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 500 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:573:15 | 573 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 573 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:639:15 | 639 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 639 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:762:15 | 762 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 762 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:809:14 | 809 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 809 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:811:15 | 811 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:880:14 | 880 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 880 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:882:15 | 882 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 882 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:964:14 | 964 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 964 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:966:15 | 966 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 966 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1051:15 | 1051 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1099:15 | 1099 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1099 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1176:15 | 1176 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1176 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1271:44 | 1271 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1271 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1300:30 | 1300 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1300 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ Fresh log v0.4.22 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:533:34 | 533 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 533 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:639:34 | 639 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 639 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1179:34 | 1179 | fn enabled(&self, metadata: &Metadata) -> bool; | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1179 | fn enabled(&self, metadata: &Metadata<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1188:28 | 1188 | fn log(&self, record: &Record); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn log(&self, record: &Record<'_>); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1203:27 | 1203 | fn enabled(&self, _: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | fn enabled(&self, _: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1207:23 | 1207 | fn log(&self, _: &Record) {} | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1207 | fn log(&self, _: &Record<'_>) {} | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1215:34 | 1215 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1215 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1219:28 | 1219 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1232:34 | 1232 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1236:28 | 1236 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1236 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1249:34 | 1249 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1249 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1253:28 | 1253 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1253 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1469:34 | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1486:34 | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:38:11 | 38 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 38 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:40:65 | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location<'_>), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:41:26 | 41 | kvs: Option<&[(&str, Value)]>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | kvs: Option<&[(&str, Value<'_>)]>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:65:11 | 65 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:67:64 | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location<'_>), | ++++ Fresh anstream v0.6.18 Fresh tracing-core v0.1.30 warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs:132:5 | 132 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs:140:5 | 140 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:147:7 | 147 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:150:7 | 150 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:182:7 | 182 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:488:15 | 488 | #[cfg(not(feature = "alloc"))] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:373:11 | 373 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:710:11 | 710 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:713:11 | 713 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:721:11 | 721 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:724:11 | 724 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:270:15 | 270 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: creating a shared reference to mutable static is discouraged --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:430:14 | 430 | Some(GLOBAL_DISPATCH.as_ref().expect( | ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static | = note: for more information, see = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives = note: `#[warn(static_mut_refs)]` on by default Fresh crossbeam-utils v0.8.20 warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:45:7 | 45 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_no_atomic`, `crossbeam_sanitize_thread`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, and `test` and 3 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: requested on the command line with `-W unexpected-cfgs` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:68:11 | 68 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:109:11 | 109 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:25:11 | 25 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:28:11 | 28 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:36:19 | 36 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:53:19 | 53 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:107:7 | 107 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` 78 | 79 | impl_atomic!(AtomicBool, bool); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 80 | impl_atomic!(AtomicUsize, usize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 81 | impl_atomic!(AtomicIsize, isize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 82 | impl_atomic!(AtomicU8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 83 | impl_atomic!(AtomicI8, i8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 84 | impl_atomic!(AtomicU16, u16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 85 | impl_atomic!(AtomicI16, i16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 87 | impl_atomic!(AtomicU32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 89 | impl_atomic!(AtomicI32, i32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 94 | impl_atomic!(AtomicU64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 99 | impl_atomic!(AtomicI64, i64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:15:11 | 15 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Fresh clap_lex v0.7.2 warning: `serde_derive` (lib) generated 125 warnings warning: `log` (lib) generated 19 warnings warning: `tracing-core` (lib) generated 13 warnings warning: `crossbeam-utils` (lib) generated 23 warnings Fresh serde v1.0.214 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:190:40 | 190 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` 326 | 327 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 328 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 329 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 330 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 331 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 332 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 333 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 334 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 335 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 336 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 337 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 338 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 339 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 340 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 341 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:433:40 | 433 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 433 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:533:40 | 533 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:623:40 | 623 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:740:40 | 740 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:860:40 | 860 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 860 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:931:40 | 931 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:990:40 | 990 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1110:40 | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1123:40 | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1462:40 | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1564:40 | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 457 | / impl_deserialize_num! { 458 | | f32, deserialize_f32 459 | | num_self!(f32:visit_f32); 460 | | num_as_copysign_self!(f64:visit_f64); 461 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 462 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 463 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 465 | / impl_deserialize_num! { 466 | | f64, deserialize_f64 467 | | num_self!(f64:visit_f64); 468 | | num_as_copysign_self!(f32:visit_f32); 469 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 470 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 471 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:553:46 | 553 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 553 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:599:46 | 599 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:645:46 | 645 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 645 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:722:46 | 722 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:757:46 | 757 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 757 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:794:46 | 794 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:891:46 | 891 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:959:46 | 959 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 959 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1164:54 | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1201:54 | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1255:46 | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1287:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1287 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1287 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1311:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1311 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1311 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` 1567 | 1568 | / map_impl! { 1569 | | #[cfg(any(feature = "std", feature = "alloc"))] 1570 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1571 | | BTreeMap, 1572 | | map, 1573 | | BTreeMap::new(), 1574 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1802:46 | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1841:46 | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` ... 1902 | / variant_identifier! { 1903 | | OsStringKind (Unix; b"Unix"; 0, Windows; b"Windows"; 1) 1904 | | "`Unix` or `Windows`", 1905 | | OSSTR_VARIANTS 1906 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1915:46 | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2164:62 | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2214:54 | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2303:62 | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2353:54 | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2504:58 | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2549:50 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2661:58 | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2704:50 | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2799:58 | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2842:50 | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2910:62 | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2968:54 | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3021:62 | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3077:54 | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3173:46 | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:209:36 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 209 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 209 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:227:37 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 227 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 227 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:398:40 | 398 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 398 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:484:40 | 484 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 484 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:490:40 | 490 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:496:40 | 496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:1310:46 | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2281:40 | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2303:40 | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:342:44 | 342 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 342 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:23 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:69 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:24 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:33 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:44 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:53 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:578:44 | 578 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 578 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:862:44 | 862 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 862 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:34 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:43 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:886:17 | 886 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:887:17 | 887 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 887 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:940:50 | 940 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 940 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1017:50 | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2291:50 | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2336:50 | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2771:46 | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:61:40 | 61 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1357:40 | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs:338:1 | 337 | / #[cfg(feature = "serde_derive")] 338 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ ^^^^ ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: remove these bounds | 1047 - struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); 1047 + struct SeqInPlaceVisitor<'a, T $(, $typaram)*>(&'a mut $ty); | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1047:47 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1047 | | struct SeqInPlaceVisitor<'a, T: 'a $(, $typaram: 'a)*>(&'a mut $ty); | | ^^^^ help: remove this bound ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1193:39 | 1193 | struct VecInPlaceVisitor<'a, T: 'a>(&'a mut Vec); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1242:33 | 1242 | struct ArrayInPlaceVisitor<'a, A: 'a>(&'a mut A); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove this bound ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1450:51 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1450 | | struct TupleInPlaceVisitor<'a, $($name: 'a,)+>(&'a mut ($($name,)+)); | | ^^^^ help: remove these bounds ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2378:29 | 2378 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T); | ^^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2492:39 | 2492 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>( | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2651:29 | 2651 | struct FlatMapAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2694:32 | 2694 | struct FlatStructAccess<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1647:46 | 1647 | pub struct ContentRefDeserializer<'a, 'de: 'a, E> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2125:39 | 2125 | struct EnumRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2154:42 | 2154 | struct VariantRefDeserializer<'a, 'de: 'a, E> | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:988:35 | 988 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1182:37 | 1182 | pub struct FlatMapSerializeMap<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1220:40 | 1220 | pub struct FlatMapSerializeStruct<'a, M: 'a>(&'a mut M); | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1245:56 | 1245 | pub struct FlatMapSerializeTupleVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1289:57 | 1289 | pub struct FlatMapSerializeStructVariantAsMapValue<'a, M: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/seed.rs:6:29 | 6 | pub struct InPlaceSeed<'a, T: 'a>(pub &'a mut T); | ^^^^ help: remove this bound Fresh equivalent v1.0.1 Fresh strsim v0.11.1 Fresh regex-syntax v0.6.29 warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/hir/interval.rs:423:8 | 335 | pub trait Interval: | -------- method in this trait ... 423 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: call to `.borrow()` on a reference in this situation does nothing --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/ast/parse.rs:379:21 | 379 | self.pattern.borrow() | ^^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default warning: `serde` (lib) generated 222 warnings (42 duplicates) warning: `regex-syntax` (lib) generated 2 warnings Fresh hashbrown v0.15.0 Fresh heck v0.5.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/kebab.rs:43:32 | 43 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 43 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lower_camel.rs:47:32 | 47 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 47 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/shouty_kebab.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/shouty_snake.rs:58:32 | 58 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 58 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/snake.rs:58:32 | 58 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 58 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/title.rs:47:32 | 47 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 47 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/train.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/upper_camel.rs:60:32 | 60 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 60 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:76:30 | 76 | F: FnMut(&str, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 76 | F: FnMut(&str, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:77:24 | 77 | G: FnMut(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 77 | G: FnMut(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:73:18 | 73 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:161:36 | 161 | fn lowercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 161 | fn lowercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:174:36 | 174 | fn uppercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 174 | fn uppercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:182:37 | 182 | fn capitalize(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 182 | fn capitalize(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh toml_datetime v0.6.8 warning: `heck` (lib) generated 14 warnings Fresh indexmap v2.6.0 Fresh clap_derive v4.5.18 Fresh regex-automata v0.1.10 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:90:38 | 90 | pub fn representatives(&self) -> ByteClassRepresentatives { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 90 | pub fn representatives(&self) -> ByteClassRepresentatives<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:111:32 | 111 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1113:38 | 1113 | pub fn states(&self) -> StateIter { | ---------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | pub fn states(&self) -> StateIter<'_, T, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1508:55 | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1613:32 | 1613 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1613 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1702:53 | 1702 | pub fn transitions(&self) -> StateTransitionIter { | -------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | pub fn transitions(&self) -> StateTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1718:66 | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter { | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1725:32 | 1725 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1828:57 | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut { | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1835:32 | 1835 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/error.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/minimize.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:868:32 | 868 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 868 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:891:32 | 891 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1012:32 | 1012 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1140:32 | 1140 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1200:32 | 1200 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1662:34 | 1662 | pub(crate) struct StateIter<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 1662 - pub(crate) struct StateIter<'a, T: 'a, S: 'a> { 1662 + pub(crate) struct StateIter<'a, T, S> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1689:30 | 1689 | pub(crate) struct State<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1753:44 | 1753 | pub(crate) struct StateTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1774:50 | 1774 | pub(crate) struct StateSparseTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1815:33 | 1815 | pub(crate) struct StateMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1847:47 | 1847 | pub(crate) struct StateTransitionIterMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/minimize.rs:42:34 | 42 | pub(crate) struct Minimizer<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/regex.rs:415:34 | 415 | pub struct Matches<'r, 't, D: DFA + 'r> { | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1054:36 | 1054 | struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { | ^^^^^ ^^^^^ | help: remove these bounds | 1054 - struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { 1054 + struct StateIter<'a, T: AsRef<[u8]>, S: StateID = usize> { | Fresh clap_builder v4.5.20 warning: `regex-automata` (lib) generated 30 warnings Fresh serde_spanned v0.6.8 Fresh crossbeam-epoch v0.9.18 warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:66:7 | 66 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:69:7 | 69 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:91:11 | 91 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1675:21 | 1675 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:350:15 | 350 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:358:11 | 358 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/collector.rs:112:21 | 112 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:90:21 | 90 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:56:15 | 56 | #[cfg(not(any(crossbeam_sanitize, miri)))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:59:11 | 59 | #[cfg(any(crossbeam_sanitize, miri))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:300:15 | 300 | #[cfg(not(any(crossbeam_sanitize, miri)))] // `crossbeam_sanitize` and `miri` reduce the size of `Local` | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:557:21 | 557 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:202:29 | 202 | let steps = if cfg!(crossbeam_sanitize) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/mod.rs:5:11 | 5 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/list.rs:298:21 | 298 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/queue.rs:217:21 | 217 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:64:21 | 64 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:14:15 | 14 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:22:11 | 22 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Fresh thiserror-impl v1.0.66 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs:18:1 | 18 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:48:43 | 48 | pub fn get(input: &[Attribute]) -> Result { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | pub fn get(input: &[Attribute]) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:93:34 | 93 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:142:28 | 142 | fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 142 | fn parse_token_expr(input: ParseStream<'_>, mut begin_expr: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:57:23 | 57 | fn impl_struct(input: Struct) -> TokenStream { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn impl_struct(input: Struct<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:228:21 | 228 | fn impl_enum(input: Enum) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn impl_enum(input: Enum<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:487:25 | 487 | fn fields_pat(fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | fn fields_pat(fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:512:34 | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn from_initializer(from_field: &Field<'_>, backtrace_field: Option<&Field>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:512:66 | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field<'_>>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/fmt.rs:12:50 | 12 | pub fn expand_shorthand(&mut self, fields: &[Field]) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn expand_shorthand(&mut self, fields: &[Field<'_>]) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/fmt.rs:125:31 | 125 | fn explicit_named_args(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn explicit_named_args(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/generics.rs:26:21 | 26 | fn crawl(in_scope: &ParamsInScope, ty: &Type, found: &mut bool) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn crawl(in_scope: &ParamsInScope<'_>, ty: &Type, found: &mut bool) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:7:48 | 7 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:11:50 | 11 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:15:53 | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:19:62 | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:53:48 | 53 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 53 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:57:50 | 57 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:61:53 | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:65:62 | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:128:25 | 128 | from_field: Option<&Field>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | from_field: Option<&Field<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:108:34 | 108 | fn check_non_field_attrs(attrs: &Attrs) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | fn check_non_field_attrs(attrs: &Attrs<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:138:32 | 138 | fn check_field_attrs(fields: &[Field]) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn check_field_attrs(fields: &[Field<'_>]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:205:22 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field<'_>, two: &Field) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:205:35 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field, two: &Field<'_>) -> bool { | ++++ Fresh dirs-sys-next v0.1.2 Fresh bstr v1.10.0 warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/escape_bytes.rs:15:43 | 14 | impl<'a> EscapeBytes<'a> { | -- lifetime `'a` declared here 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes { | ^^^^^^^^^^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/escape_bytes.rs:15:43 | 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | pub(crate) fn new(bytes: &'a [u8]) -> EscapeBytes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/escape_bytes.rs:83:38 | 83 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 83 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 363 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 363 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 363 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 363 | impl_partial_eq!(BString, Vec); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 364 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 364 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 364 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 364 | impl_partial_eq!(BString, [u8]); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 365 | impl_partial_eq!(BString, &'a [u8]); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 365 | impl_partial_eq!(BString, &'a [u8]); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 366 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 366 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 366 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 366 | impl_partial_eq!(BString, String); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 367 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 367 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 367 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 367 | impl_partial_eq!(BString, str); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 368 | impl_partial_eq!(BString, &'a str); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 368 | impl_partial_eq!(BString, &'a str); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 369 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 369 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 369 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 369 | impl_partial_eq!(BString, BStr); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 370 | impl_partial_eq!(BString, &'a BStr); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 370 | impl_partial_eq!(BString, &'a BStr); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 386 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 386 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 386 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 386 | impl_partial_ord!(BString, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 387 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 387 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 387 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 387 | impl_partial_ord!(BString, [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 388 | impl_partial_ord!(BString, &'a [u8]); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 388 | impl_partial_ord!(BString, &'a [u8]); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 389 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 389 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 389 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 389 | impl_partial_ord!(BString, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 390 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 390 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 390 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 390 | impl_partial_ord!(BString, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 391 | impl_partial_ord!(BString, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 391 | impl_partial_ord!(BString, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 392 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 392 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 392 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 392 | impl_partial_ord!(BString, BStr); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 393 | impl_partial_ord!(BString, &'a BStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 393 | impl_partial_ord!(BString, &'a BStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 810 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 810 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 810 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 810 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 811 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 811 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 812 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 812 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 812 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 812 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 813 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 813 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 816 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 816 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 816 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 816 | impl_partial_eq!(BStr, Vec); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 818 | impl_partial_eq!(&'a BStr, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 818 | impl_partial_eq!(&'a BStr, Vec); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 820 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 820 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 820 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 820 | impl_partial_eq!(BStr, String); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 822 | impl_partial_eq!(&'a BStr, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:11:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 11 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 822 | impl_partial_eq!(&'a BStr, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:24:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 25 | | #[inline] ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 824 | impl_partial_eq_cow!(&'a BStr, Cow<'a, BStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:32:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 25 | | #[inline] ... | 32 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 824 | impl_partial_eq_cow!(&'a BStr, Cow<'a, BStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:24:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 25 | | #[inline] ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 826 | impl_partial_eq_cow!(&'a BStr, Cow<'a, str>); | -------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:32:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 25 | | #[inline] ... | 32 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 826 | impl_partial_eq_cow!(&'a BStr, Cow<'a, str>); | -------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:24:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 25 | | #[inline] ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 828 | impl_partial_eq_cow!(&'a BStr, Cow<'a, [u8]>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:32:18 | 22 | / macro_rules! impl_partial_eq_cow { 23 | | ($lhs:ty, $rhs:ty) => { 24 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 25 | | #[inline] ... | 32 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 39 | | }; 40 | | } | |_- in this expansion of `impl_partial_eq_cow!` ... 828 | impl_partial_eq_cow!(&'a BStr, Cow<'a, [u8]>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 844 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 844 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 844 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 844 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 845 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 845 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 846 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 846 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 846 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 846 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 847 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 847 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 850 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 850 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 850 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 850 | impl_partial_ord!(BStr, Vec); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 852 | impl_partial_ord!(&'a BStr, Vec); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 852 | impl_partial_ord!(&'a BStr, Vec); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 854 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 854 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:14 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 854 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 854 | impl_partial_ord!(BStr, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:44:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 45 | | #[inline] ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 856 | impl_partial_ord!(&'a BStr, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bstr-1.10.0/src/impls.rs:52:18 | 42 | / macro_rules! impl_partial_ord { 43 | | ($lhs:ty, $rhs:ty) => { 44 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 45 | | #[inline] ... | 52 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 59 | | }; 60 | | } | |_- in this expansion of `impl_partial_ord!` ... 856 | impl_partial_ord!(&'a BStr, String); | ----------------------------------- in this macro invocation warning: `crossbeam-epoch` (lib) generated 20 warnings warning: `thiserror-impl` (lib) generated 25 warnings warning: `bstr` (lib) generated 109 warnings Fresh unicode-width v0.1.14 Fresh itoa v1.0.11 Fresh same-file v1.0.6 warning: unused return value of `into_raw_fd` that must be used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6/src/unix.rs:23:13 | 23 | self.file.take().unwrap().into_raw_fd(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: losing the raw file descriptor may leak resources = note: `#[warn(unused_must_use)]` on by default help: use `let _ = ...` to ignore the resulting value | 23 | let _ = self.file.take().unwrap().into_raw_fd(); | +++++++ Fresh lazy_static v1.5.0 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/inline_lazy.rs:8:1 | 8 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/inline_lazy.rs:26:43 | 26 | pub fn get(&'static self, f: F) -> &T | ^ this elided lifetime gets resolved as `'static` | = note: `#[warn(elided_named_lifetimes)]` on by default help: consider specifying it explicitly | 26 | pub fn get(&'static self, f: F) -> &'static T | +++++++ Fresh ryu v1.0.18 warning: `same-file` (lib) generated 1 warning warning: `lazy_static` (lib) generated 2 warnings Fresh overload v0.1.1 Fresh pin-project-lite v0.2.15 Fresh option-ext v0.2.0 Fresh winnow v0.5.40 warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs:142:12 | 142 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused imports: `alloc`, `boxed`, `convert`, and `option` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs:185:13 | 185 | alloc, borrow, boxed, cmp, collections, convert, fmt, hash, iter, mem, ops, option, | ^^^^^ ^^^^^ ^^^^^^^ ^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `std::prelude as v1` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/lib.rs:192:21 | 192 | pub use std::prelude as v1; | ^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/error.rs:63:12 | 63 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/error.rs:97:12 | 97 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 233 | impl_partial_eq!(Bytes, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 234 | impl_partial_eq!(Bytes, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 235 | impl_partial_eq!(Bytes, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 236 | impl_partial_eq!(Bytes, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 252 | impl_partial_ord!(Bytes, [u8]); | ------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 253 | impl_partial_ord!(Bytes, &'a [u8]); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 254 | impl_partial_ord!(Bytes, str); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 255 | impl_partial_ord!(Bytes, &'a str); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 480 | impl_partial_eq!(BStr, [u8]); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 481 | impl_partial_eq!(BStr, &'a [u8]); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:14 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 482 | impl_partial_eq!(BStr, str); | --------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:3:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 4 | | #[inline] ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:12:18 | 1 | / macro_rules! impl_partial_eq { 2 | | ($lhs:ty, $rhs:ty) => { 3 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { 4 | | #[inline] ... | 12 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 18 | | }; 19 | | } | |_- in this expansion of `impl_partial_eq!` ... 483 | impl_partial_eq!(BStr, &'a str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 499 | impl_partial_ord!(BStr, [u8]); | ----------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 500 | impl_partial_ord!(BStr, &'a [u8]); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:14 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 501 | impl_partial_ord!(BStr, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:23:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime 24 | | #[inline] ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/stream/impls.rs:32:18 | 21 | / macro_rules! impl_partial_ord { 22 | | ($lhs:ty, $rhs:ty) => { 23 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { 24 | | #[inline] ... | 32 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 38 | | }; 39 | | } | |_- in this expansion of `impl_partial_ord!` ... 502 | impl_partial_ord!(BStr, &'a str); | -------------------------------- in this macro invocation warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/multi.rs:136:12 | 136 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:15:12 | 15 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:38:12 | 38 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:85:12 | 85 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:144:12 | 144 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:201:12 | 201 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:258:12 | 258 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:313:12 | 313 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:363:12 | 363 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:396:12 | 396 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:459:12 | 459 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:501:12 | 501 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:543:12 | 543 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:580:12 | 580 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:629:12 | 629 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:678:12 | 678 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:722:12 | 722 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:766:12 | 766 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:808:12 | 808 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:855:12 | 855 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `nightly` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/winnow-0.5.40/src/combinator/parser.rs:912:12 | 912 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Fresh sharded-slab v0.1.7 warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:15:17 | 15 | #[cfg(all(test, loom))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rust_analyzer`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:453:9 | 453 | test_println!("pool: create {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:621:9 | 621 | test_println!("pool: create_owned {:?}", tid); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:655:9 | 655 | test_println!("pool: create_with"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:678:9 | 678 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:769:9 | 769 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:914:9 | 914 | test_println!("drop Ref: try clearing data"); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1049:9 | 1049 | test_println!(" -> drop RefMut: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1124:9 | 1124 | test_println!("drop OwnedRef: try clearing data"); | ------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1135:13 | 1135 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1139:17 | 1139 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1238:9 | 1238 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1290:9 | 1290 | test_println!("drop OwnedRefMut: try clearing data"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1303:17 | 1303 | test_println!("-> shard does not exist! THIS IS A BUG"); | ------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/sync.rs:3:11 | 3 | #[cfg(all(loom, any(test, feature = "loom")))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/sync.rs:63:15 | 63 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:95:11 | 95 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:18:9 | 18 | test_println!("UniqueIter::next"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:20:13 | 20 | test_println!("-> try next slot"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:22:17 | 22 | test_println!("-> found an item!"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:26:13 | 26 | test_println!("-> try next page"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:28:17 | 28 | test_println!("-> found another page"); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:33:13 | 33 | test_println!("-> try next shard"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:35:17 | 35 | test_println!("-> found another shard"); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:38:17 | 38 | test_println!("-> all done!"); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:115:13 | 115 | / test_println!( 116 | | "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};", 117 | | gen, 118 | | current_gen, ... | 121 | | refs, 122 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:129:17 | 129 | test_println!("-> get: no longer exists!"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:142:21 | 142 | test_println!("-> {:?}", new_refs); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:154:21 | 154 | test_println!("-> get: retrying; lifecycle={:#x};", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:175:13 | 175 | / test_println!( 176 | | "-> mark_release; gen={:?}; current_gen={:?};", 177 | | gen, 178 | | curr_gen 179 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:187:13 | 187 | test_println!("-> mark_release; state={:?};", state); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:190:21 | 190 | test_println!("--> mark_release; cannot release (already removed!)"); | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:194:21 | 194 | test_println!("--> mark_release; already marked;"); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:202:13 | 202 | / test_println!( 203 | | "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};", 204 | | lifecycle, 205 | | new_lifecycle 206 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:216:21 | 216 | test_println!("-> mark_release; retrying"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:224:9 | 224 | test_println!("-> mark_release: marked; refs={:?};", refs); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:246:13 | 246 | / test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};", 247 | | lifecycle, 248 | | gen, 249 | | current_gen, 250 | | next_gen 251 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:258:17 | 258 | test_println!("-> already removed!"); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:275:21 | 275 | test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:277:25 | 277 | test_println!("-> ok to remove!"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:290:21 | 290 | test_println!("-> refs={:?}; spin...", refs); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:296:21 | 296 | test_println!("-> retrying; lifecycle={:#x};", actual); | ------------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:316:9 | 316 | / test_println!( 317 | | "-> initialize_state; state={:?}; gen={:?}; refs={:?};", 318 | | Lifecycle::::from_packed(lifecycle), 319 | | gen, 320 | | refs, 321 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:324:13 | 324 | test_println!("-> initialize while referenced! cancelling"); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:363:9 | 363 | test_println!("-> inserted at {:?}", gen); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:389:17 | 389 | / test_println!( 390 | | "-> try_remove_value; nothing exists at generation={:?}", 391 | | gen 392 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:397:9 | 397 | test_println!("-> try_remove_value; marked!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:401:13 | 401 | test_println!("-> try_remove_value; can remove now"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:453:17 | 453 | / test_println!( 454 | | "-> try_clear_storage; nothing exists at generation={:?}", 455 | | gen 456 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:461:9 | 461 | test_println!("-> try_clear_storage; marked!"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:465:13 | 465 | test_println!("-> try_remove_value; can clear now"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:485:13 | 485 | test_println!("-> cleared: {}", cleared); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:510:13 | 510 | / test_println!( 511 | | "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}", 512 | | state, 513 | | gen, ... | 517 | | dropping 518 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:526:21 | 526 | test_println!("-> drop guard: done; dropping={:?}", dropping); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:530:21 | 530 | test_println!("-> drop guard; retry, actual={:#x}", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:710:13 | 710 | test_println!("-> get: {}; MAX={}", self.value, RefCount::::MAX); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:830:9 | 830 | / test_println!( 831 | | "InitGuard::release; curr_lifecycle={:?}; downgrading={}", 832 | | Lifecycle::::from_packed(self.curr_lifecycle), 833 | | new_refs != 0, 834 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:836:13 | 836 | test_println!("-> already released!"); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:852:17 | 852 | test_println!("--> advanced to PRESENT; done"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:856:17 | 856 | / test_println!( 857 | | "--> lifecycle changed; actual={:?}", 858 | | Lifecycle::::from_packed(actual) 859 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:870:13 | 870 | / test_println!( 871 | | "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};", 872 | | curr_lifecycle, 873 | | state, 874 | | refs, 875 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:889:21 | 889 | test_println!("-> InitGuard::RELEASE: done!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:894:21 | 894 | test_println!("-> InitGuard::release; retry, actual={:#x}", actual); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:72:11 | 72 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:20:9 | 20 | test_println!("-> pop {:#x}", val); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:34:13 | 34 | test_println!("-> next {:#x}", next); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:43:21 | 43 | test_println!("-> retry!"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:47:21 | 47 | test_println!("-> successful; next={:#x}", next); | ------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:146:9 | 146 | test_println!("-> local head {:?}", head); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:156:13 | 156 | test_println!("-> remote head {:?}", head); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:163:13 | 163 | test_println!("-> NULL! {:?}", head); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:185:9 | 185 | test_println!("-> offset {:?}", poff); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:214:9 | 214 | test_println!("-> take: offset {:?}", offset); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:231:9 | 231 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:287:9 | 287 | test_println!("-> init_with: insert at offset: {}", index); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:294:9 | 294 | test_println!("-> alloc new page ({})", self.size); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:318:9 | 318 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:338:9 | 338 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:79:9 | 79 | test_println!("-> {:?}", addr); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:111:9 | 111 | test_println!("-> remove_local {:?}", addr); | ------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:125:9 | 125 | test_println!("-> take_remote {:?}; page {:?}", addr, page_index); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:172:13 | 172 | test_println!("-> page {}; {:?}; {:?}", page_idx, local, page); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:208:9 | 208 | / test_println!( 209 | | "-> clear_after_release; self.tid={:?}; current.tid={:?};", 210 | | tid, 211 | | self.tid 212 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:286:9 | 286 | test_println!("-> get shard={}", idx); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:293:9 | 293 | test_println!("current: {:?}", tid); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:306:13 | 306 | test_println!("-> allocated new shard for index {} at {:p}", idx, ptr); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:315:13 | 315 | test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:326:9 | 326 | test_println!("Array::iter_mut"); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:328:9 | 328 | test_println!("-> highest index={}", max); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:381:9 | 381 | test_println!("---> loaded={:p} (order={:?})", ptr, order); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:383:13 | 383 | test_println!("---> null"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:418:9 | 418 | test_println!("IterMut::next"); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:425:13 | 425 | test_println!("-> next.is_some={}", next.is_some()); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:427:17 | 427 | test_println!("-> done"); | ------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/tid.rs:185:15 | 185 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/tid.rs:197:21 | 197 | #[cfg(all(test, not(loom)))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:422:9 | 422 | test_println!("insert {:?}", tid); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:457:9 | 457 | test_println!("vacant_entry {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:518:9 | 518 | test_println!("rm_deferred {:?}", tid); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:584:9 | 584 | test_println!("rm {:?}", tid); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:611:9 | 611 | test_println!("get {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:709:9 | 709 | test_println!("get_owned {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:960:9 | 960 | test_println!("drop OwnedEntry: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:971:13 | 971 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:975:17 | 975 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:62:32 | 62 | pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); | ^^^^ ^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 62 - pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); 62 + pub(crate) struct IterMut<'a, T, C: cfg::Config>(slice::IterMut<'a, Ptr>); | Fresh serde_json v1.0.132 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:350:32 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 350 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:400:32 | 400 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 400 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:406:32 | 406 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:422:32 | 422 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 422 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:440:32 | 440 | fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 440 | fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:449:33 | 449 | fn invalid_value(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { | ----^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 449 | fn invalid_value(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/error.rs:468:40 | 468 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 468 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:274:43 | 274 | pub fn entry(&mut self, key: S) -> Entry | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | pub fn entry(&mut self, key: S) -> Entry<'_> | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:303:27 | 303 | pub fn iter(&self) -> Iter { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 303 | pub fn iter(&self) -> Iter<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:311:35 | 311 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn iter_mut(&mut self) -> IterMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:319:27 | 319 | pub fn keys(&self) -> Keys { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | pub fn keys(&self) -> Keys<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:327:29 | 327 | pub fn values(&self) -> Values { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub fn values(&self) -> Values<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:335:37 | 335 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 335 | pub fn values_mut(&mut self) -> ValuesMut<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/map.rs:509:54 | 509 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:179:40 | 179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:222:32 | 222 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 222 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:33:54 | 33 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1346:46 | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1346 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/de.rs:1388:29 | 1388 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1388 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/index.rs:147:40 | 147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:349:40 | 349 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:364:40 | 364 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 364 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:406:54 | 406 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 406 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/number.rs:798:40 | 798 | pub(crate) fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 798 | pub(crate) fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1911:23 | 1911 | struct SeqAccess<'a, R: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:1964:23 | 1964 | struct MapAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2029:27 | 2029 | struct VariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2082:31 | 2082 | struct UnitVariantAccess<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/de.rs:2145:20 | 2145 | struct MapKey<'a, R: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:414:31 | 414 | struct Adapter<'ser, W: 'ser, F: 'ser> { | ^^^^^^ ^^^^^^ | help: remove these bounds | 414 - struct Adapter<'ser, W: 'ser, F: 'ser> { 414 + struct Adapter<'ser, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:469:24 | 469 | pub enum Compound<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 469 - pub enum Compound<'a, W: 'a, F: 'a> { 469 + pub enum Compound<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/ser.rs:771:30 | 771 | struct MapKeySerializer<'a, W: 'a, F: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 771 - struct MapKeySerializer<'a, W: 'a, F: 'a> { 771 + struct MapKeySerializer<'a, W, F> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/value/mod.rs:223:38 | 223 | struct WriterFormatter<'a, 'b: 'a> { | ^^^^ help: remove this bound warning: `winnow` (lib) generated 74 warnings warning: `sharded-slab` (lib) generated 106 warnings warning: `serde_json` (lib) generated 34 warnings Fresh toml_edit v0.19.15 warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:8:7 | 8 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:10:11 | 10 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:59:15 | 59 | #[cfg(feature = "kstring")] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `kstring` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/internal_string.rs:61:19 | 61 | #[cfg(not(feature = "kstring"))] | ^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `perf`, `serde`, and `unbounded` = help: consider adding `kstring` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/key.rs:291:38 | 291 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 291 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/repr.rs:52:38 | 52 | pub fn display_repr(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn display_repr(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/de/mod.rs:70:37 | 70 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 70 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/ser/mod.rs:54:45 | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn fmt(&self, formatter: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:17:5 | 17 | trace("array", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/array.rs:48:18 | 48 | (separated1(array_value(check), ARRAY_SEP), opt(ARRAY_SEP)).map( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:14:20 | 14 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:25:5 | 25 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/datetime.rs:86:5 | 86 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/document.rs:10:20 | 10 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/document.rs:106:5 | 106 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:3:25 | 3 | use winnow::combinator::separated0; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:5:20 | 5 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:24:5 | 24 | trace("inline-table", move |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::separated0`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/inline_table.rs:106:13 | 106 | separated0(keyval(check), INLINE_TABLE_SEP), | ^^^^^^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:4:25 | 4 | use winnow::combinator::separated1; | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:7:20 | 7 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:21:5 | 21 | trace( | ^^^^^ warning: use of deprecated function `winnow::combinator::separated1`: Replaced with `combinator::separated` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:23:9 | 23 | separated1( | ^^^^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:47:5 | 47 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/key.rs:66:5 | 66 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:11:20 | 11 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:13:20 | 13 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:23:5 | 23 | trace("boolean", alt((true_, false_))).parse_next(input) | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:42:5 | 42 | trace("integer", | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:56:5 | 56 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:95:5 | 95 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:128:5 | 128 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:162:5 | 162 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:199:5 | 199 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:299:5 | 299 | tag(INF).value(f64::INFINITY).parse_next(input) | ^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/numbers.rs:304:5 | 304 | tag(NAN).value(f64::NAN).parse_next(input) | ^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:13:25 | 13 | use winnow::combinator::success; | ^^^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:20:20 | 20 | use winnow::token::tag; | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:22:20 | 22 | use winnow::trace::trace; | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:33:5 | 33 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:49:5 | 49 | trace("basic-string", |input: &mut Input<'i>| { | ^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:113:17 | 113 | b'b' => success('\u{8}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:114:17 | 114 | b'f' => success('\u{c}'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:115:17 | 115 | b'n' => success('\n'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:116:17 | 116 | b'r' => success('\r'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:117:17 | 117 | b't' => success('\t'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:120:18 | 120 | b'\\' => success('\\'), | ^^^^^^^ warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:121:17 | 121 | b'"' => success('"'), | ^^^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:153:5 | 153 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:190:38 | 190 | if let Some(qi) = opt(mlb_quotes(tag(ML_BASIC_STRING_DELIM).value(()))).parse_next(input)? { | ^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:261:5 | 261 | trace( | ^^^^^ warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:290:5 | 290 | trace( | ^^^^^ warning: use of deprecated function `winnow::token::tag`: Replaced with `literal` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/toml_edit-0.19.15/src/parser/strings.rs:323:24 | 323 | opt(mll_quotes(tag(ML_LITERAL_STRING_DELIM).value(()))), | ^^^ Fresh nu-ansi-term v0.46.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:306:32 | 306 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/lib.rs:261:9 | 261 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/util.rs:41:23 | 41 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/util.rs:52:28 | 52 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:13:37 | 13 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:123:38 | 123 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound Fresh tracing v0.1.37 warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs:914:5 | 914 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs:922:5 | 922 | private_in_public, | ^^^^^^^^^^^^^^^^^ Fresh dirs-sys v0.4.1 Fresh walkdir v2.5.0 warning: `toml_edit` (lib) generated 57 warnings warning: `nu-ansi-term` (lib) generated 14 warnings warning: `tracing` (lib) generated 2 warnings Fresh dirs-next v2.0.0 Fresh thiserror v1.0.66 Fresh globset v0.4.15 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/globset-0.4.15/src/lib.rs:531:37 | 531 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 531 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ Fresh crossbeam-deque v0.8.5 Fresh semver v1.0.23 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:5:40 | 5 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 5 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:6:48 | 6 | let do_display = |formatter: &mut fmt::Formatter| -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | let do_display = |formatter: &mut fmt::Formatter<'_>| -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:34:40 | 34 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:49:40 | 49 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:82:40 | 82 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 82 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:88:40 | 88 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 88 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:94:40 | 94 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:111:40 | 111 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:117:40 | 117 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:123:26 | 123 | formatter: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 123 | formatter: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/display.rs:124:39 | 124 | do_display: impl FnOnce(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | do_display: impl FnOnce(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:33:40 | 33 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 33 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:93:40 | 93 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:105:40 | 105 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/error.rs:116:40 | 116 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/serde.rs:43:54 | 43 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/serde.rs:69:54 | 69 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/serde.rs:95:54 | 95 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh matchers v0.1.0 warning: `globset` (lib) generated 1 warning warning: `semver` (lib) generated 18 warnings Fresh clap v4.5.20 Fresh camino v1.1.9 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/serde_impls.rs:18:46 | 18 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 18 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1108:33 | 1108 | pub fn components(&self) -> Utf8Components { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1108 | pub fn components(&self) -> Utf8Components<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1536:32 | 1536 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1536 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1542:32 | 1542 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1542 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1571:32 | 1571 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1571 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1663:32 | 1663 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1663 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1895:32 | 1895 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1895 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:1901:32 | 1901 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1901 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2109:32 | 2109 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2109 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2115:32 | 2115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2629:32 | 2629 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2629 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2684:32 | 2684 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2684 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:14 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` 2913 | 2914 | impl_cmp!(Utf8PathBuf, Utf8Path); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2915 | impl_cmp!(Utf8PathBuf, &'a Utf8Path); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2916 | impl_cmp!(Cow<'a, Utf8Path>, Utf8Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2881:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2889:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2889 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2897:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2897 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2905:18 | 2878 | / macro_rules! impl_cmp { 2879 | | ($lhs:ty, $rhs: ty) => { 2880 | | #[allow(clippy::extra_unused_lifetimes)] 2881 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2905 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2911 | | }; 2912 | | } | |_- in this expansion of `impl_cmp!` ... 2918 | impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` 2955 | 2956 | impl_cmp_std_path!(Utf8PathBuf, Path); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2957 | impl_cmp_std_path!(Utf8PathBuf, &'a Path); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2958 | impl_cmp_std_path!(Utf8PathBuf, Cow<'a, Path>); | ---------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2959 | impl_cmp_std_path!(Utf8PathBuf, PathBuf); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2960 | impl_cmp_std_path!(Utf8Path, Path); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2961 | impl_cmp_std_path!(Utf8Path, &'a Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2962 | impl_cmp_std_path!(Utf8Path, Cow<'a, Path>); | ------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:14 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2963 | impl_cmp_std_path!(Utf8Path, PathBuf); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2964 | impl_cmp_std_path!(&'a Utf8Path, Path); | -------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2923:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2931:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2931 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2939:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2939 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2947:18 | 2920 | / macro_rules! impl_cmp_std_path { 2921 | | ($lhs:ty, $rhs: ty) => { 2922 | | #[allow(clippy::extra_unused_lifetimes)] 2923 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2947 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 2953 | | }; 2954 | | } | |_- in this expansion of `impl_cmp_std_path!` ... 2966 | impl_cmp_std_path!(&'a Utf8Path, PathBuf); | ----------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` 3004 | 3005 | impl_cmp_str!(Utf8PathBuf, str); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3006 | impl_cmp_str!(Utf8PathBuf, &'a str); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3007 | impl_cmp_str!(Utf8PathBuf, Cow<'a, str>); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3008 | impl_cmp_str!(Utf8PathBuf, String); | ---------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3009 | impl_cmp_str!(Utf8Path, str); | ---------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3010 | impl_cmp_str!(Utf8Path, &'a str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3011 | impl_cmp_str!(Utf8Path, Cow<'a, str>); | ------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:14 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3012 | impl_cmp_str!(Utf8Path, String); | ------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3013 | impl_cmp_str!(&'a Utf8Path, str); | -------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2972:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2980:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2980 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2988:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2988 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:2996:18 | 2969 | / macro_rules! impl_cmp_str { 2970 | | ($lhs:ty, $rhs: ty) => { 2971 | | #[allow(clippy::extra_unused_lifetimes)] 2972 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 2996 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3002 | | }; 3003 | | } | |_- in this expansion of `impl_cmp_str!` ... 3015 | impl_cmp_str!(&'a Utf8Path, String); | ----------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` 3053 | 3054 | impl_cmp_os_str!(Utf8PathBuf, OsStr); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3055 | impl_cmp_os_str!(Utf8PathBuf, &'a OsStr); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3056 | impl_cmp_os_str!(Utf8PathBuf, Cow<'a, OsStr>); | --------------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3057 | impl_cmp_os_str!(Utf8PathBuf, OsString); | --------------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3058 | impl_cmp_os_str!(Utf8Path, OsStr); | --------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3059 | impl_cmp_os_str!(Utf8Path, &'a OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3060 | impl_cmp_os_str!(Utf8Path, Cow<'a, OsStr>); | ------------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:14 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | ^^-- | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3061 | impl_cmp_os_str!(Utf8Path, OsString); | ------------------------------------ in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3062 | impl_cmp_os_str!(&'a Utf8Path, OsStr); | ------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3021:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3029:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3029 | | impl<'a, 'b> PartialEq<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3037:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3037 | | impl<'a, 'b> PartialOrd<$rhs> for $lhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation warning: lifetime parameter `'b` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/camino-1.1.9/src/lib.rs:3045:18 | 3018 | / macro_rules! impl_cmp_os_str { 3019 | | ($lhs:ty, $rhs: ty) => { 3020 | | #[allow(clippy::extra_unused_lifetimes)] 3021 | | impl<'a, 'b> PartialEq<$rhs> for $lhs { ... | 3045 | | impl<'a, 'b> PartialOrd<$lhs> for $rhs { | | --^^ | | | | | help: elide the unused lifetime ... | 3051 | | }; 3052 | | } | |_- in this expansion of `impl_cmp_os_str!` ... 3064 | impl_cmp_os_str!(&'a Utf8Path, OsString); | ---------------------------------------- in this macro invocation Fresh cargo-platform v0.1.8 Fresh tracing-log v0.2.0 warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs:115:5 | 115 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default Fresh regex v1.11.1 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1557:38 | 1557 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1557 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1924:46 | 1924 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1924 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1942:46 | 1942 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1942 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/bytes.rs:1954:46 | 1954 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1954 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1570:38 | 1570 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1570 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1934:46 | 1934 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1934 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1952:46 | 1952 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1952 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/regex/string.rs:1964:46 | 1964 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1964 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Fresh thread_local v1.1.8 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:65:48 | 65 | pub fn iter_mut(&mut self) -> CachedIterMut { | -------------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | pub fn iter_mut(&mut self) -> CachedIterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:112:32 | 112 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:290:42 | 290 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:347:32 | 347 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: methods `unchecked_unwrap` and `unchecked_unwrap_none` are never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:13:15 | 11 | pub trait UncheckedOptionExt { | ------------------ methods in this trait 12 | /// Get the value out of this Option without checking for None. 13 | unsafe fn unchecked_unwrap(self) -> T; | ^^^^^^^^^^^^^^^^ ... 16 | unsafe fn unchecked_unwrap_none(self); | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `unchecked_unwrap_err` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:25:15 | 20 | pub trait UncheckedResultExt { | ------------------ method in this trait ... 25 | unsafe fn unchecked_unwrap_err(self) -> E; | ^^^^^^^^^^^^^^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:121:37 | 121 | pub struct CachedIterMut<'a, T: Send + 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `camino` (lib) generated 202 warnings warning: `tracing-log` (lib) generated 1 warning warning: `regex` (lib) generated 8 warnings warning: `thread_local` (lib) generated 7 warnings Fresh smallvec v1.13.2 Fresh yansi-term v0.1.2 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/ansi.rs:7:45 | 7 | pub fn write_prefix(&self, f: &mut fmt::Formatter) -> Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 7 | pub fn write_prefix(&self, f: &mut fmt::Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/ansi.rs:71:37 | 71 | pub fn write_reset(f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn write_reset(f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/ansi.rs:79:44 | 79 | pub fn write_prefix(self, f: &mut fmt::Formatter) -> Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 79 | pub fn write_prefix(self, f: &mut fmt::Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/ansi.rs:119:49 | 119 | fn write_foreground_code(self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn write_foreground_code(self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/ansi.rs:124:49 | 124 | fn write_background_code(self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 124 | fn write_background_code(self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/display.rs:6:40 | 6 | struct DisplayANSI fmt::Result> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 6 | struct DisplayANSI) -> fmt::Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/display.rs:11:26 | 11 | impl fmt::Result> fmt::Display for DisplayANSI { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 11 | impl) -> fmt::Result> fmt::Display for DisplayANSI { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/display.rs:12:32 | 12 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 12 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/display.rs:27:50 | 27 | f: Cell::new(Some(move |f: &mut fmt::Formatter| f.write_str(input))), | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 27 | f: Cell::new(Some(move |f: &mut fmt::Formatter<'_>| f.write_str(input))), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/display.rs:34:41 | 34 | pub fn paint_fn fmt::Result>( | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 34 | pub fn paint_fn) -> fmt::Result>( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/display.rs:61:41 | 61 | pub fn paint_fn fmt::Result>( | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub fn paint_fn) -> fmt::Result>( | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yansi-term-0.1.2/src/lib.rs:168:9 | 168 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default Fresh either v1.13.0 Fresh cargo_metadata v0.18.1 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/diagnostic.rs:152:32 | 152 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 152 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/messages.rs:261:32 | 261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/lib.rs:138:32 | 138 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cargo_metadata-0.18.1/src/lib.rs:492:32 | 492 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 492 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh clap-cargo v0.12.0 warning: `yansi-term` (lib) generated 12 warnings warning: `cargo_metadata` (lib) generated 4 warnings Fresh tracing-subscriber v0.3.18 warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs:189:5 | 189 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:213:19 | 213 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:219:27 | 219 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:221:23 | 221 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:231:27 | 231 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:233:23 | 233 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:244:27 | 244 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:246:23 | 246 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/registry/mod.rs:118:50 | 92 | pub trait LookupSpan<'a> { | -- lifetime `'a` declared here ... 118 | fn span(&'a self, id: &Id) -> Option> | ^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default Fresh annotate-snippets v0.9.2 Fresh itertools v0.12.1 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:36:5 | 36 | debug_fmt_fields!(CoalesceBy, iter, last); | ----------------------------------------- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/coalesce.rs:173:5 | 173 | debug_fmt_fields!(DedupPred2CoalescePred,); | ------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/map.rs:88:5 | 88 | debug_fmt_fields!(MapSpecialCaseFnOk,); | -------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/multi_product.rs:27:5 | 27 | debug_fmt_fields!(CoalesceBy, 0); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:490:5 | 490 | debug_fmt_fields!(Batching, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:587:5 | 587 | debug_fmt_fields!(TakeWhileRef, iter); | ------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:591:64 | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef | ------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:940:5 | 940 | debug_fmt_fields!(FilterOk, iter); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1013:5 | 1013 | debug_fmt_fields!(FilterMapOk, iter); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1094:5 | 1094 | debug_fmt_fields!(Positions, iter); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:1188:5 | 1188 | debug_fmt_fields!(Update, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations.rs:32:5 | 32 | debug_fmt_fields!(Combinations, indices, pool, first); | ----------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/combinations_with_replacement.rs:30:5 | 30 | debug_fmt_fields!(CombinationsWithReplacement, indices, pool, first); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:20:9 | 20 | debug_fmt_fields!(DuplicatesBy, iter, meta.used); | ------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/duplicates_impl.rs:139:9 | 139 | debug_fmt_fields!(ByFn,); | ------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:89:27 | 89 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 89 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/exactly_one_err.rs:104:27 | 104 | fn fmt(&self, f: &mut Formatter) -> FmtResult { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 104 | fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/flatten_ok.rs:150:5 | 150 | debug_fmt_fields!(FlattenOk, iter, inner_front, inner_back); | ----------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:80:22 | 80 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 80 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:81:36 | 81 | cb: fn(&I::Item, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | cb: fn(&I::Item, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/format.rs:108:44 | 101 | / macro_rules! impl_format { 102 | | ($($fmt_trait:ident)*) => { 103 | | $( 104 | | impl<'a, I> fmt::$fmt_trait for Format<'a, I> ... | 108 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 113 | | } 114 | | } | |_- in this expansion of `impl_format!` 115 | 116 | impl_format! {Display Debug UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer} | ------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 108 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/grouping_map.rs:16:5 | 16 | debug_fmt_fields!(MapForGrouping, 0); | ------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/kmerge_impl.rs:170:5 | 170 | debug_fmt_fields!(KMergeBy, heap); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/merge_join.rs:230:5 | 230 | debug_fmt_fields!(MergeBy, left, right); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/pad_tail.rs:23:5 | 23 | debug_fmt_fields!(PadUsing, iter, min, pos); | ------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:125:5 | 125 | debug_fmt_fields!(PeekingTakeWhile, iter); | ----------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:129:72 | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile | ----------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/permutations.rs:49:5 | 49 | debug_fmt_fields!(Permutations, vals, state); | -------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/powerset.rs:32:5 | 32 | debug_fmt_fields!(Powerset, combs); | ---------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:62:29 | 62 | F: FnOnce(ProcessResults) -> R, | --------------^--------------- expected lifetime parameter | help: indicate the anonymous lifetime | 62 | F: FnOnce(ProcessResults<'_, I::IntoIter, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:16:5 | 16 | debug_fmt_fields!(RepeatCall,); | ------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:115:5 | 115 | debug_fmt_fields!(Unfold, state); | -------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/sources.rs:154:5 | 154 | debug_fmt_fields!(Iterate, state); | --------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/take_while_inclusive.rs:37:5 | 37 | debug_fmt_fields!(TakeWhileInclusive, iter, done); | ------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:26:5 | 26 | debug_fmt_fields!(UniqueBy, iter, used); | --------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/unique_impl.rs:173:5 | 173 | debug_fmt_fields!(Unique, iter); | ------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/impl_macros.rs:6:43 | 4 | / macro_rules! debug_fmt_fields { 5 | | ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { 6 | | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | | ------------^^^^^^^^^ | | | | | expected lifetime parameter 7 | | f.debug_struct(stringify!($tyname)) ... | 13 | | } 14 | | } | |_- in this expansion of `debug_fmt_fields!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/with_position.rs:23:5 | 23 | debug_fmt_fields!(WithPosition, handled_first, peekable); | -------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 6 | fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:961:33 | 961 | F: FnOnce(ProcessResults) -> R, | --------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | F: FnOnce(ProcessResults<'_, Self, E>) -> R, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1438:71 | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile | ----------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:1464:63 | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef | ------------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2309:41 | 2309 | fn format(self, sep: &str) -> Format | ------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 2309 | fn format(self, sep: &str) -> Format<'_, Self> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs:2348:64 | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith | ----------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 2348 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> | +++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/adaptors/mod.rs:578:30 | 578 | pub struct TakeWhileRef<'a, I: 'a, F> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:375:16 | 375 | I: Iterator + 'a, | ^^^^^ 376 | I::Item: 'a, 377 | / K: 'a, 378 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 375 ~ I: Iterator, 376 | I::Item: 'a, 377 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:416:16 | 416 | I: Iterator + 'a, | ^^^^^ 417 | I::Item: 'a, 418 | / K: 'a, 419 | | F: 'a, | |____^^^^^^^ | help: remove these bounds | 416 ~ I: Iterator, 417 | I::Item: 'a, 418 ~ | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:546:16 | 546 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/groupbylazy.rs:577:16 | 577 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/peeking_take_while.rs:115:16 | 115 | I: Iterator + 'a, | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/process_results_impl.rs:11:35 | 11 | pub struct ProcessResults<'a, I, E: 'a> { | ^^^^ help: remove this bound Fresh term v0.7.0 Fresh ignore v0.4.23 warning: `tracing-subscriber` (lib) generated 9 warnings warning: `itertools` (lib) generated 50 warnings Fresh dirs v5.0.1 Fresh anyhow v1.0.92 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/context.rs:120:32 | 120 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 120 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/context.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/context.rs:172:40 | 172 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 172 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:406:28 | 406 | pub fn chain(&self) -> Chain { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn chain(&self) -> Chain<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:586:40 | 586 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 586 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:592:40 | 592 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 592 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:608:30 | 608 | object_ref: unsafe fn(Ref) -> Ref, | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 608 | object_ref: unsafe fn(Ref<'_, ErrorImpl>) -> Ref, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:608:49 | 608 | object_ref: unsafe fn(Ref) -> Ref, | ---^------------------------------------- expected lifetime parameter | help: indicate the anonymous lifetime | 608 | object_ref: unsafe fn(Ref) -> Ref<'_, dyn StdError + Send + Sync + 'static>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:612:35 | 612 | object_downcast: unsafe fn(Ref, TypeId) -> Option>, | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 612 | object_downcast: unsafe fn(Ref<'_, ErrorImpl>, TypeId) -> Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:612:69 | 612 | object_downcast: unsafe fn(Ref, TypeId) -> Option>, | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 612 | object_downcast: unsafe fn(Ref, TypeId) -> Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:620:36 | 620 | object_backtrace: unsafe fn(Ref) -> Option<&Backtrace>, | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 620 | object_backtrace: unsafe fn(Ref<'_, ErrorImpl>) -> Option<&Backtrace>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:642:31 | 642 | unsafe fn object_ref(e: Ref) -> Ref | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 642 | unsafe fn object_ref(e: Ref<'_, ErrorImpl>) -> Ref | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:642:50 | 642 | unsafe fn object_ref(e: Ref) -> Ref | ---^------------------------------------- expected lifetime parameter | help: indicate the anonymous lifetime | 642 | unsafe fn object_ref(e: Ref) -> Ref<'_, dyn StdError + Send + Sync + 'static> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:682:36 | 682 | unsafe fn object_downcast(e: Ref, target: TypeId) -> Option> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 682 | unsafe fn object_downcast(e: Ref<'_, ErrorImpl>, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:682:78 | 682 | unsafe fn object_downcast(e: Ref, target: TypeId) -> Option> | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 682 | unsafe fn object_downcast(e: Ref, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:728:23 | 728 | fn no_backtrace(e: Ref) -> Option<&Backtrace> { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 728 | fn no_backtrace(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:735:40 | 735 | unsafe fn context_downcast(e: Ref, target: TypeId) -> Option> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 735 | unsafe fn context_downcast(e: Ref<'_, ErrorImpl>, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:735:82 | 735 | unsafe fn context_downcast(e: Ref, target: TypeId) -> Option> | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 735 | unsafe fn context_downcast(e: Ref, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:792:43 | 792 | unsafe fn context_chain_downcast(e: Ref, target: TypeId) -> Option> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 792 | unsafe fn context_chain_downcast(e: Ref<'_, ErrorImpl>, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:792:85 | 792 | unsafe fn context_chain_downcast(e: Ref, target: TypeId) -> Option> | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 792 | unsafe fn context_chain_downcast(e: Ref, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:853:38 | 853 | unsafe fn context_backtrace(e: Ref) -> Option<&Backtrace> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 853 | unsafe fn context_backtrace(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:891:27 | 891 | fn erase(&self) -> Ref { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn erase(&self) -> Ref<'_, ErrorImpl> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:900:41 | 900 | pub(crate) unsafe fn error(this: Ref) -> &(dyn StdError + Send + Sync + 'static) { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 900 | pub(crate) unsafe fn error(this: Ref<'_, Self>) -> &(dyn StdError + Send + Sync + 'static) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:907:45 | 907 | pub(crate) unsafe fn error_mut(this: Mut) -> &mut (dyn StdError + Send + Sync + 'static) { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 907 | pub(crate) unsafe fn error_mut(this: Mut<'_, Self>) -> &mut (dyn StdError + Send + Sync + 'static) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:923:45 | 923 | pub(crate) unsafe fn backtrace(this: Ref) -> &Backtrace { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 923 | pub(crate) unsafe fn backtrace(this: Ref<'_, Self>) -> &Backtrace { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:948:41 | 948 | pub(crate) unsafe fn chain(this: Ref) -> Chain { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 948 | pub(crate) unsafe fn chain(this: Ref<'_, Self>) -> Chain { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:948:52 | 948 | pub(crate) unsafe fn chain(this: Ref) -> Chain { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 948 | pub(crate) unsafe fn chain(this: Ref) -> Chain<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:971:40 | 971 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:980:40 | 980 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 980 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/fmt.rs:7:43 | 7 | pub(crate) unsafe fn display(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) unsafe fn display(this: Ref<'_, Self>, f: &mut fmt::Formatter) -> fmt::Result { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/fmt.rs:7:64 | 7 | pub(crate) unsafe fn display(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) unsafe fn display(this: Ref, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/fmt.rs:20:41 | 20 | pub(crate) unsafe fn debug(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 20 | pub(crate) unsafe fn debug(this: Ref<'_, Self>, f: &mut fmt::Formatter) -> fmt::Result { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/fmt.rs:20:62 | 20 | pub(crate) unsafe fn debug(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | pub(crate) unsafe fn debug(this: Ref, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/ptr.rs:48:32 | 48 | pub fn by_ref(&self) -> Ref { | ---^-- expected lifetime parameter | help: indicate the anonymous lifetime | 48 | pub fn by_ref(&self) -> Ref<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/ptr.rs:55:36 | 55 | pub fn by_mut(&mut self) -> Mut { | ---^-- expected lifetime parameter | help: indicate the anonymous lifetime | 55 | pub fn by_mut(&mut self) -> Mut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:17:32 | 17 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:26:32 | 26 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:49:32 | 49 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:62:32 | 62 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 62 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:69:32 | 69 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/lib.rs:683:29 | 683 | pub fn format_err(args: Arguments) -> Error { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 683 | pub fn format_err(args: Arguments<'_>) -> Error { | ++++ Fresh toml v0.7.8 Fresh getopts v0.2.21 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Fresh rustfmt-config_proc_macro v0.3.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/config_proc_macro) Fresh diff v0.1.13 warning: `anyhow` (lib) generated 42 warnings warning: `getopts` (lib) generated 1 warning Fresh unicode-segmentation v1.12.0 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:251:47 | 251 | fn graphemes(&self, is_extended: bool) -> Graphemes { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 251 | fn graphemes(&self, is_extended: bool) -> Graphemes<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:256:54 | 256 | fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 256 | fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:261:32 | 261 | fn unicode_words(&self) -> UnicodeWords { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 261 | fn unicode_words(&self) -> UnicodeWords<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:266:39 | 266 | fn unicode_word_indices(&self) -> UnicodeWordIndices { | ^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unicode_word_indices(&self) -> UnicodeWordIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:271:36 | 271 | fn split_word_bounds(&self) -> UWordBounds { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 271 | fn split_word_bounds(&self) -> UWordBounds<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:276:43 | 276 | fn split_word_bound_indices(&self) -> UWordBoundIndices { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 276 | fn split_word_bound_indices(&self) -> UWordBoundIndices<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:281:36 | 281 | fn unicode_sentences(&self) -> UnicodeSentences { | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn unicode_sentences(&self) -> UnicodeSentences<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:286:40 | 286 | fn split_sentence_bounds(&self) -> USentenceBounds { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 286 | fn split_sentence_bounds(&self) -> USentenceBounds<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-segmentation-1.12.0/src/lib.rs:291:47 | 291 | fn split_sentence_bound_indices(&self) -> USentenceBoundIndices { | ^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn split_sentence_bound_indices(&self) -> USentenceBoundIndices<'_> { | ++++ Fresh unicode-properties v0.1.3 Fresh bytecount v0.6.8 warning: unexpected `cfg` condition value: `generic_simd` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytecount-0.6.8/src/lib.rs:96:48 | 96 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"generic-simd"` | = note: expected values for `feature` are: `generic-simd`, `html_report`, and `runtime-dispatch-simd` = help: consider adding `generic_simd` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `generic_simd` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bytecount-0.6.8/src/lib.rs:158:48 | 158 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"generic-simd"` | = note: expected values for `feature` are: `generic-simd`, `html_report`, and `runtime-dispatch-simd` = help: consider adding `generic_simd` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `unicode-segmentation` (lib) generated 9 warnings warning: `bytecount` (lib) generated 2 warnings Fresh rustfmt-nightly v1.8.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt) Finished `release` profile [optimized] target(s) in 4.31s Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools/x86_64-unknown-openbsd/release/cargo-fmt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo-fmt" < ToolBuild { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "cargo-fmt", path: "src/tools/rustfmt", mode: ToolRustc, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } < Cargofmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, extra_features: [] } Install "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustfmt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/bin/rustfmt" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustfmt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/bin/rustfmt" Install "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo-fmt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/bin/cargo-fmt" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-tools-bin/cargo-fmt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/bin/cargo-fmt" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/share/doc/rustfmt/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/share/doc/rustfmt/README.md" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/share/doc/rustfmt/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/share/doc/rustfmt/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/share/doc/rustfmt/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image/share/doc/rustfmt/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay/builder-config" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay/README.md" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rustfmt/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay/LICENSE-MIT" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } Dist rustfmt-1.84.1-x86_64-unknown-openbsd running: LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" "generate" "--image-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/image" "--component-name=rustfmt-preview" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=rustfmt installed." "--package-name=rustfmt-1.84.1-x86_64-unknown-openbsd" "--non-installed-overlay" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd/overlay" "--output-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/dist" "--work-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rustfmt/x86_64-unknown-openbsd" "--compression-formats" "gz" "--compression-profile" "fast" (failure_mode=Exit) (created at src/core/build_steps/tool.rs:1117:23, executed at src/utils/tarball.rs:388:13) finished in 0.313 seconds < Rustfmt { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Src Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/benches/btree/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/btree/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/benches/btree/map.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/btree/map.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/benches/btree/set.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/btree/set.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/benches/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/benches/vec.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/vec.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/benches/vec_deque_append.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/vec_deque_append.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/benches/slice.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/slice.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/benches/vec_deque.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/vec_deque.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/benches/string.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/string.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/benches/binary_heap.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/binary_heap.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/benches/str.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/str.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/benches/linked_list.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/benches/linked_list.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/alloc/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/alloc/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/boxed/thin.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/boxed/thin.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/boxed/iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/boxed/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/boxed/convert.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/boxed/convert.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/binary_heap/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/binary_heap/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/borrow/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/borrow/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/map/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/map/entry.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/entry.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/node/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/node/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/set/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/set/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/append.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/append.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/node.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/node.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/navigate.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/navigate.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/remove.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/remove.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/search.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/search.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/set_val.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/set_val.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/mem.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/mem.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/map.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/map.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/dedup_sorted_iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/dedup_sorted_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/merge_iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/merge_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/set.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/set.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/split.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/split.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/borrow.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/borrow.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/btree/fix.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/btree/fix.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/linked_list/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/linked_list/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/vec_deque/spec_extend.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/spec_extend.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/vec_deque/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/vec_deque/drain.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/drain.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/vec_deque/iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/vec_deque/spec_from_iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/spec_from_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/vec_deque/into_iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/into_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/vec_deque/macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/vec_deque/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/vec_deque/iter_mut.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/iter_mut.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/collections/linked_list.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/collections/linked_list.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/ffi/c_str/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/ffi/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/ffi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/ffi/c_str.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/ffi/c_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/raw_vec/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/raw_vec/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/rc/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/rc/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/sync/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/sync/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/testing/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/testing/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/testing/rng.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/testing/rng.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/testing/ord_chaos.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/testing/ord_chaos.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/testing/crash_test.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/testing/crash_test.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/spec_from_iter_nested.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/spec_from_iter_nested.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/spec_extend.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/spec_extend.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/splice.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/splice.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/extract_if.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/extract_if.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/spec_from_elem.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/spec_from_elem.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/drain.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/drain.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/is_zero.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/is_zero.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/in_place_drop.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/in_place_drop.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/set_len_on_drop.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/set_len_on_drop.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/partial_eq.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/partial_eq.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/spec_from_iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/spec_from_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/into_iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/into_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/in_place_collect.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/in_place_collect.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/vec/cow.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/vec/cow.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/raw_vec.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/raw_vec.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/sync.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/sync.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/alloc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/rc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/rc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/boxed.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/boxed.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/slice.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/slice.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/string.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/string.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/lib.miri.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/lib.miri.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/task.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/task.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/str.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/str.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/fmt.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/fmt.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/borrow.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/src/borrow.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/sort/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/sort/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/sort/zipf.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/sort/zipf.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/sort/ffi_types.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/sort/ffi_types.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/sort/patterns.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/sort/patterns.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/sort/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/sort/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/sort/known_good_stable_sort.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/sort/known_good_stable_sort.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/vec.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/vec.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/rc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/rc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/arc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/arc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/boxed.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/boxed.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/slice.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/slice.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/vec_deque.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/vec_deque.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/string.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/string.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/btree_set_hash.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/btree_set_hash.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/task.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/task.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/heap.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/heap.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/vec_deque_alloc_error.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/vec_deque_alloc_error.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/str.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/str.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/c_str.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/c_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/cow_str.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/cow_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/const_fns.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/const_fns.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/autotraits.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/autotraits.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/fmt.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/fmt.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/linked_list.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/linked_list.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/borrow.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/borrow.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/tests/thin_box.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/tests/thin_box.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/alloc/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/.github/actions/build-with-patched-std/action.yml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/.github/actions/build-with-patched-std/action.yml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/.github/actions/report-code-size-changes/action.yml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/.github/actions/report-code-size-changes/action.yml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/.github/workflows/check-binary-size.yml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/.github/workflows/check-binary-size.yml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/.github/workflows/main.yml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/.github/workflows/main.yml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/benches/benchmarks.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/benches/benchmarks.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/aarch64-linux-android/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/aarch64-linux-android/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/aarch64-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/aarch64-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/arm-linux-androideabi/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/arm-linux-androideabi/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/armv7-linux-androideabi/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/armv7-linux-androideabi/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/i586-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/i586-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/i686-linux-android/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/i686-linux-android/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/i686-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/i686-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/s390x-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/s390x-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/x86_64-linux-android/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/x86_64-linux-android/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/x86_64-pc-windows-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/x86_64-pc-windows-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/x86_64-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/x86_64-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/docker/x86_64-unknown-linux-musl/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/docker/x86_64-unknown-linux-musl/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/android-ndk.sh" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/android-ndk.sh" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/android-sdk.sh" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/android-sdk.sh" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/debuglink.sh" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/debuglink.sh" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/run.sh" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/run.sh" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/debuglink-docker.sh" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/debuglink-docker.sh" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/run-docker.sh" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/run-docker.sh" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/ci/runtest-android.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/ci/runtest-android.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/examples/backtrace.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/examples/backtrace.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/examples/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/examples/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/backtrace/dbghelp32.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/backtrace/dbghelp32.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/backtrace/dbghelp64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/backtrace/dbghelp64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/backtrace/libunwind.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/backtrace/libunwind.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/backtrace/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/backtrace/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/backtrace/miri.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/backtrace/miri.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/backtrace/noop.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/backtrace/noop.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/print/fuchsia.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/print/fuchsia.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/mmap_fake.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/mmap_fake.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/coff.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/coff.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/xcoff.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/xcoff.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/elf.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/elf.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/stash.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/stash.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/macho.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/macho.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/libs_dl_iterate_phdr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_dl_iterate_phdr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/libs_macos.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_macos.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/libs_illumos.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_illumos.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/mmap_windows.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/mmap_windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/libs_windows.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/libs_haiku.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_haiku.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/libs_aix.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_aix.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/mmap_unix.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/mmap_unix.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/parse_running_mmaps_unix.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/parse_running_mmaps_unix.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli/libs_libnx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_libnx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/gimli.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/miri.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/miri.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/dbghelp.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/dbghelp.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/symbolize/noop.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/symbolize/noop.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/capture.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/capture.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/dbghelp.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/dbghelp.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/types.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/types.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/windows_sys.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/windows_sys.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/src/print.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/src/print.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/tests/accuracy/main.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/accuracy/main.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/tests/accuracy/auxiliary.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/accuracy/auxiliary.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/tests/common/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/common/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/tests/smoke.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/smoke.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/tests/long_fn_name.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/long_fn_name.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/tests/sgx-image-base.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/sgx-image-base.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/tests/current-exe-mismatch.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/current-exe-mismatch.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/tests/concurrent-panics.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/concurrent-panics.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/tests/skip_inner_frames.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/tests/skip_inner_frames.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/Cargo.lock" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/Cargo.lock" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/backtrace/bindings.txt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/backtrace/bindings.txt" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/ascii/is_ascii.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/ascii/is_ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/char/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/char/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/char/methods.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/char/methods.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/hash/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/hash/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/hash/sip.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/hash/sip.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/net/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/net/addr_parser.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/net/addr_parser.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/num/dec2flt/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/dec2flt/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/num/flt2dec/strategy/dragon.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/flt2dec/strategy/dragon.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/num/flt2dec/strategy/grisu.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/flt2dec/strategy/grisu.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/num/flt2dec/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/flt2dec/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/num/int_log/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/int_log/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/num/int_pow/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/int_pow/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/num/int_sqrt/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/int_sqrt/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/num/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/num/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/str/corpora.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/str/corpora.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/str/debug.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/str/debug.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/str/iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/str/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/str/char_count.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/str/char_count.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/slice.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/slice.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/tuple.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/tuple.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/ascii.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/pattern.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/pattern.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/str.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/str.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/fmt.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/fmt.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/array.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/array.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/benches/any.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/benches/any.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/alloc/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/alloc/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/alloc/global.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/alloc/global.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/alloc/layout.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/alloc/layout.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/array/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/array/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/array/ascii.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/array/ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/array/drain.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/array/drain.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/array/iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/array/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/array/equality.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/array/equality.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ascii/ascii_char.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ascii/ascii_char.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/async_iter/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/async_iter/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/async_iter/async_iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/async_iter/async_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/async_iter/from_iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/async_iter/from_iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/cell/once.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/cell/once.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/cell/lazy.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/cell/lazy.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/char/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/char/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/char/decode.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/char/decode.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/char/methods.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/char/methods.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/char/convert.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/char/convert.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/clone/uninit.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/clone/uninit.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/cmp/bytewise.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/cmp/bytewise.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/convert/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/convert/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/convert/num.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/convert/num.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_void.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_void.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_double.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_double.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_long.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_long.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_longlong.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_longlong.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_ulonglong.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_ulonglong.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_ulong.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_ulong.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_char.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_char.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_schar.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_schar.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_uchar.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_uchar.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_float.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_float.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_int.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_int.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_uint.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_uint.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_short.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_short.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_ushort.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_ushort.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/c_str.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/c_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ffi/va_list.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ffi/va_list.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/fmt/fmt_trait_method_doc.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/fmt/fmt_trait_method_doc.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/fmt/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/fmt/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/fmt/num.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/fmt/num.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/fmt/builders.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/fmt/builders.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/fmt/float.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/fmt/float.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/fmt/nofloat.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/fmt/nofloat.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/fmt/rt.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/fmt/rt.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/future/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/future/future.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/future.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/future/into_future.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/into_future.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/future/pending.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/pending.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/future/poll_fn.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/poll_fn.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/future/join.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/join.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/future/async_drop.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/async_drop.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/future/ready.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/future/ready.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/hash/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/hash/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/hash/sip.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/hash/sip.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/intrinsics/simd.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/intrinsics/simd.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/intrinsics/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/intrinsics/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/intrinsics/mir.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/intrinsics/mir.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/io/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/io/borrowed_buf.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/io/borrowed_buf.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/copied.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/copied.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/cloned.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/cloned.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/by_ref_sized.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/by_ref_sized.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/take.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/take.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/peekable.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/peekable.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/cycle.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/cycle.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/take_while.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/take_while.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/map_while.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/map_while.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/skip_while.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/skip_while.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/intersperse.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/intersperse.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/fuse.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/fuse.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/enumerate.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/enumerate.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/scan.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/scan.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/flatten.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/flatten.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/chain.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/chain.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/map.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/map.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/filter_map.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/filter_map.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/skip.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/skip.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/zip.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/zip.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/filter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/filter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/array_chunks.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/array_chunks.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/map_windows.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/map_windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/inspect.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/inspect.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/rev.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/rev.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/adapters/step_by.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/adapters/step_by.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/sources/once.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/once.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/sources/from_coroutine.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/from_coroutine.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/sources/once_with.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/once_with.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/sources/repeat_with.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/repeat_with.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/sources/repeat_n.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/repeat_n.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/sources/from_fn.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/from_fn.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/sources/successors.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/successors.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/sources/repeat.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/repeat.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/sources/empty.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources/empty.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/traits/double_ended.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/double_ended.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/traits/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/traits/exact_size.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/exact_size.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/traits/accum.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/accum.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/traits/marker.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/marker.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/traits/iterator.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/iterator.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/traits/unchecked_iterator.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/unchecked_iterator.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/traits/collect.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/traits/collect.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/range.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/range.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/iter/sources.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/iter/sources.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/macros/panic.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/macros/panic.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/macros/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/macros/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/mem/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/mem/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/mem/manually_drop.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/mem/manually_drop.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/mem/maybe_uninit.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/mem/maybe_uninit.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/mem/transmutability.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/mem/transmutability.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/net/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/net/ip_addr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/net/socket_addr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/net/socket_addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/net/display_buffer.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/net/display_buffer.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/net/parser.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/net/parser.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/dec2flt/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/dec2flt/table.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/table.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/dec2flt/lemire.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/lemire.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/dec2flt/parse.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/parse.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/dec2flt/decimal.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/decimal.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/dec2flt/common.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/common.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/dec2flt/number.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/number.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/dec2flt/float.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/float.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/dec2flt/fpu.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/fpu.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/dec2flt/slow.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/dec2flt/slow.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/flt2dec/strategy/dragon.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/flt2dec/strategy/dragon.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/flt2dec/strategy/grisu.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/flt2dec/strategy/grisu.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/flt2dec/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/flt2dec/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/flt2dec/decoder.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/flt2dec/decoder.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/flt2dec/estimator.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/flt2dec/estimator.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/shells/i32.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/i32.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/shells/u32.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/u32.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/shells/i64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/i64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/shells/u64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/u64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/shells/i16.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/i16.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/shells/u16.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/u16.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/shells/i128.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/i128.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/shells/u128.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/u128.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/shells/i8.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/i8.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/shells/u8.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/u8.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/shells/isize.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/isize.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/shells/usize.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/usize.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/shells/int_macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/shells/int_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/int_log10.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/int_log10.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/f32.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/f32.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/f64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/f64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/f16.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/f16.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/f128.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/f128.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/overflow_panic.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/overflow_panic.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/wrapping.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/wrapping.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/saturating.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/saturating.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/bignum.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/bignum.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/nonzero.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/nonzero.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/error.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/int_macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/int_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/uint_macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/uint_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/diy_float.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/diy_float.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/fmt.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/fmt.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/num/int_sqrt.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/num/int_sqrt.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/range.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/range.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/index_range.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/index_range.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/coroutine.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/coroutine.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/unsize.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/unsize.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/deref.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/deref.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/arith.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/arith.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/function.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/function.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/async_function.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/async_function.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/drop.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/drop.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/try_trait.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/try_trait.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/bit.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/bit.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/control_flow.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/control_flow.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ops/index.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ops/index.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/panic/unwind_safe.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/panic/location.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/panic/location.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/panic/panic_info.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/panic/panic_info.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/prelude/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/prelude/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/prelude/common.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/prelude/common.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ptr/metadata.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/metadata.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ptr/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ptr/unique.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/unique.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ptr/non_null.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/non_null.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ptr/const_ptr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/const_ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ptr/mut_ptr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/mut_ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ptr/alignment.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ptr/alignment.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/range/iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/range/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/range/legacy.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/range/legacy.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/iter/macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/iter/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/sort/shared/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort/shared/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/sort/shared/pivot.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort/shared/pivot.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/sort/shared/smallsort.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort/shared/smallsort.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/sort/stable/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort/stable/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/sort/stable/merge.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort/stable/merge.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/sort/stable/drift.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort/stable/drift.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/sort/stable/quicksort.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort/stable/quicksort.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/sort/stable/tiny.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort/stable/tiny.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/sort/unstable/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort/unstable/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/sort/unstable/quicksort.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort/unstable/quicksort.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/sort/unstable/heapsort.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort/unstable/heapsort.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/sort/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/sort/select.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/sort/select.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/rotate.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/rotate.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/specialize.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/specialize.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/ascii.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/cmp.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/cmp.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/memchr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/memchr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/slice/index.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/slice/index.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/str/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/str/pattern.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/pattern.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/str/iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/str/error.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/str/validations.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/validations.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/str/traits.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/traits.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/str/converts.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/converts.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/str/count.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/count.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/str/lossy.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/str/lossy.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/sync/atomic.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/sync/atomic.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/sync/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/sync/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/sync/exclusive.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/sync/exclusive.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/task/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/task/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/task/wake.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/task/wake.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/task/poll.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/task/poll.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/task/ready.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/task/ready.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/unicode/unicode_data.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/unicode/unicode_data.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/unicode/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/unicode/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/unicode/printable.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/unicode/printable.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/unicode/printable.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/unicode/printable.py" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/error.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/error.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/panic.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/panic.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/range.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/range.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/tuple.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/tuple.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/clone.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/clone.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/escape.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/escape.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/primitive.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/primitive.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/panicking.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/panicking.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/asserting.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/asserting.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/arch.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/arch.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ascii.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/lib.miri.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/lib.miri.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/cell.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/cell.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/bool.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/bool.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/random.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/random.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/pin.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/pin.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/option.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/option.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/cmp.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/cmp.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/marker.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/marker.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/error.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/primitive_docs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/primitive_docs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/ub_checks.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/ub_checks.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/internal_macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/internal_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/pat.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/pat.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/unit.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/unit.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/default.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/default.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/result.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/result.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/hint.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/hint.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/borrow.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/borrow.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/any.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/src/any.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/async_iter/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/async_iter/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/ffi/cstr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/ffi/cstr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/fmt/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/fmt/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/fmt/num.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/fmt/num.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/fmt/builders.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/fmt/builders.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/fmt/float.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/fmt/float.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/hash/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/hash/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/hash/sip.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/hash/sip.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/io/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/io/borrowed_buf.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/io/borrowed_buf.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/copied.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/copied.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/cloned.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/cloned.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/by_ref_sized.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/by_ref_sized.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/take.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/take.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/peekable.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/peekable.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/cycle.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/cycle.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/take_while.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/take_while.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/skip_while.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/skip_while.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/intersperse.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/intersperse.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/fuse.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/fuse.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/enumerate.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/enumerate.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/scan.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/scan.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/flatten.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/flatten.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/chain.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/chain.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/map.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/map.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/filter_map.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/filter_map.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/flat_map.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/flat_map.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/skip.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/skip.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/zip.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/zip.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/filter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/filter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/array_chunks.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/array_chunks.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/map_windows.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/map_windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/inspect.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/inspect.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/adapters/step_by.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/adapters/step_by.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/traits/double_ended.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/traits/double_ended.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/traits/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/traits/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/traits/accum.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/traits/accum.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/traits/step.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/traits/step.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/traits/iterator.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/traits/iterator.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/range.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/range.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/iter/sources.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/iter/sources.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/net/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/net/ip_addr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/net/ip_addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/net/socket_addr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/net/socket_addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/net/parser.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/net/parser.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/dec2flt/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/dec2flt/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/dec2flt/lemire.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/dec2flt/lemire.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/dec2flt/parse.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/dec2flt/parse.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/dec2flt/float.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/dec2flt/float.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/flt2dec/strategy/dragon.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/flt2dec/strategy/dragon.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/flt2dec/strategy/grisu.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/flt2dec/strategy/grisu.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/flt2dec/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/flt2dec/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/flt2dec/random.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/flt2dec/random.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/flt2dec/estimator.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/flt2dec/estimator.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/i32.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/i32.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/u32.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/u32.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/ieee754.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/ieee754.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/i64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/i64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/u64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/u64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/i16.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/i16.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/u16.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/u16.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/i128.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/i128.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/u128.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/u128.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/i8.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/i8.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/u8.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/u8.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/wrapping.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/wrapping.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/int_log.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/int_log.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/const_from.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/const_from.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/bignum.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/bignum.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/nan.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/nan.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/int_macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/int_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/uint_macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/uint_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/midpoint.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/midpoint.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/int_sqrt.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/int_sqrt.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/num/float_iter_sum_identity.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/num/float_iter_sum_identity.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/ops/from_residual.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/ops/from_residual.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/ops/control_flow.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/ops/control_flow.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/panic/location.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/panic/location.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/atomic.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/atomic.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/panic.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/panic.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/alloc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/simd.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/simd.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/slice.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/slice.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/unicode.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/unicode.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/tuple.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/tuple.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/clone.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/clone.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/future.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/future.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/asserting.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/asserting.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/ffi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/ffi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/ascii.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/task.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/task.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/cell.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/cell.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/bool.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/bool.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/mem.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/mem.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/pin.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/pin.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/option.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/option.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/pattern.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/pattern.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/pin_macro.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/pin_macro.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/nonzero.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/nonzero.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/cmp.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/cmp.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/manually_drop.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/manually_drop.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/char.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/char.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/ascii_char.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/ascii_char.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/waker.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/waker.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/error.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/ptr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/const_ptr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/const_ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/str.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/str.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/intrinsics.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/intrinsics.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/result.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/result.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/convert.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/convert.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/array.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/array.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/any.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/any.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/str_lossy.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/str_lossy.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/tests/lazy.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/tests/lazy.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/core/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_abort/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort/src/android.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_abort/src/android.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort/src/zkvm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_abort/src/zkvm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_abort/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind/src/gcc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/gcc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind/src/emcc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/emcc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind/src/seh.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/seh.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind/src/miri.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/miri.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind/src/hermit.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/hermit.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind/src/dummy.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/src/dummy.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/panic_unwind/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/.github/ISSUE_TEMPLATE/blank_issue.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/ISSUE_TEMPLATE/blank_issue.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/.github/ISSUE_TEMPLATE/bug_report.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/ISSUE_TEMPLATE/bug_report.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/.github/ISSUE_TEMPLATE/feature_request.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/ISSUE_TEMPLATE/feature_request.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/.github/ISSUE_TEMPLATE/config.yml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/ISSUE_TEMPLATE/config.yml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/.github/workflows/doc.yml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/workflows/doc.yml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/.github/workflows/ci.yml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/workflows/ci.yml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/.github/PULL_REQUEST_TEMPLATE.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/.github/PULL_REQUEST_TEMPLATE.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/examples/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/examples/spectral_norm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/spectral_norm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/examples/matrix_inversion.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/matrix_inversion.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/examples/dot_product.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/dot_product.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/examples/nbody.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/nbody.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/masks/bitmask.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/bitmask.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/masks/full_masks.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/full_masks.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/ops/deref.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops/deref.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/ops/assign.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops/assign.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/ops/shift_scalar.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops/shift_scalar.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/ops/unary.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops/unary.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/simd/cmp/ord.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/cmp/ord.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/simd/cmp/eq.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/cmp/eq.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/simd/num/float.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/float.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/simd/num/int.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/int.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/simd/num/uint.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/uint.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/simd/ptr/const_ptr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/ptr/const_ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/simd/ptr/mut_ptr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/ptr/mut_ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/simd/prelude.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/prelude.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/simd/num.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/simd/cmp.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/cmp.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/simd/ptr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/vendor/wasm32.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/wasm32.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/vendor/x86.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/x86.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/vendor/powerpc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/powerpc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/vendor/arm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/arm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/core_simd_docs.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/core_simd_docs.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/swizzle.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/swizzle.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/swizzle_dyn.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/swizzle_dyn.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/iter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/iter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/vendor.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/vector.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vector.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/alias.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/alias.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/to_bytes.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/to_bytes.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/masks.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/select.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/select.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/fmt.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/fmt.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/lane_count.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/lane_count.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/src/cast.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/cast.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask32.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask32.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask16.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask16.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask8.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask8.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/masksize.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/masksize.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask_macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops_impl/mask_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/round.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/round.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/try_from_slice.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/try_from_slice.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/swizzle.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/swizzle.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/masked_load_store.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/masked_load_store.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/autoderef.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/autoderef.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/swizzle_dyn.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/swizzle_dyn.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/to_bytes.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/to_bytes.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/masks.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/masks.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/ops_macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/ops_macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/f32_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/f32_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/i32_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/i32_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/u32_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/u32_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/f64_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/f64_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/i64_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/i64_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/u64_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/u64_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/i16_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/i16_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/u16_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/u16_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/i8_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/i8_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/u8_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/u8_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/isize_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/isize_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/usize_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/usize_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/mask_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/mask_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/pointers.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/pointers.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/tests/cast.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/cast.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/core_simd/webdriver.json" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/webdriver.json" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/std_float/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/std_float/tests/float.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/std_float/tests/float.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/std_float/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/std_float/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/test_helpers/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/test_helpers/src/wasm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/wasm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/test_helpers/src/biteq.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/biteq.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/test_helpers/src/subnormals.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/subnormals.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/test_helpers/src/array.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/array.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/crates/test_helpers/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/CONTRIBUTING.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/CONTRIBUTING.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/beginners-guide.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/beginners-guide.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/Cargo.lock" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/Cargo.lock" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/portable-simd/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/portable-simd/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/bridge/arena.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/arena.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/bridge/rpc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/rpc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/bridge/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/bridge/handle.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/handle.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/bridge/closure.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/closure.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/bridge/fxhash.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/fxhash.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/bridge/symbol.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/symbol.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/bridge/buffer.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/buffer.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/bridge/server.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/server.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/bridge/client.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/client.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/bridge/selfless_reify.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/bridge/selfless_reify.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/diagnostic.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/diagnostic.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/escape.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/escape.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/quote.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/quote.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/to_tokens.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/src/to_tokens.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/proc_macro/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/profiler_builtins/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/profiler_builtins/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/profiler_builtins/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/profiler_builtins/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/profiler_builtins/build.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/profiler_builtins/build.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rtstartup/rsend.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rtstartup/rsend.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rtstartup/rsbegin.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rtstartup/rsbegin.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-alloc/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-alloc/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-core/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-core/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-core/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-std/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-std/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/rustc-std-workspace-std/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/benches/hash/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/benches/hash/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/benches/hash/map.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/benches/hash/map.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/benches/hash/set_ops.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/benches/hash/set_ops.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/benches/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/benches/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/backtrace/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/backtrace/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/collections/hash/map/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/collections/hash/map/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/collections/hash/set/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/collections/hash/set/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/collections/hash/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/collections/hash/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/collections/hash/map.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/collections/hash/map.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/collections/hash/set.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/collections/hash/set.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/collections/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/collections/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/env/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/env/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/error/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/error/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/f128/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/f128/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/f16/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/f16/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/f32/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/f32/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/f64/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/f64/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/ffi/os_str/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/ffi/os_str/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/ffi/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/ffi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/ffi/c_str.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/ffi/c_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/ffi/os_str.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/ffi/os_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/fs/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/fs/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/hash/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/hash/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/hash/random.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/hash/random.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/buffered/bufreader/buffer.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/bufreader/buffer.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/buffered/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/buffered/linewritershim.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/linewritershim.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/buffered/bufreader.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/bufreader.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/buffered/linewriter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/linewriter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/buffered/bufwriter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/bufwriter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/buffered/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/buffered/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/copy/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/copy/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/cursor/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/cursor/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/error/repr_unpacked.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/error/repr_unpacked.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/error/repr_bitpacked.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/error/repr_bitpacked.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/error/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/error/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/impls/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/impls/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/stdio/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/stdio/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/util/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/util/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/prelude.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/prelude.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/util.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/util.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/stdio.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/error.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/cursor.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/cursor.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/impls.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/impls.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/io/copy.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/io/copy.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/net/ip_addr/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/ip_addr/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/net/socket_addr/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/socket_addr/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/net/tcp/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/tcp/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/net/udp/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/udp/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/net/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/net/tcp.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/tcp.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/net/udp.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/udp.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/net/ip_addr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/ip_addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/net/socket_addr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/socket_addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/net/test.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/net/test.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/num/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/num/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/aix/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/aix/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/aix/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/aix/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/aix/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/aix/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/android/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/android/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/android/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/android/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/android/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/android/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/android/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/android/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/darwin/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/darwin/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/darwin/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/darwin/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/darwin/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/darwin/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/dragonfly/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/dragonfly/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/dragonfly/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/dragonfly/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/dragonfly/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/dragonfly/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/emscripten/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/emscripten/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/emscripten/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/emscripten/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/emscripten/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/emscripten/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/espidf/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/espidf/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/espidf/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/espidf/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/espidf/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/espidf/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/fd/owned.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/fd/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fd/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/fd/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fd/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/fd/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fd/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/fd/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fd/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/fortanix_sgx/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/fortanix_sgx/arch.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/arch.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/fortanix_sgx/ffi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/ffi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/fortanix_sgx/io.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/freebsd/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/freebsd/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/freebsd/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/freebsd/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/freebsd/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/freebsd/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/freebsd/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/freebsd/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/fuchsia/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fuchsia/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/fuchsia/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fuchsia/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/fuchsia/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/fuchsia/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/haiku/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/haiku/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/haiku/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/haiku/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/haiku/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/haiku/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/hermit/io/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hermit/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/hermit/io/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hermit/io/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/hermit/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hermit/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/hermit/ffi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hermit/ffi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/horizon/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/horizon/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/horizon/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/horizon/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/horizon/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/horizon/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/hurd/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hurd/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/hurd/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hurd/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/hurd/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/hurd/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/illumos/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/illumos/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/illumos/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/illumos/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/illumos/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/illumos/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/ios/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/ios/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/l4re/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/l4re/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/l4re/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/l4re/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/l4re/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/l4re/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/linux/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/linux/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/linux/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/linux/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/linux/process.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/linux/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/linux/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/linux/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/linux/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/linux/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/macos/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/macos/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/net/linux_ext/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/net/linux_ext/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/net/linux_ext/tcp.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/net/linux_ext/tcp.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/net/linux_ext/addr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/net/linux_ext/addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/net/linux_ext/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/net/linux_ext/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/net/linux_ext/socket.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/net/linux_ext/socket.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/net/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/netbsd/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/netbsd/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/netbsd/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/netbsd/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/netbsd/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/netbsd/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/netbsd/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/netbsd/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/nto/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/nto/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/nto/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/nto/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/nto/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/nto/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/nuttx/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/nuttx/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/nuttx/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/nuttx/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/nuttx/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/nuttx/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/openbsd/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/openbsd/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/openbsd/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/openbsd/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/openbsd/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/openbsd/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/raw/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/raw/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/raw/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/raw/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/redox/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/redox/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/redox/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/redox/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/redox/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/redox/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/rtems/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/rtems/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/rtems/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/rtems/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/rtems/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/rtems/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/solaris/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/solaris/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/solaris/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/solaris/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/solaris/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/solaris/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/solid/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/solid/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/solid/ffi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/solid/ffi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/solid/io.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/solid/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/uefi/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/uefi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/uefi/env.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/uefi/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/ffi/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/ffi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/ffi/os_str.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/ffi/os_str.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/fs/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/fs/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/io/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/io/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/io/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/net/ucred/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/ucred/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/net/ucred.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/ucred.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/net/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/net/stream.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/stream.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/net/datagram.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/datagram.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/net/addr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/addr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/net/listener.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/listener.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/net/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/net/ancillary.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/net/ancillary.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/process.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/unix/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/unix/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/vita/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/vita/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/vita/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/vita/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/vita/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/vita/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/vxworks/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/vxworks/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/vxworks/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/vxworks/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/vxworks/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/vxworks/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/wasi/io/fd/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/io/fd/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/wasi/io/fd.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/io/fd.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/wasi/io/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/wasi/io/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/io/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/wasi/net/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/wasi/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/wasi/ffi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/ffi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/wasi/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasi/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/wasip2/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/wasip2/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/windows/io/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/io/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/windows/io/handle.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/io/handle.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/windows/io/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/io/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/windows/io/socket.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/io/socket.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/windows/io/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/io/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/windows/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/windows/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/windows/ffi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/ffi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/windows/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/windows/process.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/windows/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/windows/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/xous/ffi/definitions/memoryflags.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/ffi/definitions/memoryflags.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/xous/ffi/definitions.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/ffi/definitions.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/xous/services/systime.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/services/systime.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/xous/services/log.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/services/log.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/xous/services/ticktimer.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/services/ticktimer.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/xous/services/dns.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/services/dns.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/xous/services/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/services/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/xous/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/xous/ffi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/ffi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/xous/services.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/xous/services.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/os/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/os/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/panic/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/panic/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/path/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/path/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/pipe/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/pipe/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/prelude/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/prelude/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/prelude/common.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/prelude/common.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/process/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/process/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/barrier/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/barrier/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/condvar/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/condvar/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/lazy_lock/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/lazy_lock/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpmc/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpmc/zero.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/zero.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpmc/waker.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/waker.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpmc/counter.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/counter.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpmc/error.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpmc/utils.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/utils.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpmc/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpmc/select.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/select.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpmc/list.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/list.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpmc/context.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/context.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpmc/array.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpmc/array.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpsc/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpsc/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpsc/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpsc/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mpsc/sync_tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mpsc/sync_tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mutex/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mutex/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/once/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/once/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/once_lock/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/once_lock/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/reentrant_lock/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/reentrant_lock/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/rwlock/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/rwlock/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/once.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/once.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/once_lock.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/once_lock.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/reentrant_lock.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/reentrant_lock.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/lazy_lock.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/lazy_lock.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/rwlock.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/rwlock.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/poison.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/poison.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/condvar.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/condvar.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/barrier.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/barrier.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sync/mutex.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sync/mutex.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/alloc/windows/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/alloc/windows/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/alloc/solid.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/alloc/solid.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/alloc/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/alloc/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/alloc/uefi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/alloc/uefi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/alloc/wasm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/alloc/wasm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/alloc/zkvm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/alloc/zkvm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/alloc/xous.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/alloc/xous.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/alloc/windows.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/alloc/windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/alloc/hermit.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/alloc/hermit.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/alloc/sgx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/alloc/sgx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/alloc/unix.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/alloc/unix.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/anonymous_pipe/unsupported.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/anonymous_pipe/unsupported.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/anonymous_pipe/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/anonymous_pipe/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/anonymous_pipe/windows.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/anonymous_pipe/windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/anonymous_pipe/unix.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/anonymous_pipe/unix.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/os_str/bytes/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/os_str/bytes/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/os_str/wtf8.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/os_str/wtf8.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/os_str/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/os_str/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/os_str/bytes.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/os_str/bytes.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/common/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/common/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/common/small_c_string.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/common/small_c_string.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/common/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/common/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/hermit/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/hermit/fd.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/fd.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/hermit/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/hermit/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/hermit/io.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/hermit/stdio.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/hermit/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/hermit/args.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/hermit/os.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/hermit/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/hermit/env.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/hermit/futex.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/itron/time/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/time/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/itron/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/itron/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/itron/thread_parking.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/thread_parking.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/itron/abi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/abi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/itron/task.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/task.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/itron/spin.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/spin.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/itron/error.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/itron/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/abi/tls/sync_bitset/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/tls/sync_bitset/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/abi/tls/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/tls/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/abi/tls/sync_bitset.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/tls/sync_bitset.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/abi/usercalls/alloc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/abi/usercalls/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/abi/usercalls/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/abi/usercalls/raw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/raw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/abi/entry.S" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/entry.S" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/abi/panic.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/panic.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/abi/reloc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/reloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/abi/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/abi/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/abi/mem.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/mem.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/waitqueue/spin_mutex/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/spin_mutex/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/waitqueue/unsafe_list/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/unsafe_list/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/waitqueue/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/waitqueue/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/waitqueue/unsafe_list.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/unsafe_list.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/waitqueue/spin_mutex.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/spin_mutex.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/fd.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/fd.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/thread_parking.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/thread_parking.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/libunwind_integration.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/libunwind_integration.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/stdio.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/args.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/os.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/sgx/env.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/solid/abi/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/abi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/solid/abi/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/abi/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/solid/abi/sockets.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/abi/sockets.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/solid/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/solid/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/solid/io.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/solid/stdio.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/solid/error.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/solid/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/solid/os.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/solid/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/solid/env.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/solid/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/teeos/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/teeos/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/teeos/stdio.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/teeos/os.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/teeos/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/uefi/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/uefi/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/uefi/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/uefi/stdio.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/uefi/args.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/uefi/os.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/uefi/helpers.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/helpers.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/uefi/process.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/uefi/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/uefi/env.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/fd/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fd/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/fs/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fs/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/kernel_copy/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/linux/pidfd/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/linux/pidfd/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/linux/pidfd.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/linux/pidfd.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/linux/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/linux/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/os/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/os/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/process/process_common/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_common/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/process/process_unix/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/process/process_unsupported/wait_status/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unsupported/wait_status/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/process/process_unsupported/wait_status.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unsupported/wait_status.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/process/process_fuchsia.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_fuchsia.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/process/process_unsupported.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unsupported.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/process/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/process/zircon.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/zircon.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/process/process_common.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_common.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/process/process_vxworks.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_vxworks.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/process/process_unix.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/fd.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fd.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/pipe.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/pipe.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/l4re.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/l4re.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/thread_parking.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread_parking.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/weak.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/weak.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/io.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/stdio.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/args.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/os.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/env.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/stack_overflow.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/stack_overflow.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/futex.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/kernel_copy.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unix/os.rs.orig.port" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unix/os.rs.orig.port" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unsupported/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unsupported/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unsupported/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unsupported/pipe.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/pipe.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unsupported/common.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/common.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unsupported/io.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unsupported/stdio.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unsupported/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unsupported/args.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unsupported/os.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unsupported/process.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unsupported/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/unsupported/env.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasi/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasi/fd.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/fd.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasi/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasi/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasi/io.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasi/stdio.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasi/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasi/args.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasi/os.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasi/helpers.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/helpers.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasi/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasi/env.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasip2/cabi_realloc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasip2/cabi_realloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasip2/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasip2/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasip2/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasip2/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasm/atomics/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasm/atomics/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasm/atomics/futex.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasm/atomics/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasm/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasm/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/wasm/env.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/wasm/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/api/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/api/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/args/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/args/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/c/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/c/windows_sys.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/windows_sys.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/c/bindings.txt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/bindings.txt" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/fs/remove_dir_all.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/fs/remove_dir_all.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/handle/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/handle/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/os/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/os/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/process/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/process/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/stdio/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/stdio/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/c.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/handle.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/handle.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/pipe.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/pipe.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/api.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/api.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/io.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/stdio.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/stack_overflow_uwp.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/stack_overflow_uwp.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/args.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/os.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/process.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/compat.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/compat.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/env.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/stack_overflow.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/stack_overflow.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/windows/futex.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/windows/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/xous/net/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/xous/net/tcpstream.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/tcpstream.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/xous/net/udp.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/udp.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/xous/net/tcplistener.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/tcplistener.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/xous/net/dns.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/dns.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/xous/os/params/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/os/params/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/xous/os/params.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/os/params.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/xous/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/xous/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/xous/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/xous/stdio.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/xous/args.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/xous/os.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/xous/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/zkvm/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/zkvm/abi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/abi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/zkvm/stdio.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/stdio.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/zkvm/args.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/args.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/zkvm/os.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/zkvm/env.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/pal/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/pal/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/path/windows/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/path/windows/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/path/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/path/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/path/unsupported_backslash.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/path/unsupported_backslash.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/path/windows.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/path/windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/path/sgx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/path/sgx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/path/unix.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/path/unix.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/personality/dwarf/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/personality/dwarf/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/personality/dwarf/eh.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/personality/dwarf/eh.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/personality/dwarf/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/personality/dwarf/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/personality/gcc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/personality/gcc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/personality/emcc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/personality/emcc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/personality/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/personality/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/fuchsia.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/fuchsia.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/unsupported.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/unsupported.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/solid.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/solid.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/apple.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/apple.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/espidf.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/espidf.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/uefi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/uefi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/wasi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/wasi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/arc4random.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/arc4random.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/zkvm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/zkvm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/horizon.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/horizon.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/vxworks.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/vxworks.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/teeos.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/teeos.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/windows.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/hermit.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/hermit.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/sgx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/sgx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/redox.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/redox.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/linux.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/linux.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/unix_legacy.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/unix_legacy.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/random/getentropy.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/random/getentropy.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/condvar/windows7.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/windows7.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/condvar/pthread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/pthread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/condvar/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/condvar/itron.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/itron.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/condvar/no_threads.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/no_threads.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/condvar/xous.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/xous.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/condvar/futex.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/condvar/sgx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/sgx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/mutex/windows7.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/windows7.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/mutex/fuchsia.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/fuchsia.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/mutex/pthread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/pthread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/mutex/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/mutex/itron.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/itron.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/mutex/no_threads.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/no_threads.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/mutex/xous.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/xous.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/mutex/futex.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/mutex/sgx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/sgx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/once/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/once/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/once/queue.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/once/queue.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/once/no_threads.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/once/no_threads.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/once/futex.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/once/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/rwlock/solid.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/solid.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/rwlock/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/rwlock/queue.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/queue.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/rwlock/no_threads.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/no_threads.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/rwlock/teeos.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/teeos.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/rwlock/futex.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/thread_parking/windows7.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/windows7.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/thread_parking/pthread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/pthread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/thread_parking/unsupported.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/unsupported.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/thread_parking/id.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/id.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/thread_parking/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/thread_parking/darwin.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/darwin.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/thread_parking/xous.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/xous.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/thread_parking/futex.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/futex.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/sync/once_box.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/sync/once_box.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/destructors/linux_like.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/destructors/linux_like.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/destructors/list.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/destructors/list.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/guard/solid.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/guard/solid.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/guard/apple.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/guard/apple.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/guard/windows.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/guard/windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/guard/key.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/guard/key.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/key/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/key/xous.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/xous.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/key/windows.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/key/sgx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/sgx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/key/unix.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/unix.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/key/racy.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/racy.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/native/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/native/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/native/eager.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/native/eager.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/native/lazy.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/native/lazy.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/statik.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/statik.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/thread_local/os.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/thread_local/os.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/exit_guard.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/exit_guard.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/backtrace.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/backtrace.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys/cmath.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys/cmath.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys_common/net/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/net/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys_common/wtf8/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/wtf8/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys_common/wtf8.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/wtf8.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys_common/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys_common/io.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/io.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys_common/wstr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/wstr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys_common/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys_common/process.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys_common/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/sys_common/net.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/sys_common/net.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/thread/local/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/local/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/thread/local/dynamic_tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/local/dynamic_tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/thread/scoped.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/scoped.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/thread/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/thread/spawnhook.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/spawnhook.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/thread/local.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/local.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/thread/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/thread/current.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/thread/current.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/time/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/time/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/f32.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/f32.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/f64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/f64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/f16.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/f16.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/f128.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/f128.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/panic.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/panic.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/alloc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/alloc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/backtrace.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/backtrace.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/pipe.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/pipe.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/panicking.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/panicking.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/path.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/path.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/ascii.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/ascii.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/lib.miri.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/lib.miri.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/random.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/random.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/num.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/num.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/error.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/error.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/keyword_docs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/keyword_docs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/fs.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/fs.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/process.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/process.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/pat.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/pat.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/rt.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/rt.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/env.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/src/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/common/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/common/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/minmax-stability-issue-23687.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/minmax-stability-issue-23687.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/slice-from-array-issue-113238.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/slice-from-array-issue-113238.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/thread.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/thread.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/type-name-unsized.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/type-name-unsized.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/log-knows-the-names-of-variants-in-std.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/log-knows-the-names-of-variants-in-std.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/builtin-clone.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/builtin-clone.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/create_dir_all_bare.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/create_dir_all_bare.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/seq-compare.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/seq-compare.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/process_spawning.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/process_spawning.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/eq-multidispatch.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/eq-multidispatch.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/volatile-fat-ptr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/volatile-fat-ptr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/istr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/istr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/pipe_subprocess.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/pipe_subprocess.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/windows.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/windows.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/run-time-detect.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/run-time-detect.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/env.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/env.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/tests/switch-stdout.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/tests/switch-stdout.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/build.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/std/build.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/.github/workflows/main.yml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/.github/workflows/main.yml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/aarch64-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/aarch64-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/i586-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/i586-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/i686-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/i686-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/loongarch64-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/loongarch64-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/mips-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/mips-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/mipsel-unknown-linux-musl/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/mipsel-unknown-linux-musl/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/nvptx64-nvidia-cuda/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/nvptx64-nvidia-cuda/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/powerpc-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/powerpc-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/wasm32-wasip1/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/wasm32-wasip1/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/riscv64gc-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/riscv64gc-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/s390x-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/s390x-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/x86_64-unknown-linux-gnu/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/x86_64-unknown-linux-gnu/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/style.sh" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/style.sh" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/run.sh" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/run.sh" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/run-docker.sh" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/run-docker.sh" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/build-std-detect.sh" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/build-std-detect.sh" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/dox.sh" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/dox.sh" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/ci/gba.json" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/ci/gba.json" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/assert-instr-macro/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/assert-instr-macro/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/assert-instr-macro/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/assert-instr-macro/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/assert-instr-macro/build.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/assert-instr-macro/build.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/aarch64/neon/generated.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/neon/generated.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/aarch64/neon/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/neon/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/aarch64/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/aarch64/tme.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/tme.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/aarch64/mte.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/mte.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/aarch64/prefetch.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/prefetch.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/aarch64/test_support.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/test_support.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm/simd32.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm/simd32.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm/neon.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm/neon.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm/dsp.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm/dsp.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm/sat.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm/sat.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/barrier/cp15.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/barrier/cp15.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/barrier/v8.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/barrier/v8.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/barrier/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/barrier/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/barrier/common.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/barrier/common.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/barrier/not_mclass.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/barrier/not_mclass.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/neon/generated.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/generated.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/neon/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/neon/load_tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/load_tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/neon/store_tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/store_tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/neon/table_lookup_tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/table_lookup_tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/neon/shift_and_insert_tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/neon/shift_and_insert_tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/crc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/crc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/crypto.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/crypto.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/hints.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/hints.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/arm_shared/test_support.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/test_support.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/loongarch64/lasx/generated.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/loongarch64/lasx/generated.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/loongarch64/lasx/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/loongarch64/lasx/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/loongarch64/lasx/types.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/loongarch64/lasx/types.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/loongarch64/lasx/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/loongarch64/lasx/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/loongarch64/lsx/generated.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/loongarch64/lsx/generated.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/loongarch64/lsx/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/loongarch64/lsx/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/loongarch64/lsx/types.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/loongarch64/lsx/types.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/loongarch64/lsx/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/loongarch64/lsx/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/loongarch64/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/loongarch64/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/mips/msa.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/mips/msa.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/mips/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/mips/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/nvptx/packed.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/nvptx/packed.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/nvptx/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/nvptx/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/powerpc/altivec.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/altivec.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/powerpc/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/powerpc/macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/powerpc/vsx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/vsx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/powerpc64/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc64/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/powerpc64/vsx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc64/vsx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/riscv32/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv32/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/riscv32/zk.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv32/zk.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/riscv64/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv64/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/riscv64/zk.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv64/zk.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/riscv_shared/zb.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv_shared/zb.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/riscv_shared/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv_shared/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/riscv_shared/zk.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv_shared/zk.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/riscv_shared/p.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv_shared/p.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/wasm32/simd128.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/simd128.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/wasm32/atomic.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/atomic.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/wasm32/relaxed_simd.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/relaxed_simd.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/wasm32/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/wasm32/memory.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/wasm32/memory.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/sse41.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sse41.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/bmi1.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/bmi1.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/sse42.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sse42.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/sse2.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sse2.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/bmi2.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/bmi2.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx512vbmi2.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512vbmi2.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx2.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx2.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/sse3.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sse3.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/ssse3.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/ssse3.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx512bf16.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512bf16.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx512fp16.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512fp16.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/sse4a.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sse4a.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/sha.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sha.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/fma.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/fma.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx512ifma.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512ifma.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/f16c.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/f16c.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/rdtsc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/rdtsc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx512cd.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512cd.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/cpuid.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/cpuid.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/rdrand.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/rdrand.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/sse.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/sse.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/xsave.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/xsave.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx512f.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512f.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx512bitalg.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512bitalg.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx512vbmi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512vbmi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/gfni.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/gfni.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx512vnni.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512vnni.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/abm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/abm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/tbm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/tbm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/rtm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/rtm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/bswap.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/bswap.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx512dq.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512dq.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/pclmulqdq.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/pclmulqdq.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/vpclmulqdq.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/vpclmulqdq.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx512vpopcntdq.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512vpopcntdq.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/fxsr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/fxsr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/aes.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/aes.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/vaes.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/vaes.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/eflags.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/eflags.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/bt.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/bt.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avxneconvert.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avxneconvert.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/test.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/test.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx512bw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx512bw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/adx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/adx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86/avx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/avx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/sse41.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/sse41.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/sse42.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/sse42.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/sse2.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/sse2.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/bmi2.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/bmi2.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/avx512fp16.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/avx512fp16.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/cmpxchg16b.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/cmpxchg16b.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/rdrand.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/rdrand.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/sse.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/sse.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/xsave.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/xsave.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/avx512f.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/avx512f.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/bmi.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/bmi.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/abm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/abm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/tbm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/tbm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/bswap.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/bswap.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/fxsr.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/fxsr.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/bt.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/bt.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/avx512bw.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/avx512bw.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/adx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/adx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/amx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/amx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/x86_64/avx.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/avx.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/core_arch_docs.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/core_arch_docs.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/v64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/v64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/simd.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/simd.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/src/macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/missing-x86.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/missing-x86.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/MISSING.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/MISSING.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/core_arch/rustfmt.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/core_arch/rustfmt.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/simd-test-macro/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/simd-test-macro/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/arch/powerpc64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/powerpc64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/arch/aarch64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/arch/mips64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/mips64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/arch/x86.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/x86.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/arch/powerpc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/powerpc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/arch/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/arch/loongarch.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/loongarch.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/arch/arm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/arm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/arch/mips.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/mips.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/arch/riscv.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/riscv.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/darwin/aarch64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/darwin/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/freebsd/aarch64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/freebsd/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/freebsd/auxvec.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/freebsd/auxvec.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/freebsd/powerpc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/freebsd/powerpc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/freebsd/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/freebsd/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/freebsd/arm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/freebsd/arm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/linux/aarch64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/linux/auxvec.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/auxvec.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/linux/powerpc.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/powerpc.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/linux/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/linux/loongarch.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/loongarch.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/linux/arm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/arm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/linux/cpuinfo.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/cpuinfo.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/linux/mips.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/mips.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/linux/riscv.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/riscv.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/openbsd/aarch64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/openbsd/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/windows/aarch64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/windows/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/aarch64.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/aarch64.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/x86.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/x86.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/os/other.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/other.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/test_data/linux-rpi3.auxv" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/test_data/linux-rpi3.auxv" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/test_data/linux-no-hwcap2-aarch64.auxv" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/test_data/linux-no-hwcap2-aarch64.auxv" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/test_data/linux-hwcap2-aarch64.auxv" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/test_data/linux-hwcap2-aarch64.auxv" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/test_data/linux-empty-hwcap2-aarch64.auxv" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/test_data/linux-empty-hwcap2-aarch64.auxv" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/test_data/linux-artificial-aarch64.auxv" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/test_data/linux-artificial-aarch64.auxv" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/test_data/macos-virtualbox-linux-x86-4850HQ.auxv" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/test_data/macos-virtualbox-linux-x86-4850HQ.auxv" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/cache.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/cache.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/macros.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/macros.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/detect/bit.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/bit.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/tests/x86-specific.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/tests/x86-specific.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/tests/cpu-detection.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/tests/cpu-detection.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/tests/macro_trailing_commas.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/tests/macro_trailing_commas.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/std_detect/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-gen-arm/src/main.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-arm/src/main.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-gen-arm/neon.spec" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-arm/neon.spec" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-gen-arm/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-arm/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-gen-arm/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-arm/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-gen-loongarch/src/main.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/src/main.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-gen-loongarch/lasx.spec" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/lasx.spec" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-gen-loongarch/lsx.spec" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/lsx.spec" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-gen-loongarch/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-gen-loongarch/lasxintrin.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/lasxintrin.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-gen-loongarch/lsxintrin.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/lsxintrin.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-gen-loongarch/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-test/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-test/src/wasm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/wasm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-test/src/disassembly.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/disassembly.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/stdarch-test/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/examples/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/examples/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/examples/connect5.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/examples/connect5.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/examples/wasm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/examples/wasm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/examples/hex.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/examples/hex.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/intrinsics_data/arm_intrinsics.json" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/intrinsics_data/arm_intrinsics.json" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/CONTRIBUTING.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/CONTRIBUTING.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/rustfmt.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/rustfmt.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/triagebot.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/triagebot.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/vendor.yml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/vendor.yml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/.cirrus.yml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/stdarch/.cirrus.yml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/sysroot/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/sysroot/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/formatters/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/formatters/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/formatters/terse.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/formatters/terse.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/formatters/json.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/formatters/json.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/formatters/junit.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/formatters/junit.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/formatters/pretty.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/formatters/pretty.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/helpers/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/helpers/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/helpers/shuffle.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/helpers/shuffle.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/helpers/metrics.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/helpers/metrics.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/helpers/concurrency.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/helpers/concurrency.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/stats/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/stats/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/term/terminfo/parm/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/parm/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/term/terminfo/parser/compiled/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/parser/compiled/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/term/terminfo/parser/compiled.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/parser/compiled.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/term/terminfo/searcher/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/searcher/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/term/terminfo/mod.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/mod.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/term/terminfo/parm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/parm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/term/terminfo/searcher.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/terminfo/searcher.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/term/win.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term/win.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/console.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/console.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/time.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/time.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/bench.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/bench.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/cli.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/cli.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/term.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/term.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/types.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/types.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/options.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/options.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/stats.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/stats.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/tests.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/tests.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/test_result.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/test_result.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/event.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/src/event.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/test/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/unwind/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind/src/libunwind.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/unwind/src/libunwind.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind/src/unwinding.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/unwind/src/unwinding.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind/src/wasm.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/unwind/src/wasm.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/unwind/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/windows_targets/src/lib.rs" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/windows_targets/src/lib.rs" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/windows_targets/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/windows_targets/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/Cargo.lock" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/Cargo.lock" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/Cargo.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/library/Cargo.toml" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/cmake/Modules/HandleLibunwindFlags.cmake" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/cmake/Modules/HandleLibunwindFlags.cmake" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/cmake/config-ix.cmake" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/cmake/config-ix.cmake" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/docs/BuildingLibunwind.rst" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/docs/BuildingLibunwind.rst" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/docs/index.rst" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/docs/index.rst" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/docs/README.txt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/docs/README.txt" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/docs/CMakeLists.txt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/docs/CMakeLists.txt" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/docs/conf.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/docs/conf.py" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/include/mach-o/compact_unwind_encoding.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/mach-o/compact_unwind_encoding.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/include/unwind.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/unwind.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/include/libunwind.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/libunwind.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/include/__libunwind_config.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/__libunwind_config.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/include/unwind_arm_ehabi.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/unwind_arm_ehabi.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/include/unwind_itanium.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/unwind_itanium.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/include/libunwind.modulemap" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/libunwind.modulemap" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/include/CMakeLists.txt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/include/CMakeLists.txt" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/UnwindRegistersRestore.S" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindRegistersRestore.S" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/UnwindRegistersSave.S" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindRegistersSave.S" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/UnwindLevel1.c" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindLevel1.c" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/Unwind-sjlj.c" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Unwind-sjlj.c" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/Unwind-wasm.c" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Unwind-wasm.c" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/UnwindLevel1-gcc-ext.c" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindLevel1-gcc-ext.c" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/UnwindRustSgx.c" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindRustSgx.c" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/dwarf2.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/dwarf2.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/Unwind-EHABI.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Unwind-EHABI.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/cet_unwind.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/cet_unwind.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/config.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/config.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/libunwind_ext.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/libunwind_ext.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/UnwindRustSgx.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindRustSgx.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/assembly.h" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/assembly.h" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/Unwind-EHABI.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Unwind-EHABI.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/libunwind.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/libunwind.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/Unwind-seh.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Unwind-seh.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/Unwind_AIXExtras.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Unwind_AIXExtras.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/AddressSpace.hpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/AddressSpace.hpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/FrameHeaderCache.hpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/FrameHeaderCache.hpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/CompactUnwinder.hpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/CompactUnwinder.hpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/DwarfParser.hpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/DwarfParser.hpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/EHHeaderParser.hpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/EHHeaderParser.hpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/UnwindCursor.hpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindCursor.hpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/DwarfInstructions.hpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/DwarfInstructions.hpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/Registers.hpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/Registers.hpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/RWMutex.hpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/RWMutex.hpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/src/CMakeLists.txt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/src/CMakeLists.txt" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/configs/llvm-libunwind-static.cfg.in" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/llvm-libunwind-static.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/configs/llvm-libunwind-merged.cfg.in" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/llvm-libunwind-merged.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/configs/ibm-libunwind-shared.cfg.in" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/ibm-libunwind-shared.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/configs/llvm-libunwind-shared.cfg.in" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/llvm-libunwind-shared.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/configs/armv7m-picolibc-libunwind.cfg.in" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/armv7m-picolibc-libunwind.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/configs/cmake-bridge.cfg.in" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/cmake-bridge.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/configs/apple-libunwind-backdeployment.cfg.in" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/apple-libunwind-backdeployment.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/configs/llvm-libunwind-mingw.cfg.in" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/llvm-libunwind-mingw.cfg.in" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/aix_signal_unwind.pass.sh.S" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/aix_signal_unwind.pass.sh.S" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/libunwind_01.pass.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/libunwind_01.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/libunwind_02.pass.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/libunwind_02.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/signal_unwind.pass.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/signal_unwind.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/forceunwind.pass.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/forceunwind.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/alignment.compile.pass.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/alignment.compile.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/signal_frame.pass.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/signal_frame.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/unw_resume.pass.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/unw_resume.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/unwind_leaffunction.pass.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/unwind_leaffunction.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/bad_unwind_info.pass.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/bad_unwind_info.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/floatregister.pass.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/floatregister.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/unwind_scalable_vectors.pass.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/unwind_scalable_vectors.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/frameheadercache_test.pass.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/frameheadercache_test.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/lit.cfg.py" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/lit.cfg.py" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/unw_getcontext.pass.cpp" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/unw_getcontext.pass.cpp" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/remember_state_leak.pass.sh.s" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/remember_state_leak.pass.sh.s" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/test/CMakeLists.txt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/test/CMakeLists.txt" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/LICENSE.TXT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/LICENSE.TXT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/README_RUST_SGX.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/README_RUST_SGX.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/.clang-format" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/.clang-format" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/libunwind/CMakeLists.txt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image/lib/rustlib/src/rust/src/llvm-project/libunwind/CMakeLists.txt" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/overlay/builder-config" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/overlay/COPYRIGHT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/overlay/COPYRIGHT" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/overlay/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/overlay/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/overlay/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/overlay/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/overlay/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/overlay/README.md" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } Dist rust-src-1.84.1 running: LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" "generate" "--image-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/image" "--component-name=rust-src" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=rust-src installed." "--package-name=rust-src-1.84.1" "--non-installed-overlay" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src/overlay" "--output-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/dist" "--work-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-src" "--compression-formats" "gz" "--compression-profile" "fast" (failure_mode=Exit) (created at src/core/build_steps/tool.rs:1117:23, executed at src/utils/tarball.rs:388:13) finished in 2.022 seconds < Src There have been changes to x.py since you last updated: [WARNING] `llvm.lld` is enabled by default for the dist profile. If set to false, `lld` will not be included in the dist build. - PR Link https://github.com/rust-lang/rust/pull/126701 [WARNING] `debug-logging` option has been removed from the default `tools` profile. - PR Link https://github.com/rust-lang/rust/pull/127913 [INFO] the `wasm-component-ld` tool is now built as part of `build.extended` and can be a member of `build.tools` - PR Link https://github.com/rust-lang/rust/pull/127866 [INFO] Removed android-ndk r25b support in favor of android-ndk r26d. - PR Link https://github.com/rust-lang/rust/pull/120593 [WARNING] For tarball sources, default value for `rust.channel` will be taken from `src/ci/channel` file. - PR Link https://github.com/rust-lang/rust/pull/125181 [INFO] New option `llvm.libzstd` to control whether llvm is built with zstd support. - PR Link https://github.com/rust-lang/rust/pull/125642 [WARNING] ./x test --rustc-args was renamed to --compiletest-rustc-args as it only applies there. ./x miri --rustc-args was also removed. - PR Link https://github.com/rust-lang/rust/pull/128841 [INFO] The `build.profiler` option now tries to use source code from `download-ci-llvm` if possible, instead of checking out the `src/llvm-project` submodule. - PR Link https://github.com/rust-lang/rust/pull/129295 [INFO] New option `build.cargo-clippy` added for supporting the use of custom/external clippy. - PR Link https://github.com/rust-lang/rust/pull/129152 [WARNING] Removed `rust.split-debuginfo` as it was deprecated long time ago. - PR Link https://github.com/rust-lang/rust/pull/129925 [INFO] New option `llvm.enzyme` to control whether the llvm based autodiff tool (Enzyme) is built. - PR Link https://github.com/rust-lang/rust/pull/129176 [WARNING] `download-ci-llvm = true` now checks if CI llvm is available and has become the default for the compiler profile - PR Link https://github.com/rust-lang/rust/pull/129473 [INFO] 'tools' and 'library' profiles switched `download-ci-llvm` option from `if-unchanged` to `true`. - PR Link https://github.com/rust-lang/rust/pull/130202 [INFO] New option `dist.vendor` added to control whether bootstrap should vendor dependencies for dist tarball. - PR Link https://github.com/rust-lang/rust/pull/130110 [INFO] If `llvm.download-ci-llvm` is not defined, it defaults to `true`. - PR Link https://github.com/rust-lang/rust/pull/130529 [INFO] New option `./x setup editor` added, replacing `./x setup vscode` and adding support for vim, emacs and helix. - PR Link https://github.com/rust-lang/rust/pull/131075 [INFO] Allow setting `--jobs` in config.toml with `build.jobs`. - PR Link https://github.com/rust-lang/rust/pull/131838 [INFO] New option `build.compiletest-diff-tool` that adds support for a custom differ for compiletest - PR Link https://github.com/rust-lang/rust/pull/131181 [INFO] New option `llvm.offload` to control whether the llvm offload runtime for GPU support is built. Implicitly enables the openmp runtime as dependency. - PR Link https://github.com/rust-lang/rust/pull/131513 [WARNING] Deprecated `rust.parallel_compiler` as the compiler now always defaults to being parallel (with 1 thread) - PR Link https://github.com/rust-lang/rust/pull/132282 [INFO] `download-rustc='if-unchanged'` is now a default option for library profile. - PR Link https://github.com/rust-lang/rust/pull/132494 [INFO] `rust.llvm-tools` is now enabled by default when no `config.toml` is provided. - PR Link https://github.com/rust-lang/rust/pull/133207 NOTE: to silence this warning, update `config.toml` to use `change-id = 133207` instead NOTE: this message was printed twice to make it more likely to be seen Build completed successfully in 1:23:36 rm -rf -- /exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp >>> Running fake in lang/rust at 1738592367.77 ===> lang/rust ===> Faking installation for rust-1.84.1 rm -rf /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist mkdir /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist cd /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist && tar zxf /exopi-obj/pobj/rust-1.84.1/build-amd64/build/dist/rustc-1.84.1-x86_64-unknown-openbsd.tar.gz cd /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist/rustc-1.84.1-x86_64-unknown-openbsd && /usr/local/bin/bash ./install.sh --prefix="/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local" --mandir="/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/man" install: creating uninstall script at /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/uninstall.sh install: installing component 'rustc' rustc installed. rm -rf /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist mkdir /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist cd /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist && tar zxf /exopi-obj/pobj/rust-1.84.1/build-amd64/build/dist/rust-std-1.84.1-x86_64-unknown-openbsd.tar.gz cd /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist/rust-std-1.84.1-x86_64-unknown-openbsd && /usr/local/bin/bash ./install.sh --prefix="/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local" --mandir="/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/man" install: creating uninstall script at /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/uninstall.sh install: installing component 'rust-std-x86_64-unknown-openbsd' rust std installed. rm -rf /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist mkdir /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist cd /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist && tar zxf /exopi-obj/pobj/rust-1.84.1/build-amd64/build/dist/cargo-1.84.1-x86_64-unknown-openbsd.tar.gz cd /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist/cargo-1.84.1-x86_64-unknown-openbsd && /usr/local/bin/bash ./install.sh --prefix="/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local" --mandir="/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/man" install: creating uninstall script at /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/uninstall.sh install: installing component 'cargo' cargo installed. rm -rf /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist mkdir /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist cd /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist && tar zxf /exopi-obj/pobj/rust-1.84.1/build-amd64/build/dist/clippy-1.84.1-x86_64-unknown-openbsd.tar.gz cd /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist/clippy-1.84.1-x86_64-unknown-openbsd && /usr/local/bin/bash ./install.sh --prefix="/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local" --mandir="/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/man" install: creating uninstall script at /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/uninstall.sh install: installing component 'clippy-preview' clippy installed. rm -rf /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist mkdir /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist cd /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist && tar zxf /exopi-obj/pobj/rust-1.84.1/build-amd64/build/dist/rustfmt-1.84.1-x86_64-unknown-openbsd.tar.gz cd /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist/rustfmt-1.84.1-x86_64-unknown-openbsd && /usr/local/bin/bash ./install.sh --prefix="/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local" --mandir="/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/man" install: creating uninstall script at /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/uninstall.sh install: installing component 'rustfmt-preview' rustfmt installed. rm -rf /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist mkdir /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist cd /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist && tar zxf /exopi-obj/pobj/rust-1.84.1/build-amd64/build/dist/rust-src-1.84.1.tar.gz cd /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist/rust-src-1.84.1 && /usr/local/bin/bash ./install.sh --prefix="/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local" --mandir="/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/man" install: creating uninstall script at /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/uninstall.sh install: installing component 'rust-src' rust src installed. rm -rf /exopi-obj/pobj/rust-1.84.1/build-amd64/_extractdist # cleanup rm /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/{install.log,uninstall.sh,rust-installer-version} /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/components /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/manifest-* find /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/src -name '*.orig.port' -delete # rehash libraries to have stables filenames cd /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local && /usr/local/bin/python3.12 "/exopi-cvs/ports/lang/rust/files/rehash.py" x86_64-unknown-openbsd 6815158062d4b0 addr2line adler alloc cfg_if compiler_builtins core getopts gimli hashbrown libc memchr miniz_oxide object panic_abort panic_unwind proc_macro rustc_demangle rustc_driver rustc_std_workspace_alloc rustc_std_workspace_core rustc_std_workspace_std std std_detect sysroot test unicode_width unwind /exopi-cvs/ports/lang/rust/files/rehash.py:6: SyntaxWarning: invalid escape sequence '\.' RE_splitlib = re.compile('lib([^-]+)-([0-9a-fA-F]+)\.(so|rlib)') 6815158062d4b011: lib/librustc_driver-e944d60ec2336b16.so 6815158062d4b000: lib/rustlib/x86_64-unknown-openbsd/lib/libaddr2line-787f06bf06b64a3d.rlib 6815158062d4b001: lib/rustlib/x86_64-unknown-openbsd/lib/libadler-43f6dd28420276a5.rlib 6815158062d4b002: lib/rustlib/x86_64-unknown-openbsd/lib/liballoc-c588603bcb8c2c53.rlib 6815158062d4b003: lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-148bdfd99d5eaeb1.rlib 6815158062d4b004: lib/rustlib/x86_64-unknown-openbsd/lib/libcompiler_builtins-c7d3eff7108ddd86.rlib 6815158062d4b005: lib/rustlib/x86_64-unknown-openbsd/lib/libcore-144e0d0a5cd85483.rlib 6815158062d4b006: lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-1a73737d1fb14c72.rlib 6815158062d4b007: lib/rustlib/x86_64-unknown-openbsd/lib/libgimli-96b2c32ab9a4778b.rlib 6815158062d4b008: lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-c84f9b89b35cffab.rlib 6815158062d4b009: lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-d00aeb0f3676b5ad.rlib 6815158062d4b00a: lib/rustlib/x86_64-unknown-openbsd/lib/libmemchr-8eeb26b80b948efe.rlib 6815158062d4b00b: lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_oxide-3239683ea77ec509.rlib 6815158062d4b00c: lib/rustlib/x86_64-unknown-openbsd/lib/libobject-0666b5690d80dd6c.rlib 6815158062d4b00d: lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_abort-05aaf770392552ff.rlib 6815158062d4b00e: lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_unwind-90de280ab8c017d5.rlib 6815158062d4b00f: lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro-68b087fc09943905.rlib 6815158062d4b010: lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-e49df1e5661061ba.rlib 6815158062d4b012: lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_alloc-8a563b6609277775.rlib 6815158062d4b013: lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_core-87e27d0b9b934996.rlib 6815158062d4b014: lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_std-4d43246b3371bd44.rlib 6815158062d4b015: lib/rustlib/x86_64-unknown-openbsd/lib/libstd-ed2ad248b3ee2af9.rlib 6815158062d4b015: lib/rustlib/x86_64-unknown-openbsd/lib/libstd-ed2ad248b3ee2af9.so 6815158062d4b016: lib/rustlib/x86_64-unknown-openbsd/lib/libstd_detect-8b64eaa01d41b2fd.rlib 6815158062d4b017: lib/rustlib/x86_64-unknown-openbsd/lib/libsysroot-5c49d964821c4a39.rlib 6815158062d4b018: lib/rustlib/x86_64-unknown-openbsd/lib/libtest-dc2e95d023dd1bce.rlib 6815158062d4b019: lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-4e37e18c1644d710.rlib 6815158062d4b01a: lib/rustlib/x86_64-unknown-openbsd/lib/libunwind-e274cb114f29ec9e.rlib renaming files in 'lib' renaming files in 'lib/rustlib/x86_64-unknown-openbsd/lib' applying content change... # create a bootstrap tarball cd /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local && pax -w -f /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustc-bootstrap-amd64.tar -s ',^,rustc-bootstrap-amd64-1.84.1/,' bin/{rustc,rustdoc,cargo} lib/rustlib/x86_64-unknown-openbsd/ cd /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local && ldd bin/{rustc,rustdoc,cargo} | awk '$3 == "rlib" { print $7 }' | sort -u | pax -wa -f /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustc-bootstrap-amd64.tar -s ',^.*/,rustc-bootstrap-amd64-1.84.1/lib/,' # replace libraries by link for lib in /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/lib*.* ; do libname=${lib##*/} ; if [ -e /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/x86_64-unknown-openbsd/lib/${libname} ] ; then ln -fs rustlib/x86_64-unknown-openbsd/lib/${libname} /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/${libname} ; fi ; done # install cargo bash-completion mkdir -p /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/share/bash-completion/completions mv /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/etc/bash_completion.d/cargo /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/share/bash-completion/completions rmdir -p /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/etc/bash_completion.d rmdir: /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local: Directory not empty *** Error 1 in target 'do-install' (ignored) # compile python stuff /usr/local/bin/python3.12 -m compileall -j 6 -s /exopi-obj/pobj/rust-1.84.1/fake-amd64 -o 0 -o 1 /exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/etc Listing '/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/etc'... Compiling '/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/etc/gdb_load_rust_pretty_printers.py'... Compiling '/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/etc/lldb_lookup.py'... Compiling '/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/etc/gdb_lookup.py'... Compiling '/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/etc/rust_types.py'... Compiling '/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/etc/gdb_providers.py'... Compiling '/exopi-obj/pobj/rust-1.84.1/fake-amd64/usr/local/lib/rustlib/etc/lldb_providers.py'... >>> Running package in lang/rust at 1738592701.02 ===> lang/rust `/exopi-obj/pobj/rust-1.84.1/fake-amd64/.fake_done' is up to date. ===> Building package for rust-1.84.1 Create /exopi-cvs/ports/packages/amd64/all/rust-1.84.1.tgz Creating package rust-1.84.1 reading plist| checking dependencies| checking dependencies|net/curl checking dependencies|security/libssh2 checksumming| checksumming| | 0% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 8% archiving|***** | 9% archiving|****** | 9% archiving|****** | 10% archiving|******* | 11% archiving|******* | 12% archiving|******** | 12% archiving|******** | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************ | 20% archiving|************* | 20% archiving|************* | 21% archiving|************** | 22% archiving|************** | 23% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************* | 34% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 36% archiving|*********************** | 37% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 47% archiving|****************************** | 48% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************* | 59% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/rust-1.84.1.tgz `/exopi-obj/pobj/rust-1.84.1/fake-amd64/.fake_done' is up to date. ===> Building package for rust-gdb-1.84.1 Create /exopi-cvs/ports/packages/amd64/all/rust-gdb-1.84.1.tgz Creating package rust-gdb-1.84.1 reading plist| checking dependencies| checking dependencies|devel/gdb checking dependencies|devel/llvm/18,-lldb checking dependencies|lang/rust,-main checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 6% checksumming|***** | 9% checksumming|******* | 12% checksumming|********* | 15% checksumming|*********** | 18% checksumming|************* | 21% checksumming|************** | 24% checksumming|**************** | 26% checksumming|****************** | 29% checksumming|******************** | 32% checksumming|********************** | 35% checksumming|*********************** | 38% checksumming|************************* | 41% checksumming|*************************** | 44% checksumming|***************************** | 47% checksumming|******************************* | 50% checksumming|******************************** | 53% checksumming|********************************** | 56% checksumming|************************************ | 59% checksumming|************************************** | 62% checksumming|*************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 76% checksumming|************************************************ | 79% checksumming|************************************************** | 82% checksumming|**************************************************** | 85% checksumming|****************************************************** | 88% checksumming|******************************************************** | 91% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|** | 4% archiving|**** | 7% archiving|************ | 18% archiving|******************* | 30% archiving|********************* | 33% archiving|*********************** | 35% archiving|********************************* | 52% archiving|******************************************** | 68% archiving|********************************************* | 71% archiving|*********************************************** | 74% archiving|******************************************************* | 86% archiving|*********************************************************** | 93% archiving|************************************************************* | 95% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/rust-gdb-1.84.1.tgz `/exopi-obj/pobj/rust-1.84.1/fake-amd64/.fake_done' is up to date. ===> Building package for rust-clippy-1.84.1 Create /exopi-cvs/ports/packages/amd64/all/rust-clippy-1.84.1.tgz Creating package rust-clippy-1.84.1 reading plist| checking dependencies| checking dependencies|lang/rust,-main checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******* | 11% archiving|************** | 22% archiving|********************* | 33% archiving|**************************** | 43% archiving|*********************************** | 54% archiving|***************************************** | 65% archiving|************************************************ | 75% archiving|******************************************************* | 86% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/rust-clippy-1.84.1.tgz `/exopi-obj/pobj/rust-1.84.1/fake-amd64/.fake_done' is up to date. ===> Building package for rust-rustfmt-1.84.1 Create /exopi-cvs/ports/packages/amd64/all/rust-rustfmt-1.84.1.tgz Creating package rust-rustfmt-1.84.1 reading plist| checking dependencies| checking dependencies|lang/rust,-main checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********** | 17% archiving|*********************** | 36% archiving|************************************ | 56% archiving|************************************************ | 75% archiving|************************************************************ | 94% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/rust-rustfmt-1.84.1.tgz `/exopi-obj/pobj/rust-1.84.1/fake-amd64/.fake_done' is up to date. ===> Building package for rust-bootstrap-1.84.1 Create /exopi-cvs/ports/packages/amd64/all/rust-bootstrap-1.84.1.tgz Creating package rust-bootstrap-1.84.1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|******* | 11% checksumming|************** | 22% checksumming|******************** | 33% checksumming|*************************** | 44% checksumming|********************************** | 56% checksumming|***************************************** | 67% checksumming|*********************************************** | 78% checksumming|****************************************************** | 89% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|***** | 9% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******** | 12% archiving|******** | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|**************************** | 45% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|****************************** | 47% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/rust-bootstrap-1.84.1.tgz `/exopi-obj/pobj/rust-1.84.1/fake-amd64/.fake_done' is up to date. ===> Building package for rust-src-1.84.1 Create /exopi-cvs/ports/packages/amd64/no-arch/rust-src-1.84.1.tgz Creating package rust-src-1.84.1 reading plist| reading plist|- checking dependencies| checking dependencies|lang/rust,-main checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|*********************** | 39% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|********************************** | 57% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|*********************************************************** | 98% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|***** | 9% archiving|****** | 9% archiving|****** | 10% archiving|******* | 11% archiving|******* | 12% archiving|******** | 12% archiving|******** | 13% archiving|********* | 14% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 32% archiving|************************ | 38% archiving|************************** | 40% archiving|**************************** | 44% archiving|***************************** | 45% archiving|****************************** | 47% archiving|****************************** | 48% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************* | 59% archiving|************************************** | 59% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|******************************************** | 70% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 74% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|***************************************************** | 84% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/all/rust-src-1.84.1.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/rust-src-1.84.1.tgz >>> Running clean in lang/rust at 1738592873.45 ===> lang/rust ===> Cleaning for rust-1.84.1 >>> Ended at 1738592935.40 max_stuck=385.13/depends=43.49/show-prepare-results=3.90/patch=178.94/configure=0.96/build=5018.00/fake=333.25/package=172.43/clean=62.00

, flags: raw::c_int) -> Result 181 | | where 182 | | P: AsRef, | |________________________^ warning[E0133]: call to unsafe function `os::unix::dlerror` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:224:17 | 224 | dlerror(); | ^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:210:5 | 210 | / unsafe fn get_impl(&self, symbol: &[u8], on_null: F) -> Result, crate::Error> 211 | | where 212 | | F: FnOnce() -> Result, crate::Error>, | |_______________________________________________________^ warning[E0133]: call to unsafe function `os::unix::dlsym` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:225:30 | 225 | let symbol = dlsym(self.handle, symbol.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `os::unix::Library::get_singlethreaded` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:283:17 | 283 | self.get_singlethreaded(symbol) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:268:5 | 268 | pub unsafe fn get(&self, symbol: &[u8]) -> Result, crate::Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `os::unix::Library::get_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:312:9 | 312 | / self.get_impl(symbol, || { 313 | | Ok(Symbol { 314 | | pointer: ptr::null_mut(), 315 | | pd: marker::PhantomData, 316 | | }) 317 | | }) | |__________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/os/unix/mod.rs:311:5 | 311 | pub unsafe fn get_singlethreaded(&self, symbol: &[u8]) -> Result, crate::Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `os::unix::Library::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:85:9 | 85 | imp::Library::new(filename).map(From::from) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:84:5 | 84 | pub unsafe fn new>(filename: P) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `os::unix::Library::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:149:9 | 149 | self.0.get(symbol).map(|from| Symbol::from_raw(from, self)) | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:148:5 | 148 | pub unsafe fn get<'lib, T>(&'lib self, symbol: &[u8]) -> Result, Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `safe::Symbol::<'lib, T>::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:149:39 | 149 | self.0.get(symbol).map(|from| Symbol::from_raw(from, self)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/safe.rs:198:26 | 198 | pub struct Symbol<'lib, T: 'lib> { | ^^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `libloading` (lib) generated 32 warnings Compiling regex-syntax v0.6.29 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.29 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=29 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_syntax --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=f267e31dcc8d2d09 -C extra-filename=-f267e31dcc8d2d09 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: method `symmetric_difference` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/hir/interval.rs:423:8 | 335 | pub trait Interval: | -------- method in this trait ... 423 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: call to `.borrow()` on a reference in this situation does nothing --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/ast/parse.rs:379:21 | 379 | self.pattern.borrow() | ^^^^^^^^^ help: remove this redundant call | = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default Compiling rustc_infer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_infer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_infer CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_infer --edition=2021 compiler/rustc_infer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=130509f7e116fb03 -C extra-filename=-130509f7e116fb03 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-a5c0bf17c458be9f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: `regex-automata` (lib) generated 52 warnings Compiling allocator-api2 v0.2.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=allocator_api2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/Cargo.toml CARGO_PKG_AUTHORS='Zakarum ' CARGO_PKG_DESCRIPTION='Mirror of Rust'\''s allocator API' CARGO_PKG_HOMEPAGE='https://github.com/zakarumych/allocator-api2' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=allocator-api2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zakarumych/allocator-api2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name allocator_api2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=94183e4988f62c0d -C extra-filename=-94183e4988f62c0d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/alloc/mod.rs:25:34 | 25 | #[cfg(all(feature = "alloc", not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:156:11 | 156 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:168:11 | 168 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:170:11 | 170 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1192:11 | 1192 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1221:11 | 1221 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1270:11 | 1270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1389:11 | 1389 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1431:11 | 1431 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1457:11 | 1457 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1519:11 | 1519 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1847:11 | 1847 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:1855:11 | 1855 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:2114:11 | 2114 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:2122:11 | 2122 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:206:19 | 206 | #[cfg(all(not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:231:15 | 231 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:256:15 | 256 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:270:15 | 270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:359:15 | 359 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:420:15 | 420 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:489:15 | 489 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:545:15 | 545 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:605:15 | 605 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:630:15 | 630 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:724:15 | 724 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/boxed.rs:751:15 | 751 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:14:11 | 14 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:85:11 | 85 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:608:11 | 608 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:639:11 | 639 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:164:15 | 164 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:172:15 | 172 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:208:15 | 208 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:216:15 | 216 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:249:15 | 249 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:364:15 | 364 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:388:15 | 388 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:421:15 | 421 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:451:15 | 451 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/raw_vec.rs:529:15 | 529 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:60:11 | 60 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:62:11 | 62 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:80:11 | 80 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:83:11 | 83 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:96:11 | 96 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:99:11 | 99 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2624:11 | 2624 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2684:11 | 2684 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2757:11 | 2757 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2841:11 | 2841 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2939:11 | 2939 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2956:11 | 2956 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2973:11 | 2973 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:3014:11 | 3014 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:3040:11 | 3040 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:3104:11 | 3104 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:3113:11 | 3113 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/into_iter.rs:13:11 | 13 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/into_iter.rs:167:11 | 167 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/partial_eq.rs:1:11 | 1 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/partial_eq.rs:30:11 | 30 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:427:15 | 427 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:614:15 | 614 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:852:15 | 852 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:882:15 | 882 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:982:15 | 982 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1011:15 | 1011 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1044:15 | 1044 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1384:15 | 1384 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1788:15 | 1788 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1889:15 | 1889 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:1899:15 | 1899 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2064:15 | 2064 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2128:15 | 2128 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2325:15 | 2325 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2356:15 | 2356 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2383:15 | 2383 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2495:15 | 2495 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2821:15 | 2821 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/macros.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/slice.rs:17:15 | 17 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/slice.rs:39:15 | 39 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/slice.rs:70:15 | 70 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/slice.rs:112:15 | 112 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: trait `ExtendFromWithinSpec` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/mod.rs:2548:7 | 2548 | trait ExtendFromWithinSpec { | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: trait `NonDrop` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/into_iter.rs:161:11 | 161 | pub trait NonDrop {} | ^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/splice.rs:21:53 | 21 | pub struct Splice<'a, I: Iterator + 'a, A: Allocator + 'a = Global> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/stable/vec/drain.rs:22:23 | 22 | pub struct Drain<'a, T: 'a, A: Allocator + 'a = Global> { | ^^^^ help: remove this bound warning: `allocator-api2` (lib) generated 90 warnings Compiling hashbrown v0.14.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=a55aa1258e6df305 -C extra-filename=-a55aa1258e6df305 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern ahash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libahash-3c9c2cdaeaa53027.rmeta --extern allocator_api2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liballocator_api2-94183e4988f62c0d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `regex-syntax` (lib) generated 2 warnings Compiling rustc_metadata v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_metadata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_metadata CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_metadata --edition=2021 compiler/rustc_metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b31026a75ff489d0 -C extra-filename=-b31026a75ff489d0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --extern libloading=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibloading-cc101bd0945c8024.rmeta --extern odht=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libodht-07601dbd82f06fec.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-ea9ed1b1789ba4da.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f2710aa483514ae6.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-b58501ae05a64d42.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-5ae5f47f4d32c2a1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/sse2.rs:53:15 | 53 | Group(x86::_mm_loadu_si128(ptr.cast())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/sse2.rs:52:5 | 52 | pub(crate) unsafe fn load(ptr: *const u8) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_load_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/sse2.rs:63:15 | 63 | Group(x86::_mm_load_si128(ptr.cast())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/sse2.rs:60:5 | 60 | pub(crate) unsafe fn load_aligned(ptr: *const u8) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_store_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/sse2.rs:73:9 | 73 | x86::_mm_store_si128(ptr.cast(), self.0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/sse2.rs:70:5 | 70 | pub(crate) unsafe fn store_aligned(self, ptr: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:70:5 | 70 | to.offset_from(from) as usize | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:69:1 | 69 | unsafe fn offset_from(to: *const T, from: *const T) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:382:13 | 382 | base.as_ptr().sub(index) | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:355:5 | 355 | unsafe fn from_base_index(base: NonNull, index: usize) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:385:18 | 385 | ptr: NonNull::new_unchecked(ptr), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:454:13 | 454 | offset_from(base.as_ptr(), self.ptr.as_ptr()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:428:5 | 428 | unsafe fn to_base_index(&self, base: NonNull) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:566:13 | 566 | self.ptr.as_ptr().sub(offset) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:561:5 | 561 | unsafe fn next_n(&self, offset: usize) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:569:18 | 569 | ptr: NonNull::new_unchecked(ptr), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::drop_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:590:9 | 590 | self.as_ptr().drop_in_place(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:589:5 | 589 | pub(crate) unsafe fn drop(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:611:9 | 611 | self.as_ptr().read() | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:610:5 | 610 | pub(crate) unsafe fn read(&self) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:633:9 | 633 | self.as_ptr().write(val); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:632:5 | 632 | pub(crate) unsafe fn write(&self, val: T) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:683:10 | 683 | &*self.as_ptr() | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:682:5 | 682 | pub unsafe fn as_ref<'a>(&self) -> &'a T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:751:14 | 751 | &mut *self.as_ptr() | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:750:5 | 750 | pub unsafe fn as_mut<'a>(&self) -> &'a mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::new_uninitialized` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:870:20 | 870 | table: RawTableInner::new_uninitialized( | ____________________^ 871 | | &alloc, 872 | | Self::TABLE_LAYOUT, 873 | | buckets, 874 | | fallibility, 875 | | )?, | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:862:5 | 862 | / unsafe fn new_uninitialized( 863 | | alloc: A, 864 | | buckets: usize, 865 | | fallibility: Fallibility, 866 | | ) -> Result { | |______________________________________^ warning[E0133]: call to unsafe function `raw::Bucket::::to_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:967:9 | 967 | bucket.to_base_index(self.data_end()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:966:5 | 966 | pub unsafe fn bucket_index(&self, bucket: &Bucket) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::from_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1022:9 | 1022 | Bucket::from_base_index(self.data_end(), index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:995:5 | 995 | pub unsafe fn bucket(&self, index: usize) -> Bucket { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1028:21 | 1028 | let index = self.bucket_index(item); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1027:5 | 1027 | unsafe fn erase_no_drop(&mut self, item: &Bucket) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::erase` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1029:9 | 1029 | self.table.erase(index); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::erase_no_drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1037:9 | 1037 | self.erase_no_drop(&item); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1035:5 | 1035 | pub unsafe fn erase(&mut self, item: Bucket) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1038:9 | 1038 | item.drop(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::erase_no_drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1063:9 | 1063 | self.erase_no_drop(&item); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1062:5 | 1062 | pub unsafe fn remove(&mut self, item: Bucket) -> (T, InsertSlot) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1065:13 | 1065 | item.read(), | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1067:24 | 1067 | index: self.bucket_index(&item), | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::resize_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1285:9 | 1285 | / self.table.resize_inner( 1286 | | &self.alloc, 1287 | | capacity, 1288 | | &|table, index| hasher(table.bucket::(index).as_ref()), 1289 | | fallibility, 1290 | | Self::TABLE_LAYOUT, 1291 | | ) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1273:5 | 1273 | / unsafe fn resize( 1274 | | &mut self, 1275 | | capacity: usize, 1276 | | hasher: impl Fn(&T) -> u64, 1277 | | fallibility: Fallibility, 1278 | | ) -> Result<(), TryReserveError> { | |____________________________________^ warning[E0133]: call to unsafe function `raw::Bucket::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1288:36 | 1288 | &|table, index| hasher(table.bucket::(index).as_ref()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1288:36 | 1288 | &|table, index| hasher(table.bucket::(index).as_ref()), | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1384:21 | 1384 | let index = self.bucket_index(&bucket); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1380:5 | 1380 | / pub unsafe fn replace_bucket_with(&mut self, bucket: Bucket, f: F) -> bool 1381 | | where 1382 | | F: FnOnce(T) -> Option, | |__________________________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1385:24 | 1385 | let old_ctrl = *self.table.ctrl(index); | ^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1385:25 | 1385 | let old_ctrl = *self.table.ctrl(index); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1386:23 | 1386 | debug_assert!(self.is_bucket_full(index)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::remove` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1388:20 | 1388 | let item = self.remove(bucket).0; | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1391:13 | 1391 | self.table.set_ctrl(index, old_ctrl); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1393:13 | 1393 | self.bucket(index).write(new_item); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1393:13 | 1393 | self.bucket(index).write(new_item); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1444:24 | 1444 | let old_ctrl = *self.table.ctrl(slot.index); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1443:5 | 1443 | pub unsafe fn insert_in_slot(&mut self, hash: u64, slot: InsertSlot, value: T) -> Bucket { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1444:25 | 1444 | let old_ctrl = *self.table.ctrl(slot.index); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::record_item_insert_at` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1445:9 | 1445 | self.table.record_item_insert_at(slot.index, old_ctrl, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1447:22 | 1447 | let bucket = self.bucket(slot.index); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1448:9 | 1448 | bucket.write(value); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::get_many_mut_pointers` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1530:20 | 1530 | let ptrs = self.get_many_mut_pointers(hashes, eq)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1525:5 | 1525 | / pub unsafe fn get_many_unchecked_mut( 1526 | | &mut self, 1527 | | hashes: [u64; N], 1528 | | eq: impl FnMut(usize, &T) -> bool, 1529 | | ) -> Option<[&'_ mut T; N]> { | |_______________________________^ warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1531:14 | 1531 | Some(mem::transmute_copy(&ptrs)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1545:14 | 1545 | *(*outs_ptr).get_unchecked_mut(i) = cur.as_mut(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1534:5 | 1534 | / unsafe fn get_many_mut_pointers( 1535 | | &mut self, 1536 | | hashes: [u64; N], 1537 | | mut eq: impl FnMut(usize, &T) -> bool, 1538 | | ) -> Option<[*mut T; N]> { | |____________________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1545:14 | 1545 | *(*outs_ptr).get_unchecked_mut(i) = cur.as_mut(); | ^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::as_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1545:49 | 1545 | *(*outs_ptr).get_unchecked_mut(i) = cur.as_mut(); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1549:14 | 1549 | Some(outs.assume_init()) | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1586:9 | 1586 | self.table.is_bucket_full(index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1585:5 | 1585 | pub unsafe fn is_bucket_full(&self, index: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::iter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1599:9 | 1599 | self.table.iter() | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1594:5 | 1594 | pub unsafe fn iter(&self) -> RawIter { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1756:20 | 1756 | let ctrl = NonNull::new_unchecked(ptr.as_ptr().add(ctrl_offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1733:5 | 1733 | / unsafe fn new_uninitialized( 1734 | | alloc: &A, 1735 | | table_layout: TableLayout, 1736 | | buckets: usize, ... | 1739 | | where 1740 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1756:43 | 1756 | let ctrl = NonNull::new_unchecked(ptr.as_ptr().add(ctrl_offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1869:21 | 1869 | if unlikely(self.is_bucket_full(index)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1867:5 | 1867 | unsafe fn fix_insert_slot(&self, mut index: usize) -> InsertSlot { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::option::Option::::unwrap_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1888:21 | 1888 | index = Group::load_aligned(self.ctrl(0)) | _____________________^ 1889 | | .match_empty_or_deleted() 1890 | | .lowest_set_bit() 1891 | | .unwrap_unchecked(); | |___________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1888:21 | 1888 | index = Group::load_aligned(self.ctrl(0)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:1888:41 | 1888 | index = Group::load_aligned(self.ctrl(0)) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::find_insert_slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2068:28 | 2068 | let index: usize = self.find_insert_slot(hash).index; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2066:5 | 2066 | unsafe fn prepare_insert_slot(&mut self, hash: u64) -> (usize, u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2075:24 | 2075 | let old_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2075:25 | 2075 | let old_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2076:9 | 2076 | self.set_ctrl_h2(index, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2252:25 | 2252 | let group = Group::load_aligned(self.ctrl(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2240:5 | 2240 | unsafe fn prepare_rehash_in_place(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2252:45 | 2252 | let group = Group::load_aligned(self.ctrl(i)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::store_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2254:13 | 2254 | group.store_aligned(self.ctrl(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2254:33 | 2254 | group.store_aligned(self.ctrl(i)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_to` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2266:13 | 2266 | / self.ctrl(0) 2267 | | .copy_to(self.ctrl(Group::WIDTH), self.buckets()); | |_________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2266:13 | 2266 | self.ctrl(0) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2267:26 | 2267 | .copy_to(self.ctrl(Group::WIDTH), self.buckets()); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_to` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2272:13 | 2272 | / self.ctrl(0) 2273 | | .copy_to(self.ctrl(self.buckets()), Group::WIDTH); | |_________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2272:13 | 2272 | self.ctrl(0) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2273:26 | 2273 | .copy_to(self.ctrl(self.buckets()), Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::from_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2323:20 | 2323 | let data = Bucket::from_base_index(self.data_end(), 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2295:5 | 2295 | unsafe fn iter(&self) -> RawIter { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawIterRange::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2326:19 | 2326 | iter: RawIterRange::new(self.ctrl.as_ptr(), data, self.buckets()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::iter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2374:25 | 2374 | for item in self.iter::() { | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2367:5 | 2367 | unsafe fn drop_elements(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2377:17 | 2377 | item.drop(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::from_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2502:9 | 2502 | Bucket::from_base_index(self.data_end(), index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2499:5 | 2499 | unsafe fn bucket(&self, index: usize) -> Bucket { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2556:9 | 2556 | base.sub((index + 1) * size_of) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2552:5 | 2552 | unsafe fn bucket_ptr(&self, index: usize, size_of: usize) -> *mut u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2632:9 | 2632 | self.set_ctrl_h2(index, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2630:5 | 2630 | unsafe fn record_item_insert_at(&mut self, index: usize, old_ctrl: u8, hash: u64) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2674:9 | 2674 | self.set_ctrl(index, h2(hash)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2672:5 | 2672 | unsafe fn set_ctrl_h2(&mut self, index: usize, hash: u64) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2708:25 | 2708 | let prev_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2706:5 | 2706 | unsafe fn replace_ctrl_h2(&mut self, index: usize, hash: u64) -> u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2708:26 | 2708 | let prev_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2709:9 | 2709 | self.set_ctrl_h2(index, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2766:9 | 2766 | *self.ctrl(index) = ctrl; | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2738:5 | 2738 | unsafe fn set_ctrl(&mut self, index: usize, ctrl: u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2766:10 | 2766 | *self.ctrl(index) = ctrl; | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2767:9 | 2767 | *self.ctrl(index2) = ctrl; | ^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2767:10 | 2767 | *self.ctrl(index2) = ctrl; | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2797:9 | 2797 | self.ctrl.as_ptr().add(index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2794:5 | 2794 | unsafe fn ctrl(&self, index: usize) -> *mut u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2813:17 | 2813 | is_full(*self.ctrl(index)) | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2811:5 | 2811 | unsafe fn is_bucket_full(&self, index: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2813:18 | 2813 | is_full(*self.ctrl(index)) | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::rehash_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2938:13 | 2938 | self.rehash_in_place(hasher, layout.size, drop); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2907:5 | 2907 | / unsafe fn reserve_rehash_inner( 2908 | | &mut self, 2909 | | alloc: &A, 2910 | | additional: usize, ... | 2916 | | where 2917 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `raw::RawTableInner::resize_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2950:13 | 2950 | / self.resize_inner( 2951 | | alloc, 2952 | | usize::max(new_items, full_capacity + 1), 2953 | | hasher, 2954 | | fallibility, 2955 | | layout, 2956 | | ) | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2993:20 | 2993 | let ctrl = NonNull::new_unchecked(self.ctrl(0)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2973:5 | 2973 | unsafe fn full_buckets_indices(&self) -> FullBucketsIndices { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2993:43 | 2993 | let ctrl = NonNull::new_unchecked(self.ctrl(0)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:2998:28 | 2998 | current_group: Group::load_aligned(ctrl.as_ptr()).match_full().into_iter(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::full_buckets_indices` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3065:32 | 3065 | for full_byte_index in self.full_buckets_indices() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3047:5 | 3047 | / unsafe fn resize_inner( 3048 | | &mut self, 3049 | | alloc: &A, 3050 | | capacity: usize, ... | 3055 | | where 3056 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `raw::RawTableInner::prepare_insert_slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3080:34 | 3080 | let (new_index, _) = new_table.prepare_insert_slot(hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3096:13 | 3096 | / ptr::copy_nonoverlapping( 3097 | | self.bucket_ptr(full_byte_index, layout.size), 3098 | | new_table.bucket_ptr(new_index, layout.size), 3099 | | layout.size, 3100 | | ); | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3097:17 | 3097 | self.bucket_ptr(full_byte_index, layout.size), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3098:17 | 3098 | new_table.bucket_ptr(new_index, layout.size), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::prepare_rehash_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3154:9 | 3154 | self.prepare_rehash_in_place(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3144:5 | 3144 | / unsafe fn rehash_in_place( 3145 | | &mut self, 3146 | | hasher: &dyn Fn(&mut Self, usize) -> u64, 3147 | | size_of: usize, 3148 | | drop: Option, 3149 | | ) { | |_____^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3159:24 | 3159 | if *self_.ctrl(i) == DELETED { | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3159:25 | 3159 | if *self_.ctrl(i) == DELETED { | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3160:25 | 3160 | self_.set_ctrl(i, EMPTY); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3161:30 | 3161 | drop(self_.bucket_ptr(i, size_of)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3173:16 | 3173 | if *guard.ctrl(i) != DELETED { | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3173:17 | 3173 | if *guard.ctrl(i) != DELETED { | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3177:23 | 3177 | let i_p = guard.bucket_ptr(i, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::find_insert_slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3187:29 | 3187 | let new_i = guard.find_insert_slot(hash).index; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3195:21 | 3195 | guard.set_ctrl_h2(i, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3199:31 | 3199 | let new_i_p = guard.bucket_ptr(new_i, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::replace_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3203:33 | 3203 | let prev_ctrl = guard.replace_ctrl_h2(new_i, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3205:21 | 3205 | guard.set_ctrl(i, EMPTY); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3209:21 | 3209 | ptr::copy_nonoverlapping(i_p, new_i_p, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::swap_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3216:21 | 3216 | ptr::swap_nonoverlapping(i_p, new_i_p, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::allocation_info` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3260:29 | 3260 | let (ptr, layout) = self.allocation_info(table_layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3254:5 | 3254 | / unsafe fn free_buckets(&mut self, alloc: &A, table_layout: TableLayout) 3255 | | where 3256 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `allocator_api2::alloc::Allocator::deallocate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3261:9 | 3261 | alloc.deallocate(ptr, layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3377:23 | 3377 | debug_assert!(self.is_bucket_full(index)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3376:5 | 3376 | unsafe fn erase(&mut self, index: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3385:28 | 3385 | let empty_before = Group::load(self.ctrl(index_before)).match_empty(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3385:40 | 3385 | let empty_before = Group::load(self.ctrl(index_before)).match_empty(); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3386:27 | 3386 | let empty_after = Group::load(self.ctrl(index)).match_empty(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3386:39 | 3386 | let empty_after = Group::load(self.ctrl(index)).match_empty(); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3431:9 | 3431 | self.set_ctrl(index, ctrl); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::clone_from_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3545:13 | 3545 | self.clone_from_impl(source); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3544:9 | 3544 | unsafe fn clone_from_spec(&mut self, source: &Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_to_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3575:9 | 3575 | / source 3576 | | .table 3577 | | .ctrl(0) 3578 | | .copy_to_nonoverlapping(self.table.ctrl(0), self.table.num_ctrl_bytes()); | |____________________________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3573:5 | 3573 | unsafe fn clone_from_impl(&mut self, source: &Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3575:9 | 3575 | / source 3576 | | .table 3577 | | .ctrl(0) | |____________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3578:37 | 3578 | .copy_to_nonoverlapping(self.table.ctrl(0), self.table.num_ctrl_bytes()); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3586:24 | 3586 | if self_.is_bucket_full(i) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3587:25 | 3587 | self_.bucket(i).drop(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3587:25 | 3587 | self_.bucket(i).drop(); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::iter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3593:21 | 3593 | for from in source.iter() { | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3594:25 | 3594 | let index = source.bucket_index(&from); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3595:22 | 3595 | let to = guard.1.bucket(index); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3596:13 | 3596 | to.write(from.as_ref().clone()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3596:22 | 3596 | to.write(from.as_ref().clone()); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3759:19 | 3759 | let end = ctrl.add(len); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3755:5 | 3755 | unsafe fn new(ctrl: *const u8, data: Bucket, len: usize) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3763:29 | 3763 | let current_group = Group::load_aligned(ctrl).match_full(); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3764:25 | 3764 | let next_ctrl = ctrl.add(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3825:29 | 3825 | return Some(self.data.next_n(index)); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3822:5 | 3822 | unsafe fn next_impl(&mut self) -> Option> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3837:34 | 3837 | self.current_group = Group::load_aligned(self.next_ctrl).match_full().into_iter(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3838:25 | 3838 | self.data = self.data.next_n(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3839:30 | 3839 | self.next_ctrl = self.next_ctrl.add(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3879:30 | 3879 | let bucket = self.data.next_n(index); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3870:5 | 3870 | / unsafe fn fold_impl(mut self, mut n: usize, mut acc: B, mut f: F) -> B 3871 | | where 3872 | | F: FnMut(B, Bucket) -> B, | |____________________________________^ warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3916:34 | 3916 | self.current_group = Group::load_aligned(self.next_ctrl).match_full().into_iter(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3917:25 | 3917 | self.data = self.data.next_n(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:3918:30 | 3918 | self.next_ctrl = self.next_ctrl.add(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:4102:17 | 4102 | item.drop(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:4099:5 | 4099 | unsafe fn drop_elements(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:4231:25 | 4231 | self.ctrl = NonNull::new_unchecked(self.ctrl.as_ptr().add(Group::WIDTH)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:4202:5 | 4202 | unsafe fn next_impl(&mut self) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:4231:48 | 4231 | self.ctrl = NonNull::new_unchecked(self.ctrl.as_ptr().add(Group::WIDTH)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/raw/mod.rs:4234:34 | 4234 | self.current_group = Group::load_aligned(self.ctrl.as_ptr()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `map::HashMap::::get_many_unchecked_mut_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/map.rs:1575:9 | 1575 | self.get_many_unchecked_mut_inner(ks) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/map.rs:1568:5 | 1568 | / pub unsafe fn get_many_unchecked_mut( 1569 | | &mut self, 1570 | | ks: [&Q; N], 1571 | | ) -> Option<[&'_ mut V; N]> 1572 | | where 1573 | | Q: Hash + Equivalent, | |________________________________^ warning[E0133]: call to unsafe function `map::HashMap::::get_many_unchecked_mut_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/map.rs:1685:9 | 1685 | self.get_many_unchecked_mut_inner(ks) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/map.rs:1678:5 | 1678 | / pub unsafe fn get_many_key_value_unchecked_mut( 1679 | | &mut self, 1680 | | ks: [&Q; N], 1681 | | ) -> Option<[(&'_ K, &'_ mut V); N]> 1682 | | where 1683 | | Q: Hash + Equivalent, | |________________________________^ warning[E0133]: call to unsafe function `raw::RawTable::::get_many_unchecked_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/map.rs:1709:9 | 1709 | / self.table 1710 | | .get_many_unchecked_mut(hashes, |i, (k, _)| ks[i].equivalent(k)) | |____________________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/map.rs:1701:5 | 1701 | / unsafe fn get_many_unchecked_mut_inner( 1702 | | &mut self, 1703 | | ks: [&Q; N], 1704 | | ) -> Option<[&'_ mut (K, V); N]> 1705 | | where 1706 | | Q: Hash + Equivalent, | |________________________________^ warning[E0133]: call to unsafe function `raw::RawTable::::get_many_unchecked_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/table.rs:1016:9 | 1016 | self.raw.get_many_unchecked_mut(hashes, eq) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/table.rs:1011:5 | 1011 | / pub unsafe fn get_many_unchecked_mut( 1012 | | &mut self, 1013 | | hashes: [u64; N], 1014 | | eq: impl FnMut(usize, &T) -> bool, 1015 | | ) -> Option<[&'_ mut T; N]> { | |_______________________________^ warning: `hashbrown` (lib) generated 150 warnings Compiling rustc_mir_dataflow v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_mir_dataflow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_mir_dataflow CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_mir_dataflow --edition=2021 compiler/rustc_mir_dataflow/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c018ef66fff3545 -C extra-filename=-9c018ef66fff3545 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern polonius_engine=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-09d49d249c441785.rmeta --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex-764cbffbe0704ad8.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-07c5c5521728c49d.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_transmute v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_transmute CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_transmute CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_transmute --edition=2021 compiler/rustc_transmute/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc"))' -C metadata=3d0b905e5b87ad80 -C extra-filename=-3d0b905e5b87ad80 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-a5c0bf17c458be9f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-130509f7e116fb03.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_trait_selection v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_trait_selection CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_trait_selection CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_trait_selection --edition=2021 compiler/rustc_trait_selection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=141beca554215974 -C extra-filename=-141beca554215974 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-ab09486c34baeba2.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-a5c0bf17c458be9f.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-130509f7e116fb03.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_next_trait_solver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_next_trait_solver-ab57d8043c7c49a3.rmeta --extern rustc_parse_format=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-f40f55c9ef1dfcf2.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_transmute=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_transmute-3d0b905e5b87ad80.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling regex-automata v0.1.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/regex-automata' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/regex-automata' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name regex_automata --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=51deb4b182a2f657 -C extra-filename=-51deb4b182a2f657 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern regex_syntax=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-f267e31dcc8d2d09.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:90:38 | 90 | pub fn representatives(&self) -> ByteClassRepresentatives { | ^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 90 | pub fn representatives(&self) -> ByteClassRepresentatives<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:111:32 | 111 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1113:38 | 1113 | pub fn states(&self) -> StateIter { | ---------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | pub fn states(&self) -> StateIter<'_, T, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1508:55 | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1508 | pub fn get_state_mut(&mut self, id: S) -> StateMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1613:32 | 1613 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1613 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1702:53 | 1702 | pub fn transitions(&self) -> StateTransitionIter { | -------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1702 | pub fn transitions(&self) -> StateTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1718:66 | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter { | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1718 | pub fn sparse_transitions(&self) -> StateSparseTransitionIter<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1725:32 | 1725 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1725 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1828:57 | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut { | ----------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1828 | pub fn iter_mut(&mut self) -> StateTransitionIterMut<'_, S> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1835:32 | 1835 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/error.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/minimize.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:868:32 | 868 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 868 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/range_trie.rs:891:32 | 891 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/nfa/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1012:32 | 1012 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1012 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1140:32 | 1140 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1140 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1200:32 | 1200 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling gimli v0.30.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.30.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=30 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gimli --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="read"' --cfg 'feature="read-core"' --cfg 'feature="std"' --cfg 'feature="write"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=ff3d3415b6971d62 -C extra-filename=-ff3d3415b6971d62 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-edf0f6b1239f8413.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:61:10 | 61 | *self.0.get_unchecked(byte as usize) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/classes.rs:60:5 | 60 | pub unsafe fn get_unchecked(&self, byte: u8) -> u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `dense_imp::Repr::<&'a [S], S>::from_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:519:9 | 519 | Repr::from_bytes(buf).into_dense_dfa() | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:518:5 | 518 | pub unsafe fn from_bytes(buf: &'a [u8]) -> DenseDFA<&'a [S], S> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `dfa::DFA::next_state_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:591:17 | 591 | r.next_state_unchecked(current, input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:588:5 | 588 | unsafe fn next_state_unchecked(&self, current: S, input: u8) -> S { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `dfa::DFA::next_state_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:594:17 | 594 | r.next_state_unchecked(current, input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `dfa::DFA::next_state_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:597:17 | 597 | r.next_state_unchecked(current, input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `dfa::DFA::next_state_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:600:17 | 600 | r.next_state_unchecked(current, input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:712:10 | 712 | *self.0.trans().get_unchecked(o) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:710:5 | 710 | unsafe fn next_state_unchecked(&self, current: S, input: u8) -> S { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `classes::ByteClasses::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:772:21 | 772 | let input = self.0.byte_classes().get_unchecked(input); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:771:5 | 771 | unsafe fn next_state_unchecked(&self, current: S, input: u8) -> S { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:774:10 | 774 | *self.0.trans().get_unchecked(o) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:833:10 | 833 | *self.0.trans().get_unchecked(o) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:831:5 | 831 | unsafe fn next_state_unchecked(&self, current: S, input: u8) -> S { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `classes::ByteClasses::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:886:21 | 886 | let input = self.0.byte_classes().get_unchecked(input); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:885:5 | 885 | unsafe fn next_state_unchecked(&self, current: S, input: u8) -> S { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:888:10 | 888 | *self.0.trans().get_unchecked(o) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1386:21 | 1386 | let trans = slice::from_raw_parts(buf.as_ptr() as *const S, len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1299:5 | 1299 | unsafe fn from_bytes(mut buf: &'a [u8]) -> Repr<&'a [S], S> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `dfa::DFA::next_state_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dfa.rs:361:9 | 361 | (**self).next_state_unchecked(current, input) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dfa.rs:356:5 | 356 | / unsafe fn next_state_unchecked( 357 | | &self, 358 | | current: Self::ID, 359 | | input: u8, 360 | | ) -> Self::ID { | |_________________^ warning[E0133]: call to unsafe function `sparse_imp::Repr::<&'a [u8], S>::from_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:411:9 | 411 | Repr::from_bytes(buf).into_sparse_dfa() | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:410:5 | 410 | pub unsafe fn from_bytes(buf: &'a [u8]) -> SparseDFA<&'a [u8], S> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1662:34 | 1662 | pub(crate) struct StateIter<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 1662 - pub(crate) struct StateIter<'a, T: 'a, S: 'a> { 1662 + pub(crate) struct StateIter<'a, T, S> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1689:30 | 1689 | pub(crate) struct State<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1753:44 | 1753 | pub(crate) struct StateTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1774:50 | 1774 | pub(crate) struct StateSparseTransitionIter<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1815:33 | 1815 | pub(crate) struct StateMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/dense.rs:1847:47 | 1847 | pub(crate) struct StateTransitionIterMut<'a, S: 'a> { | ^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/determinize.rs:41:12 | 41 | cache: HashMap, S>, | ^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/determinize.rs:65:25 | 65 | let mut cache = HashMap::default(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/minimize.rs:42:34 | 42 | pub(crate) struct Minimizer<'a, S: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/regex.rs:415:34 | 415 | pub struct Matches<'r, 't, D: DFA + 'r> { | ^^^^^ help: remove this bound warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:723:38 | 723 | let mut map: HashMap = HashMap::with_capacity(self.state_count); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:723:22 | 723 | let mut map: HashMap = HashMap::with_capacity(self.state_count); | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:745:39 | 745 | for (&old_id, &new_id) in map.iter() { | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/sparse.rs:1054:36 | 1054 | struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { | ^^^^^ ^^^^^ | help: remove these bounds | 1054 - struct StateIter<'a, T: AsRef<[u8]> + 'a, S: StateID + 'a = usize> { 1054 + struct StateIter<'a, T: AsRef<[u8]>, S: StateID = usize> { | warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/cfi.rs:624:31 | 624 | let mut cie_ids = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/op.rs:852:32 | 852 | entry_ids: Option<&HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/unit.rs:1501:28 | 1501 | pub entry_ids: &'a HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/unit.rs:1523:33 | 1523 | let mut entry_ids = HashMap::new(); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/unit.rs:1561:29 | 1561 | entry_ids: &mut HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/unit.rs:1602:25 | 1602 | entry_ids: &HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/write/unit.rs:1673:29 | 1673 | entry_ids: &mut HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `regex-automata` (lib) generated 50 warnings Compiling rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_llvm CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 compiler/rustc_llvm/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5354bad0b1602e1 -C extra-filename=-a5354bad0b1602e1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_llvm-a5354bad0b1602e1 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libcc-7678ed3dafcb06cf.rlib -Z binary-dep-depinfo` Compiling overload v0.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=overload CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/overload-0.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/overload-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Daniel Salvadori ' CARGO_PKG_DESCRIPTION='Provides a macro to simplify operator overloading.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=overload CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/danaugrs/overload' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name overload --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/overload-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45eda91e83174b03 -C extra-filename=-45eda91e83174b03 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling lazy_static v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name lazy_static --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=a0973535a14fbba1 -C extra-filename=-a0973535a14fbba1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/inline_lazy.rs:8:1 | 8 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/inline_lazy.rs:26:43 | 26 | pub fn get(&'static self, f: F) -> &T | ^ this elided lifetime gets resolved as `'static` | = note: `#[warn(elided_named_lifetimes)]` on by default help: consider specifying it explicitly | 26 | pub fn get(&'static self, f: F) -> &'static T | +++++++ warning: `lazy_static` (lib) generated 2 warnings Compiling punycode v0.4.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=punycode CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='mcarton ' CARGO_PKG_DESCRIPTION='Functions to decode and encode Punycode' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=punycode CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/mcarton/rust-punycode.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name punycode --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "default", "dev"))' -C metadata=fef964d3999c9d4d -C extra-filename=-fef964d3999c9d4d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1/src/lib.rs:224:13 | 224 | '0' ... '9' => cp - ('0' as u32) + 26, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `-W ellipsis-inclusive-range-patterns` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(ellipsis_inclusive_range_patterns)]` warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1/src/lib.rs:225:13 | 225 | 'A' ... 'Z' => cp - ('A' as u32), | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1/src/lib.rs:226:13 | 226 | 'a' ... 'z' => cp - ('a' as u32), | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `punycode` (lib) generated 3 warnings Compiling leb128 v0.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=leb128 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/leb128-0.2.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/leb128-0.2.5/Cargo.toml CARGO_PKG_AUTHORS='Nick Fitzgerald :Philip Craig ' CARGO_PKG_DESCRIPTION='Read and write DWARF'\''s "Little Endian Base 128" (LEB128) variable length integer encoding.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=leb128 CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/leb128' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name leb128 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/leb128-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c0918ad0425cce43 -C extra-filename=-c0918ad0425cce43 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/leb128-0.2.5/src/lib.rs:85:36 | 85 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 85 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: `leb128` (lib) generated 1 warning Compiling pulldown-cmark v0.11.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/Cargo.toml CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.11.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs -C debug-assertions=off --cfg 'feature="html"' --cfg 'feature="pulldown-cmark-escape"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gen-tests", "getopts", "html", "pulldown-cmark-escape", "serde", "simd"))' -C metadata=5c13696c3c9d1924 -C extra-filename=-5c13696c3c9d1924 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/pulldown-cmark-5c13696c3c9d1924 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name shlex --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=af88d438ef6358d4 -C extra-filename=-af88d438ef6358d4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `manual_codegen_check` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:353:12 | 353 | #[cfg_attr(manual_codegen_check, inline(never))] | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default Compiling cfg_aliases v0.2.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cfg_aliases CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg_aliases-0.2.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg_aliases-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Zicklag ' CARGO_PKG_DESCRIPTION='A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.' CARGO_PKG_HOMEPAGE='https://github.com/katharostech/cfg_aliases' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg_aliases CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/katharostech/cfg_aliases' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_aliases --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c5bd77831992c94 -C extra-filename=-0c5bd77831992c94 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling rustc-demangle v0.1.24 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_demangle --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=69fd4e1c315f67ce -C extra-filename=-69fd4e1c315f67ce --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `shlex` (lib) generated 7 warnings (6 duplicates) Compiling nix v0.29.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="signal"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=84659ab41b7ebf07 -C extra-filename=-84659ab41b7ebf07 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/nix-84659ab41b7ebf07 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_aliases=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libcfg_aliases-0c5bd77831992c94.rlib --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/legacy.rs:49:37 | 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { | ^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/legacy.rs:106:32 | 106 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:37:37 | 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:241:32 | 241 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 241 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:92:33 | 92 | pub fn demangle(mut s: &str) -> Demangle { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:237:40 | 237 | pub fn try_demangle(s: &str) -> Result { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:281:32 | 281 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:314:32 | 314 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 314 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:349:32 | 349 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:568:22 | 568 | struct Printer<'a, 'b: 'a, 's> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` Compiling rustc_symbol_mangling v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_symbol_mangling CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_symbol_mangling CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_symbol_mangling --edition=2021 compiler/rustc_symbol_mangling/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb4c88ae8050912e -C extra-filename=-bb4c88ae8050912e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern punycode=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpunycode-fef964d3999c9d4d.rmeta --extern rustc_demangle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_demangle-69fd4e1c315f67ce.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: `gimli` (lib) generated 7 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.2.5 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=05f43a07cc45db53 -C extra-filename=-05f43a07cc45db53 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern shlex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libshlex-af88d438ef6358d4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:277:23 | 277 | env_cache: RwLock, Env>>, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `#[warn(rustc::default_hash_types)]` implied by `#[warn(warnings)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:278:34 | 278 | apple_sdk_root_cache: RwLock, Arc>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:279:34 | 279 | apple_versions_cache: RwLock, Arc>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:280:36 | 280 | cached_compiler_family: RwLock, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:281:45 | 281 | known_flag_support_status_cache: RwLock>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `rustc-demangle` (lib) generated 11 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_HTML=1 CARGO_FEATURE_PULLDOWN_CMARK_ESCAPE=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/Cargo.toml CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.11.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/pulldown-cmark-bd718dedeb898192/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/pulldown-cmark-5c13696c3c9d1924/build-script-build` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/tool.rs:43:41 | 43 | cached_compiler_family: &RwLock, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/tool.rs:60:41 | 60 | cached_compiler_family: &RwLock, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/tool.rs:93:41 | 93 | cached_compiler_family: &RwLock, ToolFamily>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary Compiling wasm-encoder v0.216.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=wasm_encoder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/Cargo.toml CARGO_PKG_AUTHORS='Nick Fitzgerald ' CARGO_PKG_DESCRIPTION='A low-level WebAssembly encoder. ' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasm-encoder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder' CARGO_PKG_RUST_VERSION=1.76.0 CARGO_PKG_VERSION=0.216.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=216 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name wasm_encoder --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' --deny=unsafe_code '--warn=clippy::unnecessary_to_owned' '--warn=clippy::map_clone' '--warn=clippy::manual_strip' '--warn=clippy::clone_on_copy' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("wasmparser"))' -C metadata=b98e28d9185e85fc -C extra-filename=-b98e28d9185e85fc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern leb128=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libleb128-c0918ad0425cce43.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/component/types.rs:35:29 | 35 | pub fn ty(&mut self) -> CoreTypeEncoder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 35 | pub fn ty(&mut self) -> CoreTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/component/types.rs:206:36 | 206 | pub fn core_type(&mut self) -> CoreTypeEncoder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 206 | pub fn core_type(&mut self) -> CoreTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/component/types.rs:217:29 | 217 | pub fn ty(&mut self) -> ComponentTypeEncoder { | ^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 217 | pub fn ty(&mut self) -> ComponentTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/component/types.rs:321:36 | 321 | pub fn core_type(&mut self) -> CoreTypeEncoder { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 321 | pub fn core_type(&mut self) -> CoreTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/component/types.rs:329:29 | 329 | pub fn ty(&mut self) -> ComponentTypeEncoder { | ^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 329 | pub fn ty(&mut self) -> ComponentTypeEncoder<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/core/code.rs:218:49 | 218 | pub fn instruction(&mut self, instruction: &Instruction) -> &mut Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 218 | pub fn instruction(&mut self, instruction: &Instruction<'_>) -> &mut Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/core/code.rs:3757:23 | 3757 | fn new_insn(insn: Instruction) -> Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3757 | fn new_insn(insn: Instruction<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/core/code.rs:3763:34 | 3763 | fn with_insn(mut self, insn: Instruction) -> Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3763 | fn with_insn(mut self, insn: Instruction<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/core/data.rs:85:54 | 85 | pub fn segment(&mut self, segment: DataSegment) -> &mut Self | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 85 | pub fn segment(&mut self, segment: DataSegment<'_, D>) -> &mut Self | +++ warning: `wasm-encoder` (lib) generated 9 warnings Compiling sharded-slab v0.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sharded_slab CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='A lock-free concurrent slab. ' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/sharded-slab' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sharded-slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/sharded-slab' CARGO_PKG_RUST_VERSION=1.42.0 CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sharded_slab --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=25baf6f181facf69 -C extra-filename=-25baf6f181facf69 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern lazy_static=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblazy_static-a0973535a14fbba1.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:426:21 | 426 | let gen = slot.insert(&mut value)?; | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:427:22 | 427 | Some(gen.pack(idx)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:456:17 | 456 | let gen = guard.generation(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:457:19 | 457 | Some((gen.pack(idx), guard)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:624:17 | 624 | let gen = inner.generation(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:625:35 | 625 | Some((inner, tid.pack(gen.pack(idx)))) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:206:9 | 206 | gen: slot::Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:219:31 | 219 | slot.remove_value(gen, offset, free_list) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:226:9 | 226 | gen: slot::Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:236:39 | 236 | slot.try_remove_value(gen, offset, free_list) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:313:9 | 313 | gen: slot::Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:323:40 | 323 | slot.try_clear_storage(gen, offset, free_list) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:333:9 | 333 | gen: slot::Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:343:36 | 343 | slot.clear_storage(gen, offset, free_list) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:431:27 | 431 | fn gen_roundtrips(gen in 0usize..slot::Generation::::BITS) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:432:17 | 432 | let gen = slot::Generation::::from_usize(gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:432:74 | 432 | let gen = slot::Generation::::from_usize(gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:433:26 | 433 | let packed = gen.pack(0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:434:24 | 434 | assert_eq!(gen, slot::Generation::from_packed(packed)); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:439:13 | 439 | gen in 0usize..slot::Generation::::BITS, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:442:17 | 442 | let gen = slot::Generation::::from_usize(gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:442:74 | 442 | let gen = slot::Generation::::from_usize(gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:444:26 | 444 | let packed = gen.pack(addr.pack(0)); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:446:24 | 446 | assert_eq!(gen, slot::Generation::from_packed(packed)); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:107:30 | 107 | pub(crate) fn get(&self, gen: Generation) -> Option> { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:117:17 | 117 | gen, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:128:16 | 128 | if gen != current_gen || state != Lifecycle::PRESENT { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:167:28 | 167 | fn mark_release(&self, gen: Generation) -> Option { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:177:17 | 177 | gen, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:182:16 | 182 | if gen != curr_gen { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:234:37 | 234 | fn release_with(&self, gen: Generation, offset: usize, free: &F, mutator: M) -> R | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:243:24 | 243 | let next_gen = gen.advance(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:248:17 | 248 | gen, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:257:31 | 257 | if (!advanced) && gen != current_gen { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:313:13 | 313 | let gen = LifecycleGen::::from_packed(lifecycle).0; | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:319:13 | 319 | gen, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:354:13 | 354 | let gen = guard.generation(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:363:46 | 363 | test_println!("-> inserted at {:?}", gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:365:14 | 365 | Some(gen) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:377:9 | 377 | gen: Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:381:53 | 381 | let should_remove = match self.mark_release(gen) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:391:21 | 391 | gen | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:402:31 | 402 | self.remove_value(gen, offset, free); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:411:9 | 411 | gen: Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:415:27 | 415 | self.release_with(gen, offset, free, |item| item.and_then(Option::take)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:441:9 | 441 | gen: Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:445:52 | 445 | let should_clear = match self.mark_release(gen) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:455:21 | 455 | gen | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:466:39 | 466 | return self.clear_storage(gen, offset, free); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:477:9 | 477 | gen: Generation, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:483:27 | 483 | self.release_with(gen, offset, free, |item| { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:497:17 | 497 | let gen = LifecycleGen::::from_packed(lifecycle).0; | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:504:30 | 504 | LifecycleGen(gen).pack(State::Removing as usize) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:513:17 | 513 | gen, | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:15:17 | 15 | #[cfg(all(test, loom))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:453:9 | 453 | test_println!("pool: create {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:621:9 | 621 | test_println!("pool: create_owned {:?}", tid); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:655:9 | 655 | test_println!("pool: create_with"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:678:9 | 678 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:769:9 | 769 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current()); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:914:9 | 914 | test_println!("drop Ref: try clearing data"); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1049:9 | 1049 | test_println!(" -> drop RefMut: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1124:9 | 1124 | test_println!("drop OwnedRef: try clearing data"); | ------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1135:13 | 1135 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1139:17 | 1139 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1238:9 | 1238 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1290:9 | 1290 | test_println!("drop OwnedRefMut: try clearing data"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/pool.rs:1303:17 | 1303 | test_println!("-> shard does not exist! THIS IS A BUG"); | ------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/sync.rs:3:11 | 3 | #[cfg(all(loom, any(test, feature = "loom")))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/sync.rs:63:15 | 63 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:95:11 | 95 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:18:9 | 18 | test_println!("UniqueIter::next"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:20:13 | 20 | test_println!("-> try next slot"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:22:17 | 22 | test_println!("-> found an item!"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:26:13 | 26 | test_println!("-> try next page"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:28:17 | 28 | test_println!("-> found another page"); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:33:13 | 33 | test_println!("-> try next shard"); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:35:17 | 35 | test_println!("-> found another shard"); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/iter.rs:38:17 | 38 | test_println!("-> all done!"); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:115:13 | 115 | / test_println!( 116 | | "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};", 117 | | gen, 118 | | current_gen, ... | 121 | | refs, 122 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:129:17 | 129 | test_println!("-> get: no longer exists!"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:142:21 | 142 | test_println!("-> {:?}", new_refs); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:154:21 | 154 | test_println!("-> get: retrying; lifecycle={:#x};", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:175:13 | 175 | / test_println!( 176 | | "-> mark_release; gen={:?}; current_gen={:?};", 177 | | gen, 178 | | curr_gen 179 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:187:13 | 187 | test_println!("-> mark_release; state={:?};", state); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:190:21 | 190 | test_println!("--> mark_release; cannot release (already removed!)"); | -------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:194:21 | 194 | test_println!("--> mark_release; already marked;"); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:202:13 | 202 | / test_println!( 203 | | "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};", 204 | | lifecycle, 205 | | new_lifecycle 206 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:216:21 | 216 | test_println!("-> mark_release; retrying"); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:224:9 | 224 | test_println!("-> mark_release: marked; refs={:?};", refs); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:246:13 | 246 | / test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};", 247 | | lifecycle, 248 | | gen, 249 | | current_gen, 250 | | next_gen 251 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:258:17 | 258 | test_println!("-> already removed!"); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:275:21 | 275 | test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:277:25 | 277 | test_println!("-> ok to remove!"); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:290:21 | 290 | test_println!("-> refs={:?}; spin...", refs); | -------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:296:21 | 296 | test_println!("-> retrying; lifecycle={:#x};", actual); | ------------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:316:9 | 316 | / test_println!( 317 | | "-> initialize_state; state={:?}; gen={:?}; refs={:?};", 318 | | Lifecycle::::from_packed(lifecycle), 319 | | gen, 320 | | refs, 321 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:324:13 | 324 | test_println!("-> initialize while referenced! cancelling"); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:363:9 | 363 | test_println!("-> inserted at {:?}", gen); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:389:17 | 389 | / test_println!( 390 | | "-> try_remove_value; nothing exists at generation={:?}", 391 | | gen 392 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:397:9 | 397 | test_println!("-> try_remove_value; marked!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:401:13 | 401 | test_println!("-> try_remove_value; can remove now"); | ---------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:453:17 | 453 | / test_println!( 454 | | "-> try_clear_storage; nothing exists at generation={:?}", 455 | | gen 456 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:461:9 | 461 | test_println!("-> try_clear_storage; marked!"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:465:13 | 465 | test_println!("-> try_remove_value; can clear now"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:485:13 | 485 | test_println!("-> cleared: {}", cleared); | ---------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:510:13 | 510 | / test_println!( 511 | | "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}", 512 | | state, 513 | | gen, ... | 517 | | dropping 518 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:526:21 | 526 | test_println!("-> drop guard: done; dropping={:?}", dropping); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:530:21 | 530 | test_println!("-> drop guard; retry, actual={:#x}", actual); | ----------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:710:13 | 710 | test_println!("-> get: {}; MAX={}", self.value, RefCount::::MAX); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:830:9 | 830 | / test_println!( 831 | | "InitGuard::release; curr_lifecycle={:?}; downgrading={}", 832 | | Lifecycle::::from_packed(self.curr_lifecycle), 833 | | new_refs != 0, 834 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:836:13 | 836 | test_println!("-> already released!"); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:852:17 | 852 | test_println!("--> advanced to PRESENT; done"); | ---------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:856:17 | 856 | / test_println!( 857 | | "--> lifecycle changed; actual={:?}", 858 | | Lifecycle::::from_packed(actual) 859 | | ); | |_________________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:870:13 | 870 | / test_println!( 871 | | "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};", 872 | | curr_lifecycle, 873 | | state, 874 | | refs, 875 | | ); | |_____________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:889:21 | 889 | test_println!("-> InitGuard::RELEASE: done!"); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:894:21 | 894 | test_println!("-> InitGuard::release; retry, actual={:#x}", actual); | ------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:72:11 | 72 | #[cfg(all(loom, test))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:20:9 | 20 | test_println!("-> pop {:#x}", val); | ---------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:34:13 | 34 | test_println!("-> next {:#x}", next); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:43:21 | 43 | test_println!("-> retry!"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/stack.rs:47:21 | 47 | test_println!("-> successful; next={:#x}", next); | ------------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:146:9 | 146 | test_println!("-> local head {:?}", head); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:156:13 | 156 | test_println!("-> remote head {:?}", head); | ------------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:163:13 | 163 | test_println!("-> NULL! {:?}", head); | ------------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:185:9 | 185 | test_println!("-> offset {:?}", poff); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:214:9 | 214 | test_println!("-> take: offset {:?}", offset); | --------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:231:9 | 231 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:287:9 | 287 | test_println!("-> init_with: insert at offset: {}", index); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:294:9 | 294 | test_println!("-> alloc new page ({})", self.size); | -------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:318:9 | 318 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/mod.rs:338:9 | 338 | test_println!("-> offset {:?}", offset); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:79:9 | 79 | test_println!("-> {:?}", addr); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:111:9 | 111 | test_println!("-> remove_local {:?}", addr); | ------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:125:9 | 125 | test_println!("-> take_remote {:?}; page {:?}", addr, page_index); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:172:13 | 172 | test_println!("-> page {}; {:?}; {:?}", page_idx, local, page); | -------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:208:9 | 208 | / test_println!( 209 | | "-> clear_after_release; self.tid={:?}; current.tid={:?};", 210 | | tid, 211 | | self.tid 212 | | ); | |_________- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:286:9 | 286 | test_println!("-> get shard={}", idx); | ------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:293:9 | 293 | test_println!("current: {:?}", tid); | ----------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:306:13 | 306 | test_println!("-> allocated new shard for index {} at {:p}", idx, ptr); | ---------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:315:13 | 315 | test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max); | --------------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:326:9 | 326 | test_println!("Array::iter_mut"); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:328:9 | 328 | test_println!("-> highest index={}", max); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:381:9 | 381 | test_println!("---> loaded={:p} (order={:?})", ptr, order); | ---------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:383:13 | 383 | test_println!("---> null"); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:418:9 | 418 | test_println!("IterMut::next"); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:425:13 | 425 | test_println!("-> next.is_some={}", next.is_some()); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:427:17 | 427 | test_println!("-> done"); | ------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/tid.rs:185:15 | 185 | #[cfg(not(all(loom, any(feature = "loom", test))))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/tid.rs:197:21 | 197 | #[cfg(all(test, not(loom)))] | ^^^^ help: found config with similar value: `feature = "loom"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:422:9 | 422 | test_println!("insert {:?}", tid); | --------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:457:9 | 457 | test_println!("vacant_entry {:?}", tid); | --------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:518:9 | 518 | test_println!("rm_deferred {:?}", tid); | -------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:584:9 | 584 | test_println!("rm {:?}", tid); | ----------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:611:9 | 611 | test_println!("get {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:709:9 | 709 | test_println!("get_owned {:?}; current={:?}", tid, Tid::::current()); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:960:9 | 960 | test_println!("drop OwnedEntry: try clearing data"); | --------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:971:13 | 971 | test_println!("-> shard={:?}", shard_idx); | ----------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `slab_print` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/macros.rs:3:31 | 1 | / macro_rules! test_println { 2 | | ($($arg:tt)*) => { 3 | | if cfg!(test) && cfg!(slab_print) { | | ^^^^^^^^^^ 4 | | if std::thread::panicking() { ... | 12 | | } 13 | | } | |_- in this expansion of `test_println!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs:975:17 | 975 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx); | ----------------------------------------------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning[E0133]: call to unsafe function `page::slot::Guard::::slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:605:9 | 605 | self.slot().release() | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:604:5 | 604 | pub(crate) unsafe fn release(&self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::ptr::NonNull::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:617:9 | 617 | self.slot.as_ref() | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:616:5 | 616 | pub(crate) unsafe fn slot(&self) -> &Slot { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `page::slot::Guard::::slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:629:9 | 629 | self.slot().item.with(|item| &*item) | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:628:5 | 628 | pub(crate) unsafe fn value(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:629:39 | 629 | self.slot().item.with(|item| &*item) | ^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `std::ptr::NonNull::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:786:9 | 786 | self.slot.as_ref().item.with(|val| &*val) | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:785:5 | 785 | pub(crate) unsafe fn value(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:786:45 | 786 | self.slot.as_ref().item.with(|val| &*val) | ^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `std::ptr::NonNull::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:801:9 | 801 | self.slot.as_ref().item.with_mut(|val| &mut *val) | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:800:5 | 800 | pub(crate) unsafe fn value_mut(&mut self) -> &mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:801:53 | 801 | self.slot.as_ref().item.with_mut(|val| &mut *val) | ^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `page::slot::InitGuard::::release2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:813:9 | 813 | self.release2(0) | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:812:5 | 812 | pub(crate) unsafe fn release(&mut self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `page::slot::InitGuard::::release2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:825:17 | 825 | let _ = self.release2(RefCount::::from_usize(1).pack(0)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:824:5 | 824 | pub(crate) unsafe fn downgrade(&mut self) -> Guard { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::NonNull::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:841:20 | 841 | let slot = self.slot.as_ref(); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/page/slot.rs:829:5 | 829 | unsafe fn release2(&mut self, new_refs: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:52:25 | 52 | impl Clear for collections::HashMap | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:59:9 | 59 | collections::HashMap::clear(self) | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:63:22 | 63 | impl Clear for collections::HashSet | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/clear.rs:70:9 | 70 | collections::HashSet::clear(self) | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/shard.rs:62:32 | 62 | pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); | ^^^^ ^^^^^ | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` help: remove these bounds | 62 - pub(crate) struct IterMut<'a, T: 'a, C: cfg::Config + 'a>(slice::IterMut<'a, Ptr>); 62 + pub(crate) struct IterMut<'a, T, C: cfg::Config>(slice::IterMut<'a, Ptr>); | warning: `sharded-slab` (lib) generated 175 warnings Compiling nu-ansi-term v0.46.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=nu_ansi_term CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/Cargo.toml CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett :The Nushell Project Developers' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colors and styles (bold, underline)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nu-ansi-term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nushell/nu-ansi-term' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.46.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=46 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name nu_ansi_term --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=8dcad4c9046decf1 -C extra-filename=-8dcad4c9046decf1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern overload=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liboverload-45eda91e83174b03.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:306:32 | 306 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 306 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:313:32 | 313 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/ansi.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:190:32 | 190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: unused import: `windows::*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/lib.rs:261:9 | 261 | pub use windows::*; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/util.rs:41:23 | 41 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/util.rs:52:28 | 52 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:13:37 | 13 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/display.rs:123:38 | 123 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound warning: `nu-ansi-term` (lib) generated 14 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_llvm CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-4c035b5706bb9db0/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc_llvm-a5354bad0b1602e1/build-script-build` [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("ipo")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("bitreader")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("bitwriter")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("linker")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("asmparser")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("lto")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("coverage")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("instrumentation")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("x86")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("arm")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("aarch64")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("amdgpu")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("avr")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("loongarch")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("m68k")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("csky")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("mips")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("powerpc")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("systemz")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("jsbackend")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("webassembly")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("msp430")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("sparc")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("nvptx")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("hexagon")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("riscv")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("xtensa")) [rustc_llvm 0.0.0] cargo:rustc-check-cfg=cfg(llvm_component,values("bpf")) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=RUST_CHECK [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=REAL_LIBRARY_PATH_VAR [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=REAL_LIBRARY_PATH [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_CONFIG [rustc_llvm 0.0.0] cargo:rerun-if-changed=/usr/local/bin/llvm-config-18 [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="aarch64" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="amdgpu" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="arm" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="asmparser" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="avr" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="bitreader" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="bitwriter" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="bpf" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="coverage" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="hexagon" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="instrumentation" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="ipo" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="linker" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="loongarch" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="lto" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="mips" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="msp430" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="nvptx" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="powerpc" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="riscv" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="sparc" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="systemz" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="webassembly" [rustc_llvm 0.0.0] cargo:rustc-cfg=llvm_component="x86" [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_RUSTLLVM [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_ASSERTIONS [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/RustWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/PassWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/SymbolWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/CoverageMappingWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/ArchiveWrapper.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/Linker.cpp [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/SuppressLLVMWarnings.h [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/LLVMWrapper.h [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/.editorconfig [rustc_llvm 0.0.0] cargo:rerun-if-changed=llvm-wrapper/README [rustc_llvm 0.0.0] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-4c035b5706bb9db0/out) [rustc_llvm 0.0.0] OPT_LEVEL = Some(3) [rustc_llvm 0.0.0] TARGET = Some(x86_64-unknown-openbsd) [rustc_llvm 0.0.0] HOST = Some(x86_64-unknown-openbsd) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXX_x86_64-unknown-openbsd [rustc_llvm 0.0.0] CXX_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXX_x86_64_unknown_openbsd [rustc_llvm 0.0.0] CXX_x86_64_unknown_openbsd = Some(c++) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CC_KNOWN_WRAPPER_CUSTOM [rustc_llvm 0.0.0] CC_KNOWN_WRAPPER_CUSTOM = None [rustc_llvm 0.0.0] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [rustc_llvm 0.0.0] CRATE_CC_NO_DEFAULTS = None [rustc_llvm 0.0.0] DEBUG = Some(false) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-openbsd [rustc_llvm 0.0.0] CXXFLAGS_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_openbsd [rustc_llvm 0.0.0] CXXFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=CC_SHELL_ESCAPED_FLAGS [rustc_llvm 0.0.0] CC_SHELL_ESCAPED_FLAGS = None [rustc_llvm 0.0.0] CARGO_ENCODED_RUSTFLAGS = Some(--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill) warning: `cc` (lib) generated 11 warnings (3 duplicates) Compiling rustc_lint v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_lint CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_lint CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_lint --edition=2021 compiler/rustc_lint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f2829c4db342c8a -C extra-filename=-8f2829c4db342c8a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-130509f7e116fb03.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_parse_format=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-f40f55c9ef1dfcf2.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --extern unicode_security=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_security-842c543878de5dac.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_ty_utils v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_ty_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ty_utils CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ty_utils --edition=2021 compiler/rustc_ty_utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2b92377b4d81778 -C extra-filename=-d2b92377b4d81778 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-ab09486c34baeba2.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-a5c0bf17c458be9f.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-130509f7e116fb03.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling thorin-dwp v0.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thorin CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='David Wood ' CARGO_PKG_DESCRIPTION='Library for building DWARF packages from input DWARF objects and packages' CARGO_PKG_HOMEPAGE='https://docs.rs/thorin-dwp' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thorin-dwp CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/thorin' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thorin --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=738450d937c3266f -C extra-filename=-738450d937c3266f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern gimli=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgimli-ff3d3415b6971d62.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-a55aa1258e6df305.rmeta --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libobject-b466a8c14a4cc98d.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs:1:1 | 1 | pub extern crate object; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 1 | pub use object; | ~~~ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/error.rs:168:32 | 168 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 168 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/strings.rs:63:47 | 63 | debug_str: gimli::DebugStr>, | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 63 | debug_str: gimli::DebugStr>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/strings.rs:64:62 | 64 | debug_str_offsets: gimli::DebugStrOffsets>, | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 64 | debug_str_offsets: gimli::DebugStrOffsets>, | +++ warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs:88:14 | 88 | targets: HashSet, | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs:109:56 | 109 | Self { sess, maybe_in_progress: None, targets: HashSet::new() } | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: using `difference` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs:294:53 | 294 | if let Some(missing) = self.targets.difference(package.contained_units()).next() { | ^^^^^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs:303:22 | 303 | .iter() | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/package.rs:390:22 | 390 | contained_units: HashSet, | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/package.rs:413:46 | 413 | pub(crate) fn contained_units(&self) -> &HashSet { | ^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: `thorin-dwp` (lib) generated 10 warnings Compiling matchers v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=matchers CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/matchers-0.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/matchers-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='Regex matching on character and byte streams. ' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/matchers' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=matchers CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/matchers' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name matchers --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/matchers-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=33f25afb762f960c -C extra-filename=-33f25afb762f960c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern regex_automata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-51deb4b182a2f657.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling rustc_incremental v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_incremental CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_incremental CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_incremental --edition=2021 compiler/rustc_incremental/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2a20796bfc683e6 -C extra-filename=-e2a20796bfc683e6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand-b63affec7d33b5ba.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f2710aa483514ae6.rmeta --extern rustc_graphviz=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-07c5c5521728c49d.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [rustc_llvm 0.0.0] AR_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [rustc_llvm 0.0.0] AR_x86_64_unknown_openbsd = Some(ar) [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [rustc_llvm 0.0.0] ARFLAGS_x86_64-unknown-openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [rustc_llvm 0.0.0] ARFLAGS_x86_64_unknown_openbsd = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=HOST_ARFLAGS [rustc_llvm 0.0.0] HOST_ARFLAGS = None [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=ARFLAGS [rustc_llvm 0.0.0] ARFLAGS = None [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=llvm-wrapper [rustc_llvm 0.0.0] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-4c035b5706bb9db0/out [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_LINK_SHARED [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86TargetMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86Disassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86AsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86CodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86Desc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMX86Info [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMWebAssemblyInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSystemZInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSparcInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVTargetMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRISCVInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPowerPCInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMNVPTXCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMNVPTXDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMNVPTXInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430Disassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430AsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430CodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430Desc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMSP430Info [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMipsInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLTO [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMExtensions [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLoongArchInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHexagonInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCoverage [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBPFInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAVRInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMARMInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUTargetMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMCA [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMPasses [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMIRPrinter [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCoroutines [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMIRParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMipo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMInstrumentation [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMVectorize [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMLinker [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMFrontendOpenMP [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMFrontendOffloading [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMHipStdPar [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUDesc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAMDGPUInfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Disassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMCDisassembler [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64AsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64CodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMGlobalISel [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSelectionDAG [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCFGuard [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAsmPrinter [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCodeGen [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTarget [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMScalarOpts [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMInstCombine [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAggressiveInstCombine [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMObjCARCOpts [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTransformUtils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBitWriter [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAnalysis [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMProfileData [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSymbolize [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoBTF [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoPDB [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoMSF [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoDWARF [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMObject [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTextAPI [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMCParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMIRReader [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAsmParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBitReader [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Desc [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCodeGenTypes [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Utils [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMCore [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMRemarks [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBitstreamReader [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMAArch64Info [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMMC [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDebugInfoCodeView [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMBinaryFormat [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMTargetParser [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMSupport [rustc_llvm 0.0.0] cargo:rustc-link-lib=static=LLVMDemangle [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=execinfo [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=pthread [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=m [rustc_llvm 0.0.0] cargo:rustc-link-lib=dylib=z [rustc_llvm 0.0.0] cargo:rustc-link-search=native=/usr/local/llvm18/lib [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_LINKER_FLAGS [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_STATIC_STDCPP [rustc_llvm 0.0.0] cargo:rerun-if-env-changed=LLVM_USE_LIBCXX [rustc_llvm 0.0.0] cargo:rustc-link-lib=c++ Compiling rustc_pattern_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_pattern_analysis CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_pattern_analysis CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_pattern_analysis --edition=2021 compiler/rustc_pattern_analysis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rustc"))' -C metadata=2106cd74b1e19cf0 -C extra-filename=-2106cd74b1e19cf0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-e649a996dd5e02e5.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-d08a1b603c4d003c.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-5c4cd65efdbb98e8.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling ar_archive_writer v0.4.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ar_archive_writer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ar_archive_writer-0.4.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ar_archive_writer-0.4.2/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A writer for object file ar archives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ar_archive_writer CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/ar_archive_writer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ar_archive_writer --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ar_archive_writer-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --deny=rust_2018_idioms --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3caecb351f08bcd1 -C extra-filename=-3caecb351f08bcd1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libobject-b466a8c14a4cc98d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling thread_local v1.1.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread_local CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=1.1.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thread_local --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=067a95ce2833ebe4 -C extra-filename=-067a95ce2833ebe4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-22898cffeb33b285.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling pulldown-cmark-escape v0.11.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pulldown_cmark_escape CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/Cargo.toml CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='An escape library for HTML created in the pulldown-cmark project' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark-escape CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pulldown_cmark_escape --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("simd"))' -C metadata=e7c6fa7507e10834 -C extra-filename=-e7c6fa7507e10834 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs:57:35 | 57 | fn write_fmt(&mut self, args: Arguments) -> Result<(), Self::Error>; | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 57 | fn write_fmt(&mut self, args: Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs:72:35 | 72 | fn write_fmt(&mut self, args: Arguments) -> io::Result<()> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn write_fmt(&mut self, args: Arguments<'_>) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs:96:35 | 96 | fn write_fmt(&mut self, args: Arguments) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn write_fmt(&mut self, args: Arguments<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs:111:35 | 111 | fn write_fmt(&mut self, args: Arguments) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn write_fmt(&mut self, args: Arguments<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs:128:35 | 128 | fn write_fmt(&mut self, args: Arguments) -> Result<(), Self::Error> { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | fn write_fmt(&mut self, args: Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:65:48 | 65 | pub fn iter_mut(&mut self) -> CachedIterMut { | -------------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | pub fn iter_mut(&mut self) -> CachedIterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:112:32 | 112 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 112 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:290:42 | 290 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:347:32 | 347 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `std::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:32:21 | 32 | None => unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:29:5 | 29 | unsafe fn unchecked_unwrap(self) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:38:13 | 38 | unreachable_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:36:5 | 36 | unsafe fn unchecked_unwrap_none(self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:47:23 | 47 | Err(_) => unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:44:5 | 44 | unsafe fn unchecked_unwrap_ok(self) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:53:22 | 53 | Ok(_) => unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:51:5 | 51 | unsafe fn unchecked_unwrap_err(self) -> E { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:521:13 | 521 | let _ = Box::from_raw(std::slice::from_raw_parts_mut(bucket, size)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:520:1 | 520 | unsafe fn deallocate_bucket(bucket: *mut Entry, size: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs:521:27 | 521 | let _ = Box::from_raw(std::slice::from_raw_parts_mut(bucket, size)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: methods `unchecked_unwrap` and `unchecked_unwrap_none` are never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:13:15 | 11 | pub trait UncheckedOptionExt { | ------------------ methods in this trait 12 | /// Get the value out of this Option without checking for None. 13 | unsafe fn unchecked_unwrap(self) -> T; | ^^^^^^^^^^^^^^^^ ... 16 | unsafe fn unchecked_unwrap_none(self); | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `unchecked_unwrap_err` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/unreachable.rs:25:15 | 20 | pub trait UncheckedResultExt { | ------------------ method in this trait ... 25 | unsafe fn unchecked_unwrap_err(self) -> E; | ^^^^^^^^^^^^^^^^^^^^ warning: `pulldown-cmark-escape` (lib) generated 5 warnings Compiling unicase v2.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicase CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicase --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=661532e258be5b8c -C extra-filename=-661532e258be5b8c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/cached.rs:121:37 | 121 | pub struct CachedIterMut<'a, T: Send + 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/ascii.rs:71:34 | 71 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 71 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs:199:34 | 199 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs:206:34 | 206 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 206 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs:254:14 | 252 | / macro_rules! into_impl { 253 | | ($to:ty) => { 254 | | impl<'a> Into<$to> for UniCase<$to> { | | -^^- help: elide the unused lifetime 255 | | fn into(self) -> $to { ... | 259 | | }; 260 | | } | |_- in this expansion of `into_impl!` ... 275 | into_impl!(String); | ------------------ in this macro invocation | = note: requested on the command line with `-W unused-lifetimes` warning: `thread_local` (lib) generated 13 warnings Compiling pathdiff v0.2.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pathdiff CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.2/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Library for diffing paths to obtain relative paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pathdiff CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Manishearth/pathdiff' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pathdiff --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=e137b078d845dcc6 -C extra-filename=-e137b078d845dcc6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `unicase` (lib) generated 4 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pulldown_cmark CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/Cargo.toml CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.11.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/pulldown-cmark-bd718dedeb898192/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pulldown_cmark --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="html"' --cfg 'feature="pulldown-cmark-escape"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gen-tests", "getopts", "html", "pulldown-cmark-escape", "serde", "simd"))' -C metadata=2e6d788df8ff58a5 -C extra-filename=-2e6d788df8ff58a5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-943ade0a503260fc.rmeta --extern pulldown_cmark_escape=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpulldown_cmark_escape-e7c6fa7507e10834.rmeta --extern unicase=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicase-661532e258be5b8c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.2/src/lib.rs:58:28 | 58 | let mut comps: Vec = vec![]; | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 58 | let mut comps: Vec> = vec![]; | ++++ warning: `pathdiff` (lib) generated 1 warning Compiling rustc_codegen_ssa v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_codegen_ssa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_codegen_ssa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_codegen_ssa --edition=2021 compiler/rustc_codegen_ssa/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d18e9a8f49a952f0 -C extra-filename=-d18e9a8f49a952f0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern ar_archive_writer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libar_archive_writer-3caecb351f08bcd1.rmeta --extern arrayvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-e718d846c76fe65e.rmeta --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcc-05f43a07cc45db53.rmeta --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-bece2021b0fc1168.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-ab09486c34baeba2.rmeta --extern jobserver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libjobserver-a79900c381b6c186.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libobject-b466a8c14a4cc98d.rmeta --extern pathdiff=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpathdiff-e137b078d845dcc6.rmeta --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex-764cbffbe0704ad8.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-5c4cd65efdbb98e8.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f2710aa483514ae6.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_incremental=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-e2a20796bfc683e6.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-b31026a75ff489d0.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-395f2c2628254edf.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-bb4c88ae8050912e.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-63fbef0759efb83a.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-5ae5f47f4d32c2a1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern thorin=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthorin-738450d937c3266f.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --extern wasm_encoder=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwasm_encoder-b98e28d9185e85fc.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/lib.rs:74:13 | 74 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))] | ^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: requested on the command line with `-W unexpected-cfgs` warning: unexpected `cfg` condition name: `rustbuild` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/lib.rs:75:13 | 75 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))] | ^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/lib.rs:280:20 | 280 | fn from(value: Tag) -> Self { | ^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 280 | fn from(value: Tag<'_>) -> Self { | ++++ Compiling tracing-subscriber v0.3.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_subscriber CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman :David Barsky :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Utilities for implementing and composing `tracing` subscribers. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-subscriber CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_subscriber --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=5b617b61927b69ff -C extra-filename=-5b617b61927b69ff --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern matchers=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmatchers-33f25afb762f960c.rmeta --extern nu_ansi_term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-8dcad4c9046decf1.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-22898cffeb33b285.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-d7bfadf49ffbb127.rmeta --extern regex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex-764cbffbe0704ad8.rmeta --extern sharded_slab=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsharded_slab-25baf6f181facf69.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern thread_local=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthread_local-067a95ce2833ebe4.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-23415ebe40305a1f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs:189:5 | 189 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:213:19 | 213 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:219:27 | 219 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:221:23 | 221 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:231:27 | 231 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:233:23 | 233 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:244:27 | 244 | #[cfg(not(feature = "nu_ansi_term"))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `nu_ansi_term` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/builder.rs:246:23 | 246 | #[cfg(feature = "nu_ansi_term")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"nu-ansi-term"` | = note: expected values for `feature` are: `alloc`, `ansi`, `chrono`, `default`, `env-filter`, `fmt`, `json`, `local-time`, `matchers`, `nu-ansi-term`, `once_cell`, `parking_lot`, `regex`, `registry`, `serde`, `serde_json`, `sharded-slab`, `smallvec`, `std`, `thread_local`, `time`, `tracing`, `tracing-log`, `tracing-serde`, `valuable`, `valuable-serde`, and `valuable_crate` = help: consider adding `nu_ansi_term` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/registry/mod.rs:118:50 | 92 | pub trait LookupSpan<'a> { | -- lifetime `'a` declared here ... 118 | fn span(&'a self, id: &Id) -> Option> | ^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/html.rs:53:14 | 53 | numbers: HashMap, usize>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/html.rs:70:22 | 70 | numbers: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/parse.rs:1657:12 | 1657 | inner: HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/parse.rs:1701:12 | 1701 | inner: HashMap>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/parse.rs:1792:39 | 1792 | pub struct RefDefs<'input>(pub(crate) HashMap, LinkDef<'input>>); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/parse.rs:1796:44 | 1796 | pub struct FootnoteDefs<'input>(pub(crate) HashMap, FootnoteDef>); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/parse.rs:1809:16 | 1809 | self.0.iter().map(|(k, v)| (k.as_ref(), v)) | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/layer_filters/mod.rs:866:18 | 866 | _ => self.layer.downcast_raw(id), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/layer_filters/mod.rs:858:5 | 858 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:235:9 | 235 | / self.layer 236 | | .downcast_raw(id) | |_____________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:209:5 | 209 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `tracing_core::Subscriber::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:237:25 | 237 | .or_else(|| self.inner.downcast_raw(id)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:373:17 | 373 | self.layer.downcast_raw(id).and(self.inner.downcast_raw(id)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:341:5 | 341 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:373:49 | 373 | self.layer.downcast_raw(id).and(self.inner.downcast_raw(id)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:377:18 | 377 | _ => self | __________________^ 378 | | .layer 379 | | .downcast_raw(id) | |_________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/layered.rs:380:29 | 380 | .or_else(|| self.inner.downcast_raw(id)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1670:44 | 1670 | self.as_ref().and_then(|inner| inner.downcast_raw(id)) | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1664:5 | 1664 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1755:17 | 1680 | / macro_rules! layer_impl_body { 1681 | | () => { 1682 | | #[inline] 1683 | | fn on_register_dispatch(&self, subscriber: &Dispatch) { ... | 1755 | | self.deref().downcast_raw(id) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 1756 | | } 1757 | | }; 1758 | | } | |_____- in this expansion of `layer_impl_body!` ... 1765 | layer_impl_body! {} | ------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1754:13 | 1680 | / macro_rules! layer_impl_body { 1681 | | () => { 1682 | | #[inline] 1683 | | fn on_register_dispatch(&self, subscriber: &Dispatch) { ... | 1754 | | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1757 | | }; 1758 | | } | |_____- in this expansion of `layer_impl_body!` ... 1765 | layer_impl_body! {} | ------------------- in this macro invocation warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1755:17 | 1680 | / macro_rules! layer_impl_body { 1681 | | () => { 1682 | | #[inline] 1683 | | fn on_register_dispatch(&self, subscriber: &Dispatch) { ... | 1755 | | self.deref().downcast_raw(id) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 1756 | | } 1757 | | }; 1758 | | } | |_____- in this expansion of `layer_impl_body!` ... 1772 | layer_impl_body! {} | ------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1754:13 | 1680 | / macro_rules! layer_impl_body { 1681 | | () => { 1682 | | #[inline] 1683 | | fn on_register_dispatch(&self, subscriber: &Dispatch) { ... | 1754 | | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 1757 | | }; 1758 | | } | |_____- in this expansion of `layer_impl_body!` ... 1772 | layer_impl_body! {} | ------------------- in this macro invocation warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1883:74 | 1883 | if filter::is_plf_downcast_marker(id) && self.iter().any(|s| s.downcast_raw(id).is_none()) { | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1869:9 | 1869 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1890:38 | 1890 | self.iter().find_map(|l| l.downcast_raw(id)) | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/layer/mod.rs:1869:9 | 1869 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `layer::Layer::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/reload.rs:200:20 | 200 | return try_lock!(self.inner.read(), else return None).downcast_raw(id); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/reload.rs:188:5 | 188 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `tracing_core::Subscriber::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/fmt/mod.rs:446:13 | 446 | self.inner.downcast_raw(id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/fmt/mod.rs:442:5 | 442 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/mod.rs:201:19 | 201 | by_id: RwLock>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/mod.rs:202:19 | 202 | by_cs: RwLock>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/mod.rs:207:20 | 207 | type FieldMap = HashMap; | ^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `iter` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/field.rs:457:14 | 457 | .iter() | ^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: using `values` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/filter/env/field.rs:485:14 | 485 | .values() | ^^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale Compiling rustc_mir_build v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_mir_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_mir_build CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_mir_build --edition=2021 compiler/rustc_mir_build/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26a9743febf445c9 -C extra-filename=-26a9743febf445c9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-bece2021b0fc1168.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-ab09486c34baeba2.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-d08a1b603c4d003c.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-5c4cd65efdbb98e8.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-130509f7e116fb03.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-8f2829c4db342c8a.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_pattern_analysis=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_pattern_analysis-2106cd74b1e19cf0.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: `pulldown-cmark` (lib) generated 10 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_llvm CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_llvm CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-4c035b5706bb9db0/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_llvm --edition=2021 compiler/rustc_llvm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4addbeca91c3eda6 -C extra-filename=-4addbeca91c3eda6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-4c035b5706bb9db0/out -L native=/usr/local/llvm18/lib -l static=llvm-wrapper -l static=LLVMX86TargetMCA -l static=LLVMX86Disassembler -l static=LLVMX86AsmParser -l static=LLVMX86CodeGen -l static=LLVMX86Desc -l static=LLVMX86Info -l static=LLVMWebAssemblyDisassembler -l static=LLVMWebAssemblyAsmParser -l static=LLVMWebAssemblyCodeGen -l static=LLVMWebAssemblyUtils -l static=LLVMWebAssemblyDesc -l static=LLVMWebAssemblyInfo -l static=LLVMSystemZDisassembler -l static=LLVMSystemZAsmParser -l static=LLVMSystemZCodeGen -l static=LLVMSystemZDesc -l static=LLVMSystemZInfo -l static=LLVMSparcDisassembler -l static=LLVMSparcAsmParser -l static=LLVMSparcCodeGen -l static=LLVMSparcDesc -l static=LLVMSparcInfo -l static=LLVMRISCVTargetMCA -l static=LLVMRISCVDisassembler -l static=LLVMRISCVAsmParser -l static=LLVMRISCVCodeGen -l static=LLVMRISCVDesc -l static=LLVMRISCVInfo -l static=LLVMPowerPCDisassembler -l static=LLVMPowerPCAsmParser -l static=LLVMPowerPCCodeGen -l static=LLVMPowerPCDesc -l static=LLVMPowerPCInfo -l static=LLVMNVPTXCodeGen -l static=LLVMNVPTXDesc -l static=LLVMNVPTXInfo -l static=LLVMMSP430Disassembler -l static=LLVMMSP430AsmParser -l static=LLVMMSP430CodeGen -l static=LLVMMSP430Desc -l static=LLVMMSP430Info -l static=LLVMMipsDisassembler -l static=LLVMMipsAsmParser -l static=LLVMMipsCodeGen -l static=LLVMMipsDesc -l static=LLVMMipsInfo -l static=LLVMLTO -l static=LLVMExtensions -l static=LLVMLoongArchDisassembler -l static=LLVMLoongArchAsmParser -l static=LLVMLoongArchCodeGen -l static=LLVMLoongArchDesc -l static=LLVMLoongArchInfo -l static=LLVMHexagonDisassembler -l static=LLVMHexagonCodeGen -l static=LLVMHexagonAsmParser -l static=LLVMHexagonDesc -l static=LLVMHexagonInfo -l static=LLVMCoverage -l static=LLVMBPFDisassembler -l static=LLVMBPFAsmParser -l static=LLVMBPFCodeGen -l static=LLVMBPFDesc -l static=LLVMBPFInfo -l static=LLVMAVRDisassembler -l static=LLVMAVRAsmParser -l static=LLVMAVRCodeGen -l static=LLVMAVRDesc -l static=LLVMAVRInfo -l static=LLVMARMDisassembler -l static=LLVMARMAsmParser -l static=LLVMARMCodeGen -l static=LLVMARMDesc -l static=LLVMARMUtils -l static=LLVMARMInfo -l static=LLVMAMDGPUTargetMCA -l static=LLVMMCA -l static=LLVMAMDGPUDisassembler -l static=LLVMAMDGPUAsmParser -l static=LLVMAMDGPUCodeGen -l static=LLVMPasses -l static=LLVMIRPrinter -l static=LLVMCoroutines -l static=LLVMMIRParser -l static=LLVMipo -l static=LLVMInstrumentation -l static=LLVMVectorize -l static=LLVMLinker -l static=LLVMFrontendOpenMP -l static=LLVMFrontendOffloading -l static=LLVMHipStdPar -l static=LLVMAMDGPUDesc -l static=LLVMAMDGPUUtils -l static=LLVMAMDGPUInfo -l static=LLVMAArch64Disassembler -l static=LLVMMCDisassembler -l static=LLVMAArch64AsmParser -l static=LLVMAArch64CodeGen -l static=LLVMGlobalISel -l static=LLVMSelectionDAG -l static=LLVMCFGuard -l static=LLVMAsmPrinter -l static=LLVMCodeGen -l static=LLVMTarget -l static=LLVMScalarOpts -l static=LLVMInstCombine -l static=LLVMAggressiveInstCombine -l static=LLVMObjCARCOpts -l static=LLVMTransformUtils -l static=LLVMBitWriter -l static=LLVMAnalysis -l static=LLVMProfileData -l static=LLVMSymbolize -l static=LLVMDebugInfoBTF -l static=LLVMDebugInfoPDB -l static=LLVMDebugInfoMSF -l static=LLVMDebugInfoDWARF -l static=LLVMObject -l static=LLVMTextAPI -l static=LLVMMCParser -l static=LLVMIRReader -l static=LLVMAsmParser -l static=LLVMBitReader -l static=LLVMAArch64Desc -l static=LLVMCodeGenTypes -l static=LLVMAArch64Utils -l static=LLVMCore -l static=LLVMRemarks -l static=LLVMBitstreamReader -l static=LLVMAArch64Info -l static=LLVMMC -l static=LLVMDebugInfoCodeView -l static=LLVMBinaryFormat -l static=LLVMTargetParser -l static=LLVMSupport -l static=LLVMDemangle -l dylib=execinfo -l dylib=pthread -l dylib=m -l dylib=z -l c++ --cfg 'llvm_component="aarch64"' --cfg 'llvm_component="amdgpu"' --cfg 'llvm_component="arm"' --cfg 'llvm_component="asmparser"' --cfg 'llvm_component="avr"' --cfg 'llvm_component="bitreader"' --cfg 'llvm_component="bitwriter"' --cfg 'llvm_component="bpf"' --cfg 'llvm_component="coverage"' --cfg 'llvm_component="hexagon"' --cfg 'llvm_component="instrumentation"' --cfg 'llvm_component="ipo"' --cfg 'llvm_component="linker"' --cfg 'llvm_component="loongarch"' --cfg 'llvm_component="lto"' --cfg 'llvm_component="mips"' --cfg 'llvm_component="msp430"' --cfg 'llvm_component="nvptx"' --cfg 'llvm_component="powerpc"' --cfg 'llvm_component="riscv"' --cfg 'llvm_component="sparc"' --cfg 'llvm_component="systemz"' --cfg 'llvm_component="webassembly"' --cfg 'llvm_component="x86"' --check-cfg 'cfg(llvm_component,values("ipo"))' --check-cfg 'cfg(llvm_component,values("bitreader"))' --check-cfg 'cfg(llvm_component,values("bitwriter"))' --check-cfg 'cfg(llvm_component,values("linker"))' --check-cfg 'cfg(llvm_component,values("asmparser"))' --check-cfg 'cfg(llvm_component,values("lto"))' --check-cfg 'cfg(llvm_component,values("coverage"))' --check-cfg 'cfg(llvm_component,values("instrumentation"))' --check-cfg 'cfg(llvm_component,values("x86"))' --check-cfg 'cfg(llvm_component,values("arm"))' --check-cfg 'cfg(llvm_component,values("aarch64"))' --check-cfg 'cfg(llvm_component,values("amdgpu"))' --check-cfg 'cfg(llvm_component,values("avr"))' --check-cfg 'cfg(llvm_component,values("loongarch"))' --check-cfg 'cfg(llvm_component,values("m68k"))' --check-cfg 'cfg(llvm_component,values("csky"))' --check-cfg 'cfg(llvm_component,values("mips"))' --check-cfg 'cfg(llvm_component,values("powerpc"))' --check-cfg 'cfg(llvm_component,values("systemz"))' --check-cfg 'cfg(llvm_component,values("jsbackend"))' --check-cfg 'cfg(llvm_component,values("webassembly"))' --check-cfg 'cfg(llvm_component,values("msp430"))' --check-cfg 'cfg(llvm_component,values("sparc"))' --check-cfg 'cfg(llvm_component,values("nvptx"))' --check-cfg 'cfg(llvm_component,values("hexagon"))' --check-cfg 'cfg(llvm_component,values("riscv"))' --check-cfg 'cfg(llvm_component,values("xtensa"))' --check-cfg 'cfg(llvm_component,values("bpf"))'` Compiling rustc_privacy v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_privacy CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_privacy CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_privacy --edition=2021 compiler/rustc_privacy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af0bfeda3eaaf06c -C extra-filename=-af0bfeda3eaaf06c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_ty_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-d2b92377b4d81778.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` warning: `tracing-subscriber` (lib) generated 28 warnings Compiling rustc_const_eval v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_const_eval CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_const_eval CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_const_eval --edition=2021 compiler/rustc_const_eval/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b8d474757d9d2ab -C extra-filename=-8b8d474757d9d2ab --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-bece2021b0fc1168.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_apfloat=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-d08a1b603c4d003c.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-130509f7e116fb03.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-9c018ef66fff3545.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_hir_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hir_analysis CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir_analysis CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir_analysis --edition=2021 compiler/rustc_hir_analysis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9282e1d450501815 -C extra-filename=-9282e1d450501815 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-ab09486c34baeba2.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-5c4cd65efdbb98e8.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-130509f7e116fb03.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-c39988305a4dec42.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_traits v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_traits CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_traits CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_traits --edition=2021 compiler/rustc_traits/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1218df4ac4376da -C extra-filename=-f1218df4ac4376da --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-130509f7e116fb03.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_sanitizers v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_sanitizers CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_sanitizers CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_sanitizers --edition=2021 compiler/rustc_sanitizers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b4cf3259e8c9056 -C extra-filename=-3b4cf3259e8c9056 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --extern twox_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtwox_hash-daf9c25f1ae79608.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_FS=1 CARGO_FEATURE_PROCESS=1 CARGO_FEATURE_SIGNAL=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/nix-4be0a95158d555a3/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/nix-84659ab41b7ebf07/build-script-build` [nix 0.29.0] cargo:rustc-check-cfg=cfg(android) [nix 0.29.0] cargo:rustc-check-cfg=cfg(dragonfly) [nix 0.29.0] cargo:rustc-check-cfg=cfg(ios) [nix 0.29.0] cargo:rustc-check-cfg=cfg(freebsd) [nix 0.29.0] cargo:rustc-check-cfg=cfg(illumos) [nix 0.29.0] cargo:rustc-check-cfg=cfg(linux) [nix 0.29.0] cargo:rustc-check-cfg=cfg(macos) [nix 0.29.0] cargo:rustc-check-cfg=cfg(netbsd) [nix 0.29.0] cargo:rustc-check-cfg=cfg(openbsd) [nix 0.29.0] cargo:rustc-cfg=openbsd [nix 0.29.0] cargo:rustc-check-cfg=cfg(solaris) [nix 0.29.0] cargo:rustc-check-cfg=cfg(watchos) [nix 0.29.0] cargo:rustc-check-cfg=cfg(tvos) [nix 0.29.0] cargo:rustc-check-cfg=cfg(visionos) [nix 0.29.0] cargo:rustc-check-cfg=cfg(apple_targets) [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd) [nix 0.29.0] cargo:rustc-cfg=bsd [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd_without_apple) [nix 0.29.0] cargo:rustc-cfg=bsd_without_apple [nix 0.29.0] cargo:rustc-check-cfg=cfg(linux_android) [nix 0.29.0] cargo:rustc-check-cfg=cfg(freebsdlike) [nix 0.29.0] cargo:rustc-check-cfg=cfg(netbsdlike) [nix 0.29.0] cargo:rustc-cfg=netbsdlike [nix 0.29.0] cargo:rustc-check-cfg=cfg(solarish) [nix 0.29.0] cargo:rustc-check-cfg=cfg(apple_targets) [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd) [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd_without_apple) [nix 0.29.0] cargo:rustc-check-cfg=cfg(linux_android) [nix 0.29.0] cargo:rustc-check-cfg=cfg(freebsdlike) [nix 0.29.0] cargo:rustc-check-cfg=cfg(netbsdlike) [nix 0.29.0] cargo:rustc-check-cfg=cfg(solarish) [nix 0.29.0] cargo:rustc-check-cfg=cfg(fbsd14) [nix 0.29.0] cargo:rustc-check-cfg=cfg(qemu) Compiling tracing-log v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Provides compatibility between `tracing` and the `log` crate. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_log --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=1f31f902e9f70c1d -C extra-filename=-1f31f902e9f70c1d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblog-5a344423a404ff18.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-22898cffeb33b285.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-23415ebe40305a1f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs:115:5 | 115 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `tracing-log` (lib) generated 1 warning Compiling time-core v0.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name time_core --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a23171f9ead3ca42 -C extra-filename=-a23171f9ead3ca42 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling powerfmt v0.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=powerfmt CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION=' `powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=powerfmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/powerfmt' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name powerfmt --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=4eb9604a0e957007 -C extra-filename=-4eb9604a0e957007 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/lib.rs:6:13 | 6 | #![cfg_attr(__powerfmt_docs, feature(doc_auto_cfg, rustc_attrs))] | ^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/lib.rs:7:13 | 7 | #![cfg_attr(__powerfmt_docs, allow(internal_features))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `__powerfmt_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/smart_display.rs:629:12 | 629 | #[cfg_attr(__powerfmt_docs, rustc_must_implement_one_of(fmt, fmt_with_metadata))] | ^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `powerfmt` (lib) generated 3 warnings Compiling num-conv v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name num_conv --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=14f1158317d3cb1c -C extra-filename=-14f1158317d3cb1c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling nu-ansi-term v0.50.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=nu_ansi_term CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/Cargo.toml CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett :The Nushell Project Developers' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colors and styles (bold, underline)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nu-ansi-term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nushell/nu-ansi-term' CARGO_PKG_RUST_VERSION=1.62.1 CARGO_PKG_VERSION=0.50.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=50 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name nu_ansi_term --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=e74539da925d937c -C extra-filename=-e74539da925d937c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/ansi.rs:369:32 | 369 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 369 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/ansi.rs:376:32 | 376 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 376 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/ansi.rs:396:32 | 396 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 396 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:279:32 | 279 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 279 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:328:32 | 328 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 328 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/write.rs:8:39 | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error>; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 8 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/write.rs:17:39 | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/write.rs:30:39 | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments) -> Result<(), Self::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> Result<(), Self::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/util.rs:5:52 | 5 | pub fn sub_string(start: usize, len: usize, strs: &AnsiStrings) -> Vec> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 5 | pub fn sub_string(start: usize, len: usize, strs: &AnsiStrings<'_>) -> Vec> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/util.rs:37:23 | 37 | pub fn unstyle(strs: &AnsiStrings) -> String { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn unstyle(strs: &AnsiStrings<'_>) -> String { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/util.rs:48:28 | 48 | pub fn unstyled_len(strs: &AnsiStrings) -> usize { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 48 | pub fn unstyled_len(strs: &AnsiStrings<'_>) -> usize { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/debug.rs:14:34 | 14 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 14 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:10:23 | 10 | enum OSControl<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:34:37 | 34 | pub struct AnsiGenericString<'a, S: 'a + ToOwned + ?Sized> | ^^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/display.rs:210:38 | 210 | pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>]) | ^^^^^ help: remove this bound Compiling tracing-tree v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_tree CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='David Barsky :Nathan Whitaker:Oli Scherer ' CARGO_PKG_DESCRIPTION='A Tracing Layer which prints a tree of spans and events.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-tree CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/davidbarsky/tracing-tree' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_tree --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "time", "tracing-log"))' -C metadata=22d8ed02c0297b9b -C extra-filename=-22d8ed02c0297b9b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern nu_ansi_term=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-e74539da925d937c.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-23415ebe40305a1f.rmeta --extern tracing_log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_log-1f31f902e9f70c1d.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-5b617b61927b69ff.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:279:25 | 279 | ctx: &'a Context, | -------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 279 | ctx: &'a Context<'_, S>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:336:48 | 336 | fn write_span_info(&self, span: &SpanRef, bufs: &mut Buffers, style: SpanMode) | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 336 | fn write_span_info(&self, span: &SpanRef<'_, S>, bufs: &mut Buffers, style: SpanMode) | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:407:45 | 407 | fn get_timestamp(&self, span: SpanRef) -> Option | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn get_timestamp(&self, span: SpanRef<'_, S>) -> Option | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:500:35 | 500 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context) { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 500 | fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:500:68 | 500 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 500 | fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context<'_, S>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:539:55 | 539 | fn on_event(&self, event: &Event<'_>, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 539 | fn on_event(&self, event: &Event<'_>, ctx: Context<'_, S>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs:624:44 | 624 | fn on_close(&self, id: Id, ctx: Context) { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn on_close(&self, id: Id, ctx: Context<'_, S>) { | +++ warning: `nu-ansi-term` (lib) generated 15 warnings Compiling time-macros v0.2.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=time_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION=' Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name time_macros --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' -C debug-assertions=off --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=0bb74942d1c4d54e -C extra-filename=-0bb74942d1c4d54e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern num_conv=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libnum_conv-14f1158317d3cb1c.rlib --extern time_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtime_core-a23171f9ead3ca42.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: lint `temporary_cstring_as_ptr` has been renamed to `dangling_pointers_from_temporaries` | = help: use the new name `dangling_pointers_from_temporaries` = note: requested on the command line with `-D temporary_cstring_as_ptr` = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `tracing-tree` (lib) generated 7 warnings Compiling deranged v0.3.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=deranged CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='Ranged integers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deranged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/deranged' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name deranged --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=5282f7cf73a15ad7 -C extra-filename=-5282f7cf73a15ad7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern powerfmt=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpowerfmt-4eb9604a0e957007.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/helpers/mod.rs:100:6 | 100 | .cast_unsigned() | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method = note: requested on the command line with `-W unstable-name-collisions` help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/lib.rs:10:1 | 10 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/offset.rs:63:44 | 63 | } else if minutes >= Minute::per(Hour).cast_signed() { | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/lib.rs:10:1 | 10 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/offset.rs:70:46 | 70 | } else if seconds >= Second::per(Minute).cast_signed() { | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/lib.rs:10:1 | 10 + #![feature(integer_sign_cast)] | warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs:1330:21 | 1330 | rng.gen::>>().into() | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs:9:5 | 9 | illegal_floating_point_literal_pattern, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unexpected `cfg` condition name: `docs_rs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs:1:13 | 1 | #![cfg_attr(docs_rs, feature(doc_auto_cfg))] | ^^^^^^^ help: there is a config with a similar name: `docsrs` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `deranged` (lib) generated 3 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=nix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/nix-4be0a95158d555a3/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name nix --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="signal"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=a10e33a71c42c7bd -C extra-filename=-a10e33a71c42c7bd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg openbsd --cfg bsd --cfg bsd_without_apple --cfg netbsdlike --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'` warning: `time-macros` (lib) generated 4 warnings Compiling rustc_codegen_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_codegen_llvm CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_codegen_llvm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_codegen_llvm --edition=2021 compiler/rustc_codegen_llvm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df0c9f53e6cb1c42 -C extra-filename=-df0c9f53e6cb1c42 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-ab09486c34baeba2.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --extern measureme=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-289bf1312bce94d1.rmeta --extern object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libobject-b466a8c14a4cc98d.rmeta --extern rustc_demangle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_demangle-69fd4e1c315f67ce.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-d18e9a8f49a952f0.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f2710aa483514ae6.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_llvm=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_llvm-4addbeca91c3eda6.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-b31026a75ff489d0.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-395f2c2628254edf.rmeta --extern rustc_sanitizers=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_sanitizers-3b4cf3259e8c9056.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-bb4c88ae8050912e.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-a09314bb33eaaae9.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-63fbef0759efb83a.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-4c035b5706bb9db0/out -L native=/usr/local/llvm18/lib` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/errno.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/fcntl.rs:723:30 | 723 | pub fn fcntl(fd: RawFd, arg: FcntlArg) -> Result { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 723 | pub fn fcntl(fd: RawFd, arg: FcntlArg<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/sys/signal.rs:293:32 | 293 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 293 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/sys/statfs.rs:626:32 | 626 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 626 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/sys/time.rs:429:32 | 429 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 429 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/sys/time.rs:662:32 | 662 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 662 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/unistd.rs:207:32 | 207 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 207 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `nix` (lib) generated 7 warnings Compiling rustc_borrowck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_borrowck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_borrowck CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_borrowck --edition=2021 compiler/rustc_borrowck/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=924de1cd8d578731 -C extra-filename=-924de1cd8d578731 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-bece2021b0fc1168.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-ab09486c34baeba2.rmeta --extern polonius_engine=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-09d49d249c441785.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_graphviz=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-07c5c5521728c49d.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-130509f7e116fb03.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-f136ea18a00a9413.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-9c018ef66fff3545.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern rustc_traits=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_traits-f1218df4ac4376da.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_hir_typeck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hir_typeck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_hir_typeck CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hir_typeck --edition=2021 compiler/rustc_hir_typeck/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d93d2748a71cee43 -C extra-filename=-d93d2748a71cee43 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-ab09486c34baeba2.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-a5c0bf17c458be9f.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-9282e1d450501815.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-b58501ae05a64d42.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-130509f7e116fb03.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-8f2829c4db342c8a.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_mir_transform v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_mir_transform CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_mir_transform CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_mir_transform --edition=2021 compiler/rustc_mir_transform/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6ca9ac6816142c5 -C extra-filename=-a6ca9ac6816142c5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-bece2021b0fc1168.rmeta --extern itertools=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-ab09486c34baeba2.rmeta --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-5c4cd65efdbb98e8.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_const_eval=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-8b8d474757d9d2ab.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-130509f7e116fb03.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_mir_build=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-26a9743febf445c9.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-9c018ef66fff3545.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern rustc_type_ir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_passes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_passes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_passes --edition=2021 compiler/rustc_passes/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5c0a756fc8b0291 -C extra-filename=-f5c0a756fc8b0291 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-ea9ed1b1789ba4da.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-f136ea18a00a9413.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_privacy=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-af0bfeda3eaaf06c.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_resolve v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_resolve CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_resolve CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_resolve --edition=2021 compiler/rustc_resolve/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ceb7d94539480d8 -C extra-filename=-5ceb7d94539480d8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern pulldown_cmark=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpulldown_cmark-2e6d788df8ff58a5.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-5c4cd65efdbb98e8.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-ea9ed1b1789ba4da.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-b31026a75ff489d0.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-395f2c2628254edf.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_ast_lowering v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_lowering CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_lowering CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_lowering --edition=2021 compiler/rustc_ast_lowering/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2e672f4127822bd -C extra-filename=-a2e672f4127822bd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_query_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_query_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_query_impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_query_impl --edition=2021 compiler/rustc_query_impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58a10e23108ec110 -C extra-filename=-58a10e23108ec110 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern field_offset=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfield_offset-1282cd94a774f3b6.rmeta --extern measureme=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-289bf1312bce94d1.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-395f2c2628254edf.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_monomorphize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_monomorphize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_monomorphize CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_monomorphize --edition=2021 compiler/rustc_monomorphize/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=195e7c916169a95b -C extra-filename=-195e7c916169a95b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-a09314bb33eaaae9.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-63fbef0759efb83a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_builtin_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_builtin_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_builtin_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_builtin_macros --edition=2021 compiler/rustc_builtin_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(llvm_enzyme)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6de570ab309cde91 -C extra-filename=-6de570ab309cde91 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-ea9ed1b1789ba4da.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_lexer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-f136ea18a00a9413.rmeta --extern rustc_lint_defs=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-c39988305a4dec42.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-7da932cfb9888217.rmeta --extern rustc_parse_format=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-f40f55c9ef1dfcf2.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling stable_mir v0.1.0-preview (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=stable_mir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_mir CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0-preview CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE=preview LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name stable_mir --edition=2021 compiler/stable_mir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7129574c137cd874 -C extra-filename=-7129574c137cd874 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern scoped_tls=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-fa2a1049fca28d26.rmeta --extern serde=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-a09314bb33eaaae9.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name time_core --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31cfd11ed36fb46a -C extra-filename=-31cfd11ed36fb46a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name num_conv --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ee16091b2912f66 -C extra-filename=-0ee16091b2912f66 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling time v0.3.36 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.36 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=36 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name time --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="formatting"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=97ffffedf08889a9 -C extra-filename=-97ffffedf08889a9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern deranged=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libderanged-5282f7cf73a15ad7.rmeta --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitoa-3614d75eb8e9d8aa.rmeta --extern num_conv=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnum_conv-0ee16091b2912f66.rmeta --extern powerfmt=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpowerfmt-4eb9604a0e957007.rmeta --extern time_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtime_core-31cfd11ed36fb46a.rmeta --extern time_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtime_macros-0bb74942d1c4d54e.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:70:13 | 70 | #![cfg_attr(__time_03_docs, feature(doc_auto_cfg, doc_notable_trait))] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__time_03_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__time_03_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/date.rs:1358:56 | 1358 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1358 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/date.rs:1395:27 | 1395 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1395 | metadata: Metadata<'_, Self>, | +++ warning: unexpected `cfg` condition name: `__time_03_docs` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/formattable.rs:24:12 | 24 | #[cfg_attr(__time_03_docs, doc(notable_trait))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__time_03_docs)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__time_03_docs)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/month.rs:179:56 | 179 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 179 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/offset_date_time.rs:1327:56 | 1327 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1327 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/offset_date_time.rs:1336:27 | 1336 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1336 | metadata: Metadata<'_, Self>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/primitive_date_time.rs:904:56 | 904 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 904 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/primitive_date_time.rs:912:27 | 912 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 912 | metadata: Metadata<'_, Self>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:777:56 | 777 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:812:27 | 812 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 812 | metadata: Metadata<'_, Self>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/utc_offset.rs:427:56 | 427 | fn metadata(&self, _: FormatterOptions) -> Metadata { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 427 | fn metadata(&self, _: FormatterOptions) -> Metadata<'_, Self> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/utc_offset.rs:443:27 | 443 | metadata: Metadata, | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 443 | metadata: Metadata<'_, Self>, | +++ warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1289:37 | 1289 | original.subsec_nanos().cast_signed(), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method = note: requested on the command line with `-W unstable-name-collisions` help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1426:42 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1426 | | .checked_mul(rhs.cast_signed().extend::()) | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1445:52 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1445 | | self.whole_nanoseconds() / rhs.cast_signed().extend::() | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1426:42 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1426 | | .checked_mul(rhs.cast_signed().extend::()) | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1445:52 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1445 | | self.whole_nanoseconds() / rhs.cast_signed().extend::() | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1426:42 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1426 | | .checked_mul(rhs.cast_signed().extend::()) | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1445:52 | 1418 | / macro_rules! duration_mul_div_int { 1419 | | ($($type:ty),+) => {$( 1420 | | impl Mul<$type> for Duration { 1421 | | type Output = Self; ... | 1445 | | self.whole_nanoseconds() / rhs.cast_signed().extend::() | | ^^^^^^^^^^^ ... | 1449 | | )+}; 1450 | | } | |_- in this expansion of `duration_mul_div_int!` 1451 | duration_mul_div_int![i8, i16, i32, u8, u16, u32]; | ------------------------------------------------- in this macro invocation | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1543:37 | 1543 | if rhs.as_secs() > i64::MAX.cast_unsigned() { | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1549:37 | 1549 | .cmp(&rhs.as_secs().cast_signed()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/duration.rs:1553:50 | 1553 | .cmp(&rhs.subsec_nanos().cast_signed()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/formattable.rs:192:59 | 192 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/formattable.rs:234:59 | 234 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/iso8601.rs:31:67 | 31 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/iso8601.rs:46:67 | 46 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/iso8601.rs:61:67 | 61 | bytes += format_number_pad_zero::<4>(output, year.cast_unsigned())?; | ^^^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_unsigned(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_unsigned` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/mod.rs:475:48 | 475 | / Nanosecond::per(Millisecond).cast_signed().extend::()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/formatting/mod.rs:481:48 | 481 | / Nanosecond::per(Microsecond).cast_signed().extend::()) | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:924:41 | 924 | let hour_diff = self.hour.get().cast_signed() - rhs.hour.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:924:72 | 924 | let hour_diff = self.hour.get().cast_signed() - rhs.hour.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:925:45 | 925 | let minute_diff = self.minute.get().cast_signed() - rhs.minute.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:925:78 | 925 | let minute_diff = self.minute.get().cast_signed() - rhs.minute.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:926:45 | 926 | let second_diff = self.second.get().cast_signed() - rhs.second.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:926:78 | 926 | let second_diff = self.second.get().cast_signed() - rhs.second.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:928:35 | 928 | self.nanosecond.get().cast_signed() - rhs.nanosecond.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:928:72 | 928 | self.nanosecond.get().cast_signed() - rhs.nanosecond.get().cast_signed(); | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:930:69 | 930 | let seconds = hour_diff.extend::() * Second::per(Hour).cast_signed().extend::() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:931:65 | 931 | + minute_diff.extend::() * Second::per(Minute).cast_signed().extend::() | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:937:59 | 937 | nanosecond_diff + Nanosecond::per(Second).cast_signed(), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | warning: a method with this name may be added to the standard library in the future --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/time.rs:942:59 | 942 | nanosecond_diff - Nanosecond::per(Second).cast_signed(), | ^^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `cast_signed(...)` to keep using the current method help: add `#![feature(integer_sign_cast)]` to the crate attributes to enable `core::num::::cast_signed` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs:76:1 | 76 + #![feature(integer_sign_cast)] | Compiling rustc_smir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_smir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_smir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_smir --edition=2021 compiler/rustc_smir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a7734238a2a8dc7 -C extra-filename=-5a7734238a2a8dc7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_abi=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern scoped_tls=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-fa2a1049fca28d26.rmeta --extern stable_mir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_mir-7129574c137cd874.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out` Compiling rustc_interface v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_interface CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_interface CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_interface --edition=2021 compiler/rustc_interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="llvm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("llvm"))' -C metadata=dbdde4d7ebcf32ca -C extra-filename=-dbdde4d7ebcf32ca --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rayon=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librayon-0bce8bfdb463c3ff.rmeta --extern rayon_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librayon_core-230998e6c82cbb77.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_lowering=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_lowering-a2e672f4127822bd.rmeta --extern rustc_ast_passes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-86107638f46ed439.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_borrowck=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_borrowck-924de1cd8d578731.rmeta --extern rustc_builtin_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_builtin_macros-6de570ab309cde91.rmeta --extern rustc_codegen_llvm=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_llvm-df0c9f53e6cb1c42.rmeta --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-d18e9a8f49a952f0.rmeta --extern rustc_const_eval=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-8b8d474757d9d2ab.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-ea9ed1b1789ba4da.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_fs_util=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f2710aa483514ae6.rmeta --extern rustc_hir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-9282e1d450501815.rmeta --extern rustc_hir_typeck=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_typeck-d93d2748a71cee43.rmeta --extern rustc_incremental=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-e2a20796bfc683e6.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-8f2829c4db342c8a.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-b31026a75ff489d0.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_mir_build=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-26a9743febf445c9.rmeta --extern rustc_mir_transform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_transform-a6ca9ac6816142c5.rmeta --extern rustc_monomorphize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_monomorphize-195e7c916169a95b.rmeta --extern rustc_parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-7da932cfb9888217.rmeta --extern rustc_passes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_passes-f5c0a756fc8b0291.rmeta --extern rustc_privacy=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-af0bfeda3eaaf06c.rmeta --extern rustc_query_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_impl-58a10e23108ec110.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-395f2c2628254edf.rmeta --extern rustc_resolve=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_resolve-5ceb7d94539480d8.rmeta --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_symbol_mangling=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-bb4c88ae8050912e.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern rustc_traits=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_traits-f1218df4ac4376da.rmeta --extern rustc_ty_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-d2b92377b4d81778.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-4c035b5706bb9db0/out -L native=/usr/local/llvm18/lib` warning: `time` (lib) generated 43 warnings (1 duplicate) Compiling ctrlc v3.4.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ctrlc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/Cargo.toml CARGO_PKG_AUTHORS='Antti Keränen ' CARGO_PKG_DESCRIPTION='Easy Ctrl-C handler for Rust projects' CARGO_PKG_HOMEPAGE='https://github.com/Detegr/rust-ctrlc' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ctrlc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Detegr/rust-ctrlc.git' CARGO_PKG_RUST_VERSION=1.69.0 CARGO_PKG_VERSION=3.4.5 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ctrlc --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("termination"))' -C metadata=8396eaa6c63259e7 -C extra-filename=-8396eaa6c63259e7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern nix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnix-a10e33a71c42c7bd.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/error.rs:38:32 | 38 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 38 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: use of mutable static is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:97:5 | 97 | PIPE = pipe2(fcntl::OFlag::O_CLOEXEC)?; | ^^^^ use of mutable static | = note: for more information, see issue #71668 = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:93:1 | 93 | pub unsafe fn init_os_handler(overwrite: bool) -> Result<(), Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: use of mutable static is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:102:31 | 102 | let _ = unistd::close(PIPE.1); | ^^^^ use of mutable static | = note: for more information, see issue #71668 = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior warning[E0133]: use of mutable static is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:103:31 | 103 | let _ = unistd::close(PIPE.0); | ^^^^ use of mutable static | = note: for more information, see issue #71668 = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior warning[E0133]: use of mutable static is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:108:34 | 108 | if let Err(e) = fcntl::fcntl(PIPE.1, fcntl::FcntlArg::F_SETFL(fcntl::OFlag::O_NONBLOCK)) { | ^^^^ use of mutable static | = note: for more information, see issue #71668 = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior warning[E0133]: call to unsafe function `nix::sys::signal::sigaction` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:124:28 | 124 | let sigint_old = match signal::sigaction(signal::Signal::SIGINT, &new_action) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `nix::sys::signal::sigaction` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:129:9 | 129 | signal::sigaction(signal::Signal::SIGINT, &sigint_old).unwrap(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: use of mutable static is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:182:28 | 182 | match unistd::read(PIPE.0, &mut buf[..]) { | ^^^^ use of mutable static | = note: for more information, see issue #71668 = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/platform/unix/mod.rs:174:1 | 174 | pub unsafe fn block_ctrl_c() -> Result<(), CtrlcError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `ctrlc` (lib) generated 8 warnings Compiling rustc_log v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_log CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_log --edition=2021 compiler/rustc_log/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="max_level_info"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("max_level_info"))' -C metadata=41077c028a2cd7e9 -C extra-filename=-41077c028a2cd7e9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-23415ebe40305a1f.rmeta --extern tracing_subscriber=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-5b617b61927b69ff.rmeta --extern tracing_tree=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_tree-22d8ed02c0297b9b.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling rustc_driver_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_driver_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_driver_impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_driver_impl --edition=2021 compiler/rustc_driver_impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="llvm"' --cfg 'feature="max_level_info"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("llvm", "max_level_info", "rustc_randomized_layouts"))' -C metadata=626eda8c309c6301 -C extra-filename=-626eda8c309c6301 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern ctrlc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libctrlc-8396eaa6c63259e7.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --extern rustc_ast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta --extern rustc_ast_lowering=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_lowering-a2e672f4127822bd.rmeta --extern rustc_ast_passes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-86107638f46ed439.rmeta --extern rustc_ast_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta --extern rustc_attr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta --extern rustc_borrowck=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_borrowck-924de1cd8d578731.rmeta --extern rustc_builtin_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_builtin_macros-6de570ab309cde91.rmeta --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-d18e9a8f49a952f0.rmeta --extern rustc_const_eval=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-8b8d474757d9d2ab.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta --extern rustc_errors=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta --extern rustc_expand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-ea9ed1b1789ba4da.rmeta --extern rustc_feature=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta --extern rustc_fluent_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so --extern rustc_hir_analysis=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-9282e1d450501815.rmeta --extern rustc_hir_pretty=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-b58501ae05a64d42.rmeta --extern rustc_hir_typeck=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_typeck-d93d2748a71cee43.rmeta --extern rustc_incremental=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-e2a20796bfc683e6.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta --extern rustc_infer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-130509f7e116fb03.rmeta --extern rustc_interface=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_interface-dbdde4d7ebcf32ca.rmeta --extern rustc_lint=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-8f2829c4db342c8a.rmeta --extern rustc_log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_log-41077c028a2cd7e9.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so --extern rustc_metadata=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-b31026a75ff489d0.rmeta --extern rustc_middle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta --extern rustc_mir_build=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-26a9743febf445c9.rmeta --extern rustc_mir_dataflow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-9c018ef66fff3545.rmeta --extern rustc_mir_transform=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_transform-a6ca9ac6816142c5.rmeta --extern rustc_monomorphize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_monomorphize-195e7c916169a95b.rmeta --extern rustc_parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-7da932cfb9888217.rmeta --extern rustc_passes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_passes-f5c0a756fc8b0291.rmeta --extern rustc_pattern_analysis=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_pattern_analysis-2106cd74b1e19cf0.rmeta --extern rustc_privacy=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-af0bfeda3eaaf06c.rmeta --extern rustc_query_system=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-395f2c2628254edf.rmeta --extern rustc_resolve=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_resolve-5ceb7d94539480d8.rmeta --extern rustc_session=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta --extern rustc_smir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_smir-5a7734238a2a8dc7.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta --extern rustc_target=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta --extern rustc_trait_selection=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta --extern rustc_ty_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-d2b92377b4d81778.rmeta --extern serde_json=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-63fbef0759efb83a.rmeta --extern shlex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libshlex-af88d438ef6358d4.rmeta --extern time=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtime-97ffffedf08889a9.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-4c035b5706bb9db0/out -L native=/usr/local/llvm18/lib` Compiling rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-main CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 compiler/rustc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="llvm"' --cfg 'feature="max_level_info"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jemalloc", "llvm", "max_level_info", "rustc_randomized_layouts"))' -C metadata=4f816f24e8e63214 -C extra-filename=-4f816f24e8e63214 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc-main-4f816f24e8e63214 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_LLVM=1 CARGO_FEATURE_MAX_LEVEL_INFO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-main CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc-main-33c430311ea39ff3/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/build/rustc-main-4f816f24e8e63214/build-script-build` [rustc-main 0.0.0] cargo:rerun-if-changed=build.rs Compiling rustc_driver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_driver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_driver CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_driver --edition=2021 compiler/rustc_driver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3167935cdd6ea5f8 -C extra-filename=-3167935cdd6ea5f8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_driver_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver_impl-626eda8c309c6301.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-4c035b5706bb9db0/out -L native=/usr/local/llvm18/lib` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=rustc-main CARGO_CRATE_NAME=rustc_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-main CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc-main-33c430311ea39ff3/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_main --edition=2021 compiler/rustc/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="llvm"' --cfg 'feature="max_level_info"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jemalloc", "llvm", "max_level_info", "rustc_randomized_layouts"))' -C metadata=31a250f84d3799a9 -C extra-filename=-31a250f84d3799a9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps --extern rustc_codegen_ssa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-d18e9a8f49a952f0.rlib --extern rustc_driver=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver-3167935cdd6ea5f8.so --extern rustc_driver_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver_impl-626eda8c309c6301.rlib --extern rustc_smir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_smir-5a7734238a2a8dc7.rlib --extern stable_mir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_mir-7129574c137cd874.rlib --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/psm-1972626f39793306/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/blake3-4d8e44a596ac2b52/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/build/rustc_llvm-4c035b5706bb9db0/out -L native=/usr/local/llvm18/lib` Finished `release` profile [optimized] target(s) in 23m 49s c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > RustcLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, previous_stage_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdarling_macro-e8329114ee69654b.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libdarling_macro-e8329114ee69654b.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libderive_setters-112edf8ece67f424.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libderive_setters-112edf8ece67f424.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libderive_where-e9a417574228b605.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libderive_where-e9a417574228b605.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libdisplaydoc-b39b89e85f3bcff4.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libdisplaydoc-b39b89e85f3bcff4.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libicu_provider_macros-b101ec4aa0edea2b.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_provider_macros-b101ec4aa0edea2b.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libproc_macro_hack-873fadc04ba7c823.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro_hack-873fadc04ba7c823.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_fluent_macro-dbbf4dcd55fbf21a.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_fluent_macro-dbbf4dcd55fbf21a.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_index_macros-38c4d30f20de5dc3.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_index_macros-38c4d30f20de5dc3.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_macros-b375d9a4bc5ac43e.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_macros-b375d9a4bc5ac43e.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/librustc_type_ir_macros-29c666194668eef5.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_type_ir_macros-29c666194668eef5.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libserde_derive-a44a9de16d79cad2.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libserde_derive-a44a9de16d79cad2.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libthiserror_impl-46f0f1157eb7bd93.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libthiserror_impl-46f0f1157eb7bd93.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtime_macros-0bb74942d1c4d54e.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtime_macros-0bb74942d1c4d54e.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libtracing_attributes-a756df4c1a77ee55.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_attributes-a756df4c1a77ee55.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libunic_langid_macros_impl-830a3853354acb4c.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid_macros_impl-830a3853354acb4c.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libyoke_derive-154ae6e6dd94af00.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libyoke_derive-154ae6e6dd94af00.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerocopy_derive-0a7574f79f5bb40f.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libzerocopy_derive-0a7574f79f5bb40f.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerofrom_derive-1ddac7462e655cf9.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libzerofrom_derive-1ddac7462e655cf9.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/release/deps/libzerovec_derive-e4af3192c642bd76.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libzerovec_derive-e4af3192c642bd76.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libadler2-8830456063db424a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libadler2-8830456063db424a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libahash-3c9c2cdaeaa53027.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libahash-3c9c2cdaeaa53027.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libaho_corasick-7b76996c05fd0678.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libaho_corasick-7b76996c05fd0678.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liballocator_api2-94183e4988f62c0d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liballocator_api2-94183e4988f62c0d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libannotate_snippets-aafd3f08ca501753.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libannotate_snippets-aafd3f08ca501753.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libanstyle-f785d47d0e2007ee.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libanstyle-f785d47d0e2007ee.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libar_archive_writer-3caecb351f08bcd1.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libar_archive_writer-3caecb351f08bcd1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libarrayref-af48e041e1e3639d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libarrayref-af48e041e1e3639d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-e718d846c76fe65e.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libarrayvec-e718d846c76fe65e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libbitflags-aa27d74e230091b7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-eece33b6246c0144.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libbitflags-eece33b6246c0144.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libblake3-31211e8a08f301aa.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libblake3-31211e8a08f301aa.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libblock_buffer-b6c68e5afca886b7.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libblock_buffer-b6c68e5afca886b7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libbyteorder-baea48c6b1b8b828.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libbyteorder-baea48c6b1b8b828.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcc-05f43a07cc45db53.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcc-05f43a07cc45db53.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-0910425d2a08be3e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libconstant_time_eq-970a3b330c6611f1.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libconstant_time_eq-970a3b330c6611f1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcpufeatures-5576a107eed0c038.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcpufeatures-5576a107eed0c038.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrc32fast-cd56a120fecafb29.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcrc32fast-cd56a120fecafb29.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_channel-4a7b0bc92f7d7c13.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcrossbeam_channel-4a7b0bc92f7d7c13.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_deque-1ec01d7a90e09117.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcrossbeam_deque-1ec01d7a90e09117.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_epoch-5014fcae2f5224d7.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcrossbeam_epoch-5014fcae2f5224d7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-e0062810de0b2da4.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcrossbeam_utils-e0062810de0b2da4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libcrypto_common-308f0321fb75d440.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libcrypto_common-308f0321fb75d440.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libctrlc-8396eaa6c63259e7.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libctrlc-8396eaa6c63259e7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libdatafrog-db8bdc4b90b07069.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libdatafrog-db8bdc4b90b07069.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libderanged-5282f7cf73a15ad7.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libderanged-5282f7cf73a15ad7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libdigest-3e3d65ed12084bad.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libdigest-3e3d65ed12084bad.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libeither-bece2021b0fc1168.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libeither-bece2021b0fc1168.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libelsa-e81a5365f22c63c8.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libelsa-e81a5365f22c63c8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libena-cc5e6393a6d15c70.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libena-cc5e6393a6d15c70.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libequivalent-4c5fab7196da2bc8.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libequivalent-4c5fab7196da2bc8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liberrno-25f90d63ae098ad5.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liberrno-25f90d63ae098ad5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfastrand-1d23fec101d3a414.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libfastrand-1d23fec101d3a414.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfield_offset-1282cd94a774f3b6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libfield_offset-1282cd94a774f3b6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libflate2-3b2b6204e07bc2d3.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libflate2-3b2b6204e07bc2d3.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_bundle-9e41e2d2b708757d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libfluent_bundle-9e41e2d2b708757d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_langneg-5f5a745a54526967.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libfluent_langneg-5f5a745a54526967.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfluent_syntax-450b5cfd7bc4c48f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libfluent_syntax-450b5cfd7bc4c48f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libfoldhash-328c9b3dac35e954.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libfoldhash-328c9b3dac35e954.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgeneric_array-f2ef47c10eb4e932.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgeneric_array-f2ef47c10eb4e932.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgetopts-6e072770860a4c2c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-6e072770860a4c2c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgetrandom-06b528ad80124937.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgetrandom-06b528ad80124937.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgimli-ff3d3415b6971d62.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgimli-ff3d3415b6971d62.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libgsgdt-731c21ce1de8afdc.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libgsgdt-731c21ce1de8afdc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-1cbc17c3792788df.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-1cbc17c3792788df.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-a55aa1258e6df305.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-a55aa1258e6df305.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_list-3d42f3e12b49f240.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_list-3d42f3e12b49f240.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_list_data-45646b75b92d75f3.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_list_data-45646b75b92d75f3.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-a39d3fc228b780e4.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_locid-a39d3fc228b780e4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform-3dfdb84d9673e590.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_locid_transform-3dfdb84d9673e590.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid_transform_data-a451974950c35a04.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_locid_transform_data-a451974950c35a04.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider-6f23fe15c2102851.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_provider-6f23fe15c2102851.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libicu_provider_adapters-5259b4bad6eb3dbc.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libicu_provider_adapters-5259b4bad6eb3dbc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-edf0f6b1239f8413.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libindexmap-edf0f6b1239f8413.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libintl_memoizer-a0f1b2e0e17f0306.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libintl_memoizer-a0f1b2e0e17f0306.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libintl_pluralrules-126c44a49534c81a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libintl_pluralrules-126c44a49534c81a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitertools-ab09486c34baeba2.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libitertools-ab09486c34baeba2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libitoa-3614d75eb8e9d8aa.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libitoa-3614d75eb8e9d8aa.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libjobserver-a79900c381b6c186.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libjobserver-a79900c381b6c186.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblazy_static-a0973535a14fbba1.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblazy_static-a0973535a14fbba1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libleb128-c0918ad0425cce43.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libleb128-c0918ad0425cce43.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-7040f7cb7b8580d0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblibloading-cc101bd0945c8024.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblibloading-cc101bd0945c8024.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblitemap-d63c6d3599802362.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblitemap-d63c6d3599802362.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblock_api-5f421542401ea4bc.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblock_api-5f421542401ea4bc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liblog-5a344423a404ff18.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liblog-5a344423a404ff18.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmatchers-33f25afb762f960c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmatchers-33f25afb762f960c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmd5-24818ad8c6d52b5e.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmd5-24818ad8c6d52b5e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-289bf1312bce94d1.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmeasureme-289bf1312bce94d1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemchr-943ade0a503260fc.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmemchr-943ade0a503260fc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemmap2-ac939994702da1be.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmemmap2-ac939994702da1be.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libmemoffset-dbcedc67d3473828.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libmemoffset-dbcedc67d3473828.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libminiz_oxide-9697f0e0a564c0ba.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_oxide-9697f0e0a564c0ba.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnix-a10e33a71c42c7bd.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libnix-a10e33a71c42c7bd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-8dcad4c9046decf1.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libnu_ansi_term-8dcad4c9046decf1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnu_ansi_term-e74539da925d937c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libnu_ansi_term-e74539da925d937c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnum_conv-0ee16091b2912f66.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libnum_conv-0ee16091b2912f66.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libnum_cpus-465dda44746e9929.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libnum_cpus-465dda44746e9929.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libobject-b466a8c14a4cc98d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libobject-b466a8c14a4cc98d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libodht-07601dbd82f06fec.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libodht-07601dbd82f06fec.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-22898cffeb33b285.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libonce_cell-22898cffeb33b285.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/liboverload-45eda91e83174b03.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/liboverload-45eda91e83174b03.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-d7bfadf49ffbb127.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libparking_lot-d7bfadf49ffbb127.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot_core-dbcf60068f3f2ecf.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libparking_lot_core-dbcf60068f3f2ecf.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpathdiff-e137b078d845dcc6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpathdiff-e137b078d845dcc6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpin_project_lite-9b7fd002e57410e6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpin_project_lite-9b7fd002e57410e6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpolonius_engine-09d49d249c441785.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpolonius_engine-09d49d249c441785.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpowerfmt-4eb9604a0e957007.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpowerfmt-4eb9604a0e957007.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libppv_lite86-3b4748fee72bec96.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libppv_lite86-3b4748fee72bec96.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpsm-70fd95344cdbc2c5.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpsm-70fd95344cdbc2c5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpulldown_cmark-2e6d788df8ff58a5.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpulldown_cmark-2e6d788df8ff58a5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpulldown_cmark_escape-e7c6fa7507e10834.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpulldown_cmark_escape-e7c6fa7507e10834.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libpunycode-fef964d3999c9d4d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libpunycode-fef964d3999c9d4d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand-b63affec7d33b5ba.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librand-b63affec7d33b5ba.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_chacha-9f3e3041515479fb.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librand_chacha-9f3e3041515479fb.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_core-7f2d4ecf1988dff5.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librand_core-7f2d4ecf1988dff5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librand_xoshiro-8c84da97980880b6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librand_xoshiro-8c84da97980880b6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librayon-0bce8bfdb463c3ff.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librayon-0bce8bfdb463c3ff.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librayon_core-230998e6c82cbb77.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librayon_core-230998e6c82cbb77.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex-764cbffbe0704ad8.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libregex-764cbffbe0704ad8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-51deb4b182a2f657.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_automata-51deb4b182a2f657.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-80558bd16824c1ef.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_automata-80558bd16824c1ef.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_automata-87406ec2d6ddffd3.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_automata-87406ec2d6ddffd3.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-a79888e87da7e473.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_syntax-a79888e87da7e473.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libregex_syntax-f267e31dcc8d2d09.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libregex_syntax-f267e31dcc8d2d09.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_abi-b6cfbf0a4490c6a1.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_abi-b6cfbf0a4490c6a1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_apfloat-d08a1b603c4d003c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_apfloat-d08a1b603c4d003c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-5c4cd65efdbb98e8.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_arena-5c4cd65efdbb98e8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast-d71d302d4f8fcbc9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast-d71d302d4f8fcbc9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_ir-a5c0bf17c458be9f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_ir-a5c0bf17c458be9f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_lowering-a2e672f4127822bd.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_lowering-a2e672f4127822bd.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_passes-86107638f46ed439.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_passes-86107638f46ed439.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ast_pretty-2cce120561067906.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ast_pretty-2cce120561067906.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_attr-9dc89347b423681d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_attr-9dc89347b423681d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_baked_icu_data-823ac846532eafe5.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_baked_icu_data-823ac846532eafe5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_borrowck-924de1cd8d578731.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_borrowck-924de1cd8d578731.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_builtin_macros-6de570ab309cde91.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_builtin_macros-6de570ab309cde91.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_llvm-df0c9f53e6cb1c42.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_codegen_llvm-df0c9f53e6cb1c42.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_codegen_ssa-d18e9a8f49a952f0.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_codegen_ssa-d18e9a8f49a952f0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_const_eval-8b8d474757d9d2ab.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_const_eval-8b8d474757d9d2ab.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-f5d2b617af0737a2.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_data_structures-f5d2b617af0737a2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_demangle-69fd4e1c315f67ce.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-69fd4e1c315f67ce.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver-3167935cdd6ea5f8.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver-3167935cdd6ea5f8.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_driver_impl-626eda8c309c6301.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver_impl-626eda8c309c6301.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_codes-71bddecccaf558a0.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_error_codes-71bddecccaf558a0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_error_messages-23bd5cd9669cc9f6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_error_messages-23bd5cd9669cc9f6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_errors-ee4432f7bd87bc2e.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_errors-ee4432f7bd87bc2e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_expand-ea9ed1b1789ba4da.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_expand-ea9ed1b1789ba4da.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_feature-fc3a30d73f01b979.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_feature-fc3a30d73f01b979.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_fs_util-f2710aa483514ae6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_fs_util-f2710aa483514ae6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-07c5c5521728c49d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_graphviz-07c5c5521728c49d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-3d624b9bd1137268.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hash-3d624b9bd1137268.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-e649a996dd5e02e5.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hash-e649a996dd5e02e5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir-6ace2b9df5d02d3b.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir-6ace2b9df5d02d3b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_analysis-9282e1d450501815.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir_analysis-9282e1d450501815.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_pretty-b58501ae05a64d42.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir_pretty-b58501ae05a64d42.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_hir_typeck-d93d2748a71cee43.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hir_typeck-d93d2748a71cee43.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_incremental-e2a20796bfc683e6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_incremental-e2a20796bfc683e6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-a0ec7f973af6fd68.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_index-a0ec7f973af6fd68.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_infer-130509f7e116fb03.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_infer-130509f7e116fb03.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_interface-dbdde4d7ebcf32ca.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_interface-dbdde4d7ebcf32ca.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lexer-f136ea18a00a9413.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lexer-f136ea18a00a9413.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint-8f2829c4db342c8a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lint-8f2829c4db342c8a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_lint_defs-c39988305a4dec42.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lint_defs-c39988305a4dec42.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_llvm-4addbeca91c3eda6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_llvm-4addbeca91c3eda6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_log-41077c028a2cd7e9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_log-41077c028a2cd7e9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_metadata-b31026a75ff489d0.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_metadata-b31026a75ff489d0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_middle-1ccb77809d798f3f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_middle-1ccb77809d798f3f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_build-26a9743febf445c9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir_build-26a9743febf445c9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_dataflow-9c018ef66fff3545.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir_dataflow-9c018ef66fff3545.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_mir_transform-a6ca9ac6816142c5.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir_transform-a6ca9ac6816142c5.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_monomorphize-195e7c916169a95b.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_monomorphize-195e7c916169a95b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_next_trait_solver-ab57d8043c7c49a3.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_next_trait_solver-ab57d8043c7c49a3.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse-7da932cfb9888217.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_parse-7da932cfb9888217.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_parse_format-f40f55c9ef1dfcf2.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_parse_format-f40f55c9ef1dfcf2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_passes-f5c0a756fc8b0291.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_passes-f5c0a756fc8b0291.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_pattern_analysis-2106cd74b1e19cf0.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_pattern_analysis-2106cd74b1e19cf0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_privacy-af0bfeda3eaaf06c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_privacy-af0bfeda3eaaf06c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_impl-58a10e23108ec110.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_query_impl-58a10e23108ec110.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_query_system-395f2c2628254edf.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_query_system-395f2c2628254edf.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_resolve-5ceb7d94539480d8.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_resolve-5ceb7d94539480d8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_sanitizers-3b4cf3259e8c9056.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_sanitizers-3b4cf3259e8c9056.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-e7d358e6480fcd1e.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_serialize-e7d358e6480fcd1e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_session-c225aa80c426cf0b.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_session-c225aa80c426cf0b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_smir-5a7734238a2a8dc7.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_smir-5a7734238a2a8dc7.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-ae768c8de8cdd902.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_span-ae768c8de8cdd902.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_stable_hash-9b051e2638e2467a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_stable_hash-9b051e2638e2467a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_symbol_mangling-bb4c88ae8050912e.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_symbol_mangling-bb4c88ae8050912e.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_target-1343fc0bab5da7aa.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_target-1343fc0bab5da7aa.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_trait_selection-141beca554215974.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_trait_selection-141beca554215974.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_traits-f1218df4ac4376da.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_traits-f1218df4ac4376da.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_transmute-3d0b905e5b87ad80.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_transmute-3d0b905e5b87ad80.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_ty_utils-d2b92377b4d81778.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_ty_utils-d2b92377b4d81778.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustc_type_ir-d68f32707fada953.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_type_ir-d68f32707fada953.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/librustix-f670d38b50bb9ade.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustix-f670d38b50bb9ade.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libruzstd-a564e2d0b0ac1a4b.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libruzstd-a564e2d0b0ac1a4b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libryu-73753efb5edaaa5d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libryu-73753efb5edaaa5d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-fa2a1049fca28d26.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libscoped_tls-fa2a1049fca28d26.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libscopeguard-a0de2c9e8c4fbf60.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libscopeguard-a0de2c9e8c4fbf60.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-51b7302a453e61a2.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libself_cell-51b7302a453e61a2.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libself_cell-8e21c7245cc83aad.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libself_cell-8e21c7245cc83aad.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde-a09314bb33eaaae9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libserde-a09314bb33eaaae9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libserde_json-63fbef0759efb83a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libserde_json-63fbef0759efb83a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsha1-54a11ec965bb9872.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libsha1-54a11ec965bb9872.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsha2-bb7d564bd8a9d194.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libsha2-bb7d564bd8a9d194.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsharded_slab-25baf6f181facf69.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libsharded_slab-25baf6f181facf69.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libshlex-af88d438ef6358d4.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libshlex-af88d438ef6358d4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-59e0e5d99ed660e1.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libsmallvec-59e0e5d99ed660e1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-5eeeb9cb34eddf90.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstable_deref_trait-5eeeb9cb34eddf90.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstable_mir-7129574c137cd874.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstable_mir-7129574c137cd874.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstacker-0b86043a04778ed6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstacker-0b86043a04778ed6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libstatic_assertions-7ddd953d2e6d6962.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libstatic_assertions-7ddd953d2e6d6962.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-5ae5f47f4d32c2a1.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtempfile-5ae5f47f4d32c2a1.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtermcolor-6a505df0c4f39c72.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtermcolor-6a505df0c4f39c72.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtermize-67a2c5aef2e43a72.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtermize-67a2c5aef2e43a72.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-195a61754961ff5a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libthin_vec-195a61754961ff5a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthiserror-848564230f3b272c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libthiserror-848564230f3b272c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthorin-738450d937c3266f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libthorin-738450d937c3266f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libthread_local-067a95ce2833ebe4.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libthread_local-067a95ce2833ebe4.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtime-97ffffedf08889a9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtime-97ffffedf08889a9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtime_core-31cfd11ed36fb46a.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtime_core-31cfd11ed36fb46a.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-b679a2c088615f76.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtinystr-b679a2c088615f76.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec-ec43587702740550.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtinyvec-ec43587702740550.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtinyvec_macros-d9bcbd09d073cf71.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtinyvec_macros-d9bcbd09d073cf71.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing-d4f1b9f2e7275dea.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing-d4f1b9f2e7275dea.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-23415ebe40305a1f.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_core-23415ebe40305a1f.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_log-1f31f902e9f70c1d.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_log-1f31f902e9f70c1d.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_subscriber-5b617b61927b69ff.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_subscriber-5b617b61927b69ff.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtracing_tree-22d8ed02c0297b9b.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtracing_tree-22d8ed02c0297b9b.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtwox_hash-daf9c25f1ae79608.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtwox_hash-daf9c25f1ae79608.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtype_map-918c21d29a24feb6.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtype_map-918c21d29a24feb6.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libtypenum-6823ba339146a6c7.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libtypenum-6823ba339146a6c7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid-b011ebd9e07be9ce.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid-b011ebd9e07be9ce.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_impl-8e398e7e4433f5bc.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid_impl-8e398e7e4433f5bc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_macros-b91c653e2a677c98.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunic_langid_macros-b91c653e2a677c98.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicase-661532e258be5b8c.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicase-661532e258be5b8c.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_normalization-72aab85e554b26b8.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_normalization-72aab85e554b26b8.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_properties-abc7d4325b36e402.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_properties-abc7d4325b36e402.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_script-a92988a475a562f9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_script-a92988a475a562f9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_security-842c543878de5dac.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_security-842c543878de5dac.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-2b0816f494764c12.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-2b0816f494764c12.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-8c7e8784419cfde0.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-8c7e8784419cfde0.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libunicode_xid-f61242575104beac.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_xid-f61242575104beac.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwasm_encoder-b98e28d9185e85fc.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libwasm_encoder-b98e28d9185e85fc.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwasmparser-31df03908b4673f9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libwasmparser-31df03908b4673f9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-e1e7665884459ee7.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libwriteable-e1e7665884459ee7.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libyoke-ecb3a5950c5c48a3.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libyoke-ecb3a5950c5c48a3.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerocopy-646e0f195647d055.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libzerocopy-646e0f195647d055.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-93e27f7c486df9a9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libzerofrom-93e27f7c486df9a9.rmeta" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-385aa4ba2d520db9.rmeta" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/libzerovec-385aa4ba2d520db9.rmeta" < RustcLink { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, previous_stage_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [] } < Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, crates: [] } Creating a sysroot for stage1 compiler (use `rustup toolchain link 'name' build/host/stage1`) c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver-3167935cdd6ea5f8.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/librustc_driver-3167935cdd6ea5f8.so" c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-objcopy" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/bin/rust-objcopy" c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-rustc/x86_64-unknown-openbsd/release/rustc-main" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" < Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Std { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } > StartupObjects { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } < StartupObjects { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Dirty - /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } Building stage1 library artifacts (x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_RELEASE_CHANNEL="stable" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd" CXX_x86_64_unknown_openbsd="c++" LIBC_CHECK_CFG="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="-Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.84.1/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="-Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options --check-cfg=cfg(bootstrap) -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Cembed-bitcode=yes -Cforce-frame-pointers=yes -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.84.1/\")" RUST_COMPILER_RT_ROOT="/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/llvm-project/compiler-rt" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="stablestd" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" "backtrace panic-unwind compiler-builtins-c" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot/Cargo.toml" "--message-format" "json-render-diagnostics" 4.433244242s INFO prepare_target{force=false package_id=sysroot v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot) target="sysroot"}: cargo::core::compiler::fingerprint: fingerprint error for sysroot v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot)/Build/TargetInner { name_inferred: true, ..: lib_target("sysroot", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot/src/lib.rs", Edition2021) } 4.433404083s INFO prepare_target{force=false package_id=sysroot v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot) target="sysroot"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/sysroot-5c49d964821c4a39/lib-sysroot` Caused by: No such file or directory (os error 2) 4.436181881s INFO prepare_target{force=false package_id=proc_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro) target="proc_macro"}: cargo::core::compiler::fingerprint: fingerprint error for proc_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro)/Build/TargetInner { name_inferred: true, ..: lib_target("proc_macro", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/src/lib.rs", Edition2021) } 4.436240237s INFO prepare_target{force=false package_id=proc_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro) target="proc_macro"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/proc_macro-68b087fc09943905/lib-proc_macro` Caused by: No such file or directory (os error 2) 4.436966083s INFO prepare_target{force=false package_id=core v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core) target="core"}: cargo::core::compiler::fingerprint: fingerprint error for core v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core)/Build/TargetInner { name_inferred: true, tested: false, benched: false, ..: lib_target("core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/src/lib.rs", Edition2021) } 4.437017209s INFO prepare_target{force=false package_id=core v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core) target="core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/core-144e0d0a5cd85483/lib-core` Caused by: No such file or directory (os error 2) 4.437760657s INFO prepare_target{force=false package_id=std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) target="std"}: cargo::core::compiler::fingerprint: fingerprint error for std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std)/Build/TargetInner { name_inferred: true, ..: lib_target("std", ["dylib", "rlib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/src/lib.rs", Edition2021) } 4.437814702s INFO prepare_target{force=false package_id=std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) target="std"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/std-ed2ad248b3ee2af9/lib-std` Caused by: No such file or directory (os error 2) 4.438891850s INFO prepare_target{force=false package_id=addr2line v0.22.0 target="addr2line"}: cargo::core::compiler::fingerprint: fingerprint error for addr2line v0.22.0/Build/TargetInner { name_inferred: true, ..: lib_target("addr2line", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/addr2line-0.22.0/src/lib.rs", Edition2018) } 4.438937474s INFO prepare_target{force=false package_id=addr2line v0.22.0 target="addr2line"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/addr2line-787f06bf06b64a3d/lib-addr2line` Caused by: No such file or directory (os error 2) 4.439656318s INFO prepare_target{force=false package_id=compiler_builtins v0.1.138 target="compiler_builtins"}: cargo::core::compiler::fingerprint: fingerprint error for compiler_builtins v0.1.138/Build/TargetInner { tested: false, ..: lib_target("compiler_builtins", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/src/lib.rs", Edition2021) } 4.439700732s INFO prepare_target{force=false package_id=compiler_builtins v0.1.138 target="compiler_builtins"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/compiler_builtins-c7d3eff7108ddd86/lib-compiler_builtins` Caused by: No such file or directory (os error 2) 4.441545483s INFO prepare_target{force=false package_id=compiler_builtins v0.1.138 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for compiler_builtins v0.1.138/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/build.rs", Edition2021) } 4.441582743s INFO prepare_target{force=false package_id=compiler_builtins v0.1.138 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/compiler_builtins-fbffa62cea1517db/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.441995948s INFO prepare_target{force=false package_id=compiler_builtins v0.1.138 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for compiler_builtins v0.1.138/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/build.rs", Edition2021) } 4.442030345s INFO prepare_target{force=false package_id=compiler_builtins v0.1.138 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/.fingerprint/compiler_builtins-06f1c84b475e4b86/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.442656871s INFO prepare_target{force=false package_id=cc v1.1.22 target="cc"}: cargo::core::compiler::fingerprint: fingerprint error for cc v1.1.22/Build/TargetInner { ..: lib_target("cc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22/src/lib.rs", Edition2018) } 4.442694390s INFO prepare_target{force=false package_id=cc v1.1.22 target="cc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/.fingerprint/cc-074e8504f7709268/lib-cc` Caused by: No such file or directory (os error 2) 4.443312009s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: fingerprint error for shlex v1.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("shlex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs", Edition2015) } 4.443355813s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/.fingerprint/shlex-d390ea6b5c11b3a9/lib-shlex` Caused by: No such file or directory (os error 2) 4.444022846s INFO prepare_target{force=false package_id=rustc-std-workspace-core v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core) target="rustc_std_workspace_core"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-std-workspace-core v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_std_workspace_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core/lib.rs", Edition2021) } 4.444070888s INFO prepare_target{force=false package_id=rustc-std-workspace-core v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core) target="rustc_std_workspace_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/rustc-std-workspace-core-87e27d0b9b934996/lib-rustc_std_workspace_core` Caused by: No such file or directory (os error 2) 4.444723936s INFO prepare_target{force=false package_id=gimli v0.29.0 target="gimli"}: cargo::core::compiler::fingerprint: fingerprint error for gimli v0.29.0/Build/TargetInner { name_inferred: true, ..: lib_target("gimli", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/lib.rs", Edition2018) } 4.444765315s INFO prepare_target{force=false package_id=gimli v0.29.0 target="gimli"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/gimli-96b2c32ab9a4778b/lib-gimli` Caused by: No such file or directory (os error 2) 4.445510235s INFO prepare_target{force=false package_id=rustc-std-workspace-alloc v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc) target="rustc_std_workspace_alloc"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-std-workspace-alloc v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_std_workspace_alloc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc/lib.rs", Edition2021) } 4.445553974s INFO prepare_target{force=false package_id=rustc-std-workspace-alloc v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc) target="rustc_std_workspace_alloc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/rustc-std-workspace-alloc-8a563b6609277775/lib-rustc_std_workspace_alloc` Caused by: No such file or directory (os error 2) 4.446137633s INFO prepare_target{force=false package_id=alloc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc) target="alloc"}: cargo::core::compiler::fingerprint: fingerprint error for alloc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc)/Build/TargetInner { name_inferred: true, ..: lib_target("alloc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/src/lib.rs", Edition2021) } 4.446179947s INFO prepare_target{force=false package_id=alloc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc) target="alloc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/alloc-c588603bcb8c2c53/lib-alloc` Caused by: No such file or directory (os error 2) 4.446837408s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: fingerprint error for cfg-if v1.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("cfg_if", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs", Edition2018) } 4.446870392s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/cfg-if-148bdfd99d5eaeb1/lib-cfg_if` Caused by: No such file or directory (os error 2) 4.447427601s INFO prepare_target{force=false package_id=hashbrown v0.15.0 target="hashbrown"}: cargo::core::compiler::fingerprint: fingerprint error for hashbrown v0.15.0/Build/TargetInner { ..: lib_target("hashbrown", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs", Edition2021) } 4.447461669s INFO prepare_target{force=false package_id=hashbrown v0.15.0 target="hashbrown"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/hashbrown-c84f9b89b35cffab/lib-hashbrown` Caused by: No such file or directory (os error 2) 4.448013147s INFO prepare_target{force=false package_id=libc v0.2.162 target="libc"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.162/Build/TargetInner { ..: lib_target("libc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/src/lib.rs", Edition2015) } 4.448047687s INFO prepare_target{force=false package_id=libc v0.2.162 target="libc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/libc-d00aeb0f3676b5ad/lib-libc` Caused by: No such file or directory (os error 2) 4.449718406s INFO prepare_target{force=false package_id=libc v0.2.162 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.162/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/build.rs", Edition2015) } 4.449756833s INFO prepare_target{force=false package_id=libc v0.2.162 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/libc-24b3305c9237138f/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.450169489s INFO prepare_target{force=false package_id=libc v0.2.162 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.162/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/build.rs", Edition2015) } 4.450201119s INFO prepare_target{force=false package_id=libc v0.2.162 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/.fingerprint/libc-9864fec3dca70e58/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.450764678s INFO prepare_target{force=false package_id=miniz_oxide v0.7.4 target="miniz_oxide"}: cargo::core::compiler::fingerprint: fingerprint error for miniz_oxide v0.7.4/Build/TargetInner { ..: lib_target("miniz_oxide", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/lib.rs", Edition2018) } 4.450815486s INFO prepare_target{force=false package_id=miniz_oxide v0.7.4 target="miniz_oxide"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/miniz_oxide-3239683ea77ec509/lib-miniz_oxide` Caused by: No such file or directory (os error 2) 4.451511775s INFO prepare_target{force=false package_id=adler v1.0.2 target="adler"}: cargo::core::compiler::fingerprint: fingerprint error for adler v1.0.2/Build/TargetInner { name_inferred: true, ..: lib_target("adler", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler-1.0.2/src/lib.rs", Edition2015) } 4.451547032s INFO prepare_target{force=false package_id=adler v1.0.2 target="adler"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/adler-43f6dd28420276a5/lib-adler` Caused by: No such file or directory (os error 2) 4.452195119s INFO prepare_target{force=false package_id=object v0.36.5 target="object"}: cargo::core::compiler::fingerprint: fingerprint error for object v0.36.5/Build/TargetInner { ..: lib_target("object", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/lib.rs", Edition2018) } 4.452229975s INFO prepare_target{force=false package_id=object v0.36.5 target="object"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/object-0666b5690d80dd6c/lib-object` Caused by: No such file or directory (os error 2) 4.452960137s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: fingerprint error for memchr v2.7.4/Build/TargetInner { benched: false, ..: lib_target("memchr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs", Edition2021) } 4.452995792s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/memchr-8eeb26b80b948efe/lib-memchr` Caused by: No such file or directory (os error 2) 4.453859069s INFO prepare_target{force=false package_id=panic_abort v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort) target="panic_abort"}: cargo::core::compiler::fingerprint: fingerprint error for panic_abort v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, ..: lib_target("panic_abort", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort/src/lib.rs", Edition2021) } 4.453900303s INFO prepare_target{force=false package_id=panic_abort v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort) target="panic_abort"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/panic_abort-05aaf770392552ff/lib-panic_abort` Caused by: No such file or directory (os error 2) 4.454966449s INFO prepare_target{force=false package_id=panic_unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind) target="panic_unwind"}: cargo::core::compiler::fingerprint: fingerprint error for panic_unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, ..: lib_target("panic_unwind", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind/src/lib.rs", Edition2021) } 4.455008412s INFO prepare_target{force=false package_id=panic_unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind) target="panic_unwind"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/panic_unwind-90de280ab8c017d5/lib-panic_unwind` Caused by: No such file or directory (os error 2) 4.455770590s INFO prepare_target{force=false package_id=unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind) target="unwind"}: cargo::core::compiler::fingerprint: fingerprint error for unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, ..: lib_target("unwind", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind/src/lib.rs", Edition2021) } 4.455812476s INFO prepare_target{force=false package_id=unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind) target="unwind"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/unwind-e274cb114f29ec9e/lib-unwind` Caused by: No such file or directory (os error 2) 4.456613995s INFO prepare_target{force=false package_id=rustc-demangle v0.1.24 target="rustc_demangle"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-demangle v0.1.24/Build/TargetInner { ..: lib_target("rustc_demangle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs", Edition2015) } 4.456649950s INFO prepare_target{force=false package_id=rustc-demangle v0.1.24 target="rustc_demangle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/rustc-demangle-e49df1e5661061ba/lib-rustc_demangle` Caused by: No such file or directory (os error 2) 4.458419706s INFO prepare_target{force=false package_id=std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std)/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/build.rs", Edition2021) } 4.458457169s INFO prepare_target{force=false package_id=std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/std-56a54acfc330b763/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.458986464s INFO prepare_target{force=false package_id=std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std)/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/build.rs", Edition2021) } 4.459043425s INFO prepare_target{force=false package_id=std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/.fingerprint/std-71b6ce6be0192064/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.459908917s INFO prepare_target{force=false package_id=std_detect v0.1.5 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect) target="std_detect"}: cargo::core::compiler::fingerprint: fingerprint error for std_detect v0.1.5 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect)/Build/TargetInner { name_inferred: true, ..: lib_target("std_detect", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/src/lib.rs", Edition2021) } 4.459952637s INFO prepare_target{force=false package_id=std_detect v0.1.5 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect) target="std_detect"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/std_detect-8b64eaa01d41b2fd/lib-std_detect` Caused by: No such file or directory (os error 2) 4.460714465s INFO prepare_target{force=false package_id=test v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test) target="test"}: cargo::core::compiler::fingerprint: fingerprint error for test v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test)/Build/TargetInner { name_inferred: true, ..: lib_target("test", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/src/lib.rs", Edition2021) } 4.460760349s INFO prepare_target{force=false package_id=test v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test) target="test"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/test-dc2e95d023dd1bce/lib-test` Caused by: No such file or directory (os error 2) 4.461625429s INFO prepare_target{force=false package_id=getopts v0.2.21 target="getopts"}: cargo::core::compiler::fingerprint: fingerprint error for getopts v0.2.21/Build/TargetInner { name_inferred: true, ..: lib_target("getopts", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs", Edition2015) } 4.461665420s INFO prepare_target{force=false package_id=getopts v0.2.21 target="getopts"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/getopts-1a73737d1fb14c72/lib-getopts` Caused by: No such file or directory (os error 2) 4.462357453s INFO prepare_target{force=false package_id=rustc-std-workspace-std v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std) target="rustc_std_workspace_std"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-std-workspace-std v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_std_workspace_std", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std/lib.rs", Edition2021) } 4.462403897s INFO prepare_target{force=false package_id=rustc-std-workspace-std v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std) target="rustc_std_workspace_std"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/rustc-std-workspace-std-4d43246b3371bd44/lib-rustc_std_workspace_std` Caused by: No such file or directory (os error 2) 4.462988941s 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/Build/TargetInner { ..: lib_target("unicode_width", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs", Edition2021) } 4.463027281s INFO prepare_target{force=false package_id=unicode-width v0.1.14 target="unicode_width"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/.fingerprint/unicode-width-4e37e18c1644d710/lib-unicode_width` Caused by: No such file or directory (os error 2) Compiling shlex v1.3.0 Compiling core v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name shlex --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d390ea6b5c11b3a9 -C extra-filename=-d390ea6b5c11b3a9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling libc v0.2.162 Compiling std v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.162 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=162 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="align"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-std-workspace-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=9864fec3dca70e58 -C extra-filename=-9864fec3dca70e58 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/libc-9864fec3dca70e58 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/core/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Core Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name core --edition=2021 core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_fp_fmt_parse)' --check-cfg 'cfg(stdarch_intel_sde)' --check-cfg 'cfg(target_os, values("rtems"))' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug_refcell", "optimize_for_size", "panic_immediate_abort"))' -C metadata=144e0d0a5cd85483 -C extra-filename=-144e0d0a5cd85483 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 std/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(target_os, values("rtems"))' -C debug-assertions=off --cfg 'feature="addr2line"' --cfg 'feature="backtrace"' --cfg 'feature="compiler-builtins-c"' --cfg 'feature="miniz_oxide"' --cfg 'feature="object"' --cfg 'feature="panic_unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("addr2line", "backtrace", "compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "llvm-libunwind", "miniz_oxide", "object", "optimize_for_size", "panic-unwind", "panic_immediate_abort", "panic_unwind", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io", "system-llvm-libunwind", "windows_raw_dylib"))' -C metadata=71b6ce6be0192064 -C extra-filename=-71b6ce6be0192064 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/std-71b6ce6be0192064 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `manual_codegen_check` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:353:12 | 353 | #[cfg_attr(manual_codegen_check, inline(never))] | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:26:1 | 26 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:196:38 | 196 | .collect::>, QuoteError>>()? | ---^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 196 | .collect::>, QuoteError>>()? | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:484:37 | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:497:48 | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs:228:34 | 228 | pub fn quote(in_str: &str) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 228 | pub fn quote(in_str: &str) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs:241:45 | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | +++ Compiling cc v1.1.22 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=074e8504f7709268 -C extra-filename=-074e8504f7709268 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern shlex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps/libshlex-d390ea6b5c11b3a9.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: `shlex` (lib) generated 7 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Zinline-mir-preserve-debug-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Cembed-bitcode=yes-Cforce-frame-pointers=yes-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' CARGO_FEATURE_ALIGN=1 CARGO_FEATURE_RUSTC_DEP_OF_STD=1 CARGO_FEATURE_RUSTC_STD_WORKSPACE_CORE=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.162 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=162 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/libc-24b3305c9237138f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/libc-9864fec3dca70e58/build-script-build` [libc 0.2.162] cargo:rerun-if-changed=build.rs [libc 0.2.162] cargo:rustc-cfg=freebsd12 [libc 0.2.162] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.162] cargo:rustc-cfg=libc_union [libc 0.2.162] cargo:rustc-cfg=libc_const_size_of [libc 0.2.162] cargo:rustc-cfg=libc_align [libc 0.2.162] cargo:rustc-cfg=libc_int128 [libc 0.2.162] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.162] cargo:rustc-cfg=libc_packedN [libc 0.2.162] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.162] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.162] cargo:rustc-cfg=libc_long_array [libc 0.2.162] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.162] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.162] cargo:rustc-cfg=libc_thread_local [libc 0.2.162] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.162] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.162] cargo:rustc-check-cfg=cfg(espidf_time32) [libc 0.2.162] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.162] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.162] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.162] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.162] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.162] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.162] cargo:rustc-check-cfg=cfg(libc_ctest) [libc 0.2.162] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) [libc 0.2.162] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.162] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Compiling compiler_builtins v0.1.138 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE='MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.138 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=138 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C codegen-units=10000 -C debug-assertions=off --cfg 'feature="c"' --cfg 'feature="cc"' --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=06f1c84b475e4b86 -C extra-filename=-06f1c84b475e4b86 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/compiler_builtins-06f1c84b475e4b86 -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps/libcc-074e8504f7709268.rlib --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Zinline-mir-preserve-debug-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Cembed-bitcode=yes-Cforce-frame-pointers=yes-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' CARGO_FEATURE_C=1 CARGO_FEATURE_CC=1 CARGO_FEATURE_COMPILER_BUILTINS=1 CARGO_FEATURE_CORE=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_RUSTC_DEP_OF_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138 CARGO_MANIFEST_LINKS=compiler-rt CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE='MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.138 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=138 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/compiler_builtins-fbffa62cea1517db/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/compiler_builtins-06f1c84b475e4b86/build-script-build` [compiler_builtins 0.1.138] cargo::rerun-if-changed=build.rs [compiler_builtins 0.1.138] cargo::rerun-if-changed=configure.rs [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__ashldi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__ashlsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__ashrdi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__ashrsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__bswapsi2, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__bswapdi2, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__bswapti2, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__divdi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__divsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__divmoddi4, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__divmodsi4, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__divmodsi4, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__divmodti4, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__lshrdi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__lshrsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__moddi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__modsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__muldi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__udivdi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__udivmoddi4, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__udivmodsi4, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__udivsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__umoddi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__umodsi3, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas1_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas1_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas1_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas1_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas2_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas2_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas2_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas2_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas4_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas4_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas4_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas4_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas8_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas8_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas8_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas8_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas16_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas16_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas16_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_cas16_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd1_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd1_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd1_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd1_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd2_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd2_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd2_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd2_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd4_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd4_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd4_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd4_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd8_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd8_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd8_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldadd8_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr1_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr1_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr1_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr1_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr2_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr2_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr2_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr2_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr4_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr4_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr4_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr4_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr8_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr8_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr8_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldclr8_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor1_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor1_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor1_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor1_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor2_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor2_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor2_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor2_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor4_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor4_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor4_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor4_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor8_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor8_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor8_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldeor8_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset1_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset1_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset1_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset1_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset2_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset2_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset2_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset2_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset4_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset4_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset4_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset4_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset8_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset8_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset8_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_ldset8_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp1_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp1_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp1_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp1_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp2_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp2_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp2_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp2_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp4_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp4_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp4_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp4_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp8_relax, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp8_acq, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp8_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(__aarch64_swp8_acq_rel, values("optimized-c")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(target_feature, values("vis3")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(feature, values("checked")) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(assert_no_panic) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(f16_enabled) [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(f128_enabled) [compiler_builtins 0.1.138] cargo::rustc-cfg=f16_enabled [compiler_builtins 0.1.138] cargo::rustc-cfg=f128_enabled [compiler_builtins 0.1.138] cargo:compiler-rt=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/compiler-rt [compiler_builtins 0.1.138] cargo::rustc-check-cfg=cfg(feature, values("unstable", "force-soft-floats")) [compiler_builtins 0.1.138] cargo:rustc-cfg=feature="unstable" [compiler_builtins 0.1.138] cargo:rustc-cfg=feature="force-soft-floats" [compiler_builtins 0.1.138] cargo:rustc-link-search=native=/usr/lib [compiler_builtins 0.1.138] cargo:rustc-link-lib=compiler_rt Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=legacy--check-cfg=cfg(feature,values(any()))-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Csplit-debuginfo=off-Cprefer-dynamic-Zinline-mir-Zinline-mir-preserve-debug-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Cembed-bitcode=yes-Cforce-frame-pointers=yes-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' CARGO_FEATURE_ADDR2LINE=1 CARGO_FEATURE_BACKTRACE=1 CARGO_FEATURE_COMPILER_BUILTINS_C=1 CARGO_FEATURE_MINIZ_OXIDE=1 CARGO_FEATURE_OBJECT=1 CARGO_FEATURE_PANIC_UNWIND=1 CARGO_FEATURE_STD_DETECT_DLSYM_GETAUXVAL=1 CARGO_FEATURE_STD_DETECT_FILE_IO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_COMPILER_RT_COMPILER_RT=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/compiler-rt HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/std-56a54acfc330b763/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/build/std-71b6ce6be0192064/build-script-build` [std 0.0.0] cargo:rerun-if-changed=build.rs [std 0.0.0] cargo:rustc-check-cfg=cfg(netbsd10) [std 0.0.0] cargo:rustc-check-cfg=cfg(restricted_std) [std 0.0.0] cargo:rustc-check-cfg=cfg(backtrace_in_libstd) [std 0.0.0] cargo:rustc-cfg=backtrace_in_libstd [std 0.0.0] cargo:rustc-env=STD_ENV_ARCH=x86_64 [std 0.0.0] cargo:rustc-check-cfg=cfg(reliable_f16) [std 0.0.0] cargo:rustc-check-cfg=cfg(reliable_f128) [std 0.0.0] cargo:rustc-check-cfg=cfg(reliable_f16_math) [std 0.0.0] cargo:rustc-check-cfg=cfg(reliable_f128_math) [std 0.0.0] cargo:rustc-cfg=reliable_f16 [std 0.0.0] cargo:rustc-cfg=reliable_f128 Compiling rustc-std-workspace-core v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-core/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_core --edition=2021 rustc-std-workspace-core/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87e27d0b9b934996 -C extra-filename=-87e27d0b9b934996 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-144e0d0a5cd85483.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=compiler_builtins CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE='MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.138 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=138 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/compiler_builtins-fbffa62cea1517db/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name compiler_builtins --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=10000 --cfg 'feature="c"' --cfg 'feature="cc"' --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=c7d3eff7108ddd86 -C extra-filename=-c7d3eff7108ddd86 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib -l compiler_rt --cfg f16_enabled --cfg f128_enabled --cfg 'feature="unstable"' --cfg 'feature="force-soft-floats"' --check-cfg 'cfg(__ashldi3, values("optimized-c"))' --check-cfg 'cfg(__ashlsi3, values("optimized-c"))' --check-cfg 'cfg(__ashrdi3, values("optimized-c"))' --check-cfg 'cfg(__ashrsi3, values("optimized-c"))' --check-cfg 'cfg(__bswapsi2, values("optimized-c"))' --check-cfg 'cfg(__bswapdi2, values("optimized-c"))' --check-cfg 'cfg(__bswapti2, values("optimized-c"))' --check-cfg 'cfg(__divdi3, values("optimized-c"))' --check-cfg 'cfg(__divsi3, values("optimized-c"))' --check-cfg 'cfg(__divmoddi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodti4, values("optimized-c"))' --check-cfg 'cfg(__lshrdi3, values("optimized-c"))' --check-cfg 'cfg(__lshrsi3, values("optimized-c"))' --check-cfg 'cfg(__moddi3, values("optimized-c"))' --check-cfg 'cfg(__modsi3, values("optimized-c"))' --check-cfg 'cfg(__muldi3, values("optimized-c"))' --check-cfg 'cfg(__udivdi3, values("optimized-c"))' --check-cfg 'cfg(__udivmoddi4, values("optimized-c"))' --check-cfg 'cfg(__udivmodsi4, values("optimized-c"))' --check-cfg 'cfg(__udivsi3, values("optimized-c"))' --check-cfg 'cfg(__umoddi3, values("optimized-c"))' --check-cfg 'cfg(__umodsi3, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(target_feature, values("vis3"))' --check-cfg 'cfg(feature, values("checked"))' --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)' --check-cfg 'cfg(feature, values("unstable", "force-soft-floats"))'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.162 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=162 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/libc-24b3305c9237138f/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="align"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-std-workspace-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=d00aeb0f3676b5ad -C extra-filename=-d00aeb0f3676b5ad --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern rustc_std_workspace_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo --cfg freebsd12 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_thread_local --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` warning: the feature `link_cfg` is internal to the compiler or standard library --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/src/lib.rs:22:51 | 22 | #![cfg_attr(feature = "rustc-dep-of-std", feature(link_cfg, no_core))] | ^^^^^^^^ | = note: using it is strongly discouraged = note: `#[warn(internal_features)]` on by default warning: private item shadows public glob re-export --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/src/lib.rs:42:13 | 42 | use core::option; | ^^^^^^^^^^^^ | note: the name `option` in the type namespace is supposed to be publicly re-exported here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/src/lib.rs:135:17 | 135 | pub use unix::*; | ^^^^^^^ note: but the private item here shadows it --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.162/src/lib.rs:42:13 | 42 | use core::option; | ^^^^^^^^^^^^ = note: `#[warn(hidden_glob_reexports)]` on by default warning: unexpected `cfg` condition name: `kernel_user_helpers` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/src/lib.rs:73:5 | 73 | kernel_user_helpers, | ^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `__aarch64_cas16_acq`, `__aarch64_cas16_acq_rel`, `__aarch64_cas16_rel`, `__aarch64_cas16_relax`, `__aarch64_cas1_acq`, `__aarch64_cas1_acq_rel`, `__aarch64_cas1_rel`, `__aarch64_cas1_relax`, `__aarch64_cas2_acq`, `__aarch64_cas2_acq_rel`, `__aarch64_cas2_rel`, `__aarch64_cas2_relax`, `__aarch64_cas4_acq`, `__aarch64_cas4_acq_rel`, `__aarch64_cas4_rel`, `__aarch64_cas4_relax`, `__aarch64_cas8_acq`, `__aarch64_cas8_acq_rel`, `__aarch64_cas8_rel`, `__aarch64_cas8_relax`, `__aarch64_ldadd1_acq`, `__aarch64_ldadd1_acq_rel`, `__aarch64_ldadd1_rel`, `__aarch64_ldadd1_relax`, `__aarch64_ldadd2_acq`, `__aarch64_ldadd2_acq_rel`, `__aarch64_ldadd2_rel`, `__aarch64_ldadd2_relax`, `__aarch64_ldadd4_acq`, `__aarch64_ldadd4_acq_rel`, `__aarch64_ldadd4_rel`, `__aarch64_ldadd4_relax`, `__aarch64_ldadd8_acq`, `__aarch64_ldadd8_acq_rel`, and `__aarch64_ldadd8_rel` and 125 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kernel_user_helpers)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kernel_user_helpers)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `libc` (lib) generated 2 warnings Compiling alloc v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc) Compiling cfg-if v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=alloc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/alloc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust core allocation and collections library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=alloc CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name alloc --edition=2021 alloc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_global_oom_handling)' --check-cfg 'cfg(no_rc)' --check-cfg 'cfg(no_sync)' --check-cfg 'cfg(randomized_layouts)' --cfg 'feature="compiler-builtins-c"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "optimize_for_size", "panic_immediate_abort"))' -C metadata=c588603bcb8c2c53 -C extra-filename=-c588603bcb8c2c53 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-144e0d0a5cd85483.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=148bdfd99d5eaeb1 -C extra-filename=-148bdfd99d5eaeb1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling adler v1.0.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler-1.0.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler-1.0.2/Cargo.toml CARGO_PKG_AUTHORS='Jonas Schievink ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name adler --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=43f6dd28420276a5 -C extra-filename=-43f6dd28420276a5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unwind CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/unwind/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unwind CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unwind --edition=2021 unwind/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("rtems"))' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("llvm-libunwind", "system-llvm-libunwind"))' -C metadata=e274cb114f29ec9e -C extra-filename=-e274cb114f29ec9e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-148bdfd99d5eaeb1.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-144e0d0a5cd85483.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-d00aeb0f3676b5ad.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling memchr v2.7.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=8eeb26b80b948efe -C extra-filename=-8eeb26b80b948efe --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling rustc-demangle v0.1.24 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_demangle --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=e49df1e5661061ba -C extra-filename=-e49df1e5661061ba --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/legacy.rs:49:37 | 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { | ^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/legacy.rs:106:32 | 106 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:37:37 | 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:94:32 | 94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:241:32 | 241 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 241 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:92:33 | 92 | pub fn demangle(mut s: &str) -> Demangle { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:237:40 | 237 | pub fn try_demangle(s: &str) -> Result { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:281:32 | 281 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 281 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:314:32 | 314 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 314 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs:349:32 | 349 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:740:38 | 740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/v0.rs:568:22 | 568 | struct Printer<'a, 'b: 'a, 's> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `rustc-demangle` (lib) generated 11 warnings warning: `memchr` (lib) generated 2 warnings Compiling rustc-std-workspace-alloc v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_alloc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-alloc/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-alloc CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_alloc --edition=2021 rustc-std-workspace-alloc/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a563b6609277775 -C extra-filename=-8a563b6609277775 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liballoc-c588603bcb8c2c53.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling panic_unwind v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind) Compiling panic_abort v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=panic_unwind CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_unwind/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Implementation of Rust panics via stack unwinding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=panic_unwind CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name panic_unwind --edition=2021 panic_unwind/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("rtems"))' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90de280ab8c017d5 -C extra-filename=-90de280ab8c017d5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liballoc-c588603bcb8c2c53.rmeta --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-148bdfd99d5eaeb1.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-144e0d0a5cd85483.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-d00aeb0f3676b5ad.rmeta --extern unwind=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunwind-e274cb114f29ec9e.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=panic_abort CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/panic_abort/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Implementation of Rust panics via process aborts' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=panic_abort CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name panic_abort --edition=2021 panic_abort/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05aaf770392552ff -C extra-filename=-05aaf770392552ff --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liballoc-c588603bcb8c2c53.rmeta --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-148bdfd99d5eaeb1.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-144e0d0a5cd85483.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-d00aeb0f3676b5ad.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: `compiler_builtins` (lib) generated 1 warning Compiling gimli v0.29.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name gimli --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C embed-bitcode=no --cfg 'feature="read"' --cfg 'feature="read-core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=96b2c32ab9a4778b -C extra-filename=-96b2c32ab9a4778b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-8a563b6609277775.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling object v0.36.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.36.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=36 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name object --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=0666b5690d80dd6c -C extra-filename=-0666b5690d80dd6c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern memchr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libmemchr-8eeb26b80b948efe.rmeta --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-8a563b6609277775.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling hashbrown v0.15.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.15.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="nightly"' --cfg 'feature="raw-entry"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-internal-api"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=c84f9b89b35cffab -C extra-filename=-c84f9b89b35cffab --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-8a563b6609277775.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling miniz_oxide v0.7.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/Cargo.toml CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name miniz_oxide --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=3239683ea77ec509 -C extra-filename=-3239683ea77ec509 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern adler=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libadler-43f6dd28420276a5.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-8a563b6609277775.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling std_detect v0.1.5 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=std_detect CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/stdarch/crates/std_detect/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Andrew Gallant :Gonzalo Brito Gadeschi ' CARGO_PKG_DESCRIPTION='`std::detect` - Rust'\''s standard library run-time CPU feature detection.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stdarch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std_detect CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stdarch' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name std_detect --edition=2021 stdarch/crates/std_detect/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="libc"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "rustc-dep-of-std", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io"))' -C metadata=8b64eaa01d41b2fd -C extra-filename=-8b64eaa01d41b2fd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-148bdfd99d5eaeb1.rmeta --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-d00aeb0f3676b5ad.rmeta --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-8a563b6609277775.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: unknown lint: `fuzzy_provenance_casts` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs:39:34 | 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: the `fuzzy_provenance_casts` lint is unstable = note: see issue #130351 for more information = help: add `#![feature(strict_provenance_lints)]` to the crate attributes to enable = note: this compiler was built on 2025-01-27; consider upgrading it if it is out of date = note: `#[warn(unknown_lints)]` on by default warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs:55:1 | 55 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs:38:9 | 38 | #![warn(rust_2018_idioms)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(unused_extern_crates)]` implied by `#[warn(rust_2018_idioms)]` help: convert it to a `use` | 55 | use alloc; | ~~~ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:392:38 | 392 | fn read_u16_le(iter: &mut slice::Iter) -> u16 { | -----------^--- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 392 | fn read_u16_le(iter: &mut slice::Iter<'_, u8>) -> u16 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:407:38 | 407 | fn read_u32_le(iter: &mut slice::Iter) -> u32 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn read_u32_le(iter: &mut slice::Iter<'_, u8>) -> u32 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:423:64 | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter) { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:491:30 | 491 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 491 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:599:42 | 599 | fn read_byte(in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn read_byte(in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:618:30 | 618 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 618 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:647:64 | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:981:30 | 981 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 981 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:982:19 | 982 | out_buf: &mut OutputBuffer, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | out_buf: &mut OutputBuffer<'_>, | ++++ warning: unexpected `cfg` condition name: `fuzzing` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.7.4/src/inflate/core.rs:1800:18 | 1800 | if !cfg!(fuzzing) { | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: the feature `strict_provenance` has been stable since 1.84.0 and no longer requires an attribute to enable --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs:24:9 | 24 | strict_provenance | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` 103 | 104 | / dw!( 105 | | /// The section type field in a `.dwp` unit index. 106 | | /// 107 | | /// This is used for version 5 and later. ... | 117 | | DW_SECT_RNGLISTS = 8, 118 | | }); | |__- in this macro invocation | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 120 | / dw!( 121 | | /// The section type field in a `.dwp` unit index with version 2. 122 | | DwSectV2(u32) { 123 | | DW_SECT_V2_INFO = 1, ... | 130 | | DW_SECT_V2_MACRO = 8, 131 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 133 | / dw!( 134 | | /// The unit type field in a unit header. 135 | | /// 136 | | /// See Section 7.5.1, Table 7.2. ... | 145 | | DW_UT_hi_user = 0xff, 146 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 148 | / dw!( 149 | | /// The opcode for a call frame instruction. 150 | | /// 151 | | /// Section 7.24: ... | 193 | | DW_CFA_AARCH64_negate_ra_state = 0x2d, 194 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 196 | / dw!( 197 | | /// The child determination encodings for DIE attributes. 198 | | /// 199 | | /// See Section 7.5.3, Table 7.4. ... | 202 | | DW_CHILDREN_yes = 1, 203 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 205 | / dw!( 206 | | /// The tag encodings for DIE attributes. 207 | | /// 208 | | /// See Section 7.5.3, Table 7.3. ... | 347 | | DW_TAG_BORLAND_Delphi_variant = 0xb004, 348 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 350 | / dw!( 351 | | /// The attribute encodings for DIE attributes. 352 | | /// 353 | | /// See Section 7.5.4, Table 7.5. ... | 657 | | DW_AT_APPLE_property = 0x3fed 658 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 660 | / dw!( 661 | | /// The attribute form encodings for DIE attributes. 662 | | /// 663 | | /// See Section 7.5.6, Table 7.6. ... | 721 | | DW_FORM_GNU_strp_alt = 0x1f21 722 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 724 | / dw!( 725 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute. 726 | | /// 727 | | /// See Section 7.8, Table 7.11. ... | 753 | | DW_ATE_hi_user = 0xff, 754 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 756 | / dw!( 757 | | /// The encodings of the constants used in location list entries. 758 | | /// 759 | | /// See Section 7.7.3, Table 7.10. ... | 770 | | DW_LLE_GNU_view_pair = 0x09, 771 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 773 | / dw!( 774 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute. 775 | | /// 776 | | /// See Section 7.8, Table 7.12. ... | 782 | | DW_DS_trailing_separate = 0x05, 783 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 785 | / dw!( 786 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute. 787 | | /// 788 | | /// See Section 7.8, Table 7.13. ... | 794 | | DW_END_hi_user = 0xff, 795 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 797 | / dw!( 798 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute. 799 | | /// 800 | | /// See Section 7.9, Table 7.14. ... | 804 | | DW_ACCESS_private = 0x03, 805 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 807 | / dw!( 808 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute. 809 | | /// 810 | | /// See Section 7.10, Table 7.15. ... | 814 | | DW_VIS_qualified = 0x03, 815 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 817 | / dw!( 818 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute. 819 | | /// 820 | | /// See Section 7.11, Table 7.16. ... | 824 | | DW_VIRTUALITY_pure_virtual = 0x02, 825 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 827 | / dw!( 828 | | /// The encodings of the constants used in the `DW_AT_language` attribute. 829 | | /// 830 | | /// See Section 7.12, Table 7.17. ... | 886 | | DW_LANG_BORLAND_Delphi = 0xb000, 887 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 925 | / dw!( 926 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute. 927 | | /// 928 | | /// There is only one value that is common to all target architectures. ... | 931 | | DW_ADDR_none = 0x00, 932 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 934 | / dw!( 935 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute. 936 | | /// 937 | | /// See Section 7.14, Table 7.18. ... | 942 | | DW_ID_case_insensitive = 0x03, 943 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 945 | / dw!( 946 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute. 947 | | /// 948 | | /// See Section 7.15, Table 7.19. ... | 956 | | DW_CC_hi_user = 0xff, 957 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 959 | / dw!( 960 | | /// The encodings of the constants used in the `DW_AT_inline` attribute. 961 | | /// 962 | | /// See Section 7.16, Table 7.20. ... | 967 | | DW_INL_declared_inlined = 0x03, 968 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 970 | / dw!( 971 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute. 972 | | /// 973 | | /// See Section 7.17, Table 7.17. ... | 976 | | DW_ORD_col_major = 0x01, 977 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 979 | / dw!( 980 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute. 981 | | /// 982 | | /// See Section 7.18, Table 7.22. ... | 985 | | DW_DSC_range = 0x01, 986 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 988 | / dw!( 989 | | /// Name index attribute encodings. 990 | | /// 991 | | /// See Section 7.19, Table 7.23. ... | 999 | | DW_IDX_hi_user = 0x3fff, 1000 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1002 | / dw!( 1003 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute. 1004 | | /// 1005 | | /// See Section 7.20, Table 7.24. ... | 1009 | | DW_DEFAULTED_out_of_class = 0x02, 1010 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1012 | / dw!( 1013 | | /// The encodings for the standard opcodes for line number information. 1014 | | /// 1015 | | /// See Section 7.22, Table 7.25. ... | 1028 | | DW_LNS_set_isa = 0x0c, 1029 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1031 | / dw!( 1032 | | /// The encodings for the extended opcodes for line number information. 1033 | | /// 1034 | | /// See Section 7.22, Table 7.26. ... | 1042 | | DW_LNE_hi_user = 0xff, 1043 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1045 | / dw!( 1046 | | /// The encodings for the line number header entry formats. 1047 | | /// 1048 | | /// See Section 7.22, Table 7.27. ... | 1056 | | DW_LNCT_hi_user = 0x3fff, 1057 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1059 | / dw!( 1060 | | /// The encodings for macro information entry types. 1061 | | /// 1062 | | /// See Section 7.23, Table 7.28. ... | 1077 | | DW_MACRO_hi_user = 0xff, 1078 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1080 | / dw!( 1081 | | /// Range list entry encoding values. 1082 | | /// 1083 | | /// See Section 7.25, Table 7.30. ... | 1092 | | DW_RLE_start_length = 0x07, 1093 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1095 | / dw!( 1096 | | /// The encodings for DWARF expression operations. 1097 | | /// 1098 | | /// See Section 7.7.1, Table 7.9. ... | 1279 | | DW_OP_WASM_location = 0xed, 1280 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/constants.rs:86:40 | 58 | / macro_rules! dw { 59 | | ($(#[$meta:meta])* $struct_name:ident($struct_type:ty) 60 | | { $($name:ident = $val:expr),+ $(,)? } 61 | | $(, aliases { $($alias_name:ident = $alias_val:expr),+ $(,)? })? ... | 86 | | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 101 | | }; 102 | | } | |_- in this expansion of `dw!` ... 1282 | / dw!( 1283 | | /// Pointer encoding used by `.eh_frame`. 1284 | | /// 1285 | | /// The four lower bits describe the ... | 1337 | | DW_EH_PE_omit = 0xff, 1338 | | }); | |__- in this macro invocation | help: indicate the anonymous lifetime | 86 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:210:45 | 210 | pub fn table(&self) -> Option> { | ----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 210 | pub fn table(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:1248:56 | 1248 | encoding_parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | encoding_parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:1715:47 | 1715 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 1715 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:1993:32 | 1993 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1993 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:2527:32 | 2527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:2597:39 | 2597 | fn iter(&self) -> RegisterRuleIter { | ----------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 2597 | fn iter(&self) -> RegisterRuleIter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:2674:32 | 2674 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2674 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:2815:48 | 2815 | pub fn registers(&self) -> RegisterRuleIter { | ----------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 2815 | pub fn registers(&self) -> RegisterRuleIter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:3212:47 | 3212 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 3212 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/cfi.rs:3560:43 | 3560 | parameters: &PointerEncodingParameters, | -------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 3560 | parameters: &PointerEncodingParameters<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:542:42 | 542 | entry: &DebuggingInformationEntry, | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 542 | entry: &DebuggingInformationEntry<'_, '_, R>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:994:43 | 994 | sections: UnitIndexSectionIterator, | ------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 994 | sections: UnitIndexSectionIterator<'_, R>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:1273:91 | 1273 | pub fn entry(&self, offset: UnitOffset) -> Result> { | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1273 | pub fn entry(&self, offset: UnitOffset) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:1279:43 | 1279 | pub fn entries(&self) -> EntriesCursor { | -------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1279 | pub fn entries(&self) -> EntriesCursor<'_, '_, R> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:1286:91 | 1286 | pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> { | -------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1286 | pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:1293:92 | 1293 | pub fn entries_tree(&self, offset: Option>) -> Result> { | -----------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1293 | pub fn entries_tree(&self, offset: Option>) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/dwarf.rs:1299:90 | 1299 | pub fn entries_raw(&self, offset: Option>) -> Result> { | ----------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 1299 | pub fn entries_raw(&self, offset: Option>) -> Result> { | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/endian_slice.rs:307:37 | 307 | fn to_slice(&self) -> Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 307 | fn to_slice(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/endian_slice.rs:313:38 | 313 | fn to_string(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 313 | fn to_string(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/endian_slice.rs:322:44 | 322 | fn to_string_lossy(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn to_string_lossy(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/reader.rs:277:37 | 277 | fn to_slice(&self) -> Result>; | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn to_slice(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/reader.rs:288:38 | 288 | fn to_string(&self) -> Result>; | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 288 | fn to_string(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/reader.rs:297:44 | 297 | fn to_string_lossy(&self) -> Result>; | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn to_string_lossy(&self) -> Result>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/relocate.rs:133:37 | 133 | fn to_slice(&self) -> Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 133 | fn to_slice(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/relocate.rs:139:38 | 139 | fn to_string(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 139 | fn to_string(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/relocate.rs:145:44 | 145 | fn to_string_lossy(&self) -> Result> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn to_string_lossy(&self) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/index.rs:259:76 | 259 | pub fn sections(&self, mut row: u32) -> Result> { | ------------------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 259 | pub fn sections(&self, mut row: u32) -> Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/line.rs:524:32 | 524 | fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 524 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> result::Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/value.rs:112:42 | 112 | entry: &DebuggingInformationEntry, | -------------------------^-- expected lifetime parameters | help: indicate the anonymous lifetimes | 112 | entry: &DebuggingInformationEntry<'_, '_, R>, | +++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.29.0/src/read/mod.rs:445:32 | 445 | fn fmt(&self, f: &mut fmt::Formatter) -> ::core::result::Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 445 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> ::core::result::Result<(), fmt::Error> { | ++++ warning: `miniz_oxide` (lib) generated 10 warnings warning: `hashbrown` (lib) generated 3 warnings Compiling addr2line v0.22.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=addr2line CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/addr2line-0.22.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/addr2line-0.22.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A cross-platform symbolication library written in Rust, using `gimli`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=addr2line CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/addr2line' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name addr2line --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/addr2line-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "memmap2", "object", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "std-object"))' -C metadata=787f06bf06b64a3d -C extra-filename=-787f06bf06b64a3d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern gimli=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libgimli-96b2c32ab9a4778b.rmeta --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-8a563b6609277775.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/addr2line-0.22.0/src/lib.rs:37:1 | 37 | pub extern crate gimli; | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 37 | pub use gimli; | ~~~ warning: `addr2line` (lib) generated 1 warning warning: `gimli` (lib) generated 61 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=std CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/std/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/build/std-56a54acfc330b763/out STD_ENV_ARCH=x86_64 /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name std --edition=2021 std/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type dylib --crate-type rlib --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(target_os, values("rtems"))' --cfg 'feature="addr2line"' --cfg 'feature="backtrace"' --cfg 'feature="compiler-builtins-c"' --cfg 'feature="miniz_oxide"' --cfg 'feature="object"' --cfg 'feature="panic_unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("addr2line", "backtrace", "compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "llvm-libunwind", "miniz_oxide", "object", "optimize_for_size", "panic-unwind", "panic_immediate_abort", "panic_unwind", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io", "system-llvm-libunwind", "windows_raw_dylib"))' -C metadata=ed2ad248b3ee2af9 -C extra-filename=-ed2ad248b3ee2af9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern 'priv:addr2line=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libaddr2line-787f06bf06b64a3d.rlib' --extern alloc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liballoc-c588603bcb8c2c53.rlib --extern 'priv:cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-148bdfd99d5eaeb1.rlib' --extern 'priv:compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rlib' --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-144e0d0a5cd85483.rlib --extern 'priv:hashbrown=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libhashbrown-c84f9b89b35cffab.rlib' --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-d00aeb0f3676b5ad.rlib --extern 'priv:miniz_oxide=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libminiz_oxide-3239683ea77ec509.rlib' --extern 'priv:object=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libobject-0666b5690d80dd6c.rlib' --extern 'priv:panic_abort=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_abort-05aaf770392552ff.rlib' --extern 'priv:panic_unwind=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_unwind-90de280ab8c017d5.rlib' --extern 'priv:rustc_demangle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_demangle-e49df1e5661061ba.rlib' --extern 'priv:std_detect=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd_detect-8b64eaa01d41b2fd.rlib' --extern 'priv:unwind=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunwind-e274cb114f29ec9e.rlib' -Z unstable-options -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib --cfg backtrace_in_libstd --cfg reliable_f16 --cfg reliable_f128 --check-cfg 'cfg(netbsd10)' --check-cfg 'cfg(restricted_std)' --check-cfg 'cfg(backtrace_in_libstd)' --check-cfg 'cfg(reliable_f16)' --check-cfg 'cfg(reliable_f128)' --check-cfg 'cfg(reliable_f16_math)' --check-cfg 'cfg(reliable_f128_math)'` Compiling rustc-std-workspace-std v1.99.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std) Compiling proc_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_std CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/rustc-std-workspace-std/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-std CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_std --edition=2021 rustc-std-workspace-std/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d43246b3371bd44 -C extra-filename=-4d43246b3371bd44 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-ed2ad248b3ee2af9.so --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-ed2ad248b3ee2af9.rlib -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=proc_macro CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/proc_macro/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc_macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro --edition=2021 proc_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68b087fc09943905 -C extra-filename=-68b087fc09943905 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-144e0d0a5cd85483.rmeta --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-ed2ad248b3ee2af9.so --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-ed2ad248b3ee2af9.rlib -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling unicode-width v0.1.14 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cjk"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=4e37e18c1644d710 -C extra-filename=-4e37e18c1644d710 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern compiler_builtins=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rmeta --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-4d43246b3371bd44.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Compiling getopts v0.2.21 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=getopts CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='getopts-like option parsing. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/getopts' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getopts CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/getopts' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name getopts --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=1a73737d1fb14c72 -C extra-filename=-1a73737d1fb14c72 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rmeta --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-4d43246b3371bd44.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunicode_width-4e37e18c1644d710.rmeta --cap-lints warn -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs:949:32 | 949 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 949 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling test v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=test CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/test/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=test CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name test --edition=2021 test/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc2e95d023dd1bce -C extra-filename=-dc2e95d023dd1bce --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-144e0d0a5cd85483.rmeta --extern getopts=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libgetopts-1a73737d1fb14c72.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-d00aeb0f3676b5ad.rmeta --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-ed2ad248b3ee2af9.so --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-ed2ad248b3ee2af9.rlib -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` warning: `getopts` (lib) generated 1 warning Compiling sysroot v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sysroot CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/library/sysroot/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sysroot CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sysroot --edition=2021 sysroot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="backtrace"' --cfg 'feature="compiler-builtins-c"' --cfg 'feature="default"' --cfg 'feature="panic-unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "default", "llvm-libunwind", "optimize_for_size", "panic-unwind", "panic_immediate_abort", "profiler", "std_detect_dlsym_getauxval", "std_detect_env_override", "std_detect_file_io", "system-llvm-libunwind", "windows_raw_dylib"))' -C metadata=5c49d964821c4a39 -C extra-filename=-5c49d964821c4a39 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/release/deps --extern proc_macro=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libproc_macro-68b087fc09943905.rmeta --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-ed2ad248b3ee2af9.so --extern std=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-ed2ad248b3ee2af9.rlib --extern test=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libtest-dc2e95d023dd1bce.rmeta -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Cembed-bitcode=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo -L native=/usr/lib` Finished `release` profile [optimized] target(s) in 2m 33s c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > StdLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libaddr2line-787f06bf06b64a3d.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libaddr2line-787f06bf06b64a3d.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libadler-43f6dd28420276a5.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libadler-43f6dd28420276a5.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liballoc-c588603bcb8c2c53.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liballoc-c588603bcb8c2c53.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-148bdfd99d5eaeb1.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-148bdfd99d5eaeb1.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcompiler_builtins-c7d3eff7108ddd86.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-144e0d0a5cd85483.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libcore-144e0d0a5cd85483.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libgetopts-1a73737d1fb14c72.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-1a73737d1fb14c72.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libgimli-96b2c32ab9a4778b.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libgimli-96b2c32ab9a4778b.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libhashbrown-c84f9b89b35cffab.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-c84f9b89b35cffab.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-d00aeb0f3676b5ad.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-d00aeb0f3676b5ad.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libmemchr-8eeb26b80b948efe.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libmemchr-8eeb26b80b948efe.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libminiz_oxide-3239683ea77ec509.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_oxide-3239683ea77ec509.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libobject-0666b5690d80dd6c.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libobject-0666b5690d80dd6c.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_abort-05aaf770392552ff.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_abort-05aaf770392552ff.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_unwind-90de280ab8c017d5.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_unwind-90de280ab8c017d5.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libproc_macro-68b087fc09943905.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro-68b087fc09943905.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_demangle-e49df1e5661061ba.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-e49df1e5661061ba.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-8a563b6609277775.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_alloc-8a563b6609277775.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_core-87e27d0b9b934996.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-4d43246b3371bd44.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_std-4d43246b3371bd44.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-ed2ad248b3ee2af9.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-ed2ad248b3ee2af9.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-ed2ad248b3ee2af9.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-ed2ad248b3ee2af9.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd_detect-8b64eaa01d41b2fd.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libstd_detect-8b64eaa01d41b2fd.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libsysroot-5c49d964821c4a39.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libsysroot-5c49d964821c4a39.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libtest-dc2e95d023dd1bce.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libtest-dc2e95d023dd1bce.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunicode_width-4e37e18c1644d710.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-4e37e18c1644d710.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunwind-e274cb114f29ec9e.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib/libunwind-e274cb114f29ec9e.rlib" < StdLink { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, crates: [], force_recompile: false } < Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libaddr2line-787f06bf06b64a3d.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libaddr2line-787f06bf06b64a3d.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libadler-43f6dd28420276a5.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libadler-43f6dd28420276a5.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liballoc-c588603bcb8c2c53.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/liballoc-c588603bcb8c2c53.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcfg_if-148bdfd99d5eaeb1.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-148bdfd99d5eaeb1.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcompiler_builtins-c7d3eff7108ddd86.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libcompiler_builtins-c7d3eff7108ddd86.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libcore-144e0d0a5cd85483.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libcore-144e0d0a5cd85483.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libgetopts-1a73737d1fb14c72.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-1a73737d1fb14c72.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libgimli-96b2c32ab9a4778b.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libgimli-96b2c32ab9a4778b.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libhashbrown-c84f9b89b35cffab.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libhashbrown-c84f9b89b35cffab.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/liblibc-d00aeb0f3676b5ad.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-d00aeb0f3676b5ad.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libmemchr-8eeb26b80b948efe.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libmemchr-8eeb26b80b948efe.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libminiz_oxide-3239683ea77ec509.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_oxide-3239683ea77ec509.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libobject-0666b5690d80dd6c.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libobject-0666b5690d80dd6c.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_abort-05aaf770392552ff.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_abort-05aaf770392552ff.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libpanic_unwind-90de280ab8c017d5.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_unwind-90de280ab8c017d5.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libproc_macro-68b087fc09943905.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro-68b087fc09943905.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_demangle-e49df1e5661061ba.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-e49df1e5661061ba.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_alloc-8a563b6609277775.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_alloc-8a563b6609277775.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_core-87e27d0b9b934996.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_core-87e27d0b9b934996.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/librustc_std_workspace_std-4d43246b3371bd44.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/librustc_std_workspace_std-4d43246b3371bd44.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-ed2ad248b3ee2af9.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-ed2ad248b3ee2af9.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd-ed2ad248b3ee2af9.so" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libstd-ed2ad248b3ee2af9.so" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libstd_detect-8b64eaa01d41b2fd.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libstd_detect-8b64eaa01d41b2fd.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libsysroot-5c49d964821c4a39.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libsysroot-5c49d964821c4a39.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libtest-dc2e95d023dd1bce.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libtest-dc2e95d023dd1bce.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunicode_width-4e37e18c1644d710.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-4e37e18c1644d710.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-std/x86_64-unknown-openbsd/release/deps/libunwind-e274cb114f29ec9e.rlib" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image/lib/rustlib/x86_64-unknown-openbsd/lib/libunwind-e274cb114f29ec9e.rlib" Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/config.toml" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/builder-config" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/COPYRIGHT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/COPYRIGHT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/COPYRIGHT" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-APACHE" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/LICENSE-APACHE" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/LICENSE-MIT" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/LICENSE-MIT" Install "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/README.md" Copy/Link "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/README.md" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay/README.md" c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } > RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > ToolBuild { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rust-installer", path: "src/tools/rust-installer", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } c Libdir { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0 c Sysroot { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, force_recompile: false } Building stage0 tool rust-installer (x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.84.1" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd" CXX_x86_64_unknown_openbsd="c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.84.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_ALLOW_FEATURES="binary-dep-depinfo,proc_macro_span,proc_macro_span_shrink,proc_macro_diagnostic" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="-Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="-Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstrap" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer/Cargo.toml" "--message-format" "json-render-diagnostics" 4.726486629s INFO prepare_target{force=false package_id=installer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer) target="installer"}: cargo::core::compiler::fingerprint: fingerprint error for installer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer)/Build/TargetInner { name_inferred: true, ..: lib_target("installer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer/src/lib.rs", Edition2021) } 4.726586290s INFO prepare_target{force=false package_id=installer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer) target="installer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/installer-99aebfb6c8ac98b6/lib-installer` Caused by: No such file or directory (os error 2) 4.727164371s INFO prepare_target{force=false package_id=anyhow v1.0.92 target="anyhow"}: cargo::core::compiler::fingerprint: fingerprint error for anyhow v1.0.92/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("anyhow", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/lib.rs", Edition2018) } 4.727191187s INFO prepare_target{force=false package_id=anyhow v1.0.92 target="anyhow"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/anyhow-96fe6b734e35018e/lib-anyhow` Caused by: No such file or directory (os error 2) 4.728222592s INFO prepare_target{force=false package_id=anyhow v1.0.92 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for anyhow v1.0.92/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/build.rs", Edition2018) } 4.728245685s INFO prepare_target{force=false package_id=anyhow v1.0.92 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/anyhow-2e2f07ae059ffe8c/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.728521064s INFO prepare_target{force=false package_id=anyhow v1.0.92 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for anyhow v1.0.92/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/build.rs", Edition2018) } 4.728540117s INFO prepare_target{force=false package_id=anyhow v1.0.92 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/anyhow-c7845ceee67f426a/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.728876026s INFO prepare_target{force=false package_id=clap v4.5.20 target="clap"}: cargo::core::compiler::fingerprint: fingerprint error for clap v4.5.20/Build/TargetInner { benched: false, ..: lib_target("clap", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.20/src/lib.rs", Edition2021) } 4.728896983s INFO prepare_target{force=false package_id=clap v4.5.20 target="clap"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/clap-3e675a1c9a572f66/lib-clap` Caused by: No such file or directory (os error 2) 4.729384824s INFO prepare_target{force=false package_id=clap_builder v4.5.20 target="clap_builder"}: cargo::core::compiler::fingerprint: fingerprint error for clap_builder v4.5.20/Build/TargetInner { benched: false, ..: lib_target("clap_builder", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.20/src/lib.rs", Edition2021) } 4.729405623s INFO prepare_target{force=false package_id=clap_builder v4.5.20 target="clap_builder"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/clap_builder-d6e8949096d5a21e/lib-clap_builder` Caused by: No such file or directory (os error 2) 4.729865168s INFO prepare_target{force=false package_id=anstream v0.6.18 target="anstream"}: cargo::core::compiler::fingerprint: fingerprint error for anstream v0.6.18/Build/TargetInner { ..: lib_target("anstream", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstream-0.6.18/src/lib.rs", Edition2021) } 4.729886473s INFO prepare_target{force=false package_id=anstream v0.6.18 target="anstream"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/anstream-b54afeb5d9d125e4/lib-anstream` Caused by: No such file or directory (os error 2) 4.730291724s INFO prepare_target{force=false package_id=anstyle v1.0.10 target="anstyle"}: cargo::core::compiler::fingerprint: fingerprint error for anstyle v1.0.10/Build/TargetInner { ..: lib_target("anstyle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/src/lib.rs", Edition2021) } 4.730312628s INFO prepare_target{force=false package_id=anstyle v1.0.10 target="anstyle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/anstyle-f785d47d0e2007ee/lib-anstyle` Caused by: No such file or directory (os error 2) 4.730670882s INFO prepare_target{force=false package_id=anstyle-parse v0.2.6 target="anstyle_parse"}: cargo::core::compiler::fingerprint: fingerprint error for anstyle-parse v0.2.6/Build/TargetInner { ..: lib_target("anstyle_parse", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-parse-0.2.6/src/lib.rs", Edition2021) } 4.730691482s INFO prepare_target{force=false package_id=anstyle-parse v0.2.6 target="anstyle_parse"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/anstyle-parse-023718dfd058871f/lib-anstyle_parse` Caused by: No such file or directory (os error 2) 4.731103698s INFO prepare_target{force=false package_id=utf8parse v0.2.2 target="utf8parse"}: cargo::core::compiler::fingerprint: fingerprint error for utf8parse v0.2.2/Build/TargetInner { ..: lib_target("utf8parse", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/utf8parse-0.2.2/src/lib.rs", Edition2018) } 4.731124684s INFO prepare_target{force=false package_id=utf8parse v0.2.2 target="utf8parse"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/utf8parse-c12bd7bc089966e0/lib-utf8parse` Caused by: No such file or directory (os error 2) 4.731532393s INFO prepare_target{force=false package_id=anstyle-query v1.1.2 target="anstyle_query"}: cargo::core::compiler::fingerprint: fingerprint error for anstyle-query v1.1.2/Build/TargetInner { ..: lib_target("anstyle_query", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-query-1.1.2/src/lib.rs", Edition2021) } 4.731552916s INFO prepare_target{force=false package_id=anstyle-query v1.1.2 target="anstyle_query"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/anstyle-query-62d811e298c68350/lib-anstyle_query` Caused by: No such file or directory (os error 2) 4.731855325s INFO prepare_target{force=false package_id=colorchoice v1.0.3 target="colorchoice"}: cargo::core::compiler::fingerprint: fingerprint error for colorchoice v1.0.3/Build/TargetInner { ..: lib_target("colorchoice", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/colorchoice-1.0.3/src/lib.rs", Edition2021) } 4.731875220s INFO prepare_target{force=false package_id=colorchoice v1.0.3 target="colorchoice"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/colorchoice-3de10f179e25f474/lib-colorchoice` Caused by: No such file or directory (os error 2) 4.732323455s INFO prepare_target{force=false package_id=is_terminal_polyfill v1.70.1 target="is_terminal_polyfill"}: cargo::core::compiler::fingerprint: fingerprint error for is_terminal_polyfill v1.70.1/Build/TargetInner { ..: lib_target("is_terminal_polyfill", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/is_terminal_polyfill-1.70.1/src/lib.rs", Edition2021) } 4.732345910s INFO prepare_target{force=false package_id=is_terminal_polyfill v1.70.1 target="is_terminal_polyfill"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/is_terminal_polyfill-268b009b5c02f60a/lib-is_terminal_polyfill` Caused by: No such file or directory (os error 2) 4.732689912s INFO prepare_target{force=false package_id=clap_lex v0.7.2 target="clap_lex"}: cargo::core::compiler::fingerprint: fingerprint error for clap_lex v0.7.2/Build/TargetInner { benched: false, ..: lib_target("clap_lex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_lex-0.7.2/src/lib.rs", Edition2021) } 4.732711307s INFO prepare_target{force=false package_id=clap_lex v0.7.2 target="clap_lex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/clap_lex-be9f7ece93a6d616/lib-clap_lex` Caused by: No such file or directory (os error 2) 4.733040428s INFO prepare_target{force=false package_id=strsim v0.11.1 target="strsim"}: cargo::core::compiler::fingerprint: fingerprint error for strsim v0.11.1/Build/TargetInner { name_inferred: true, ..: lib_target("strsim", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/src/lib.rs", Edition2015) } 4.733060877s INFO prepare_target{force=false package_id=strsim v0.11.1 target="strsim"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/strsim-95f0891552417df6/lib-strsim` Caused by: No such file or directory (os error 2) 4.733651327s INFO prepare_target{force=false package_id=clap_derive v4.5.18 target="clap_derive"}: cargo::core::compiler::fingerprint: fingerprint error for clap_derive v4.5.18/Build/TargetInner { benched: false, for_host: true, proc_macro: true, ..: lib_target("clap_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_derive-4.5.18/src/lib.rs", Edition2021) } 4.733681405s INFO prepare_target{force=false package_id=clap_derive v4.5.18 target="clap_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/clap_derive-d30fc0bd6812a0e8/lib-clap_derive` Caused by: No such file or directory (os error 2) 4.734185109s INFO prepare_target{force=false package_id=heck v0.5.0 target="heck"}: cargo::core::compiler::fingerprint: fingerprint error for heck v0.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("heck", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs", Edition2021) } 4.734211844s INFO prepare_target{force=false package_id=heck v0.5.0 target="heck"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/heck-aeb2e9b3af55d972/lib-heck` Caused by: No such file or directory (os error 2) 4.734546367s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="proc_macro2"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.89/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("proc_macro2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs", Edition2021) } 4.734568551s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="proc_macro2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/proc-macro2-56c928c128d4a9c9/lib-proc_macro2` Caused by: No such file or directory (os error 2) 4.735708128s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.89/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/build.rs", Edition2021) } 4.735732912s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/proc-macro2-3462642bcbcd274a/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.735954536s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.89/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/build.rs", Edition2021) } 4.735974616s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/proc-macro2-e22a26ee4f214982/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.736314207s INFO prepare_target{force=false package_id=unicode-ident v1.0.13 target="unicode_ident"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-ident v1.0.13/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("unicode_ident", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/src/lib.rs", Edition2018) } 4.736336320s INFO prepare_target{force=false package_id=unicode-ident v1.0.13 target="unicode_ident"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/unicode-ident-efd10f0c2391c873/lib-unicode_ident` Caused by: No such file or directory (os error 2) 4.736651717s INFO prepare_target{force=false package_id=quote v1.0.37 target="quote"}: cargo::core::compiler::fingerprint: fingerprint error for quote v1.0.37/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("quote", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs", Edition2018) } 4.736672645s INFO prepare_target{force=false package_id=quote v1.0.37 target="quote"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/quote-2a54a39a506f10dd/lib-quote` Caused by: No such file or directory (os error 2) 4.737012770s INFO prepare_target{force=false package_id=syn v2.0.87 target="syn"}: cargo::core::compiler::fingerprint: fingerprint error for syn v2.0.87/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("syn", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs", Edition2021) } 4.737033282s INFO prepare_target{force=false package_id=syn v2.0.87 target="syn"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/syn-9dea1be81ea73de0/lib-syn` Caused by: No such file or directory (os error 2) 4.737414652s INFO prepare_target{force=false package_id=flate2 v1.0.34 target="flate2"}: cargo::core::compiler::fingerprint: fingerprint error for flate2 v1.0.34/Build/TargetInner { ..: lib_target("flate2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/lib.rs", Edition2018) } 4.737436985s INFO prepare_target{force=false package_id=flate2 v1.0.34 target="flate2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/flate2-3b2b6204e07bc2d3/lib-flate2` Caused by: No such file or directory (os error 2) 4.737830981s INFO prepare_target{force=false package_id=crc32fast v1.4.2 target="crc32fast"}: cargo::core::compiler::fingerprint: fingerprint error for crc32fast v1.4.2/Build/TargetInner { name_inferred: true, ..: lib_target("crc32fast", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/lib.rs", Edition2015) } 4.737853692s INFO prepare_target{force=false package_id=crc32fast v1.4.2 target="crc32fast"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/crc32fast-cd56a120fecafb29/lib-crc32fast` Caused by: No such file or directory (os error 2) 4.738185349s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: fingerprint error for cfg-if v1.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("cfg_if", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs", Edition2018) } 4.738206083s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/cfg-if-0910425d2a08be3e/lib-cfg_if` Caused by: No such file or directory (os error 2) 4.738554206s INFO prepare_target{force=false package_id=miniz_oxide v0.8.0 target="miniz_oxide"}: cargo::core::compiler::fingerprint: fingerprint error for miniz_oxide v0.8.0/Build/TargetInner { ..: lib_target("miniz_oxide", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/lib.rs", Edition2021) } 4.738574298s INFO prepare_target{force=false package_id=miniz_oxide v0.8.0 target="miniz_oxide"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/miniz_oxide-9697f0e0a564c0ba/lib-miniz_oxide` Caused by: No such file or directory (os error 2) 4.738955447s INFO prepare_target{force=false package_id=adler2 v2.0.0 target="adler2"}: cargo::core::compiler::fingerprint: fingerprint error for adler2 v2.0.0/Build/TargetInner { ..: lib_target("adler2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0/src/lib.rs", Edition2021) } 4.738989388s INFO prepare_target{force=false package_id=adler2 v2.0.0 target="adler2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/adler2-8830456063db424a/lib-adler2` Caused by: No such file or directory (os error 2) 4.739317125s INFO prepare_target{force=false package_id=rayon v1.10.0 target="rayon"}: cargo::core::compiler::fingerprint: fingerprint error for rayon v1.10.0/Build/TargetInner { name_inferred: true, ..: lib_target("rayon", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-1.10.0/src/lib.rs", Edition2021) } 4.739338527s INFO prepare_target{force=false package_id=rayon v1.10.0 target="rayon"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/rayon-c8410e47a0576f0f/lib-rayon` Caused by: No such file or directory (os error 2) 4.739732152s INFO prepare_target{force=false package_id=either v1.13.0 target="either"}: cargo::core::compiler::fingerprint: fingerprint error for either v1.13.0/Build/TargetInner { name_inferred: true, ..: lib_target("either", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0/src/lib.rs", Edition2018) } 4.739753521s INFO prepare_target{force=false package_id=either v1.13.0 target="either"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/either-bc415365343d0bc2/lib-either` Caused by: No such file or directory (os error 2) 4.740053892s INFO prepare_target{force=false package_id=rayon-core v1.12.1 target="rayon_core"}: cargo::core::compiler::fingerprint: fingerprint error for rayon-core v1.12.1/Build/TargetInner { name_inferred: true, ..: lib_target("rayon_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-core-1.12.1/src/lib.rs", Edition2021) } 4.740075876s INFO prepare_target{force=false package_id=rayon-core v1.12.1 target="rayon_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/rayon-core-8e851085ee5a65da/lib-rayon_core` Caused by: No such file or directory (os error 2) 4.740428640s INFO prepare_target{force=false package_id=crossbeam-deque v0.8.5 target="crossbeam_deque"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-deque v0.8.5/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_deque", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/lib.rs", Edition2021) } 4.740450195s INFO prepare_target{force=false package_id=crossbeam-deque v0.8.5 target="crossbeam_deque"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-deque-1ec01d7a90e09117/lib-crossbeam_deque` Caused by: No such file or directory (os error 2) 4.740838042s INFO prepare_target{force=false package_id=crossbeam-epoch v0.9.18 target="crossbeam_epoch"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-epoch v0.9.18/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_epoch", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs", Edition2021) } 4.740859881s INFO prepare_target{force=false package_id=crossbeam-epoch v0.9.18 target="crossbeam_epoch"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-epoch-5014fcae2f5224d7/lib-crossbeam_epoch` Caused by: No such file or directory (os error 2) 4.741257724s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="crossbeam_utils"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.20/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_utils", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs", Edition2021) } 4.741279865s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="crossbeam_utils"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-utils-e0062810de0b2da4/lib-crossbeam_utils` Caused by: No such file or directory (os error 2) 4.742285261s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.20/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/build.rs", Edition2021) } 4.742318213s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-utils-ddd080248411db3f/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.742582921s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.20/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/build.rs", Edition2021) } 4.742602396s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/crossbeam-utils-7ca6848fea0efd1f/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.743538880s INFO prepare_target{force=false package_id=rayon-core v1.12.1 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rayon-core v1.12.1/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-core-1.12.1/build.rs", Edition2021) } 4.743559951s INFO prepare_target{force=false package_id=rayon-core v1.12.1 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/rayon-core-5df6e2c086cbe89b/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.743795514s INFO prepare_target{force=false package_id=rayon-core v1.12.1 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rayon-core v1.12.1/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-core-1.12.1/build.rs", Edition2021) } 4.743814074s INFO prepare_target{force=false package_id=rayon-core v1.12.1 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/rayon-core-0ac6945b4d9f1d8d/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.744117715s INFO prepare_target{force=false package_id=tar v0.4.43 target="tar"}: cargo::core::compiler::fingerprint: fingerprint error for tar v0.4.43/Build/TargetInner { ..: lib_target("tar", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/lib.rs", Edition2021) } 4.744138681s INFO prepare_target{force=false package_id=tar v0.4.43 target="tar"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/tar-e370175cf02c5d51/lib-tar` Caused by: No such file or directory (os error 2) 4.744532959s INFO prepare_target{force=false package_id=filetime v0.2.25 target="filetime"}: cargo::core::compiler::fingerprint: fingerprint error for filetime v0.2.25/Build/TargetInner { ..: lib_target("filetime", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25/src/lib.rs", Edition2018) } 4.744554211s INFO prepare_target{force=false package_id=filetime v0.2.25 target="filetime"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/filetime-9112e1ece2d89fad/lib-filetime` Caused by: No such file or directory (os error 2) 4.744903559s INFO prepare_target{force=false package_id=libc v0.2.164 target="libc"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/Build/TargetInner { ..: lib_target("libc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/lib.rs", Edition2015) } 4.744925241s INFO prepare_target{force=false package_id=libc v0.2.164 target="libc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/libc-7040f7cb7b8580d0/lib-libc` Caused by: No such file or directory (os error 2) 4.746044042s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs", Edition2015) } 4.746080655s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/libc-f0bbbc724bb352a3/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.746325383s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs", Edition2015) } 4.746350634s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/libc-8e05f41d89165266/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.746754516s INFO prepare_target{force=false package_id=xattr v1.3.1 target="xattr"}: cargo::core::compiler::fingerprint: fingerprint error for xattr v1.3.1/Build/TargetInner { name_inferred: true, ..: lib_target("xattr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xattr-1.3.1/src/lib.rs", Edition2021) } 4.746776489s INFO prepare_target{force=false package_id=xattr v1.3.1 target="xattr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/xattr-4302fd0ea5d4e487/lib-xattr` Caused by: No such file or directory (os error 2) 4.747164726s INFO prepare_target{force=false package_id=rustix v0.38.38 target="rustix"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.38/Build/TargetInner { ..: lib_target("rustix", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/lib.rs", Edition2021) } 4.747186744s INFO prepare_target{force=false package_id=rustix v0.38.38 target="rustix"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/rustix-129f39facf7f58a1/lib-rustix` Caused by: No such file or directory (os error 2) 4.747813965s INFO prepare_target{force=false package_id=bitflags v2.6.0 target="bitflags"}: cargo::core::compiler::fingerprint: fingerprint error for bitflags v2.6.0/Build/TargetInner { name_inferred: true, ..: lib_target("bitflags", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/src/lib.rs", Edition2021) } 4.747837573s INFO prepare_target{force=false package_id=bitflags v2.6.0 target="bitflags"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/bitflags-aa27d74e230091b7/lib-bitflags` Caused by: No such file or directory (os error 2) 4.748203116s INFO prepare_target{force=false package_id=errno v0.3.9 target="errno"}: cargo::core::compiler::fingerprint: fingerprint error for errno v0.3.9/Build/TargetInner { name_inferred: true, ..: lib_target("errno", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs", Edition2018) } 4.748226294s INFO prepare_target{force=false package_id=errno v0.3.9 target="errno"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/errno-25f90d63ae098ad5/lib-errno` Caused by: No such file or directory (os error 2) 4.749393628s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.38/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/build.rs", Edition2021) } 4.749416073s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/rustix-8e903a357443a36f/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.749674003s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.38/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/build.rs", Edition2021) } 4.749701629s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/rustix-9d62fa6f1c7c0d92/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.750131879s INFO prepare_target{force=false package_id=walkdir v2.5.0 target="walkdir"}: cargo::core::compiler::fingerprint: fingerprint error for walkdir v2.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("walkdir", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/walkdir-2.5.0/src/lib.rs", Edition2018) } 4.750156025s INFO prepare_target{force=false package_id=walkdir v2.5.0 target="walkdir"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/walkdir-b98b16d515970f81/lib-walkdir` Caused by: No such file or directory (os error 2) 4.750529563s INFO prepare_target{force=false package_id=same-file v1.0.6 target="same_file"}: cargo::core::compiler::fingerprint: fingerprint error for same-file v1.0.6/Build/TargetInner { name_inferred: true, ..: lib_target("same_file", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6/src/lib.rs", Edition2018) } 4.750551642s INFO prepare_target{force=false package_id=same-file v1.0.6 target="same_file"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/same-file-fb2951ce17db1dba/lib-same_file` Caused by: No such file or directory (os error 2) 4.750943045s INFO prepare_target{force=false package_id=xz2 v0.1.7 target="xz2"}: cargo::core::compiler::fingerprint: fingerprint error for xz2 v0.1.7/Build/TargetInner { name_inferred: true, ..: lib_target("xz2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xz2-0.1.7/src/lib.rs", Edition2018) } 4.750965539s INFO prepare_target{force=false package_id=xz2 v0.1.7 target="xz2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/xz2-1c7b95de35fbc5a1/lib-xz2` Caused by: No such file or directory (os error 2) 4.751373658s INFO prepare_target{force=false package_id=lzma-sys v0.1.20 target="lzma_sys"}: cargo::core::compiler::fingerprint: fingerprint error for lzma-sys v0.1.20/Build/TargetInner { name_inferred: true, ..: lib_target("lzma_sys", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/src/lib.rs", Edition2018) } 4.751395491s INFO prepare_target{force=false package_id=lzma-sys v0.1.20 target="lzma_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/lzma-sys-394ffadf8bc09d7e/lib-lzma_sys` Caused by: No such file or directory (os error 2) 4.752433127s INFO prepare_target{force=false package_id=lzma-sys v0.1.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for lzma-sys v0.1.20/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/build.rs", Edition2018) } 4.752455265s INFO prepare_target{force=false package_id=lzma-sys v0.1.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/lzma-sys-f23c56915ffcfa84/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.752726472s INFO prepare_target{force=false package_id=lzma-sys v0.1.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for lzma-sys v0.1.20/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/build.rs", Edition2018) } 4.752745998s INFO prepare_target{force=false package_id=lzma-sys v0.1.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/lzma-sys-849dd8efc7a121f3/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.753272969s INFO prepare_target{force=false package_id=cc v1.2.5 target="cc"}: cargo::core::compiler::fingerprint: fingerprint error for cc v1.2.5/Build/TargetInner { ..: lib_target("cc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs", Edition2018) } 4.753295966s INFO prepare_target{force=false package_id=cc v1.2.5 target="cc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/cc-7678ed3dafcb06cf/lib-cc` Caused by: No such file or directory (os error 2) 4.753644899s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: fingerprint error for shlex v1.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("shlex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs", Edition2015) } 4.753667813s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/shlex-6b3d85452fd0be34/lib-shlex` Caused by: No such file or directory (os error 2) 4.754084112s INFO prepare_target{force=false package_id=pkg-config v0.3.31 target="pkg_config"}: cargo::core::compiler::fingerprint: fingerprint error for pkg-config v0.3.31/Build/TargetInner { ..: lib_target("pkg_config", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkg-config-0.3.31/src/lib.rs", Edition2018) } 4.754107156s INFO prepare_target{force=false package_id=pkg-config v0.3.31 target="pkg_config"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/.fingerprint/pkg-config-505d94b783309a05/lib-pkg_config` Caused by: No such file or directory (os error 2) 4.754542338s INFO prepare_target{force=false package_id=installer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer) target="rust-installer"}: cargo::core::compiler::fingerprint: fingerprint error for installer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer)/Build/TargetInner { name: "rust-installer", ..: with_path("/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer/src/main.rs", Edition2021) } 4.754567758s INFO prepare_target{force=false package_id=installer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer) target="rust-installer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/.fingerprint/installer-044e9e529adfad8a/bin-rust-installer` Caused by: No such file or directory (os error 2) Compiling libc v0.2.164 Compiling crossbeam-utils v0.8.20 Compiling proc-macro2 v1.0.89 Compiling shlex v1.3.0 Compiling unicode-ident v1.0.13 Compiling rustix v0.38.38 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=7ca6848fea0efd1f -C extra-filename=-7ca6848fea0efd1f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/crossbeam-utils-7ca6848fea0efd1f -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name shlex --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6b3d85452fd0be34 -C extra-filename=-6b3d85452fd0be34 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_ident --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=efd10f0c2391c873 -C extra-filename=-efd10f0c2391c873 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8e05f41d89165266 -C extra-filename=-8e05f41d89165266 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/libc-8e05f41d89165266 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.89 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=89 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=e22a26ee4f214982 -C extra-filename=-e22a26ee4f214982 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/proc-macro2-e22a26ee4f214982 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.38 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9d62fa6f1c7c0d92 -C extra-filename=-9d62fa6f1c7c0d92 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/rustix-9d62fa6f1c7c0d92 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `manual_codegen_check` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:353:12 | 353 | #[cfg_attr(manual_codegen_check, inline(never))] | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:26:1 | 26 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:196:38 | 196 | .collect::>, QuoteError>>()? | ---^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 196 | .collect::>, QuoteError>>()? | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:484:37 | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:497:48 | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs:228:34 | 228 | pub fn quote(in_str: &str) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 228 | pub fn quote(in_str: &str) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs:241:45 | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | +++ Compiling pkg-config v0.3.31 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkg-config-0.3.31 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkg-config-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pkg_config --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=505d94b783309a05 -C extra-filename=-505d94b783309a05 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `shlex` (lib) generated 7 warnings Compiling cc v1.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.2.5 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=7678ed3dafcb06cf -C extra-filename=-7678ed3dafcb06cf --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern shlex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libshlex-6b3d85452fd0be34.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.89 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=89 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/proc-macro2-3462642bcbcd274a/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/proc-macro2-e22a26ee4f214982/build-script-build` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/flags.rs:166:18 | 166 | target: &TargetInfo, | ^^^^^^^^^^ expected lifetime parameter | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:220:9 | 220 | #![deny(warnings)] | ^^^^^^^^ = note: `#[warn(elided_lifetimes_in_paths)]` implied by `#[warn(warnings)]` help: indicate the anonymous lifetime | 166 | target: &TargetInfo<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:2427:64 | 2427 | fn add_inherited_rustflags(&self, cmd: &mut Tool, target: &TargetInfo) -> Result<(), Error> { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2427 | fn add_inherited_rustflags(&self, cmd: &mut Tool, target: &TargetInfo<'_>) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:3757:39 | 3757 | fn apple_sdk_root(&self, target: &TargetInfo) -> Result, Error> { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3757 | fn apple_sdk_root(&self, target: &TargetInfo<'_>) -> Result, Error> { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/libc-f0bbbc724bb352a3/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/libc-8e05f41d89165266/build-script-build` [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(fuzzing) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_is_available) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_literal_byte_character) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_literal_c_string) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_source_text) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(proc_macro_span) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(randomize_layout) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(span_locations) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(super_unstable) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(wrap_proc_macro) [proc-macro2 1.0.89] cargo:rerun-if-changed=build/probe.rs [proc-macro2 1.0.89] cargo:rustc-cfg=wrap_proc_macro [libc 0.2.164] cargo:rerun-if-changed=build.rs Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.89 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=89 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/proc-macro2-3462642bcbcd274a/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro2 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=56c928c128d4a9c9 -C extra-filename=-56c928c128d4a9c9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libunicode_ident-efd10f0c2391c873.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/crossbeam-utils-ddd080248411db3f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/crossbeam-utils-7ca6848fea0efd1f/build-script-build` [crossbeam-utils 0.8.20] cargo:rerun-if-changed=no_atomic.rs [crossbeam-utils 0.8.20] cargo:rustc-check-cfg=cfg(crossbeam_no_atomic,crossbeam_sanitize_thread) Compiling cfg-if v1.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=0910425d2a08be3e -C extra-filename=-0910425d2a08be3e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/crossbeam-utils-ddd080248411db3f/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_utils --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=e0062810de0b2da4 -C extra-filename=-e0062810de0b2da4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` [libc 0.2.164] cargo:rustc-cfg=freebsd11 [libc 0.2.164] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.164] cargo:rustc-cfg=libc_union [libc 0.2.164] cargo:rustc-cfg=libc_const_size_of [libc 0.2.164] cargo:rustc-cfg=libc_align [libc 0.2.164] cargo:rustc-cfg=libc_int128 [libc 0.2.164] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.164] cargo:rustc-cfg=libc_packedN [libc 0.2.164] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.164] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.164] cargo:rustc-cfg=libc_long_array [libc 0.2.164] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.164] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.164] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.164] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.164] cargo:rustc-check-cfg=cfg(espidf_time32) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_ctest) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/libc-f0bbbc724bb352a3/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=7040f7cb7b8580d0 -C extra-filename=-7040f7cb7b8580d0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Compiling utf8parse v0.2.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/utf8parse-0.2.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/utf8parse-0.2.2/Cargo.toml CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name utf8parse --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=c12bd7bc089966e0 -C extra-filename=-c12bd7bc089966e0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:76:48 | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:92:47 | 92 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:169:29 | 169 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:191:32 | 191 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:197:32 | 197 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:682:32 | 682 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:691:63 | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:773:34 | 773 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:897:32 | 897 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:909:32 | 909 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 909 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1190:32 | 1190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1196:34 | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:255:32 | 255 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 255 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:285:32 | 285 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 285 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:298:32 | 298 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 298 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:566:63 | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:663:40 | 663 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 663 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:672:40 | 672 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 672 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:760:32 | 760 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:769:32 | 769 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:982:32 | 982 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:991:32 | 991 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 991 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:308:32 | 308 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:327:32 | 327 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 327 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:562:32 | 562 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 562 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:636:32 | 636 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:648:32 | 648 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:794:40 | 794 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:800:40 | 800 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 800 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:885:34 | 885 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 885 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1068:32 | 1068 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1074:32 | 1074 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1318:32 | 1318 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1318 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1324:32 | 1324 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1324 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1360:36 | 1360 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:45:7 | 45 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_no_atomic`, `crossbeam_sanitize_thread`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, and `unix` and 1 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: requested on the command line with `-W unexpected-cfgs` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:68:11 | 68 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:109:11 | 109 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:25:11 | 25 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:28:11 | 28 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:36:19 | 36 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:53:19 | 53 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:107:7 | 107 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` 78 | 79 | impl_atomic!(AtomicBool, bool); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 80 | impl_atomic!(AtomicUsize, usize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 81 | impl_atomic!(AtomicIsize, isize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 82 | impl_atomic!(AtomicU8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 83 | impl_atomic!(AtomicI8, i8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 84 | impl_atomic!(AtomicU16, u16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 85 | impl_atomic!(AtomicI16, i16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 87 | impl_atomic!(AtomicU32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 89 | impl_atomic!(AtomicI32, i32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 94 | impl_atomic!(AtomicU64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 99 | impl_atomic!(AtomicI64, i64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:15:11 | 15 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:177:42 | 177 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ Compiling anstyle-parse v0.2.6 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:226:42 | 226 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-parse-0.2.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-parse-0.2.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.2.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle_parse --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-parse-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=023718dfd058871f -C extra-filename=-023718dfd058871f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern utf8parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libutf8parse-c12bd7bc089966e0.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:753:42 | 753 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:786:42 | 786 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:813:42 | 813 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:851:42 | 851 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:892:42 | 892 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:925:42 | 925 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 925 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:960:42 | 960 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1068:50 | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter) | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/x86_64.rs:81:42 | 81 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.38 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/rustix-8e903a357443a36f/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/rustix-9d62fa6f1c7c0d92/build-script-build` [rustix 0.38.38] cargo:rerun-if-changed=build.rs [rustix 0.38.38] cargo:rustc-cfg=static_assertions [rustix 0.38.38] cargo:rustc-cfg=libc [rustix 0.38.38] cargo:rustc-cfg=netbsdlike [rustix 0.38.38] cargo:rustc-cfg=bsd [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_CFG_MIRI Compiling anstyle v1.0.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f785d47d0e2007ee -C extra-filename=-f785d47d0e2007ee --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling colorchoice v1.0.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/colorchoice-1.0.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/colorchoice-1.0.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name colorchoice --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/colorchoice-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3de10f179e25f474 -C extra-filename=-3de10f179e25f474 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling crossbeam-epoch v0.9.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_epoch CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.9.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_epoch --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=5014fcae2f5224d7 -C extra-filename=-5014fcae2f5224d7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-e0062810de0b2da4.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:66:7 | 66 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:69:7 | 69 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:91:11 | 91 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1675:21 | 1675 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:350:15 | 350 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:358:11 | 358 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/collector.rs:112:21 | 112 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:90:21 | 90 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:56:15 | 56 | #[cfg(not(any(crossbeam_sanitize, miri)))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:59:11 | 59 | #[cfg(any(crossbeam_sanitize, miri))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:300:15 | 300 | #[cfg(not(any(crossbeam_sanitize, miri)))] // `crossbeam_sanitize` and `miri` reduce the size of `Local` | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:557:21 | 557 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:202:29 | 202 | let steps = if cfg!(crossbeam_sanitize) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/mod.rs:5:11 | 5 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/list.rs:298:21 | 298 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/queue.rs:217:21 | 217 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:64:21 | 64 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:14:15 | 14 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:22:11 | 22 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Compiling quote v1.0.37 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name quote --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=2a54a39a506f10dd -C extra-filename=-2a54a39a506f10dd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libproc_macro2-56c928c128d4a9c9.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `proc-macro2` (lib) generated 111 warnings Compiling errno v0.3.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name errno --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=25f90d63ae098ad5 -C extra-filename=-25f90d63ae098ad5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/unix.rs:78:13 | 78 | target_os = "bitrig", | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("bitrig"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"bitrig\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs:46:34 | 46 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs:57:34 | 57 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `crossbeam-utils` (lib) generated 23 warnings Compiling rayon-core v1.12.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-core-1.12.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-core-1.12.1/Cargo.toml CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.12.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=0ac6945b4d9f1d8d -C extra-filename=-0ac6945b4d9f1d8d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/rayon-core-0ac6945b4d9f1d8d -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `libc` (lib) generated 11 warnings Compiling is_terminal_polyfill v1.70.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=is_terminal_polyfill CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/is_terminal_polyfill-1.70.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/is_terminal_polyfill-1.70.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Polyfill for `is_terminal` stdlib feature for use with older MSRVs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=is_terminal_polyfill CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/polyfill-rs/is_terminal_polyfill' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.70.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=70 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name is_terminal_polyfill --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=268b009b5c02f60a -C extra-filename=-268b009b5c02f60a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `quote` (lib) generated 13 warnings Compiling bitflags v2.6.0 warning: `errno` (lib) generated 3 warnings Compiling anstyle-query v1.1.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=aa27d74e230091b7 -C extra-filename=-aa27d74e230091b7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-query-1.1.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-query-1.1.2/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstyle_query --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-query-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62d811e298c68350 -C extra-filename=-62d811e298c68350 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling syn v2.0.87 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.87 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=87 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=9dea1be81ea73de0 -C extra-filename=-9dea1be81ea73de0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libproc_macro2-56c928c128d4a9c9.rmeta --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libquote-2a54a39a506f10dd.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libunicode_ident-efd10f0c2391c873.rmeta --cap-lints warn -Z binary-dep-depinfo` Compiling anstream v0.6.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstream-0.6.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstream-0.6.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.6.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anstream --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=b54afeb5d9d125e4 -C extra-filename=-b54afeb5d9d125e4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanstyle-f785d47d0e2007ee.rmeta --extern anstyle_parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanstyle_parse-023718dfd058871f.rmeta --extern anstyle_query=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanstyle_query-62d811e298c68350.rmeta --extern colorchoice=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcolorchoice-3de10f179e25f474.rmeta --extern is_terminal_polyfill=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libis_terminal_polyfill-268b009b5c02f60a.rmeta --extern utf8parse=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libutf8parse-c12bd7bc089966e0.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-core-1.12.1 CARGO_MANIFEST_LINKS=rayon-core CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-core-1.12.1/Cargo.toml CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.12.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/rayon-core-5df6e2c086cbe89b/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/rayon-core-0ac6945b4d9f1d8d/build-script-build` [rayon-core 1.12.1] cargo:rerun-if-changed=build.rs Compiling crossbeam-deque v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_deque CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Concurrent work-stealing deque' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-deque CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_deque --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1ec01d7a90e09117 -C extra-filename=-1ec01d7a90e09117 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern crossbeam_epoch=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_epoch-5014fcae2f5224d7.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-e0062810de0b2da4.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `crossbeam-epoch` (lib) generated 20 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.38 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/rustix-8e903a357443a36f/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustix --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=129f39facf7f58a1 -C extra-filename=-129f39facf7f58a1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libbitflags-aa27d74e230091b7.rmeta --extern libc_errno=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liberrno-25f90d63ae098ad5.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg static_assertions --cfg libc --cfg netbsdlike --cfg bsd` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs:311:1 | 311 | extern crate self as syn; | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:128:21 | 128 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 128 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:155:25 | 155 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 155 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 181 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 182 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 183 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 184 | impl_low_level_token!("group token" proc_macro2::Group any_group); | ----------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 185 | impl_low_level_token!("lifetime" Lifetime lifetime); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:192:21 | 192 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:535:21 | 535 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:554:21 | 554 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 554 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:648:21 | 648 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:659:21 | 659 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:670:21 | 670 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 670 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:681:21 | 681 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 681 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:279:33 | 279 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 279 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:288:33 | 288 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 288 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:418:33 | 418 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:427:33 | 427 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 427 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:981:34 | 981 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 981 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:992:40 | 992 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 992 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1001:41 | 1001 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1001 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1007:28 | 1007 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1034:35 | 1034 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1034 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:659:38 | 659 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:666:45 | 666 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:676:45 | 676 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 676 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:688:25 | 688 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 688 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:696:25 | 696 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:704:25 | 704 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 704 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:712:41 | 712 | fn parse_outermost_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 712 | fn parse_outermost_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:721:60 | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:731:54 | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:740:60 | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:765:44 | 765 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 765 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:776:44 | 776 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:81:28 | 81 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:29 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:40 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:30 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:41 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:415:28 | 415 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 415 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:43 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:54 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:428:42 | 428 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 428 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ Compiling strsim v0.11.1 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name strsim --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95f0891552417df6 -C extra-filename=-95f0891552417df6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:141:77 | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members] { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:259:25 | 259 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 259 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:301:25 | 301 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 301 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:312:25 | 312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:324:35 | 324 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 324 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:361:37 | 361 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:828:45 | 828 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:890:52 | 890 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 890 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:906:24 | 906 | pub fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 906 | pub fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1024:40 | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1074:40 | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1219:25 | 1219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1229:59 | 1229 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1229 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1301:16 | 1301 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1301 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1414:16 | 1414 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1414 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1448:31 | 1448 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1464:16 | 1464 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1482:26 | 1482 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1482 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1495:26 | 1495 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1495 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1572:16 | 1572 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1572 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1574:16 | 1574 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1574 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1592:30 | 1592 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1592 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1756:25 | 1756 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1756 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1834:28 | 1834 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1834 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1892:28 | 1892 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1892 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1907:16 | 1907 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1907 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1924:16 | 1924 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1924 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1960:25 | 1960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1968:30 | 1968 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1968 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2007:31 | 2007 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2007 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2054:25 | 2054 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2054 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2080:25 | 2080 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2080 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2113:25 | 2113 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2113 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2122:16 | 2122 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2122 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2158:25 | 2158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2171:25 | 2171 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2171 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2178:24 | 2178 | fn expr_let(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2178 | fn expr_let(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2194:25 | 2194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2249:25 | 2249 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2260:25 | 2260 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2260 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2290:25 | 2290 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2290 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2346:37 | 2346 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2361 | / impl_by_parsing_expr! { 2362 | | ExprAssign, Assign, "expected assignment expression", 2363 | | ExprAwait, Await, "expected await expression", 2364 | | ExprBinary, Binary, "expected binary operation", ... | 2372 | | ExprTuple, Tuple, "expected tuple expression", 2373 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2346 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2378:25 | 2378 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2378 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2387:16 | 2387 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2387 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2401:25 | 2401 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2401 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2410:25 | 2410 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2410 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2425:25 | 2425 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2425 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2439:25 | 2439 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2439 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2448:25 | 2448 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2448 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2464:27 | 2464 | fn expr_become(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn expr_become(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2474:25 | 2474 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2474 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2486:25 | 2486 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2486 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2502:28 | 2502 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2502 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2560:25 | 2560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2571:27 | 2571 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2571 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2609:25 | 2609 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2609 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2633:25 | 2633 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2633 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2652:25 | 2652 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2652 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2663:25 | 2663 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2663 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2675:25 | 2675 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2685:26 | 2685 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2685 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2720:25 | 2720 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2720 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2749:25 | 2749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2757:16 | 2757 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2804:25 | 2804 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2804 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2823:25 | 2823 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2823 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2841:26 | 2841 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2841 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2854:16 | 2854 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2854 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2875:25 | 2875 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2875 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2892:45 | 2892 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2892 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2912:25 | 2912 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2912 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2927:25 | 2927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2941:25 | 2941 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2941 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2974:25 | 2974 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2974 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3036:25 | 3036 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3036 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3048:26 | 3048 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3048 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/file.rs:95:25 | 95 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:108:74 | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes] { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:115:86 | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut] { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:122:72 | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams] { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:129:84 | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut] { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:136:74 | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams] { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:143:86 | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut] { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:38 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:52 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:371:35 | 371 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 371 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:561:25 | 561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:624:25 | 624 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:651:25 | 651 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 651 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:689:25 | 689 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:718:25 | 718 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 718 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:729:25 | 729 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 729 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:786:20 | 786 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:842:20 | 842 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 842 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:871:25 | 871 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 871 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:896:25 | 896 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 896 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:907:25 | 907 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:931:25 | 931 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:962:25 | 962 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 962 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:973:25 | 973 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:1043:25 | 1043 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1043 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:1081:25 | 1081 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1081 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1151:20 | 1151 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1199:20 | 1199 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1199 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1228:45 | 1228 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1228 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1241:25 | 1241 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1241 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1270:28 | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1270 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1270:66 | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1295:25 | 1295 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1295 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1328:25 | 1328 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1335:16 | 1335 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1335 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1362:25 | 1362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1369:16 | 1369 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1369 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1446:25 | 1446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1464:25 | 1464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1497:30 | 1497 | fn peek_signature(input: ParseStream, allow_safe: bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn peek_signature(input: ParseStream<'_>, allow_safe: bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1511:25 | 1511 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1511 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1517:31 | 1517 | fn parse_signature(input: ParseStream, allow_safe: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1517 | fn parse_signature(input: ParseStream<'_>, allow_safe: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1569:16 | 1569 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1569 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1589:25 | 1589 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1589 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1605:16 | 1605 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1605 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1656:25 | 1656 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1656 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1700:16 | 1700 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1700 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1770:25 | 1770 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1770 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: `cc` (lib) generated 3 warnings Compiling lzma-sys v0.1.20 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1819:25 | 1819 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1819 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1844:25 | 1844 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1844 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1943:25 | 1943 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1943 | fn parse(input: ParseStream<'_>) -> Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lzma-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=849dd8efc7a121f3 -C extra-filename=-849dd8efc7a121f3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/lzma-sys-849dd8efc7a121f3 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libcc-7678ed3dafcb06cf.rlib --extern pkg_config=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libpkg_config-505d94b783309a05.rlib --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1959:25 | 1959 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1959 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1991:39 | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1991 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1991:59 | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2024:25 | 2024 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2024 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2042:25 | 2042 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2042 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2060:31 | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2060 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2060:51 | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2096:25 | 2096 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2096 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2120:25 | 2120 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2120 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2144:25 | 2144 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2144 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2165:42 | 2165 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2165 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2217:16 | 2217 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2217 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2274:25 | 2274 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2274 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2281:16 | 2281 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2292:16 | 2292 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2292 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2420:25 | 2420 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2420 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2457:25 | 2457 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2457 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2486:25 | 2486 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2486 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2508:37 | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2508 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2508:57 | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2543:25 | 2543 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2543 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2561:25 | 2561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2567:26 | 2567 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2567 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2673:25 | 2673 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2673 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2769:25 | 2769 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2769 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2806:25 | 2806 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2806 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2813:16 | 2813 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2847:25 | 2847 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2847 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2872:36 | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2872 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2872:56 | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2909:25 | 2909 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2936:25 | 2936 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2936 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:502:40 | 502 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:574:40 | 574 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 574 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:867:25 | 867 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:47 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:71 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:949:25 | 949 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:960:25 | 960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:971:25 | 971 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:982:25 | 982 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:993:25 | 993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1004:25 | 1004 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1004 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1015:25 | 1015 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1015 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:26 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:43 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ Compiling anyhow v1.0.92 warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=c7845ceee67f426a -C extra-filename=-c7845ceee67f426a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/anyhow-c7845ceee67f426a -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:309:21 | 309 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:153:38 | 153 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:215:21 | 215 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:277:32 | 277 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:283:32 | 283 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:387:13 | 387 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:389:6 | 389 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:393:51 | 393 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:430:30 | 430 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option<(Span, Delimiter)>) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 430 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option<(Span, Delimiter)>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:441:39 | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:445:50 | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option<(Span, Delimiter)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option<(Span, Delimiter)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:505:40 | 505 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:27 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:49 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:27 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:49 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:736:20 | 736 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 736 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1167:21 | 1167 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1167 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1174:21 | 1174 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1174 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1185:21 | 1185 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1192:21 | 1192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1202:21 | 1202 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1202 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1216:21 | 1216 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1216 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1226:21 | 1226 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1226 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1279:52 | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1288:15 | 1288 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1288 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1370:22 | 1370 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1370 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:127:21 | 127 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:131:21 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:147:21 | 147 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:158:21 | 158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:169:21 | 169 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:199:21 | 199 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:206:21 | 206 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 206 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:219:21 | 219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:456:24 | 456 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:463:23 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:463:43 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:469:25 | 469 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 469 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:494:16 | 494 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 494 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:521:26 | 521 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:556:25 | 556 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:604:25 | 604 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 604 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:622:35 | 622 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:643:34 | 643 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:673:29 | 673 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 673 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:682:32 | 682 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:726:31 | 726 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:759:25 | 759 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 759 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:794:25 | 794 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:409:41 | 409 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 409 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:454:39 | 454 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:461:20 | 461 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 461 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:489:25 | 489 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 489 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:497:25 | 497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:509:25 | 509 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:515:32 | 515 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:576:39 | 576 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 576 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:608:43 | 608 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 608 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:623:20 | 623 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:643:32 | 643 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:119:31 | 119 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 119 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:130:42 | 130 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 130 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:141:33 | 141 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:150:44 | 150 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:290:36 | 290 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:309:16 | 309 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:310:20 | 310 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:342:44 | 342 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 342 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:361:16 | 361 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:362:20 | 362 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 362 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:151:36 | 151 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:192:25 | 192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:198:26 | 198 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 198 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:265:24 | 265 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 265 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:282:26 | 282 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 282 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:334:16 | 334 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 334 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/src/lib.rs:38:29 | 38 | fn fmt(&self, fmt: &mut Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 38 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:619:25 | 619 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 619 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:630:25 | 630 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 630 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:643:25 | 643 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:666:25 | 666 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:679:25 | 679 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 679 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:726:25 | 726 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:735:25 | 735 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:744:25 | 744 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:786:25 | 786 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:795:36 | 795 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 795 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:800:36 | 800 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 800 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:814:25 | 814 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:822:25 | 822 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 822 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:830:36 | 830 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 830 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:836:36 | 836 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 836 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:848:20 | 848 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 848 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:886:25 | 886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:894:36 | 894 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:899:36 | 899 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 899 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:952:25 | 952 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 952 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:963:25 | 963 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 963 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:970:25 | 970 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 970 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:984:25 | 984 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:990:33 | 990 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1038:35 | 1038 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1038 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1055:25 | 1055 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1055 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1065:25 | 1065 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1065 | fn parse(input: ParseStream<'_>) -> Result { | ++++ Compiling adler2 v2.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=adler2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='Jonas Schievink :oyvindln ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/oyvindln/adler2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name adler2 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=8830456063db424a -C extra-filename=-8830456063db424a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20 CARGO_MANIFEST_LINKS=lzma CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lzma-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-f23c56915ffcfa84/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/lzma-sys-849dd8efc7a121f3/build-script-build` Compiling heck v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name heck --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aeb2e9b3af55d972 -C extra-filename=-aeb2e9b3af55d972 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Z binary-dep-depinfo` [lzma-sys 0.1.20] cargo:rerun-if-changed=build.rs [lzma-sys 0.1.20] cargo:rerun-if-env-changed=LZMA_API_STATIC [lzma-sys 0.1.20] cargo:root=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-f23c56915ffcfa84/out [lzma-sys 0.1.20] cargo:include=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/xz-5.2/src/liblzma/api [lzma-sys 0.1.20] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-f23c56915ffcfa84/out) [lzma-sys 0.1.20] OPT_LEVEL = Some(3) [lzma-sys 0.1.20] TARGET = Some(x86_64-unknown-openbsd) [lzma-sys 0.1.20] HOST = Some(x86_64-unknown-openbsd) [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [lzma-sys 0.1.20] CC_x86_64-unknown-openbsd = None [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [lzma-sys 0.1.20] CC_x86_64_unknown_openbsd = Some(cc) [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CC_KNOWN_WRAPPER_CUSTOM [lzma-sys 0.1.20] CC_KNOWN_WRAPPER_CUSTOM = None [lzma-sys 0.1.20] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/kebab.rs:43:32 | 43 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 43 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lower_camel.rs:47:32 | 47 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 47 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/shouty_kebab.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/shouty_snake.rs:58:32 | 58 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 58 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/snake.rs:58:32 | 58 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 58 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/title.rs:47:32 | 47 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 47 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/train.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/upper_camel.rs:60:32 | 60 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 60 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:76:30 | 76 | F: FnMut(&str, &mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 76 | F: FnMut(&str, &mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:77:24 | 77 | G: FnMut(&mut fmt::Formatter) -> fmt::Result, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 77 | G: FnMut(&mut fmt::Formatter<'_>) -> fmt::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:73:18 | 73 | f: &mut fmt::Formatter, | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | f: &mut fmt::Formatter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:161:36 | 161 | fn lowercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 161 | fn lowercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:174:36 | 174 | fn uppercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 174 | fn uppercase(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/heck-0.5.0/src/lib.rs:182:37 | 182 | fn capitalize(s: &str, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 182 | fn capitalize(s: &str, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [lzma-sys 0.1.20] CRATE_CC_NO_DEFAULTS = None [lzma-sys 0.1.20] DEBUG = Some(false) [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [lzma-sys 0.1.20] CFLAGS_x86_64-unknown-openbsd = None [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [lzma-sys 0.1.20] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [lzma-sys 0.1.20] cargo:rerun-if-env-changed=CC_SHELL_ESCAPED_FLAGS [lzma-sys 0.1.20] CC_SHELL_ESCAPED_FLAGS = None [lzma-sys 0.1.20] CARGO_ENCODED_RUSTFLAGS = Some(-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options) Compiling clap_lex v0.7.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_lex-0.7.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_lex-0.7.2/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clap_lex --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_lex-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be9f7ece93a6d616 -C extra-filename=-be9f7ece93a6d616 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `heck` (lib) generated 14 warnings Compiling miniz_oxide v0.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name miniz_oxide --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=9697f0e0a564c0ba -C extra-filename=-9697f0e0a564c0ba --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern adler2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libadler2-8830456063db424a.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:737:38 | 737 | fn flush(&mut self, output: &mut OutputBufferOxide) -> Result<()> { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 737 | fn flush(&mut self, output: &mut OutputBufferOxide<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1066:51 | 1066 | fn start_static_block(&mut self, output: &mut OutputBufferOxide) { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1066 | fn start_static_block(&mut self, output: &mut OutputBufferOxide<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1080:52 | 1080 | fn start_dynamic_block(&mut self, output: &mut OutputBufferOxide) -> Result<()> { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1080 | fn start_dynamic_block(&mut self, output: &mut OutputBufferOxide<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1523:18 | 1523 | output: &mut OutputBufferOxide, | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1523 | output: &mut OutputBufferOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1621:18 | 1621 | output: &mut OutputBufferOxide, | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1621 | output: &mut OutputBufferOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1636:20 | 1636 | callback: &mut CallbackOxide, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1636 | callback: &mut CallbackOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1787:60 | 1787 | fn compress_normal(d: &mut CompressorOxide, callback: &mut CallbackOxide) -> bool { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1787 | fn compress_normal(d: &mut CompressorOxide, callback: &mut CallbackOxide<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1984:58 | 1984 | fn compress_fast(d: &mut CompressorOxide, callback: &mut CallbackOxide) -> bool { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1984 | fn compress_fast(d: &mut CompressorOxide, callback: &mut CallbackOxide<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:2181:32 | 2181 | fn flush_output_buffer(c: &mut CallbackOxide, p: &mut ParamsOxide) -> (TDEFLStatus, usize, usize) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2181 | fn flush_output_buffer(c: &mut CallbackOxide<'_>, p: &mut ParamsOxide) -> (TDEFLStatus, usize, usize) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:2260:20 | 2260 | callback: &mut CallbackOxide, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2260 | callback: &mut CallbackOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:392:38 | 392 | fn read_u16_le(iter: &mut slice::Iter) -> u16 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 392 | fn read_u16_le(iter: &mut slice::Iter<'_, u8>) -> u16 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:407:38 | 407 | fn read_u32_le(iter: &mut slice::Iter) -> u32 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn read_u32_le(iter: &mut slice::Iter<'_, u8>) -> u32 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:423:64 | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter) { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:491:30 | 491 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 491 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:599:42 | 599 | fn read_byte(in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn read_byte(in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:618:30 | 618 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 618 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:647:64 | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:981:30 | 981 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 981 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:982:19 | 982 | out_buf: &mut OutputBuffer, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | out_buf: &mut OutputBuffer<'_>, | ++++ Compiling xattr v1.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=xattr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xattr-1.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xattr-1.3.1/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen ' CARGO_PKG_DESCRIPTION='unix extended filesystem attributes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xattr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/xattr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name xattr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=4302fd0ea5d4e487 -C extra-filename=-4302fd0ea5d4e487 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern rustix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/librustix-129f39facf7f58a1.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xattr-1.3.1/src/error.rs:22:32 | 22 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 22 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `strsim` (lib) generated 1 warning Compiling clap_builder v4.5.20 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.20 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clap_builder --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_builder-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=d6e8949096d5a21e -C extra-filename=-d6e8949096d5a21e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern anstream=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanstream-b54afeb5d9d125e4.rmeta --extern anstyle=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanstyle-f785d47d0e2007ee.rmeta --extern clap_lex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libclap_lex-be9f7ece93a6d616.rmeta --extern strsim=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libstrsim-95f0891552417df6.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `xattr` (lib) generated 1 warning Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)-Zmacro-backtrace-Csplit-debuginfo=off-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zunstable-options' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/anyhow-2e2f07ae059ffe8c/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/build/anyhow-c7845ceee67f426a/build-script-build` [anyhow 1.0.92] cargo:rerun-if-changed=build/probe.rs [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(anyhow_nightly_testing) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(anyhow_no_core_error) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(anyhow_no_core_unwind_safe) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(error_generic_member_access) [anyhow 1.0.92] cargo:rustc-check-cfg=cfg(std_backtrace) [anyhow 1.0.92] cargo:rustc-cfg=std_backtrace Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rayon_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-core-1.12.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-core-1.12.1/Cargo.toml CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.12.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/rayon-core-5df6e2c086cbe89b/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rayon_core --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=8e851085ee5a65da -C extra-filename=-8e851085ee5a65da --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern crossbeam_deque=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_deque-1ec01d7a90e09117.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-e0062810de0b2da4.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: creating a shared reference to mutable static is discouraged --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-core-1.12.1/src/registry.rs:167:33 | 167 | .or_else(|err| unsafe { THE_REGISTRY.as_ref().ok_or(err) }) | ^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static | = note: for more information, see = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives = note: `#[warn(static_mut_refs)]` on by default warning: creating a mutable reference to mutable static is discouraged --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-core-1.12.1/src/registry.rs:194:55 | 194 | .map(|registry: Arc| unsafe { &*THE_REGISTRY.get_or_insert(registry) }) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives Compiling filetime v0.2.25 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=filetime CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Platform-agnostic accessors of timestamps in File metadata ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/filetime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=filetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/filetime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name filetime --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9112e1ece2d89fad -C extra-filename=-9112e1ece2d89fad --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25/src/unix/mod.rs:88:11 | 88 | #[cfg(target_os = "bitrig")] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("bitrig"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"bitrig\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25/src/unix/mod.rs:97:15 | 97 | #[cfg(not(target_os = "bitrig"))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("bitrig"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"bitrig\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `emulate_second_only_system` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25/src/lib.rs:82:17 | 82 | if cfg!(emulate_second_only_system) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(emulate_second_only_system)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(emulate_second_only_system)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/filetime-0.2.25/src/lib.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `filetime` (lib) generated 4 warnings Compiling crc32fast v1.4.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/Cargo.toml CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crc32fast --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=cd56a120fecafb29 -C extra-filename=-cd56a120fecafb29 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcfg_if-0910425d2a08be3e.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/lib.rs:170:32 | 170 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 170 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:560:23 | 560 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 560 - pub struct Pairs<'a, T: 'a, P: 'a> { 560 + pub struct Pairs<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:610:26 | 610 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 610 - pub struct PairsMut<'a, T: 'a, P: 'a> { 610 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:747:22 | 747 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:755:25 | 755 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 755 - struct PrivateIter<'a, T: 'a, P: 'a> { 755 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:861:25 | 861 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:870:28 | 870 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 870 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 870 + struct PrivateIterMut<'a, T, P> { | warning: `crc32fast` (lib) generated 1 warning Compiling either v1.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name either --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=bc415365343d0bc2 -C extra-filename=-bc415365343d0bc2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling same-file v1.0.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=same_file CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple crate for determining whether two file paths point to the same file. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/same-file' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=same-file CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/same-file' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name same_file --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb2951ce17db1dba -C extra-filename=-fb2951ce17db1dba --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: unused return value of `into_raw_fd` that must be used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/same-file-1.0.6/src/unix.rs:23:13 | 23 | self.file.take().unwrap().into_raw_fd(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: losing the raw file descriptor may leak resources = note: `#[warn(unused_must_use)]` on by default help: use `let _ = ...` to ignore the resulting value | 23 | let _ = self.file.take().unwrap().into_raw_fd(); | +++++++ warning: `miniz_oxide` (lib) generated 19 warnings Compiling walkdir v2.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=walkdir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/walkdir-2.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/walkdir-2.5.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Recursively walk a directory.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/walkdir' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=walkdir CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/walkdir' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name walkdir --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b98b16d515970f81 -C extra-filename=-b98b16d515970f81 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern same_file=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libsame_file-fb2951ce17db1dba.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `same-file` (lib) generated 1 warning Compiling rayon v1.10.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rayon CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-1.10.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Simple work-stealing parallelism for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rayon --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=c8410e47a0576f0f -C extra-filename=-c8410e47a0576f0f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libeither-bc415365343d0bc2.rmeta --extern rayon_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/librayon_core-8e851085ee5a65da.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: `rayon-core` (lib) generated 2 warnings Compiling flate2 v1.0.34 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=flate2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flate2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' CARGO_PKG_RUST_VERSION=1.56.1 CARGO_PKG_VERSION=1.0.34 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name flate2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=3b2b6204e07bc2d3 -C extra-filename=-3b2b6204e07bc2d3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libcrc32fast-cd56a120fecafb29.rmeta --extern miniz_oxide=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libminiz_oxide-9697f0e0a564c0ba.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling tar v0.4.43 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tar CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/tar-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tar CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/tar-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.43 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=43 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tar --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=e370175cf02c5d51 -C extra-filename=-e370175cf02c5d51 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern filetime=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libfiletime-9112e1ece2d89fad.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --extern xattr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libxattr-4302fd0ea5d4e487.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/bufreader.rs:27:41 | 27 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter) -> Result<(), ::std::fmt::Error> { | ------------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 27 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter<'_>) -> Result<(), ::std::fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/ffi/rust.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/ffi/rust.rs:117:32 | 117 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/ffi/mod.rs:49:37 | 49 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/mem.rs:536:32 | 536 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 536 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/mem.rs:564:32 | 564 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 564 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/archive.rs:81:52 | 81 | pub fn entries(&mut self) -> io::Result> { | -------^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 81 | pub fn entries(&mut self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/archive.rs:186:62 | 186 | pub fn entries_with_seek(&mut self) -> io::Result> { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 186 | pub fn entries_with_seek(&mut self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:77:41 | 77 | pub fn path(&self) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 77 | pub fn path(&self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:87:36 | 87 | pub fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 87 | pub fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:104:53 | 104 | pub fn link_name(&self) -> io::Result>> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 104 | pub fn link_name(&self) -> io::Result>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:113:48 | 113 | pub fn link_name_bytes(&self) -> Option> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 113 | pub fn link_name_bytes(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:135:59 | 135 | pub fn pax_extensions(&mut self) -> io::Result> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 135 | pub fn pax_extensions(&mut self) -> io::Result>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:285:38 | 285 | pub fn from(entry: Entry) -> EntryFields { | -----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 285 | pub fn from(entry: Entry<'_, R>) -> EntryFields { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:285:46 | 285 | pub fn from(entry: Entry) -> EntryFields { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 285 | pub fn from(entry: Entry) -> EntryFields<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:303:37 | 303 | fn path(&self) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 303 | fn path(&self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:307:32 | 307 | fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 307 | fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:336:49 | 336 | fn link_name(&self) -> io::Result>> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 336 | fn link_name(&self) -> io::Result>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:343:44 | 343 | fn link_name_bytes(&self) -> Option> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 343 | fn link_name_bytes(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:367:55 | 367 | fn pax_extensions(&mut self) -> io::Result> { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn pax_extensions(&mut self) -> io::Result>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:860:32 | 860 | fn set_xattrs(me: &mut EntryFields, dst: &Path) -> io::Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 860 | fn set_xattrs(me: &mut EntryFields<'_>, dst: &Path) -> io::Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/error.rs:32:32 | 32 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 32 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:346:41 | 346 | pub fn path(&self) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 346 | pub fn path(&self) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:357:36 | 357 | pub fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 357 | pub fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:406:53 | 406 | pub fn link_name(&self) -> io::Result>> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn link_name(&self) -> io::Result>> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:420:48 | 420 | pub fn link_name_bytes(&self) -> Option> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 420 | pub fn link_name_bytes(&self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:853:41 | 853 | fn debug_fields(&self, b: &mut fmt::DebugStruct) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 853 | fn debug_fields(&self, b: &mut fmt::DebugStruct<'_, '_>) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:900:32 | 900 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 900 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:924:32 | 924 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 924 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:948:32 | 948 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 948 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:957:36 | 957 | pub fn path_bytes(&self) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 957 | pub fn path_bytes(&self) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:1119:32 | 1119 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1119 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:1304:32 | 1304 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1304 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:1322:32 | 1322 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1322 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:1375:32 | 1375 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1375 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:1630:46 | 1630 | pub fn path2bytes(p: &Path) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1630 | pub fn path2bytes(p: &Path) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:1659:29 | 1659 | pub fn bytes2path(bytes: Cow<[u8]>) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1659 | pub fn bytes2path(bytes: Cow<'_, [u8]>) -> io::Result> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/header.rs:1659:54 | 1659 | pub fn bytes2path(bytes: Cow<[u8]>) -> io::Result> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 1659 | pub fn bytes2path(bytes: Cow<[u8]>) -> io::Result> { | +++ warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/archive.rs:36:27 | 36 | pub struct Entries<'a, R: 'a + Read> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tar-0.4.43/src/entry.rs:23:25 | 23 | pub struct Entry<'a, R: 'a + Read> { | ^^^^^ help: remove this bound warning: `flate2` (lib) generated 6 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/anyhow-2e2f07ae059ffe8c/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name anyhow --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=96fe6b734e35018e -C extra-filename=-96fe6b734e35018e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/context.rs:120:32 | 120 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 120 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/context.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/context.rs:172:40 | 172 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 172 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:406:28 | 406 | pub fn chain(&self) -> Chain { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn chain(&self) -> Chain<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:586:40 | 586 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 586 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:592:40 | 592 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 592 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:608:30 | 608 | object_ref: unsafe fn(Ref) -> Ref, | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 608 | object_ref: unsafe fn(Ref<'_, ErrorImpl>) -> Ref, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:608:49 | 608 | object_ref: unsafe fn(Ref) -> Ref, | ---^------------------------------------- expected lifetime parameter | help: indicate the anonymous lifetime | 608 | object_ref: unsafe fn(Ref) -> Ref<'_, dyn StdError + Send + Sync + 'static>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:612:35 | 612 | object_downcast: unsafe fn(Ref, TypeId) -> Option>, | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 612 | object_downcast: unsafe fn(Ref<'_, ErrorImpl>, TypeId) -> Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:612:69 | 612 | object_downcast: unsafe fn(Ref, TypeId) -> Option>, | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 612 | object_downcast: unsafe fn(Ref, TypeId) -> Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:620:36 | 620 | object_backtrace: unsafe fn(Ref) -> Option<&Backtrace>, | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 620 | object_backtrace: unsafe fn(Ref<'_, ErrorImpl>) -> Option<&Backtrace>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:642:31 | 642 | unsafe fn object_ref(e: Ref) -> Ref | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 642 | unsafe fn object_ref(e: Ref<'_, ErrorImpl>) -> Ref | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:642:50 | 642 | unsafe fn object_ref(e: Ref) -> Ref | ---^------------------------------------- expected lifetime parameter | help: indicate the anonymous lifetime | 642 | unsafe fn object_ref(e: Ref) -> Ref<'_, dyn StdError + Send + Sync + 'static> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:682:36 | 682 | unsafe fn object_downcast(e: Ref, target: TypeId) -> Option> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 682 | unsafe fn object_downcast(e: Ref<'_, ErrorImpl>, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:682:78 | 682 | unsafe fn object_downcast(e: Ref, target: TypeId) -> Option> | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 682 | unsafe fn object_downcast(e: Ref, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:728:23 | 728 | fn no_backtrace(e: Ref) -> Option<&Backtrace> { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 728 | fn no_backtrace(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:735:40 | 735 | unsafe fn context_downcast(e: Ref, target: TypeId) -> Option> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 735 | unsafe fn context_downcast(e: Ref<'_, ErrorImpl>, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:735:82 | 735 | unsafe fn context_downcast(e: Ref, target: TypeId) -> Option> | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 735 | unsafe fn context_downcast(e: Ref, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:792:43 | 792 | unsafe fn context_chain_downcast(e: Ref, target: TypeId) -> Option> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 792 | unsafe fn context_chain_downcast(e: Ref<'_, ErrorImpl>, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:792:85 | 792 | unsafe fn context_chain_downcast(e: Ref, target: TypeId) -> Option> | ---^--- expected lifetime parameter | help: indicate the anonymous lifetime | 792 | unsafe fn context_chain_downcast(e: Ref, target: TypeId) -> Option> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:853:38 | 853 | unsafe fn context_backtrace(e: Ref) -> Option<&Backtrace> | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 853 | unsafe fn context_backtrace(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:891:27 | 891 | fn erase(&self) -> Ref { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn erase(&self) -> Ref<'_, ErrorImpl> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:900:41 | 900 | pub(crate) unsafe fn error(this: Ref) -> &(dyn StdError + Send + Sync + 'static) { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 900 | pub(crate) unsafe fn error(this: Ref<'_, Self>) -> &(dyn StdError + Send + Sync + 'static) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:907:45 | 907 | pub(crate) unsafe fn error_mut(this: Mut) -> &mut (dyn StdError + Send + Sync + 'static) { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 907 | pub(crate) unsafe fn error_mut(this: Mut<'_, Self>) -> &mut (dyn StdError + Send + Sync + 'static) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:923:45 | 923 | pub(crate) unsafe fn backtrace(this: Ref) -> &Backtrace { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 923 | pub(crate) unsafe fn backtrace(this: Ref<'_, Self>) -> &Backtrace { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:948:41 | 948 | pub(crate) unsafe fn chain(this: Ref) -> Chain { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 948 | pub(crate) unsafe fn chain(this: Ref<'_, Self>) -> Chain { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:948:52 | 948 | pub(crate) unsafe fn chain(this: Ref) -> Chain { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 948 | pub(crate) unsafe fn chain(this: Ref) -> Chain<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:971:40 | 971 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/error.rs:980:40 | 980 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 980 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/fmt.rs:7:43 | 7 | pub(crate) unsafe fn display(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) unsafe fn display(this: Ref<'_, Self>, f: &mut fmt::Formatter) -> fmt::Result { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/fmt.rs:7:64 | 7 | pub(crate) unsafe fn display(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) unsafe fn display(this: Ref, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/fmt.rs:20:41 | 20 | pub(crate) unsafe fn debug(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 20 | pub(crate) unsafe fn debug(this: Ref<'_, Self>, f: &mut fmt::Formatter) -> fmt::Result { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/fmt.rs:20:62 | 20 | pub(crate) unsafe fn debug(this: Ref, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | pub(crate) unsafe fn debug(this: Ref, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/ptr.rs:48:32 | 48 | pub fn by_ref(&self) -> Ref { | ---^-- expected lifetime parameter | help: indicate the anonymous lifetime | 48 | pub fn by_ref(&self) -> Ref<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/ptr.rs:55:36 | 55 | pub fn by_mut(&mut self) -> Mut { | ---^-- expected lifetime parameter | help: indicate the anonymous lifetime | 55 | pub fn by_mut(&mut self) -> Mut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:17:32 | 17 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 17 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:26:32 | 26 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:49:32 | 49 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:62:32 | 62 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 62 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/wrapper.rs:69:32 | 69 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anyhow-1.0.92/src/lib.rs:683:29 | 683 | pub fn format_err(args: Arguments) -> Error { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 683 | pub fn format_err(args: Arguments<'_>) -> Error { | ++++ warning: `syn` (lib) generated 411 warnings Compiling clap_derive v4.5.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_derive-4.5.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.18 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clap_derive --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=d30fc0bd6812a0e8 -C extra-filename=-d30fc0bd6812a0e8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern heck=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libheck-aeb2e9b3af55d972.rlib --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libproc_macro2-56c928c128d4a9c9.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libquote-2a54a39a506f10dd.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libsyn-9dea1be81ea73de0.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `anyhow` (lib) generated 42 warnings [lzma-sys 0.1.20] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [lzma-sys 0.1.20] AR_x86_64-unknown-openbsd = None [lzma-sys 0.1.20] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [lzma-sys 0.1.20] AR_x86_64_unknown_openbsd = Some(ar) [lzma-sys 0.1.20] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [lzma-sys 0.1.20] ARFLAGS_x86_64-unknown-openbsd = None [lzma-sys 0.1.20] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [lzma-sys 0.1.20] ARFLAGS_x86_64_unknown_openbsd = None [lzma-sys 0.1.20] cargo:rerun-if-env-changed=HOST_ARFLAGS [lzma-sys 0.1.20] HOST_ARFLAGS = None [lzma-sys 0.1.20] cargo:rerun-if-env-changed=ARFLAGS [lzma-sys 0.1.20] ARFLAGS = None [lzma-sys 0.1.20] cargo:rustc-link-lib=static=lzma [lzma-sys 0.1.20] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-f23c56915ffcfa84/out Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=lzma_sys CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lzma-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-f23c56915ffcfa84/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name lzma_sys --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=394ffadf8bc09d7e -C extra-filename=-394ffadf8bc09d7e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liblibc-7040f7cb7b8580d0.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-f23c56915ffcfa84/out -l static=lzma` Compiling xz2 v0.1.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=xz2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xz2-0.1.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xz2-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust bindings to liblzma providing Read/Write streams as well as low-level in-memory encoding/decoding. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xz2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/xz2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name xz2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xz2-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=1c7b95de35fbc5a1 -C extra-filename=-1c7b95de35fbc5a1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern lzma_sys=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/liblzma_sys-394ffadf8bc09d7e.rmeta --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-f23c56915ffcfa84/out` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/xz2-0.1.7/src/stream.rs:837:32 | 837 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 837 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `tar` (lib) generated 34 warnings warning: `xz2` (lib) generated 1 warning Compiling clap v4.5.20 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.20 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name clap --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/clap-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=3e675a1c9a572f66 -C extra-filename=-3e675a1c9a572f66 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern clap_builder=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libclap_builder-d6e8949096d5a21e.rmeta --extern clap_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps/libclap_derive-d30fc0bd6812a0e8.so --cap-lints warn -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo` Compiling installer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=installer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=installer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name installer --edition=2021 src/tools/rust-installer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99aebfb6c8ac98b6 -C extra-filename=-99aebfb6c8ac98b6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern anyhow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanyhow-96fe6b734e35018e.rmeta --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libclap-3e675a1c9a572f66.rmeta --extern flate2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libflate2-3b2b6204e07bc2d3.rmeta --extern rayon=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/librayon-c8410e47a0576f0f.rmeta --extern tar=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libtar-e370175cf02c5d51.rmeta --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-b98b16d515970f81.rmeta --extern xz2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libxz2-1c7b95de35fbc5a1.rmeta -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-f23c56915ffcfa84/out` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_BIN_NAME=rust-installer CARGO_CRATE_NAME=rust_installer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/src/tools/rust-installer/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=installer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rust_installer --edition=2021 src/tools/rust-installer/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=044e9e529adfad8a -C extra-filename=-044e9e529adfad8a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/release/deps --extern anyhow=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libanyhow-96fe6b734e35018e.rlib --extern clap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libclap-3e675a1c9a572f66.rlib --extern flate2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libflate2-3b2b6204e07bc2d3.rlib --extern installer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libinstaller-99aebfb6c8ac98b6.rlib --extern rayon=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/librayon-c8410e47a0576f0f.rlib --extern tar=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libtar-e370175cf02c5d51.rlib --extern walkdir=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libwalkdir-b98b16d515970f81.rlib --extern xz2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps/libxz2-1c7b95de35fbc5a1.rlib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zunstable-options -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/build/lzma-sys-f23c56915ffcfa84/out` Finished `release` profile [optimized] target(s) in 1m 03s Copy/Link "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/rust-installer" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" < ToolBuild { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd, tool: "rust-installer", path: "src/tools/rust-installer", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [] } < RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-openbsd } } Dist rust-std-1.84.1-x86_64-unknown-openbsd running: LD_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-bootstrap-tools/x86_64-unknown-openbsd/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" RUSTC="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/rustc" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/rust-installer" "generate" "--image-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/image" "--component-name=rust-std-x86_64-unknown-openbsd" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=rust-std installed." "--package-name=rust-std-1.84.1-x86_64-unknown-openbsd" "--non-installed-overlay" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd/overlay" "--output-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/dist" "--work-dir" "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/tarball/rust-std/x86_64-unknown-openbsd" "--compression-formats" "gz" "--compression-profile" "fast" (failure_mode=Exit) (created at src/core/build_steps/tool.rs:1117:23, executed at src/utils/tarball.rs:388:13) finished in 6.280 seconds < Std { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Assemble { target_compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd } } > Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } > Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2 to avoid caching bugs < Sysroot { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, force_recompile: false } Removing sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/lib to avoid caching bugs < Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Llvm { target: x86_64-unknown-openbsd } running: "/usr/local/bin/llvm-config-18" "--bindir" (failure_mode=Exit) (created at src/core/build_steps/compile.rs:1789:21, executed at src/core/build_steps/compile.rs:1789:58) Copy/Link "/usr/local/llvm18/bin/llvm-cov" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-cov" Copy/Link "/usr/local/llvm18/bin/llvm-nm" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-nm" Copy/Link "/usr/local/llvm18/bin/llvm-objcopy" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-objcopy" Copy/Link "/usr/local/llvm18/bin/llvm-objdump" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-objdump" Copy/Link "/usr/local/llvm18/bin/llvm-profdata" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-profdata" Copy/Link "/usr/local/llvm18/bin/llvm-readobj" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-readobj" Copy/Link "/usr/local/llvm18/bin/llvm-size" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-size" Copy/Link "/usr/local/llvm18/bin/llvm-strip" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-strip" Copy/Link "/usr/local/llvm18/bin/llvm-ar" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-ar" Copy/Link "/usr/local/llvm18/bin/llvm-as" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-as" Copy/Link "/usr/local/llvm18/bin/llvm-dis" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-dis" Copy/Link "/usr/local/llvm18/bin/llvm-link" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llvm-link" Copy/Link "/usr/local/llvm18/bin/llc" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/llc" Copy/Link "/usr/local/llvm18/bin/opt" to "/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage2/lib/rustlib/x86_64-unknown-openbsd/bin/opt" c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } > Rustc { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [] } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Assemble { target_compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd } } c Std { target: x86_64-unknown-openbsd, compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, crates: [], force_recompile: false, extra_rust_args: [], is_for_mir_opt_tests: false } c Libdir { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, target: x86_64-unknown-openbsd } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } using sysroot /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1 c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } c Sysroot { compiler: Compiler { stage: 1, host: x86_64-unknown-openbsd }, force_recompile: false } running: "/usr/local/bin/llvm-config-18" "--version" (failure_mode=Exit) (created at src/core/build_steps/llvm.rs:610:19, executed at src/core/build_steps/llvm.rs:610:57) c Llvm { target: x86_64-unknown-openbsd } Building compiler artifacts (stage1 -> stage2, x86_64-unknown-openbsd) running: cd "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_openbsd="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc" CC_x86_64_unknown_openbsd="cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-openbsd" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-openbsd" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_LIBDIR_RELATIVE="lib" CFG_RELEASE="1.84.1" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)" CFG_VER_DATE="2025-01-27" CFG_VER_HASH="e71f9a9a98b0faf423844bf0ba7438f29dc27d58" CFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe" CXXFLAGS_x86_64_unknown_openbsd="-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd" CXX_x86_64_unknown_openbsd="c++" LIBC_CHECK_CFG="1" LLVM_CONFIG="/usr/local/bin/llvm-config-18" RANLIB_x86_64_unknown_openbsd="ar s" REAL_LIBRARY_PATH="/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/native" RUSTC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="2" RUSTC_WRAPPER="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc" RUSTDOC="/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.84.1\t(e71f9a9a9\t2025-01-27)\t(built\tfrom\ta\tsource\ttarball) -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=off -Wrustc::internal -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zon-broken-pipe=kill" RUST_TEST_THREADS="6" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="stable" "/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo" "build" "--target" "x86_64-unknown-openbsd" "--release" "-Zbinary-dep-depinfo" "-j" "6" "-v" "-v" "--frozen" "--features" "llvm max_level_info" "--manifest-path" "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" 4.585292500s INFO prepare_target{force=false package_id=rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) target="rustc-main"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc)/Build/TargetInner { name: "rustc-main", doc: true, ..: with_path("/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/src/main.rs", Edition2021) } 4.585360627s INFO prepare_target{force=false package_id=rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) target="rustc-main"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-main-62a9c8ea32d5dc9b/bin-rustc-main` Caused by: No such file or directory (os error 2) 4.587074158s INFO prepare_target{force=false package_id=rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc)/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/build.rs", Edition2021) } 4.587095237s INFO prepare_target{force=false package_id=rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-main-d2b63913269a3d75/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.587273955s INFO prepare_target{force=false package_id=rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc)/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc/build.rs", Edition2021) } 4.587289558s INFO prepare_target{force=false package_id=rustc-main v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/rustc-main-f401bbe336bfebad/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.587547941s INFO prepare_target{force=false package_id=rustc_codegen_ssa v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa) target="rustc_codegen_ssa"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_codegen_ssa v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_codegen_ssa", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa/src/lib.rs", Edition2021) } 4.587568305s INFO prepare_target{force=false package_id=rustc_codegen_ssa v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_ssa) target="rustc_codegen_ssa"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_codegen_ssa-1dcb768392126e60/lib-rustc_codegen_ssa` Caused by: No such file or directory (os error 2) 4.588261760s INFO prepare_target{force=false package_id=ar_archive_writer v0.4.2 target="ar_archive_writer"}: cargo::core::compiler::fingerprint: fingerprint error for ar_archive_writer v0.4.2/Build/TargetInner { ..: lib_target("ar_archive_writer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ar_archive_writer-0.4.2/src/lib.rs", Edition2021) } 4.588279870s INFO prepare_target{force=false package_id=ar_archive_writer v0.4.2 target="ar_archive_writer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/ar_archive_writer-7600e316c94ba9a6/lib-ar_archive_writer` Caused by: No such file or directory (os error 2) 4.588521398s INFO prepare_target{force=false package_id=object v0.36.5 target="object"}: cargo::core::compiler::fingerprint: fingerprint error for object v0.36.5/Build/TargetInner { ..: lib_target("object", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/object-0.36.5/src/lib.rs", Edition2018) } 4.588536812s INFO prepare_target{force=false package_id=object v0.36.5 target="object"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/object-28efa908bc3f9bc5/lib-object` Caused by: No such file or directory (os error 2) 4.588871565s INFO prepare_target{force=false package_id=crc32fast v1.4.2 target="crc32fast"}: cargo::core::compiler::fingerprint: fingerprint error for crc32fast v1.4.2/Build/TargetInner { name_inferred: true, ..: lib_target("crc32fast", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/lib.rs", Edition2015) } 4.588887369s INFO prepare_target{force=false package_id=crc32fast v1.4.2 target="crc32fast"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/crc32fast-4698837f70f3c6c4/lib-crc32fast` Caused by: No such file or directory (os error 2) 4.589140046s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: fingerprint error for cfg-if v1.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("cfg_if", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs", Edition2018) } 4.589155739s INFO prepare_target{force=false package_id=cfg-if v1.0.0 target="cfg_if"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/cfg-if-2066b5f246575195/lib-cfg_if` Caused by: No such file or directory (os error 2) 4.589547957s INFO prepare_target{force=false package_id=flate2 v1.0.34 target="flate2"}: cargo::core::compiler::fingerprint: fingerprint error for flate2 v1.0.34/Build/TargetInner { ..: lib_target("flate2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/lib.rs", Edition2018) } 4.589563043s INFO prepare_target{force=false package_id=flate2 v1.0.34 target="flate2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/flate2-202315e83959bc48/lib-flate2` Caused by: No such file or directory (os error 2) 4.589839319s INFO prepare_target{force=false package_id=miniz_oxide v0.8.0 target="miniz_oxide"}: cargo::core::compiler::fingerprint: fingerprint error for miniz_oxide v0.8.0/Build/TargetInner { ..: lib_target("miniz_oxide", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/lib.rs", Edition2021) } 4.589854028s INFO prepare_target{force=false package_id=miniz_oxide v0.8.0 target="miniz_oxide"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/miniz_oxide-4be88bed1084503c/lib-miniz_oxide` Caused by: No such file or directory (os error 2) 4.590107314s INFO prepare_target{force=false package_id=adler2 v2.0.0 target="adler2"}: cargo::core::compiler::fingerprint: fingerprint error for adler2 v2.0.0/Build/TargetInner { ..: lib_target("adler2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0/src/lib.rs", Edition2021) } 4.590126611s INFO prepare_target{force=false package_id=adler2 v2.0.0 target="adler2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/adler2-de24524c52e2f2b0/lib-adler2` Caused by: No such file or directory (os error 2) 4.590386485s INFO prepare_target{force=false package_id=hashbrown v0.15.0 target="hashbrown"}: cargo::core::compiler::fingerprint: fingerprint error for hashbrown v0.15.0/Build/TargetInner { ..: lib_target("hashbrown", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs", Edition2021) } 4.590401324s INFO prepare_target{force=false package_id=hashbrown v0.15.0 target="hashbrown"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/hashbrown-7dadea024b1be7c9/lib-hashbrown` Caused by: No such file or directory (os error 2) 4.590680035s INFO prepare_target{force=false package_id=foldhash v0.1.3 target="foldhash"}: cargo::core::compiler::fingerprint: fingerprint error for foldhash v0.1.3/Build/TargetInner { benched: false, ..: lib_target("foldhash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/foldhash-0.1.3/src/lib.rs", Edition2021) } 4.590695727s INFO prepare_target{force=false package_id=foldhash v0.1.3 target="foldhash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/foldhash-16eed0e696404b3a/lib-foldhash` Caused by: No such file or directory (os error 2) 4.590997711s INFO prepare_target{force=false package_id=indexmap v2.6.0 target="indexmap"}: cargo::core::compiler::fingerprint: fingerprint error for indexmap v2.6.0/Build/TargetInner { benched: false, ..: lib_target("indexmap", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.6.0/src/lib.rs", Edition2021) } 4.591013114s INFO prepare_target{force=false package_id=indexmap v2.6.0 target="indexmap"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/indexmap-d57d3ca7bc1aabb5/lib-indexmap` Caused by: No such file or directory (os error 2) 4.591279865s INFO prepare_target{force=false package_id=equivalent v1.0.1 target="equivalent"}: cargo::core::compiler::fingerprint: fingerprint error for equivalent v1.0.1/Build/TargetInner { name_inferred: true, ..: lib_target("equivalent", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/equivalent-1.0.1/src/lib.rs", Edition2015) } 4.591294709s INFO prepare_target{force=false package_id=equivalent v1.0.1 target="equivalent"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/equivalent-09a40099ea882127/lib-equivalent` Caused by: No such file or directory (os error 2) 4.591611787s INFO prepare_target{force=false package_id=rustc-rayon v0.5.0 target="rayon"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-rayon v0.5.0/Build/TargetInner { ..: lib_target("rayon", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/lib.rs", Edition2021) } 4.591626407s INFO prepare_target{force=false package_id=rustc-rayon v0.5.0 target="rayon"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-rayon-dc82f4bfbb94e759/lib-rayon` Caused by: No such file or directory (os error 2) 4.591863054s INFO prepare_target{force=false package_id=either v1.13.0 target="either"}: cargo::core::compiler::fingerprint: fingerprint error for either v1.13.0/Build/TargetInner { name_inferred: true, ..: lib_target("either", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0/src/lib.rs", Edition2018) } 4.591877841s INFO prepare_target{force=false package_id=either v1.13.0 target="either"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/either-9dd41f9eb914ae60/lib-either` Caused by: No such file or directory (os error 2) 4.592130245s INFO prepare_target{force=false package_id=rustc-rayon-core v0.5.0 target="rayon_core"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-rayon-core v0.5.0/Build/TargetInner { ..: lib_target("rayon_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/lib.rs", Edition2021) } 4.592145423s INFO prepare_target{force=false package_id=rustc-rayon-core v0.5.0 target="rayon_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-rayon-core-ec1aec2a8f05a69a/lib-rayon_core` Caused by: No such file or directory (os error 2) 4.592405744s INFO prepare_target{force=false package_id=crossbeam-channel v0.5.13 target="crossbeam_channel"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-channel v0.5.13/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_channel", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/lib.rs", Edition2021) } 4.592421147s INFO prepare_target{force=false package_id=crossbeam-channel v0.5.13 target="crossbeam_channel"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-channel-4d1d8ff1460c960b/lib-crossbeam_channel` Caused by: No such file or directory (os error 2) 4.592664912s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="crossbeam_utils"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.20/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_utils", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs", Edition2021) } 4.592680300s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="crossbeam_utils"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-utils-66e6d685e54b7748/lib-crossbeam_utils` Caused by: No such file or directory (os error 2) 4.593684586s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.20/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/build.rs", Edition2021) } 4.593700483s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-utils-54353a5467832259/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.593876687s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-utils v0.8.20/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/build.rs", Edition2021) } 4.593891693s INFO prepare_target{force=false package_id=crossbeam-utils v0.8.20 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/crossbeam-utils-8a7dff58ef2cf5d9/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.594167435s INFO prepare_target{force=false package_id=crossbeam-deque v0.8.5 target="crossbeam_deque"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-deque v0.8.5/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_deque", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/lib.rs", Edition2021) } 4.594182288s INFO prepare_target{force=false package_id=crossbeam-deque v0.8.5 target="crossbeam_deque"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-deque-1772f21791137c4a/lib-crossbeam_deque` Caused by: No such file or directory (os error 2) 4.594491542s INFO prepare_target{force=false package_id=crossbeam-epoch v0.9.18 target="crossbeam_epoch"}: cargo::core::compiler::fingerprint: fingerprint error for crossbeam-epoch v0.9.18/Build/TargetInner { name_inferred: true, ..: lib_target("crossbeam_epoch", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs", Edition2021) } 4.594506921s INFO prepare_target{force=false package_id=crossbeam-epoch v0.9.18 target="crossbeam_epoch"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/crossbeam-epoch-65ac78477488cd68/lib-crossbeam_epoch` Caused by: No such file or directory (os error 2) 4.594808743s INFO prepare_target{force=false package_id=num_cpus v1.16.0 target="num_cpus"}: cargo::core::compiler::fingerprint: fingerprint error for num_cpus v1.16.0/Build/TargetInner { name_inferred: true, ..: lib_target("num_cpus", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs", Edition2015) } 4.594824266s INFO prepare_target{force=false package_id=num_cpus v1.16.0 target="num_cpus"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/num_cpus-f1e089208c2e7d16/lib-num_cpus` Caused by: No such file or directory (os error 2) 4.595084190s INFO prepare_target{force=false package_id=libc v0.2.164 target="libc"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/Build/TargetInner { ..: lib_target("libc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/lib.rs", Edition2015) } 4.595099657s INFO prepare_target{force=false package_id=libc v0.2.164 target="libc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/libc-7422920b5f7c8bf7/lib-libc` Caused by: No such file or directory (os error 2) 4.595975666s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs", Edition2015) } 4.595991758s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/libc-a01dace676326831/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.596168489s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for libc v0.2.164/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs", Edition2015) } 4.596183605s INFO prepare_target{force=false package_id=libc v0.2.164 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/libc-72eb13d111bdadee/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.596421268s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: fingerprint error for memchr v2.7.4/Build/TargetInner { benched: false, ..: lib_target("memchr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs", Edition2021) } 4.596436393s INFO prepare_target{force=false package_id=memchr v2.7.4 target="memchr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/memchr-5b9b6773ff0c99ca/lib-memchr` Caused by: No such file or directory (os error 2) 4.596849619s INFO prepare_target{force=false package_id=ruzstd v0.7.2 target="ruzstd"}: cargo::core::compiler::fingerprint: fingerprint error for ruzstd v0.7.2/Build/TargetInner { ..: lib_target("ruzstd", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/lib.rs", Edition2018) } 4.596864880s INFO prepare_target{force=false package_id=ruzstd v0.7.2 target="ruzstd"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/ruzstd-12104e0912c3c23e/lib-ruzstd` Caused by: No such file or directory (os error 2) 4.597167573s INFO prepare_target{force=false package_id=twox-hash v1.6.3 target="twox_hash"}: cargo::core::compiler::fingerprint: fingerprint error for twox-hash v1.6.3/Build/TargetInner { name_inferred: true, ..: lib_target("twox_hash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/lib.rs", Edition2018) } 4.597182474s INFO prepare_target{force=false package_id=twox-hash v1.6.3 target="twox_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/twox-hash-73a2686dcd266c2c/lib-twox_hash` Caused by: No such file or directory (os error 2) 4.597509079s INFO prepare_target{force=false package_id=rand v0.8.5 target="rand"}: cargo::core::compiler::fingerprint: fingerprint error for rand v0.8.5/Build/TargetInner { name_inferred: true, ..: lib_target("rand", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs", Edition2018) } 4.597524559s INFO prepare_target{force=false package_id=rand v0.8.5 target="rand"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rand-6e8beff895e4c34a/lib-rand` Caused by: No such file or directory (os error 2) 4.597793846s INFO prepare_target{force=false package_id=rand_chacha v0.3.1 target="rand_chacha"}: cargo::core::compiler::fingerprint: fingerprint error for rand_chacha v0.3.1/Build/TargetInner { name_inferred: true, ..: lib_target("rand_chacha", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/lib.rs", Edition2018) } 4.597818023s INFO prepare_target{force=false package_id=rand_chacha v0.3.1 target="rand_chacha"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rand_chacha-00617b02fbf054b8/lib-rand_chacha` Caused by: No such file or directory (os error 2) 4.598092175s INFO prepare_target{force=false package_id=ppv-lite86 v0.2.20 target="ppv_lite86"}: cargo::core::compiler::fingerprint: fingerprint error for ppv-lite86 v0.2.20/Build/TargetInner { ..: lib_target("ppv_lite86", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/lib.rs", Edition2021) } 4.598106640s INFO prepare_target{force=false package_id=ppv-lite86 v0.2.20 target="ppv_lite86"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/ppv-lite86-6f097c7601553c5f/lib-ppv_lite86` Caused by: No such file or directory (os error 2) 4.598384136s INFO prepare_target{force=false package_id=zerocopy v0.7.35 target="zerocopy"}: cargo::core::compiler::fingerprint: fingerprint error for zerocopy v0.7.35/Build/TargetInner { name_inferred: true, ..: lib_target("zerocopy", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-0.7.35/src/lib.rs", Edition2018) } 4.598399051s INFO prepare_target{force=false package_id=zerocopy v0.7.35 target="zerocopy"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/zerocopy-03905de80f06fd5e/lib-zerocopy` Caused by: No such file or directory (os error 2) 4.598680164s INFO prepare_target{force=false package_id=byteorder v1.5.0 target="byteorder"}: cargo::core::compiler::fingerprint: fingerprint error for byteorder v1.5.0/Build/TargetInner { benched: false, ..: lib_target("byteorder", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs", Edition2021) } 4.598701613s INFO prepare_target{force=false package_id=byteorder v1.5.0 target="byteorder"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/byteorder-6d0dd4b2ce00d5a1/lib-byteorder` Caused by: No such file or directory (os error 2) 4.598922820s INFO prepare_target{force=false package_id=zerocopy-derive v0.7.35 target="zerocopy_derive"}: cargo::core::compiler::fingerprint: fingerprint error for zerocopy-derive v0.7.35/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("zerocopy_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-derive-0.7.35/src/lib.rs", Edition2018) } 4.598947573s INFO prepare_target{force=false package_id=zerocopy-derive v0.7.35 target="zerocopy_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/zerocopy-derive-736941acd86a590f/lib-zerocopy_derive` Caused by: No such file or directory (os error 2) 4.599206189s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="proc_macro2"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.89/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("proc_macro2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs", Edition2021) } 4.599221301s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="proc_macro2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/proc-macro2-a3eb6e1683412449/lib-proc_macro2` Caused by: No such file or directory (os error 2) 4.599964068s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.89/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/build.rs", Edition2021) } 4.599980217s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/proc-macro2-0743a2a02d9eeb91/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.600142495s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro2 v1.0.89/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/build.rs", Edition2021) } 4.600165345s INFO prepare_target{force=false package_id=proc-macro2 v1.0.89 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/proc-macro2-23772cdb93fee641/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.600411104s INFO prepare_target{force=false package_id=unicode-ident v1.0.13 target="unicode_ident"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-ident v1.0.13/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("unicode_ident", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/src/lib.rs", Edition2018) } 4.600426306s INFO prepare_target{force=false package_id=unicode-ident v1.0.13 target="unicode_ident"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/unicode-ident-6d3f7fec15e00c12/lib-unicode_ident` Caused by: No such file or directory (os error 2) 4.600626909s INFO prepare_target{force=false package_id=quote v1.0.37 target="quote"}: cargo::core::compiler::fingerprint: fingerprint error for quote v1.0.37/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("quote", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs", Edition2018) } 4.600641204s INFO prepare_target{force=false package_id=quote v1.0.37 target="quote"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/quote-56507478ff93103e/lib-quote` Caused by: No such file or directory (os error 2) 4.600881480s INFO prepare_target{force=false package_id=syn v2.0.87 target="syn"}: cargo::core::compiler::fingerprint: fingerprint error for syn v2.0.87/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("syn", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs", Edition2021) } 4.600896278s INFO prepare_target{force=false package_id=syn v2.0.87 target="syn"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/syn-fef78311b97a6894/lib-syn` Caused by: No such file or directory (os error 2) 4.601158083s INFO prepare_target{force=false package_id=rand_core v0.6.4 target="rand_core"}: cargo::core::compiler::fingerprint: fingerprint error for rand_core v0.6.4/Build/TargetInner { name_inferred: true, ..: lib_target("rand_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/lib.rs", Edition2018) } 4.601172621s INFO prepare_target{force=false package_id=rand_core v0.6.4 target="rand_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rand_core-5defffb124aa2e90/lib-rand_core` Caused by: No such file or directory (os error 2) 4.601434403s INFO prepare_target{force=false package_id=getrandom v0.2.15 target="getrandom"}: cargo::core::compiler::fingerprint: fingerprint error for getrandom v0.2.15/Build/TargetInner { ..: lib_target("getrandom", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/lib.rs", Edition2018) } 4.601448575s INFO prepare_target{force=false package_id=getrandom v0.2.15 target="getrandom"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/getrandom-f557dea02e36768c/lib-getrandom` Caused by: No such file or directory (os error 2) 4.601684556s INFO prepare_target{force=false package_id=static_assertions v1.1.0 target="static_assertions"}: cargo::core::compiler::fingerprint: fingerprint error for static_assertions v1.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("static_assertions", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/static_assertions-1.1.0/src/lib.rs", Edition2015) } 4.601699305s INFO prepare_target{force=false package_id=static_assertions v1.1.0 target="static_assertions"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/static_assertions-350029e3802580a2/lib-static_assertions` Caused by: No such file or directory (os error 2) 4.601926017s INFO prepare_target{force=false package_id=wasmparser v0.218.0 target="wasmparser"}: cargo::core::compiler::fingerprint: fingerprint error for wasmparser v0.218.0/Build/TargetInner { ..: lib_target("wasmparser", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/lib.rs", Edition2021) } 4.601940307s INFO prepare_target{force=false package_id=wasmparser v0.218.0 target="wasmparser"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/wasmparser-d0a1e8cdadc07356/lib-wasmparser` Caused by: No such file or directory (os error 2) 4.602202983s INFO prepare_target{force=false package_id=bitflags v2.6.0 target="bitflags"}: cargo::core::compiler::fingerprint: fingerprint error for bitflags v2.6.0/Build/TargetInner { name_inferred: true, ..: lib_target("bitflags", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/src/lib.rs", Edition2021) } 4.602223856s INFO prepare_target{force=false package_id=bitflags v2.6.0 target="bitflags"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/bitflags-0fdc0ca752406597/lib-bitflags` Caused by: No such file or directory (os error 2) 4.602502652s INFO prepare_target{force=false package_id=arrayvec v0.7.6 target="arrayvec"}: cargo::core::compiler::fingerprint: fingerprint error for arrayvec v0.7.6/Build/TargetInner { ..: lib_target("arrayvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/lib.rs", Edition2018) } 4.602526117s INFO prepare_target{force=false package_id=arrayvec v0.7.6 target="arrayvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/arrayvec-95eb4a6b0c198a95/lib-arrayvec` Caused by: No such file or directory (os error 2) 4.602766972s INFO prepare_target{force=false package_id=cc v1.2.5 target="cc"}: cargo::core::compiler::fingerprint: fingerprint error for cc v1.2.5/Build/TargetInner { ..: lib_target("cc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs", Edition2018) } 4.602781151s INFO prepare_target{force=false package_id=cc v1.2.5 target="cc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/cc-e4c6e51879d1911d/lib-cc` Caused by: No such file or directory (os error 2) 4.603062959s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: fingerprint error for shlex v1.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("shlex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs", Edition2015) } 4.603085844s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/shlex-9b1e043e8bcd08c9/lib-shlex` Caused by: No such file or directory (os error 2) 4.603369944s INFO prepare_target{force=false package_id=itertools v0.12.1 target="itertools"}: cargo::core::compiler::fingerprint: fingerprint error for itertools v0.12.1/Build/TargetInner { name_inferred: true, tested: false, benched: false, ..: lib_target("itertools", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itertools-0.12.1/src/lib.rs", Edition2018) } 4.603384727s INFO prepare_target{force=false package_id=itertools v0.12.1 target="itertools"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/itertools-5f2808d2d521c99a/lib-itertools` Caused by: No such file or directory (os error 2) 4.603638702s INFO prepare_target{force=false package_id=jobserver v0.1.32 target="jobserver"}: cargo::core::compiler::fingerprint: fingerprint error for jobserver v0.1.32/Build/TargetInner { name_inferred: true, ..: lib_target("jobserver", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs", Edition2021) } 4.603652962s INFO prepare_target{force=false package_id=jobserver v0.1.32 target="jobserver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/jobserver-221e60eb58791900/lib-jobserver` Caused by: No such file or directory (os error 2) 4.603900555s INFO prepare_target{force=false package_id=pathdiff v0.2.2 target="pathdiff"}: cargo::core::compiler::fingerprint: fingerprint error for pathdiff v0.2.2/Build/TargetInner { ..: lib_target("pathdiff", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pathdiff-0.2.2/src/lib.rs", Edition2018) } 4.603915012s INFO prepare_target{force=false package_id=pathdiff v0.2.2 target="pathdiff"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/pathdiff-ca708941fcce8f52/lib-pathdiff` Caused by: No such file or directory (os error 2) 4.604163080s INFO prepare_target{force=false package_id=regex v1.11.1 target="regex"}: cargo::core::compiler::fingerprint: fingerprint error for regex v1.11.1/Build/TargetInner { ..: lib_target("regex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-1.11.1/src/lib.rs", Edition2021) } 4.604185819s INFO prepare_target{force=false package_id=regex v1.11.1 target="regex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/regex-86c35e3a2f8e4515/lib-regex` Caused by: No such file or directory (os error 2) 4.604488229s INFO prepare_target{force=false package_id=aho-corasick v1.1.3 target="aho_corasick"}: cargo::core::compiler::fingerprint: fingerprint error for aho-corasick v1.1.3/Build/TargetInner { ..: lib_target("aho_corasick", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/aho-corasick-1.1.3/src/lib.rs", Edition2021) } 4.604502912s INFO prepare_target{force=false package_id=aho-corasick v1.1.3 target="aho_corasick"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/aho-corasick-9833bcda39b7f087/lib-aho_corasick` Caused by: No such file or directory (os error 2) 4.604796232s INFO prepare_target{force=false package_id=regex-automata v0.4.8 target="regex_automata"}: cargo::core::compiler::fingerprint: fingerprint error for regex-automata v0.4.8/Build/TargetInner { benched: false, ..: lib_target("regex_automata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.4.8/src/lib.rs", Edition2021) } 4.604812001s INFO prepare_target{force=false package_id=regex-automata v0.4.8 target="regex_automata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/regex-automata-5531e2297480f21b/lib-regex_automata` Caused by: No such file or directory (os error 2) 4.605176900s INFO prepare_target{force=false package_id=regex-syntax v0.8.5 target="regex_syntax"}: cargo::core::compiler::fingerprint: fingerprint error for regex-syntax v0.8.5/Build/TargetInner { ..: lib_target("regex_syntax", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.8.5/src/lib.rs", Edition2021) } 4.605191156s INFO prepare_target{force=false package_id=regex-syntax v0.8.5 target="regex_syntax"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/regex-syntax-d2a79000daa24d1a/lib-regex_syntax` Caused by: No such file or directory (os error 2) 4.605467676s INFO prepare_target{force=false package_id=rustc_abi v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi) target="rustc_abi"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_abi v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_abi", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi/src/lib.rs", Edition2021) } 4.605485171s INFO prepare_target{force=false package_id=rustc_abi v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_abi) target="rustc_abi"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_abi-ff81970a1f0cde9e/lib-rustc_abi` Caused by: No such file or directory (os error 2) 4.605827465s INFO prepare_target{force=false package_id=rand_xoshiro v0.6.0 target="rand_xoshiro"}: cargo::core::compiler::fingerprint: fingerprint error for rand_xoshiro v0.6.0/Build/TargetInner { name_inferred: true, ..: lib_target("rand_xoshiro", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_xoshiro-0.6.0/src/lib.rs", Edition2018) } 4.605842215s INFO prepare_target{force=false package_id=rand_xoshiro v0.6.0 target="rand_xoshiro"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rand_xoshiro-16407cc1c16d83dd/lib-rand_xoshiro` Caused by: No such file or directory (os error 2) 4.606104383s INFO prepare_target{force=false package_id=rustc_data_structures v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures) target="rustc_data_structures"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_data_structures v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_data_structures", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures/src/lib.rs", Edition2021) } 4.606128759s INFO prepare_target{force=false package_id=rustc_data_structures v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures) target="rustc_data_structures"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_data_structures-344e4f0e14dda6dd/lib-rustc_data_structures` Caused by: No such file or directory (os error 2) 4.606540501s INFO prepare_target{force=false package_id=elsa v1.7.1 target="elsa"}: cargo::core::compiler::fingerprint: fingerprint error for elsa v1.7.1/Build/TargetInner { name_inferred: true, ..: lib_target("elsa", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/lib.rs", Edition2018) } 4.606562777s INFO prepare_target{force=false package_id=elsa v1.7.1 target="elsa"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/elsa-303cf184ea2079ac/lib-elsa` Caused by: No such file or directory (os error 2) 4.606801948s INFO prepare_target{force=false package_id=stable_deref_trait v1.2.0 target="stable_deref_trait"}: cargo::core::compiler::fingerprint: fingerprint error for stable_deref_trait v1.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("stable_deref_trait", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stable_deref_trait-1.2.0/src/lib.rs", Edition2015) } 4.606817429s INFO prepare_target{force=false package_id=stable_deref_trait v1.2.0 target="stable_deref_trait"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/stable_deref_trait-a51069ebc772bffd/lib-stable_deref_trait` Caused by: No such file or directory (os error 2) 4.607083280s INFO prepare_target{force=false package_id=ena v0.14.3 target="ena"}: cargo::core::compiler::fingerprint: fingerprint error for ena v0.14.3/Build/TargetInner { name_inferred: true, ..: lib_target("ena", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ena-0.14.3/src/lib.rs", Edition2015) } 4.607098198s INFO prepare_target{force=false package_id=ena v0.14.3 target="ena"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/ena-2ccc2ca64222f56a/lib-ena` Caused by: No such file or directory (os error 2) 4.607343604s INFO prepare_target{force=false package_id=log v0.4.22 target="log"}: cargo::core::compiler::fingerprint: fingerprint error for log v0.4.22/Build/TargetInner { name_inferred: true, ..: lib_target("log", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs", Edition2021) } 4.607358069s INFO prepare_target{force=false package_id=log v0.4.22 target="log"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/log-d9eb441b653dc775/lib-log` Caused by: No such file or directory (os error 2) 4.607605116s INFO prepare_target{force=false package_id=measureme v11.0.1 target="measureme"}: cargo::core::compiler::fingerprint: fingerprint error for measureme v11.0.1/Build/TargetInner { name_inferred: true, ..: lib_target("measureme", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/lib.rs", Edition2018) } 4.607619914s INFO prepare_target{force=false package_id=measureme v11.0.1 target="measureme"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/measureme-89aceb9aa021e91c/lib-measureme` Caused by: No such file or directory (os error 2) 4.607876223s INFO prepare_target{force=false package_id=parking_lot v0.12.3 target="parking_lot"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot v0.12.3/Build/TargetInner { ..: lib_target("parking_lot", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/lib.rs", Edition2021) } 4.607891215s INFO prepare_target{force=false package_id=parking_lot v0.12.3 target="parking_lot"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/parking_lot-4718d656cf79a587/lib-parking_lot` Caused by: No such file or directory (os error 2) 4.608140704s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="lock_api"}: cargo::core::compiler::fingerprint: fingerprint error for lock_api v0.4.12/Build/TargetInner { name_inferred: true, ..: lib_target("lock_api", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/lib.rs", Edition2021) } 4.608155860s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="lock_api"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/lock_api-3ecf8905984361df/lib-lock_api` Caused by: No such file or directory (os error 2) 4.608963982s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for lock_api v0.4.12/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/build.rs", Edition2021) } 4.608982031s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/lock_api-19616b98fcaef516/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.609177243s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for lock_api v0.4.12/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/build.rs", Edition2021) } 4.609194675s INFO prepare_target{force=false package_id=lock_api v0.4.12 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/lock_api-d20fafb6f2f6d343/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.609457413s INFO prepare_target{force=false package_id=autocfg v1.4.0 target="autocfg"}: cargo::core::compiler::fingerprint: fingerprint error for autocfg v1.4.0/Build/TargetInner { ..: lib_target("autocfg", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0/src/lib.rs", Edition2015) } 4.609473497s INFO prepare_target{force=false package_id=autocfg v1.4.0 target="autocfg"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/autocfg-3a963e83e2628c0b/lib-autocfg` Caused by: No such file or directory (os error 2) 4.609723938s INFO prepare_target{force=false package_id=scopeguard v1.2.0 target="scopeguard"}: cargo::core::compiler::fingerprint: fingerprint error for scopeguard v1.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("scopeguard", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0/src/lib.rs", Edition2015) } 4.609740083s INFO prepare_target{force=false package_id=scopeguard v1.2.0 target="scopeguard"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/scopeguard-a99191a6f8e7023c/lib-scopeguard` Caused by: No such file or directory (os error 2) 4.610027127s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="parking_lot_core"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot_core v0.9.10/Build/TargetInner { name_inferred: true, ..: lib_target("parking_lot_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/lib.rs", Edition2021) } 4.610042472s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="parking_lot_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/parking_lot_core-e784e5fd84154c7d/lib-parking_lot_core` Caused by: No such file or directory (os error 2) 4.610803542s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot_core v0.9.10/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/build.rs", Edition2021) } 4.610819915s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/parking_lot_core-9a035256d8b7968a/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.610982475s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for parking_lot_core v0.9.10/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/build.rs", Edition2021) } 4.610997953s INFO prepare_target{force=false package_id=parking_lot_core v0.9.10 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/parking_lot_core-af0a067c0d38f604/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.611249056s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: fingerprint error for smallvec v1.13.2/Build/TargetInner { name_inferred: true, ..: lib_target("smallvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs", Edition2018) } 4.611265009s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/smallvec-d51367e9ad37f835/lib-smallvec` Caused by: No such file or directory (os error 2) 4.611547079s 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/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/src/lib.rs", Edition2015) } 4.611563323s INFO prepare_target{force=false package_id=rustc-hash v1.1.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-hash-21907b1b9a0129aa/lib-rustc_hash` Caused by: No such file or directory (os error 2) 4.611816990s INFO prepare_target{force=false package_id=memmap2 v0.2.3 target="memmap2"}: cargo::core::compiler::fingerprint: fingerprint error for memmap2 v0.2.3/Build/TargetInner { name_inferred: true, ..: lib_target("memmap2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs", Edition2018) } 4.611832650s INFO prepare_target{force=false package_id=memmap2 v0.2.3 target="memmap2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/memmap2-5ee609eab137b918/lib-memmap2` Caused by: No such file or directory (os error 2) 4.612102164s INFO prepare_target{force=false package_id=rustc-hash v2.0.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-hash v2.0.0/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/lib.rs", Edition2021) } 4.612117086s INFO prepare_target{force=false package_id=rustc-hash v2.0.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-hash-1a25aa7e566b54ef/lib-rustc_hash` Caused by: No such file or directory (os error 2) 4.612341720s INFO prepare_target{force=false package_id=rustc-stable-hash v0.1.0 target="rustc_stable_hash"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-stable-hash v0.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_stable_hash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-stable-hash-0.1.0/src/lib.rs", Edition2021) } 4.612357301s INFO prepare_target{force=false package_id=rustc-stable-hash v0.1.0 target="rustc_stable_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-stable-hash-ede4cd759009a489/lib-rustc_stable_hash` Caused by: No such file or directory (os error 2) 4.612639625s INFO prepare_target{force=false package_id=rustc_arena v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena) target="rustc_arena"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_arena v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_arena", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena/src/lib.rs", Edition2021) } 4.612658226s INFO prepare_target{force=false package_id=rustc_arena v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena) target="rustc_arena"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_arena-c02cc46c55198960/lib-rustc_arena` Caused by: No such file or directory (os error 2) 4.612952582s INFO prepare_target{force=false package_id=rustc_graphviz v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz) target="rustc_graphviz"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_graphviz v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_graphviz", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz/src/lib.rs", Edition2021) } 4.612970688s INFO prepare_target{force=false package_id=rustc_graphviz v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz) target="rustc_graphviz"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_graphviz-f528ffe9843101b6/lib-rustc_graphviz` Caused by: No such file or directory (os error 2) 4.613221660s INFO prepare_target{force=false package_id=rustc_index v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index) target="rustc_index"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_index v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_index", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index/src/lib.rs", Edition2021) } 4.613239168s INFO prepare_target{force=false package_id=rustc_index v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index) target="rustc_index"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_index-2a2297aaa3d28c15/lib-rustc_index` Caused by: No such file or directory (os error 2) 4.613516457s INFO prepare_target{force=false package_id=rustc_index_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros) target="rustc_index_macros"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_index_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros)/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("rustc_index_macros", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros/src/lib.rs", Edition2021) } 4.613534966s INFO prepare_target{force=false package_id=rustc_index_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros) target="rustc_index_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/rustc_index_macros-e024dec07698a52f/lib-rustc_index_macros` Caused by: No such file or directory (os error 2) 4.613927356s INFO prepare_target{force=false package_id=rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) target="rustc_macros"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros)/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("rustc_macros", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros/src/lib.rs", Edition2021) } 4.613947899s INFO prepare_target{force=false package_id=rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) target="rustc_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/rustc_macros-271b882e0d6c4660/lib-rustc_macros` Caused by: No such file or directory (os error 2) 4.614769583s INFO prepare_target{force=false package_id=rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros)/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros/build.rs", Edition2021) } 4.614789121s INFO prepare_target{force=false package_id=rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/rustc_macros-cba38496616340c4/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.614955352s INFO prepare_target{force=false package_id=rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros)/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros/build.rs", Edition2021) } 4.614973687s INFO prepare_target{force=false package_id=rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/rustc_macros-5ee013e875cfc32e/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.615225903s INFO prepare_target{force=false package_id=synstructure v0.13.1 target="synstructure"}: cargo::core::compiler::fingerprint: fingerprint error for synstructure v0.13.1/Build/TargetInner { name_inferred: true, ..: lib_target("synstructure", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/synstructure-0.13.1/src/lib.rs", Edition2018) } 4.615241604s INFO prepare_target{force=false package_id=synstructure v0.13.1 target="synstructure"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/synstructure-8d39a31eced87cc3/lib-synstructure` Caused by: No such file or directory (os error 2) 4.615502032s INFO prepare_target{force=false package_id=rustc_serialize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize) target="rustc_serialize"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_serialize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_serialize", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize/src/lib.rs", Edition2021) } 4.615520719s INFO prepare_target{force=false package_id=rustc_serialize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize) target="rustc_serialize"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_serialize-06dfd14cba81a6bd/lib-rustc_serialize` Caused by: No such file or directory (os error 2) 4.615800810s INFO prepare_target{force=false package_id=thin-vec v0.2.13 target="thin_vec"}: cargo::core::compiler::fingerprint: fingerprint error for thin-vec v0.2.13/Build/TargetInner { name_inferred: true, ..: lib_target("thin_vec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs", Edition2018) } 4.615816567s INFO prepare_target{force=false package_id=thin-vec v0.2.13 target="thin_vec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/thin-vec-36a2d31e0bdc5b5e/lib-thin_vec` Caused by: No such file or directory (os error 2) 4.616055072s INFO prepare_target{force=false package_id=stacker v0.1.17 target="stacker"}: cargo::core::compiler::fingerprint: fingerprint error for stacker v0.1.17/Build/TargetInner { tested: false, doctest: false, ..: lib_target("stacker", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs", Edition2015) } 4.616071380s INFO prepare_target{force=false package_id=stacker v0.1.17 target="stacker"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/stacker-a0403db87b2c250e/lib-stacker` Caused by: No such file or directory (os error 2) 4.616344619s INFO prepare_target{force=false package_id=psm v0.1.23 target="psm"}: cargo::core::compiler::fingerprint: fingerprint error for psm v0.1.23/Build/TargetInner { name_inferred: true, ..: lib_target("psm", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs", Edition2015) } 4.616360611s INFO prepare_target{force=false package_id=psm v0.1.23 target="psm"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/psm-415c9fed8abd55e0/lib-psm` Caused by: No such file or directory (os error 2) 4.617064212s INFO prepare_target{force=false package_id=psm v0.1.23 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for psm v0.1.23/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/build.rs", Edition2015) } 4.617080683s INFO prepare_target{force=false package_id=psm v0.1.23 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/psm-bdda849db20f9e4c/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.617259799s INFO prepare_target{force=false package_id=psm v0.1.23 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for psm v0.1.23/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/build.rs", Edition2015) } 4.617273785s INFO prepare_target{force=false package_id=psm v0.1.23 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/psm-548078a74df47b60/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.617564782s INFO prepare_target{force=false package_id=cc v1.2.5 target="cc"}: cargo::core::compiler::fingerprint: fingerprint error for cc v1.2.5/Build/TargetInner { ..: lib_target("cc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs", Edition2018) } 4.617580078s INFO prepare_target{force=false package_id=cc v1.2.5 target="cc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/cc-72bc2c804a9907bd/lib-cc` Caused by: No such file or directory (os error 2) 4.617819561s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: fingerprint error for shlex v1.3.0/Build/TargetInner { name_inferred: true, ..: lib_target("shlex", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs", Edition2015) } 4.617835062s INFO prepare_target{force=false package_id=shlex v1.3.0 target="shlex"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/shlex-f85dc5819d099165/lib-shlex` Caused by: No such file or directory (os error 2) 4.618588891s INFO prepare_target{force=false package_id=stacker v0.1.17 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for stacker v0.1.17/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/build.rs", Edition2015) } 4.618605625s INFO prepare_target{force=false package_id=stacker v0.1.17 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/stacker-3630d4a5c853ba81/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.618783205s INFO prepare_target{force=false package_id=stacker v0.1.17 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for stacker v0.1.17/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/build.rs", Edition2015) } 4.618797069s INFO prepare_target{force=false package_id=stacker v0.1.17 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/stacker-b07000b53bab660d/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.619061763s INFO prepare_target{force=false package_id=tempfile v3.13.0 target="tempfile"}: cargo::core::compiler::fingerprint: fingerprint error for tempfile v3.13.0/Build/TargetInner { ..: lib_target("tempfile", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.13.0/src/lib.rs", Edition2021) } 4.619076987s INFO prepare_target{force=false package_id=tempfile v3.13.0 target="tempfile"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/tempfile-46b815fb999bffbe/lib-tempfile` Caused by: No such file or directory (os error 2) 4.619385072s INFO prepare_target{force=false package_id=fastrand v2.1.1 target="fastrand"}: cargo::core::compiler::fingerprint: fingerprint error for fastrand v2.1.1/Build/TargetInner { ..: lib_target("fastrand", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.1/src/lib.rs", Edition2018) } 4.619400511s INFO prepare_target{force=false package_id=fastrand v2.1.1 target="fastrand"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/fastrand-417179d59a89ee18/lib-fastrand` Caused by: No such file or directory (os error 2) 4.619653502s INFO prepare_target{force=false package_id=once_cell v1.20.2 target="once_cell"}: cargo::core::compiler::fingerprint: fingerprint error for once_cell v1.20.2/Build/TargetInner { ..: lib_target("once_cell", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs", Edition2021) } 4.619672715s INFO prepare_target{force=false package_id=once_cell v1.20.2 target="once_cell"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/once_cell-9a179e62f06bcf1b/lib-once_cell` Caused by: No such file or directory (os error 2) 4.619923092s INFO prepare_target{force=false package_id=rustix v0.38.38 target="rustix"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.38/Build/TargetInner { ..: lib_target("rustix", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/lib.rs", Edition2021) } 4.619938030s INFO prepare_target{force=false package_id=rustix v0.38.38 target="rustix"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustix-83c01bb79874bf6a/lib-rustix` Caused by: No such file or directory (os error 2) 4.620269185s INFO prepare_target{force=false package_id=errno v0.3.9 target="errno"}: cargo::core::compiler::fingerprint: fingerprint error for errno v0.3.9/Build/TargetInner { name_inferred: true, ..: lib_target("errno", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs", Edition2018) } 4.620286298s INFO prepare_target{force=false package_id=errno v0.3.9 target="errno"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/errno-a8b013c280c2ead9/lib-errno` Caused by: No such file or directory (os error 2) 4.621039215s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.38/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/build.rs", Edition2021) } 4.621055811s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustix-c36b65ff5353fd48/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.621235915s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.38/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/build.rs", Edition2021) } 4.621249548s INFO prepare_target{force=false package_id=rustix v0.38.38 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/rustix-b85b2e29016c9ccb/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.621522515s INFO prepare_target{force=false package_id=tracing v0.1.37 target="tracing"}: cargo::core::compiler::fingerprint: fingerprint error for tracing v0.1.37/Build/TargetInner { name_inferred: true, ..: lib_target("tracing", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs", Edition2018) } 4.621538157s INFO prepare_target{force=false package_id=tracing v0.1.37 target="tracing"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/tracing-8326df8e89992b1f/lib-tracing` Caused by: No such file or directory (os error 2) 4.621863010s INFO prepare_target{force=false package_id=pin-project-lite v0.2.15 target="pin_project_lite"}: cargo::core::compiler::fingerprint: fingerprint error for pin-project-lite v0.2.15/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("pin_project_lite", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.15/src/lib.rs", Edition2018) } 4.621880645s INFO prepare_target{force=false package_id=pin-project-lite v0.2.15 target="pin_project_lite"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/pin-project-lite-1ab83936a45caba0/lib-pin_project_lite` Caused by: No such file or directory (os error 2) 4.622145974s INFO prepare_target{force=false package_id=tracing-attributes v0.1.27 target="tracing_attributes"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-attributes v0.1.27/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("tracing_attributes", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/src/lib.rs", Edition2018) } 4.622164302s INFO prepare_target{force=false package_id=tracing-attributes v0.1.27 target="tracing_attributes"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/tracing-attributes-b65362c9343b1430/lib-tracing_attributes` Caused by: No such file or directory (os error 2) 4.622451808s INFO prepare_target{force=false package_id=tracing-core v0.1.30 target="tracing_core"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-core v0.1.30/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs", Edition2018) } 4.622473255s INFO prepare_target{force=false package_id=tracing-core v0.1.30 target="tracing_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/tracing-core-7833e2d9c149a494/lib-tracing_core` Caused by: No such file or directory (os error 2) 4.622749240s INFO prepare_target{force=false package_id=rustc_feature v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature) target="rustc_feature"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_feature v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_feature", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature/src/lib.rs", Edition2021) } 4.622768183s INFO prepare_target{force=false package_id=rustc_feature v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_feature) target="rustc_feature"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_feature-db1ad26c5e44d518/lib-rustc_feature` Caused by: No such file or directory (os error 2) 4.623060681s INFO prepare_target{force=false package_id=rustc_span v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span) target="rustc_span"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_span v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_span", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span/src/lib.rs", Edition2021) } 4.623078505s INFO prepare_target{force=false package_id=rustc_span v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span) target="rustc_span"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_span-9556d1da08bab2fc/lib-rustc_span` Caused by: No such file or directory (os error 2) 4.623482314s INFO prepare_target{force=false package_id=blake3 v1.5.4 target="blake3"}: cargo::core::compiler::fingerprint: fingerprint error for blake3 v1.5.4/Build/TargetInner { ..: lib_target("blake3", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs", Edition2021) } 4.623502184s INFO prepare_target{force=false package_id=blake3 v1.5.4 target="blake3"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/blake3-fa20edf00cb66b0e/lib-blake3` Caused by: No such file or directory (os error 2) 4.623782850s INFO prepare_target{force=false package_id=arrayref v0.3.9 target="arrayref"}: cargo::core::compiler::fingerprint: fingerprint error for arrayref v0.3.9/Build/TargetInner { name_inferred: true, ..: lib_target("arrayref", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayref-0.3.9/src/lib.rs", Edition2015) } 4.623798396s INFO prepare_target{force=false package_id=arrayref v0.3.9 target="arrayref"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/arrayref-8c8bba0003697092/lib-arrayref` Caused by: No such file or directory (os error 2) 4.624753438s INFO prepare_target{force=false package_id=blake3 v1.5.4 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for blake3 v1.5.4/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/build.rs", Edition2021) } 4.624770710s INFO prepare_target{force=false package_id=blake3 v1.5.4 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/blake3-523cb363c946a493/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.624946899s INFO prepare_target{force=false package_id=blake3 v1.5.4 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for blake3 v1.5.4/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/build.rs", Edition2021) } 4.624962276s INFO prepare_target{force=false package_id=blake3 v1.5.4 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/blake3-9fdf222bc7edfc0f/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.625219101s INFO prepare_target{force=false package_id=constant_time_eq v0.3.1 target="constant_time_eq"}: cargo::core::compiler::fingerprint: fingerprint error for constant_time_eq v0.3.1/Build/TargetInner { ..: lib_target("constant_time_eq", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/constant_time_eq-0.3.1/src/lib.rs", Edition2021) } 4.625234319s INFO prepare_target{force=false package_id=constant_time_eq v0.3.1 target="constant_time_eq"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/constant_time_eq-5cecf1a86c8e6323/lib-constant_time_eq` Caused by: No such file or directory (os error 2) 4.625477714s INFO prepare_target{force=false package_id=derive-where v1.2.7 target="derive_where"}: cargo::core::compiler::fingerprint: fingerprint error for derive-where v1.2.7/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("derive_where", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/lib.rs", Edition2021) } 4.625495273s INFO prepare_target{force=false package_id=derive-where v1.2.7 target="derive_where"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/derive-where-3041e078b567e7fd/lib-derive_where` Caused by: No such file or directory (os error 2) 4.625750724s INFO prepare_target{force=false package_id=itoa v1.0.11 target="itoa"}: cargo::core::compiler::fingerprint: fingerprint error for itoa v1.0.11/Build/TargetInner { name_inferred: true, doc_scrape_examples: Disabled, ..: lib_target("itoa", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11/src/lib.rs", Edition2018) } 4.625766312s INFO prepare_target{force=false package_id=itoa v1.0.11 target="itoa"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/itoa-b3c7dc329ab5ef22/lib-itoa` Caused by: No such file or directory (os error 2) 4.626154437s INFO prepare_target{force=false package_id=md-5 v0.10.6 target="md5"}: cargo::core::compiler::fingerprint: fingerprint error for md-5 v0.10.6/Build/TargetInner { ..: lib_target("md5", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/md-5-0.10.6/src/lib.rs", Edition2018) } 4.626171055s INFO prepare_target{force=false package_id=md-5 v0.10.6 target="md5"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/md-5-c5d0bf3f637b1a10/lib-md5` Caused by: No such file or directory (os error 2) 4.626421009s INFO prepare_target{force=false package_id=digest v0.10.7 target="digest"}: cargo::core::compiler::fingerprint: fingerprint error for digest v0.10.7/Build/TargetInner { name_inferred: true, ..: lib_target("digest", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/src/lib.rs", Edition2018) } 4.626438059s INFO prepare_target{force=false package_id=digest v0.10.7 target="digest"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/digest-a9dab597188a849a/lib-digest` Caused by: No such file or directory (os error 2) 4.626911971s INFO prepare_target{force=false package_id=block-buffer v0.10.4 target="block_buffer"}: cargo::core::compiler::fingerprint: fingerprint error for block-buffer v0.10.4/Build/TargetInner { name_inferred: true, ..: lib_target("block_buffer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/src/lib.rs", Edition2018) } 4.626927515s INFO prepare_target{force=false package_id=block-buffer v0.10.4 target="block_buffer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/block-buffer-f06843ce7ef47733/lib-block_buffer` Caused by: No such file or directory (os error 2) 4.627244959s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="generic_array"}: cargo::core::compiler::fingerprint: fingerprint error for generic-array v0.14.7/Build/TargetInner { ..: lib_target("generic_array", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs", Edition2015) } 4.627264812s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="generic_array"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/generic-array-6cbeeeef2eb598a4/lib-generic_array` Caused by: No such file or directory (os error 2) 4.628034991s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for generic-array v0.14.7/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/build.rs", Edition2015) } 4.628052485s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/generic-array-a95b4b9e03a2a263/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.628242869s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for generic-array v0.14.7/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/build.rs", Edition2015) } 4.628259446s INFO prepare_target{force=false package_id=generic-array v0.14.7 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/generic-array-01c172478df74ac4/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.628537267s INFO prepare_target{force=false package_id=version_check v0.9.5 target="version_check"}: cargo::core::compiler::fingerprint: fingerprint error for version_check v0.9.5/Build/TargetInner { ..: lib_target("version_check", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/lib.rs", Edition2015) } 4.628554890s INFO prepare_target{force=false package_id=version_check v0.9.5 target="version_check"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/version_check-3017820ecec33e85/lib-version_check` Caused by: No such file or directory (os error 2) 4.628837068s INFO prepare_target{force=false package_id=typenum v1.17.0 target="typenum"}: cargo::core::compiler::fingerprint: fingerprint error for typenum v1.17.0/Build/TargetInner { ..: lib_target("typenum", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs", Edition2018) } 4.628854442s INFO prepare_target{force=false package_id=typenum v1.17.0 target="typenum"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/typenum-40309cee4915d107/lib-typenum` Caused by: No such file or directory (os error 2) 4.629690972s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: fingerprint error for typenum v1.17.0/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-main", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs", Edition2018) } 4.629709165s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/typenum-afdddf2241a82583/run-build-script-build-script-main` Caused by: No such file or directory (os error 2) 4.629931607s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: fingerprint error for typenum v1.17.0/Build/TargetInner { ..: custom_build_target("build-script-main", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs", Edition2018) } 4.629947343s INFO prepare_target{force=false package_id=typenum v1.17.0 target="build-script-main"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/typenum-3223dc6584766506/build-script-build-script-main` Caused by: No such file or directory (os error 2) 4.630215771s INFO prepare_target{force=false package_id=crypto-common v0.1.6 target="crypto_common"}: cargo::core::compiler::fingerprint: fingerprint error for crypto-common v0.1.6/Build/TargetInner { name_inferred: true, ..: lib_target("crypto_common", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/src/lib.rs", Edition2018) } 4.630233460s INFO prepare_target{force=false package_id=crypto-common v0.1.6 target="crypto_common"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/crypto-common-a8917ed3c913e91a/lib-crypto_common` Caused by: No such file or directory (os error 2) 4.630547515s INFO prepare_target{force=false package_id=scoped-tls v1.0.1 target="scoped_tls"}: cargo::core::compiler::fingerprint: fingerprint error for scoped-tls v1.0.1/Build/TargetInner { name_inferred: true, ..: lib_target("scoped_tls", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scoped-tls-1.0.1/src/lib.rs", Edition2015) } 4.630564580s INFO prepare_target{force=false package_id=scoped-tls v1.0.1 target="scoped_tls"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/scoped-tls-80655be2235c6dd6/lib-scoped_tls` Caused by: No such file or directory (os error 2) 4.630844242s INFO prepare_target{force=false package_id=sha1 v0.10.6 target="sha1"}: cargo::core::compiler::fingerprint: fingerprint error for sha1 v0.10.6/Build/TargetInner { name_inferred: true, ..: lib_target("sha1", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/lib.rs", Edition2018) } 4.630865319s INFO prepare_target{force=false package_id=sha1 v0.10.6 target="sha1"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/sha1-9deab35c8ac25e4d/lib-sha1` Caused by: No such file or directory (os error 2) 4.631212078s INFO prepare_target{force=false package_id=cpufeatures v0.2.14 target="cpufeatures"}: cargo::core::compiler::fingerprint: fingerprint error for cpufeatures v0.2.14/Build/TargetInner { ..: lib_target("cpufeatures", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs", Edition2018) } 4.631232711s INFO prepare_target{force=false package_id=cpufeatures v0.2.14 target="cpufeatures"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/cpufeatures-9056f46dbb424a19/lib-cpufeatures` Caused by: No such file or directory (os error 2) 4.631549914s INFO prepare_target{force=false package_id=sha2 v0.10.8 target="sha2"}: cargo::core::compiler::fingerprint: fingerprint error for sha2 v0.10.8/Build/TargetInner { name_inferred: true, ..: lib_target("sha2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/lib.rs", Edition2018) } 4.631570949s INFO prepare_target{force=false package_id=sha2 v0.10.8 target="sha2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/sha2-90218fffc26d4992/lib-sha2` Caused by: No such file or directory (os error 2) 4.631964017s INFO prepare_target{force=false package_id=unicode-width v0.2.0 target="unicode_width"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-width v0.2.0/Build/TargetInner { ..: lib_target("unicode_width", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.2.0/src/lib.rs", Edition2021) } 4.631985434s INFO prepare_target{force=false package_id=unicode-width v0.2.0 target="unicode_width"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-width-bb65f91f96082fdb/lib-unicode_width` Caused by: No such file or directory (os error 2) 4.632313577s INFO prepare_target{force=false package_id=serde v1.0.214 target="serde"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.214/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs", Edition2018) } 4.632345816s INFO prepare_target{force=false package_id=serde v1.0.214 target="serde"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/serde-c4ba98369efdfc6b/lib-serde` Caused by: No such file or directory (os error 2) 4.633384249s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.214/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/build.rs", Edition2018) } 4.633417299s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/serde-e83c1cc9d4f35d97/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.633659636s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde v1.0.214/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/build.rs", Edition2018) } 4.633678744s INFO prepare_target{force=false package_id=serde v1.0.214 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/serde-21d234c75879f222/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.634009132s INFO prepare_target{force=false package_id=serde_derive v1.0.214 target="serde_derive"}: cargo::core::compiler::fingerprint: fingerprint error for serde_derive v1.0.214/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("serde_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/lib.rs", Edition2015) } 4.634030608s INFO prepare_target{force=false package_id=serde_derive v1.0.214 target="serde_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/serde_derive-db07edffd3238c82/lib-serde_derive` Caused by: No such file or directory (os error 2) 4.634573727s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="serde_json"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.132/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("serde_json", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/src/lib.rs", Edition2021) } 4.634613135s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="serde_json"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/serde_json-5bac6461f2534cc4/lib-serde_json` Caused by: No such file or directory (os error 2) 4.635042625s INFO prepare_target{force=false package_id=ryu v1.0.18 target="ryu"}: cargo::core::compiler::fingerprint: fingerprint error for ryu v1.0.18/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("ryu", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/lib.rs", Edition2018) } 4.635064885s INFO prepare_target{force=false package_id=ryu v1.0.18 target="ryu"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/ryu-217df961262cea8f/lib-ryu` Caused by: No such file or directory (os error 2) 4.636067780s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.132/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/build.rs", Edition2021) } 4.636089033s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/serde_json-1bc786bae2a1c9a4/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.636326226s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for serde_json v1.0.132/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/build.rs", Edition2021) } 4.636345181s INFO prepare_target{force=false package_id=serde_json v1.0.132 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/serde_json-402e96d893ae1e98/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.636689479s INFO prepare_target{force=false package_id=rustc_ast v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast) target="rustc_ast"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_ast v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_ast", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast/src/lib.rs", Edition2021) } 4.636727658s INFO prepare_target{force=false package_id=rustc_ast v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast) target="rustc_ast"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_ast-0986c4d34d0ac1a6/lib-rustc_ast` Caused by: No such file or directory (os error 2) 4.637184793s INFO prepare_target{force=false package_id=rustc_ast_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir) target="rustc_ast_ir"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_ast_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_ast_ir", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir/src/lib.rs", Edition2021) } 4.637211027s INFO prepare_target{force=false package_id=rustc_ast_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir) target="rustc_ast_ir"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_ast_ir-3d5449496c75635c/lib-rustc_ast_ir` Caused by: No such file or directory (os error 2) 4.637736940s INFO prepare_target{force=false package_id=rustc_lexer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer) target="rustc_lexer"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_lexer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_lexer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer/src/lib.rs", Edition2021) } 4.637764062s INFO prepare_target{force=false package_id=rustc_lexer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer) target="rustc_lexer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_lexer-023c3d7de7400cdc/lib-rustc_lexer` Caused by: No such file or directory (os error 2) 4.638159990s INFO prepare_target{force=false package_id=unicode-properties v0.1.3 target="unicode_properties"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-properties v0.1.3/Build/TargetInner { ..: lib_target("unicode_properties", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-properties-0.1.3/src/lib.rs", Edition2021) } 4.638182180s INFO prepare_target{force=false package_id=unicode-properties v0.1.3 target="unicode_properties"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-properties-0ce6d4696da7ded5/lib-unicode_properties` Caused by: No such file or directory (os error 2) 4.638500087s 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/Build/TargetInner { ..: lib_target("unicode_xid", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-xid-0.2.6/src/lib.rs", Edition2015) } 4.638521099s INFO prepare_target{force=false package_id=unicode-xid v0.2.6 target="unicode_xid"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-xid-6ffcca12c7a70176/lib-unicode_xid` Caused by: No such file or directory (os error 2) 4.638914121s INFO prepare_target{force=false package_id=rustc_attr v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr) target="rustc_attr"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_attr v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_attr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr/src/lib.rs", Edition2021) } 4.638939174s INFO prepare_target{force=false package_id=rustc_attr v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_attr) target="rustc_attr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_attr-8f51737be531532b/lib-rustc_attr` Caused by: No such file or directory (os error 2) 4.639507373s INFO prepare_target{force=false package_id=rustc_ast_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty) target="rustc_ast_pretty"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_ast_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_ast_pretty", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty/src/lib.rs", Edition2021) } 4.639533962s INFO prepare_target{force=false package_id=rustc_ast_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_pretty) target="rustc_ast_pretty"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_ast_pretty-f126db0921fef868/lib-rustc_ast_pretty` Caused by: No such file or directory (os error 2) 4.639948431s INFO prepare_target{force=false package_id=rustc_errors v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors) target="rustc_errors"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_errors v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_errors", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors/src/lib.rs", Edition2021) } 4.639974136s INFO prepare_target{force=false package_id=rustc_errors v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_errors) target="rustc_errors"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_errors-4c0961200e8fb027/lib-rustc_errors` Caused by: No such file or directory (os error 2) 4.640703669s INFO prepare_target{force=false package_id=annotate-snippets v0.11.4 target="annotate_snippets"}: cargo::core::compiler::fingerprint: fingerprint error for annotate-snippets v0.11.4/Build/TargetInner { ..: lib_target("annotate_snippets", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/src/lib.rs", Edition2021) } 4.640724901s INFO prepare_target{force=false package_id=annotate-snippets v0.11.4 target="annotate_snippets"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/annotate-snippets-a6cefe32c75fbdd8/lib-annotate_snippets` Caused by: No such file or directory (os error 2) 4.641108303s INFO prepare_target{force=false package_id=anstyle v1.0.10 target="anstyle"}: cargo::core::compiler::fingerprint: fingerprint error for anstyle v1.0.10/Build/TargetInner { ..: lib_target("anstyle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/src/lib.rs", Edition2021) } 4.641130261s INFO prepare_target{force=false package_id=anstyle v1.0.10 target="anstyle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/anstyle-7797c39bbd410be1/lib-anstyle` Caused by: No such file or directory (os error 2) 4.641472561s 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/Build/TargetInner { ..: lib_target("unicode_width", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs", Edition2021) } 4.641492789s INFO prepare_target{force=false package_id=unicode-width v0.1.14 target="unicode_width"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-width-f7a2aebdb65a5676/lib-unicode_width` Caused by: No such file or directory (os error 2) 4.641840212s INFO prepare_target{force=false package_id=derive_setters v0.1.6 target="derive_setters"}: cargo::core::compiler::fingerprint: fingerprint error for derive_setters v0.1.6/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("derive_setters", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive_setters-0.1.6/src/lib.rs", Edition2018) } 4.641862100s INFO prepare_target{force=false package_id=derive_setters v0.1.6 target="derive_setters"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/derive_setters-ff51b9d753111ab9/lib-derive_setters` Caused by: No such file or directory (os error 2) 4.642282280s INFO prepare_target{force=false package_id=darling v0.20.10 target="darling"}: cargo::core::compiler::fingerprint: fingerprint error for darling v0.20.10/Build/TargetInner { name_inferred: true, ..: lib_target("darling", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling-0.20.10/src/lib.rs", Edition2021) } 4.642303824s INFO prepare_target{force=false package_id=darling v0.20.10 target="darling"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/darling-961246dfee735512/lib-darling` Caused by: No such file or directory (os error 2) 4.642638744s INFO prepare_target{force=false package_id=darling_core v0.20.10 target="darling_core"}: cargo::core::compiler::fingerprint: fingerprint error for darling_core v0.20.10/Build/TargetInner { name_inferred: true, ..: lib_target("darling_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_core-0.20.10/src/lib.rs", Edition2021) } 4.642659800s INFO prepare_target{force=false package_id=darling_core v0.20.10 target="darling_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/darling_core-a7839dde41d11df9/lib-darling_core` Caused by: No such file or directory (os error 2) 4.643046166s INFO prepare_target{force=false package_id=fnv v1.0.7 target="fnv"}: cargo::core::compiler::fingerprint: fingerprint error for fnv v1.0.7/Build/TargetInner { ..: lib_target("fnv", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fnv-1.0.7/lib.rs", Edition2015) } 4.643082144s INFO prepare_target{force=false package_id=fnv v1.0.7 target="fnv"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/fnv-4ed281e1030a6d76/lib-fnv` Caused by: No such file or directory (os error 2) 4.643408641s INFO prepare_target{force=false package_id=ident_case v1.0.1 target="ident_case"}: cargo::core::compiler::fingerprint: fingerprint error for ident_case v1.0.1/Build/TargetInner { name_inferred: true, ..: lib_target("ident_case", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ident_case-1.0.1/src/lib.rs", Edition2015) } 4.643430253s INFO prepare_target{force=false package_id=ident_case v1.0.1 target="ident_case"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/ident_case-19fcd24bf1cfe139/lib-ident_case` Caused by: No such file or directory (os error 2) 4.643843705s INFO prepare_target{force=false package_id=strsim v0.11.1 target="strsim"}: cargo::core::compiler::fingerprint: fingerprint error for strsim v0.11.1/Build/TargetInner { name_inferred: true, ..: lib_target("strsim", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/strsim-0.11.1/src/lib.rs", Edition2015) } 4.643866083s INFO prepare_target{force=false package_id=strsim v0.11.1 target="strsim"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/strsim-f1268dae49300dd7/lib-strsim` Caused by: No such file or directory (os error 2) 4.644221131s INFO prepare_target{force=false package_id=darling_macro v0.20.10 target="darling_macro"}: cargo::core::compiler::fingerprint: fingerprint error for darling_macro v0.20.10/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("darling_macro", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/darling_macro-0.20.10/src/lib.rs", Edition2021) } 4.644244715s INFO prepare_target{force=false package_id=darling_macro v0.20.10 target="darling_macro"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/darling_macro-badedaf0e6a02e5e/lib-darling_macro` Caused by: No such file or directory (os error 2) 4.644665397s INFO prepare_target{force=false package_id=rustc_error_codes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes) target="rustc_error_codes"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_error_codes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_error_codes", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes/src/lib.rs", Edition2021) } 4.644687796s INFO prepare_target{force=false package_id=rustc_error_codes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_codes) target="rustc_error_codes"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_error_codes-08f4bf3ee90e293f/lib-rustc_error_codes` Caused by: No such file or directory (os error 2) 4.645016001s INFO prepare_target{force=false package_id=rustc_error_messages v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages) target="rustc_error_messages"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_error_messages v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_error_messages", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages/src/lib.rs", Edition2021) } 4.645057641s INFO prepare_target{force=false package_id=rustc_error_messages v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_error_messages) target="rustc_error_messages"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_error_messages-abe7865bb0792b80/lib-rustc_error_messages` Caused by: No such file or directory (os error 2) 4.645587007s INFO prepare_target{force=false package_id=fluent-bundle v0.15.3 target="fluent_bundle"}: cargo::core::compiler::fingerprint: fingerprint error for fluent-bundle v0.15.3/Build/TargetInner { ..: lib_target("fluent_bundle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/lib.rs", Edition2021) } 4.645666830s INFO prepare_target{force=false package_id=fluent-bundle v0.15.3 target="fluent_bundle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/fluent-bundle-a79525da84b5fc87/lib-fluent_bundle` Caused by: No such file or directory (os error 2) 4.646106644s INFO prepare_target{force=false package_id=fluent-langneg v0.13.0 target="fluent_langneg"}: cargo::core::compiler::fingerprint: fingerprint error for fluent-langneg v0.13.0/Build/TargetInner { name_inferred: true, ..: lib_target("fluent_langneg", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0/src/lib.rs", Edition2018) } 4.646131255s INFO prepare_target{force=false package_id=fluent-langneg v0.13.0 target="fluent_langneg"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/fluent-langneg-9904423e4f5c1c3c/lib-fluent_langneg` Caused by: No such file or directory (os error 2) 4.646472268s INFO prepare_target{force=false package_id=unic-langid v0.9.5 target="unic_langid"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid v0.9.5/Build/TargetInner { ..: lib_target("unic_langid", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5/src/lib.rs", Edition2021) } 4.646494490s INFO prepare_target{force=false package_id=unic-langid v0.9.5 target="unic_langid"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/unic-langid-42099ee00d3cf8fa/lib-unic_langid` Caused by: No such file or directory (os error 2) 4.646840590s INFO prepare_target{force=false package_id=unic-langid-impl v0.9.5 target="unic_langid_impl"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid-impl v0.9.5/Build/TargetInner { ..: lib_target("unic_langid_impl", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/lib.rs", Edition2021) } 4.646862484s INFO prepare_target{force=false package_id=unic-langid-impl v0.9.5 target="unic_langid_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/unic-langid-impl-8e255761f80f19d6/lib-unic_langid_impl` Caused by: No such file or directory (os error 2) 4.647187787s INFO prepare_target{force=false package_id=tinystr v0.7.6 target="tinystr"}: cargo::core::compiler::fingerprint: fingerprint error for tinystr v0.7.6/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("tinystr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/lib.rs", Edition2021) } 4.647209969s INFO prepare_target{force=false package_id=tinystr v0.7.6 target="tinystr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/tinystr-a2c02738b1c813f9/lib-tinystr` Caused by: No such file or directory (os error 2) 4.647707556s INFO prepare_target{force=false package_id=displaydoc v0.2.5 target="displaydoc"}: cargo::core::compiler::fingerprint: fingerprint error for displaydoc v0.2.5/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("displaydoc", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/displaydoc-0.2.5/src/lib.rs", Edition2021) } 4.647731336s INFO prepare_target{force=false package_id=displaydoc v0.2.5 target="displaydoc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/displaydoc-0f1fd5b0916d33c6/lib-displaydoc` Caused by: No such file or directory (os error 2) 4.648170390s INFO prepare_target{force=false package_id=zerovec v0.10.4 target="zerovec"}: cargo::core::compiler::fingerprint: fingerprint error for zerovec v0.10.4/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("zerovec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/lib.rs", Edition2021) } 4.648193615s INFO prepare_target{force=false package_id=zerovec v0.10.4 target="zerovec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/zerovec-dcc6cba1ea572744/lib-zerovec` Caused by: No such file or directory (os error 2) 4.648600745s INFO prepare_target{force=false package_id=yoke v0.7.4 target="yoke"}: cargo::core::compiler::fingerprint: fingerprint error for yoke v0.7.4/Build/TargetInner { name_inferred: true, ..: lib_target("yoke", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/lib.rs", Edition2021) } 4.648633505s INFO prepare_target{force=false package_id=yoke v0.7.4 target="yoke"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/yoke-0caaffc09a598e86/lib-yoke` Caused by: No such file or directory (os error 2) 4.649161035s INFO prepare_target{force=false package_id=yoke-derive v0.7.4 target="yoke_derive"}: cargo::core::compiler::fingerprint: fingerprint error for yoke-derive v0.7.4/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("yoke_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-derive-0.7.4/src/lib.rs", Edition2021) } 4.649184739s INFO prepare_target{force=false package_id=yoke-derive v0.7.4 target="yoke_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/yoke-derive-18783c57db8e37b3/lib-yoke_derive` Caused by: No such file or directory (os error 2) 4.649586889s INFO prepare_target{force=false package_id=zerofrom v0.1.4 target="zerofrom"}: cargo::core::compiler::fingerprint: fingerprint error for zerofrom v0.1.4/Build/TargetInner { name_inferred: true, ..: lib_target("zerofrom", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-0.1.4/src/lib.rs", Edition2021) } 4.649609950s INFO prepare_target{force=false package_id=zerofrom v0.1.4 target="zerofrom"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/zerofrom-8cdf54758bafb94f/lib-zerofrom` Caused by: No such file or directory (os error 2) 4.649979034s INFO prepare_target{force=false package_id=zerofrom-derive v0.1.4 target="zerofrom_derive"}: cargo::core::compiler::fingerprint: fingerprint error for zerofrom-derive v0.1.4/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("zerofrom_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-derive-0.1.4/src/lib.rs", Edition2021) } 4.650004621s INFO prepare_target{force=false package_id=zerofrom-derive v0.1.4 target="zerofrom_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/zerofrom-derive-90b835403340a92c/lib-zerofrom_derive` Caused by: No such file or directory (os error 2) 4.650443194s INFO prepare_target{force=false package_id=zerovec-derive v0.10.3 target="zerovec_derive"}: cargo::core::compiler::fingerprint: fingerprint error for zerovec-derive v0.10.3/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("zerovec_derive", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/lib.rs", Edition2021) } 4.650479110s INFO prepare_target{force=false package_id=zerovec-derive v0.10.3 target="zerovec_derive"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/zerovec-derive-b2ad17035118d7c7/lib-zerovec_derive` Caused by: No such file or directory (os error 2) 4.650907720s INFO prepare_target{force=false package_id=unic-langid-macros v0.9.5 target="unic_langid_macros"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid-macros v0.9.5/Build/TargetInner { ..: lib_target("unic_langid_macros", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5/src/lib.rs", Edition2021) } 4.650939503s INFO prepare_target{force=false package_id=unic-langid-macros v0.9.5 target="unic_langid_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/unic-langid-macros-54e2f4cfa588df78/lib-unic_langid_macros` Caused by: No such file or directory (os error 2) 4.651357952s INFO prepare_target{force=false package_id=proc-macro-hack v0.5.20+deprecated target="proc_macro_hack"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro-hack v0.5.20+deprecated/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("proc_macro_hack", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs", Edition2018) } 4.651392222s INFO prepare_target{force=false package_id=proc-macro-hack v0.5.20+deprecated target="proc_macro_hack"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/proc-macro-hack-05eb41ee577cbb9a/lib-proc_macro_hack` Caused by: No such file or directory (os error 2) 4.652522898s INFO prepare_target{force=false package_id=proc-macro-hack v0.5.20+deprecated target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro-hack v0.5.20+deprecated/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/build.rs", Edition2018) } 4.652547102s INFO prepare_target{force=false package_id=proc-macro-hack v0.5.20+deprecated target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/proc-macro-hack-61a055fa58e381e5/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.652787501s INFO prepare_target{force=false package_id=proc-macro-hack v0.5.20+deprecated target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for proc-macro-hack v0.5.20+deprecated/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/build.rs", Edition2018) } 4.652808742s INFO prepare_target{force=false package_id=proc-macro-hack v0.5.20+deprecated target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/proc-macro-hack-ec87ce25e53d7bf2/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.653165096s INFO prepare_target{force=false package_id=unic-langid-macros-impl v0.9.5 target="unic_langid_macros_impl"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid-macros-impl v0.9.5/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("unic_langid_macros_impl", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-impl-0.9.5/src/lib.rs", Edition2021) } 4.653188583s INFO prepare_target{force=false package_id=unic-langid-macros-impl v0.9.5 target="unic_langid_macros_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/unic-langid-macros-impl-8480cfa2270f1110/lib-unic_langid_macros_impl` Caused by: No such file or directory (os error 2) 4.653631429s INFO prepare_target{force=false package_id=unic-langid-impl v0.9.5 target="unic_langid_impl"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid-impl v0.9.5/Build/TargetInner { ..: lib_target("unic_langid_impl", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/lib.rs", Edition2021) } 4.653655127s INFO prepare_target{force=false package_id=unic-langid-impl v0.9.5 target="unic_langid_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/unic-langid-impl-6f6b23e786146f65/lib-unic_langid_impl` Caused by: No such file or directory (os error 2) 4.654047157s INFO prepare_target{force=false package_id=tinystr v0.7.6 target="tinystr"}: cargo::core::compiler::fingerprint: fingerprint error for tinystr v0.7.6/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("tinystr", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/lib.rs", Edition2021) } 4.654070620s INFO prepare_target{force=false package_id=tinystr v0.7.6 target="tinystr"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/tinystr-950c727501921599/lib-tinystr` Caused by: No such file or directory (os error 2) 4.654403467s INFO prepare_target{force=false package_id=fluent-syntax v0.11.1 target="fluent_syntax"}: cargo::core::compiler::fingerprint: fingerprint error for fluent-syntax v0.11.1/Build/TargetInner { name_inferred: true, ..: lib_target("fluent_syntax", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/src/lib.rs", Edition2021) } 4.654427093s INFO prepare_target{force=false package_id=fluent-syntax v0.11.1 target="fluent_syntax"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/fluent-syntax-ba619c5adbebb48b/lib-fluent_syntax` Caused by: No such file or directory (os error 2) 4.654862856s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="thiserror"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/Build/TargetInner { ..: lib_target("thiserror", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/src/lib.rs", Edition2021) } 4.654885216s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="thiserror"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/thiserror-740f31323ffad861/lib-thiserror` Caused by: No such file or directory (os error 2) 4.655944760s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/build.rs", Edition2021) } 4.655970803s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/thiserror-11eeeac3bffa49b7/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.656217494s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/build.rs", Edition2021) } 4.656239582s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/thiserror-84b784dd573069d6/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.656579786s INFO prepare_target{force=false package_id=thiserror-impl v1.0.66 target="thiserror_impl"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror-impl v1.0.66/Build/TargetInner { for_host: true, proc_macro: true, ..: lib_target("thiserror_impl", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs", Edition2021) } 4.656619918s INFO prepare_target{force=false package_id=thiserror-impl v1.0.66 target="thiserror_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/thiserror-impl-d312c71428a3d514/lib-thiserror_impl` Caused by: No such file or directory (os error 2) 4.657023657s INFO prepare_target{force=false package_id=intl-memoizer v0.5.2 target="intl_memoizer"}: cargo::core::compiler::fingerprint: fingerprint error for intl-memoizer v0.5.2/Build/TargetInner { name_inferred: true, ..: lib_target("intl_memoizer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs", Edition2021) } 4.657047113s INFO prepare_target{force=false package_id=intl-memoizer v0.5.2 target="intl_memoizer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/intl-memoizer-27a4f616a3702c5d/lib-intl_memoizer` Caused by: No such file or directory (os error 2) 4.657449595s INFO prepare_target{force=false package_id=type-map v0.5.0 target="type_map"}: cargo::core::compiler::fingerprint: fingerprint error for type-map v0.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("type_map", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/src/lib.rs", Edition2018) } 4.657472765s INFO prepare_target{force=false package_id=type-map v0.5.0 target="type_map"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/type-map-c3da0b83ea157f8a/lib-type_map` Caused by: No such file or directory (os error 2) 4.657824418s INFO prepare_target{force=false package_id=intl_pluralrules v7.0.2 target="intl_pluralrules"}: cargo::core::compiler::fingerprint: fingerprint error for intl_pluralrules v7.0.2/Build/TargetInner { name_inferred: true, ..: lib_target("intl_pluralrules", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/lib.rs", Edition2018) } 4.657846833s INFO prepare_target{force=false package_id=intl_pluralrules v7.0.2 target="intl_pluralrules"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/intl_pluralrules-8f60e4017b53b4ab/lib-intl_pluralrules` Caused by: No such file or directory (os error 2) 4.658195243s INFO prepare_target{force=false package_id=self_cell v0.10.3 target="self_cell"}: cargo::core::compiler::fingerprint: fingerprint error for self_cell v0.10.3/Build/TargetInner { name_inferred: true, ..: lib_target("self_cell", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3/src/lib.rs", Edition2018) } 4.658225964s INFO prepare_target{force=false package_id=self_cell v0.10.3 target="self_cell"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/self_cell-68f5392d7a1d674c/lib-self_cell` Caused by: No such file or directory (os error 2) 4.658590638s INFO prepare_target{force=false package_id=self_cell v1.0.4 target="self_cell"}: cargo::core::compiler::fingerprint: fingerprint error for self_cell v1.0.4/Build/TargetInner { name_inferred: true, ..: lib_target("self_cell", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/lib.rs", Edition2018) } 4.658612794s INFO prepare_target{force=false package_id=self_cell v1.0.4 target="self_cell"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/self_cell-501fbf58035606be/lib-self_cell` Caused by: No such file or directory (os error 2) 4.658954324s INFO prepare_target{force=false package_id=icu_list v1.5.0 target="icu_list"}: cargo::core::compiler::fingerprint: fingerprint error for icu_list v1.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("icu_list", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list-1.5.0/src/lib.rs", Edition2021) } 4.658975992s INFO prepare_target{force=false package_id=icu_list v1.5.0 target="icu_list"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_list-b46c9811f4b820ff/lib-icu_list` Caused by: No such file or directory (os error 2) 4.659440105s INFO prepare_target{force=false package_id=icu_list_data v1.5.0 target="icu_list_data"}: cargo::core::compiler::fingerprint: fingerprint error for icu_list_data v1.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("icu_list_data", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_list_data-1.5.0/src/lib.rs", Edition2021) } 4.659462497s INFO prepare_target{force=false package_id=icu_list_data v1.5.0 target="icu_list_data"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_list_data-1cdbdd678fad3d1d/lib-icu_list_data` Caused by: No such file or directory (os error 2) 4.659791703s INFO prepare_target{force=false package_id=icu_locid_transform v1.5.0 target="icu_locid_transform"}: cargo::core::compiler::fingerprint: fingerprint error for icu_locid_transform v1.5.0/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("icu_locid_transform", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform-1.5.0/src/lib.rs", Edition2021) } 4.659827685s INFO prepare_target{force=false package_id=icu_locid_transform v1.5.0 target="icu_locid_transform"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_locid_transform-153263db2d1b0b46/lib-icu_locid_transform` Caused by: No such file or directory (os error 2) 4.660295675s INFO prepare_target{force=false package_id=icu_locid v1.5.0 target="icu_locid"}: cargo::core::compiler::fingerprint: fingerprint error for icu_locid v1.5.0/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("icu_locid", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/lib.rs", Edition2021) } 4.660318480s INFO prepare_target{force=false package_id=icu_locid v1.5.0 target="icu_locid"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_locid-f27e6635167787c4/lib-icu_locid` Caused by: No such file or directory (os error 2) 4.660723073s INFO prepare_target{force=false package_id=litemap v0.7.3 target="litemap"}: cargo::core::compiler::fingerprint: fingerprint error for litemap v0.7.3/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("litemap", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/litemap-0.7.3/src/lib.rs", Edition2021) } 4.660758704s INFO prepare_target{force=false package_id=litemap v0.7.3 target="litemap"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/litemap-d57acb4b72948ef5/lib-litemap` Caused by: No such file or directory (os error 2) 4.661082626s INFO prepare_target{force=false package_id=writeable v0.5.5 target="writeable"}: cargo::core::compiler::fingerprint: fingerprint error for writeable v0.5.5/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("writeable", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/lib.rs", Edition2021) } 4.661114887s INFO prepare_target{force=false package_id=writeable v0.5.5 target="writeable"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/writeable-8610b5c1cdb36afe/lib-writeable` Caused by: No such file or directory (os error 2) 4.661443404s INFO prepare_target{force=false package_id=icu_locid_transform_data v1.5.0 target="icu_locid_transform_data"}: cargo::core::compiler::fingerprint: fingerprint error for icu_locid_transform_data v1.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("icu_locid_transform_data", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid_transform_data-1.5.0/src/lib.rs", Edition2021) } 4.661466445s INFO prepare_target{force=false package_id=icu_locid_transform_data v1.5.0 target="icu_locid_transform_data"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_locid_transform_data-71814114da2a08c9/lib-icu_locid_transform_data` Caused by: No such file or directory (os error 2) 4.661800852s INFO prepare_target{force=false package_id=icu_provider v1.5.0 target="icu_provider"}: cargo::core::compiler::fingerprint: fingerprint error for icu_provider v1.5.0/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("icu_provider", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/lib.rs", Edition2021) } 4.661822473s INFO prepare_target{force=false package_id=icu_provider v1.5.0 target="icu_provider"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_provider-7d23ce7f280bec31/lib-icu_provider` Caused by: No such file or directory (os error 2) 4.662322716s INFO prepare_target{force=false package_id=icu_provider_macros v1.5.0 target="icu_provider_macros"}: cargo::core::compiler::fingerprint: fingerprint error for icu_provider_macros v1.5.0/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("icu_provider_macros", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_macros-1.5.0/src/lib.rs", Edition2021) } 4.662345790s INFO prepare_target{force=false package_id=icu_provider_macros v1.5.0 target="icu_provider_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/icu_provider_macros-3e5f24e72bd6be97/lib-icu_provider_macros` Caused by: No such file or directory (os error 2) 4.662748439s INFO prepare_target{force=false package_id=regex-automata v0.2.0 target="regex_automata"}: cargo::core::compiler::fingerprint: fingerprint error for regex-automata v0.2.0/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("regex_automata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.2.0/src/lib.rs", Edition2018) } 4.662771462s INFO prepare_target{force=false package_id=regex-automata v0.2.0 target="regex_automata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/regex-automata-cea4efa669d424fd/lib-regex_automata` Caused by: No such file or directory (os error 2) 4.663141271s INFO prepare_target{force=false package_id=icu_provider_adapters v1.5.0 target="icu_provider_adapters"}: cargo::core::compiler::fingerprint: fingerprint error for icu_provider_adapters v1.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("icu_provider_adapters", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_adapters-1.5.0/src/lib.rs", Edition2021) } 4.663164544s INFO prepare_target{force=false package_id=icu_provider_adapters v1.5.0 target="icu_provider_adapters"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/icu_provider_adapters-632f39851b5dabbc/lib-icu_provider_adapters` Caused by: No such file or directory (os error 2) 4.663789494s INFO prepare_target{force=false package_id=rustc_baked_icu_data v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data) target="rustc_baked_icu_data"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_baked_icu_data v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_baked_icu_data", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data/src/lib.rs", Edition2021) } 4.663818988s INFO prepare_target{force=false package_id=rustc_baked_icu_data v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_baked_icu_data) target="rustc_baked_icu_data"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_baked_icu_data-8e73925114250e64/lib-rustc_baked_icu_data` Caused by: No such file or directory (os error 2) 4.664280507s INFO prepare_target{force=false package_id=rustc_fluent_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro) target="rustc_fluent_macro"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_fluent_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro)/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("rustc_fluent_macro", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro/src/lib.rs", Edition2021) } 4.664308314s INFO prepare_target{force=false package_id=rustc_fluent_macro v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fluent_macro) target="rustc_fluent_macro"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/rustc_fluent_macro-d85fa5948150669e/lib-rustc_fluent_macro` Caused by: No such file or directory (os error 2) 4.664866979s INFO prepare_target{force=false package_id=annotate-snippets v0.11.4 target="annotate_snippets"}: cargo::core::compiler::fingerprint: fingerprint error for annotate-snippets v0.11.4/Build/TargetInner { ..: lib_target("annotate_snippets", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/annotate-snippets-0.11.4/src/lib.rs", Edition2021) } 4.664890049s INFO prepare_target{force=false package_id=annotate-snippets v0.11.4 target="annotate_snippets"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/annotate-snippets-d41a0340d8f966f3/lib-annotate_snippets` Caused by: No such file or directory (os error 2) 4.665300524s INFO prepare_target{force=false package_id=anstyle v1.0.10 target="anstyle"}: cargo::core::compiler::fingerprint: fingerprint error for anstyle v1.0.10/Build/TargetInner { ..: lib_target("anstyle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/anstyle-1.0.10/src/lib.rs", Edition2021) } 4.665322572s INFO prepare_target{force=false package_id=anstyle v1.0.10 target="anstyle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/anstyle-32939d956eb66752/lib-anstyle` Caused by: No such file or directory (os error 2) 4.665676923s 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/Build/TargetInner { ..: lib_target("unicode_width", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.1.14/src/lib.rs", Edition2021) } 4.665697851s INFO prepare_target{force=false package_id=unicode-width v0.1.14 target="unicode_width"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/unicode-width-cc9da0226bd49ade/lib-unicode_width` Caused by: No such file or directory (os error 2) 4.666060965s INFO prepare_target{force=false package_id=fluent-bundle v0.15.3 target="fluent_bundle"}: cargo::core::compiler::fingerprint: fingerprint error for fluent-bundle v0.15.3/Build/TargetInner { ..: lib_target("fluent_bundle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-bundle-0.15.3/src/lib.rs", Edition2021) } 4.666082163s INFO prepare_target{force=false package_id=fluent-bundle v0.15.3 target="fluent_bundle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/fluent-bundle-c2cce21fbe45d093/lib-fluent_bundle` Caused by: No such file or directory (os error 2) 4.666540036s INFO prepare_target{force=false package_id=fluent-langneg v0.13.0 target="fluent_langneg"}: cargo::core::compiler::fingerprint: fingerprint error for fluent-langneg v0.13.0/Build/TargetInner { name_inferred: true, ..: lib_target("fluent_langneg", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-langneg-0.13.0/src/lib.rs", Edition2018) } 4.666562345s INFO prepare_target{force=false package_id=fluent-langneg v0.13.0 target="fluent_langneg"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/fluent-langneg-ca09f80a99453db9/lib-fluent_langneg` Caused by: No such file or directory (os error 2) 4.666913275s INFO prepare_target{force=false package_id=unic-langid v0.9.5 target="unic_langid"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid v0.9.5/Build/TargetInner { ..: lib_target("unic_langid", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-0.9.5/src/lib.rs", Edition2021) } 4.666936172s INFO prepare_target{force=false package_id=unic-langid v0.9.5 target="unic_langid"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/unic-langid-26094547fe1d0cb1/lib-unic_langid` Caused by: No such file or directory (os error 2) 4.667300619s INFO prepare_target{force=false package_id=unic-langid-macros v0.9.5 target="unic_langid_macros"}: cargo::core::compiler::fingerprint: fingerprint error for unic-langid-macros v0.9.5/Build/TargetInner { ..: lib_target("unic_langid_macros", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5/src/lib.rs", Edition2021) } 4.667323211s INFO prepare_target{force=false package_id=unic-langid-macros v0.9.5 target="unic_langid_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/unic-langid-macros-1224629d43424ef9/lib-unic_langid_macros` Caused by: No such file or directory (os error 2) 4.667672251s INFO prepare_target{force=false package_id=fluent-syntax v0.11.1 target="fluent_syntax"}: cargo::core::compiler::fingerprint: fingerprint error for fluent-syntax v0.11.1/Build/TargetInner { name_inferred: true, ..: lib_target("fluent_syntax", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fluent-syntax-0.11.1/src/lib.rs", Edition2021) } 4.667707290s INFO prepare_target{force=false package_id=fluent-syntax v0.11.1 target="fluent_syntax"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/fluent-syntax-ae6e34cc91d6a24c/lib-fluent_syntax` Caused by: No such file or directory (os error 2) 4.668034426s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="thiserror"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/Build/TargetInner { ..: lib_target("thiserror", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/src/lib.rs", Edition2021) } 4.668055885s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="thiserror"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/thiserror-46f69f68b7be539a/lib-thiserror` Caused by: No such file or directory (os error 2) 4.668958826s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for thiserror v1.0.66/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/build.rs", Edition2021) } 4.668982331s INFO prepare_target{force=false package_id=thiserror v1.0.66 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/thiserror-00a4d9f181b3348a/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.669235809s INFO prepare_target{force=false package_id=intl-memoizer v0.5.2 target="intl_memoizer"}: cargo::core::compiler::fingerprint: fingerprint error for intl-memoizer v0.5.2/Build/TargetInner { name_inferred: true, ..: lib_target("intl_memoizer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl-memoizer-0.5.2/src/lib.rs", Edition2021) } 4.669259723s INFO prepare_target{force=false package_id=intl-memoizer v0.5.2 target="intl_memoizer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/intl-memoizer-4ba1997722ba02a3/lib-intl_memoizer` Caused by: No such file or directory (os error 2) 4.669610565s INFO prepare_target{force=false package_id=type-map v0.5.0 target="type_map"}: cargo::core::compiler::fingerprint: fingerprint error for type-map v0.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("type_map", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/type-map-0.5.0/src/lib.rs", Edition2018) } 4.669634206s INFO prepare_target{force=false package_id=type-map v0.5.0 target="type_map"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/type-map-6b574806722f794a/lib-type_map` Caused by: No such file or directory (os error 2) 4.670006488s 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/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/src/lib.rs", Edition2015) } 4.670029838s INFO prepare_target{force=false package_id=rustc-hash v1.1.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/rustc-hash-18e59c1c31888697/lib-rustc_hash` Caused by: No such file or directory (os error 2) 4.670403310s INFO prepare_target{force=false package_id=intl_pluralrules v7.0.2 target="intl_pluralrules"}: cargo::core::compiler::fingerprint: fingerprint error for intl_pluralrules v7.0.2/Build/TargetInner { name_inferred: true, ..: lib_target("intl_pluralrules", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/intl_pluralrules-7.0.2/src/lib.rs", Edition2018) } 4.670426366s INFO prepare_target{force=false package_id=intl_pluralrules v7.0.2 target="intl_pluralrules"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/intl_pluralrules-a39b16d5c8b9a8a7/lib-intl_pluralrules` Caused by: No such file or directory (os error 2) 4.670800701s INFO prepare_target{force=false package_id=self_cell v0.10.3 target="self_cell"}: cargo::core::compiler::fingerprint: fingerprint error for self_cell v0.10.3/Build/TargetInner { name_inferred: true, ..: lib_target("self_cell", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-0.10.3/src/lib.rs", Edition2018) } 4.670823632s INFO prepare_target{force=false package_id=self_cell v0.10.3 target="self_cell"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/self_cell-b2f636abd5d1bf10/lib-self_cell` Caused by: No such file or directory (os error 2) 4.671175160s INFO prepare_target{force=false package_id=self_cell v1.0.4 target="self_cell"}: cargo::core::compiler::fingerprint: fingerprint error for self_cell v1.0.4/Build/TargetInner { name_inferred: true, ..: lib_target("self_cell", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/self_cell-1.0.4/src/lib.rs", Edition2018) } 4.671197941s INFO prepare_target{force=false package_id=self_cell v1.0.4 target="self_cell"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/self_cell-f8cc263f93180741/lib-self_cell` Caused by: No such file or directory (os error 2) 4.671555052s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: fingerprint error for smallvec v1.13.2/Build/TargetInner { name_inferred: true, ..: lib_target("smallvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs", Edition2018) } 4.671577941s INFO prepare_target{force=false package_id=smallvec v1.13.2 target="smallvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/smallvec-2b53b79693dd363b/lib-smallvec` Caused by: No such file or directory (os error 2) 4.671932296s INFO prepare_target{force=false package_id=rustc_hir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir) target="rustc_hir"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_hir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hir", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir/src/lib.rs", Edition2021) } 4.671958924s INFO prepare_target{force=false package_id=rustc_hir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir) target="rustc_hir"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_hir-0b038177e3f37956/lib-rustc_hir` Caused by: No such file or directory (os error 2) 4.672591009s INFO prepare_target{force=false package_id=odht v0.3.1 target="odht"}: cargo::core::compiler::fingerprint: fingerprint error for odht v0.3.1/Build/TargetInner { name_inferred: true, ..: lib_target("odht", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/odht-0.3.1/src/lib.rs", Edition2018) } 4.672615116s INFO prepare_target{force=false package_id=odht v0.3.1 target="odht"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/odht-a26362ad09f5a4c9/lib-odht` Caused by: No such file or directory (os error 2) 4.673024028s INFO prepare_target{force=false package_id=rustc_target v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target) target="rustc_target"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_target v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_target", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target/src/lib.rs", Edition2021) } 4.673051992s INFO prepare_target{force=false package_id=rustc_target v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_target) target="rustc_target"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_target-2c65854d4c4c39fb/lib-rustc_target` Caused by: No such file or directory (os error 2) 4.673632364s INFO prepare_target{force=false package_id=rustc_fs_util v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util) target="rustc_fs_util"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_fs_util v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_fs_util", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util/src/lib.rs", Edition2021) } 4.673659768s INFO prepare_target{force=false package_id=rustc_fs_util v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_fs_util) target="rustc_fs_util"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_fs_util-1addc94607ec0739/lib-rustc_fs_util` Caused by: No such file or directory (os error 2) 4.674298302s INFO prepare_target{force=false package_id=rustc_lint_defs v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs) target="rustc_lint_defs"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_lint_defs v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_lint_defs", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs/src/lib.rs", Edition2021) } 4.674326679s INFO prepare_target{force=false package_id=rustc_lint_defs v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint_defs) target="rustc_lint_defs"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_lint_defs-628b9c2d2f3df487/lib-rustc_lint_defs` Caused by: No such file or directory (os error 2) 4.674828800s INFO prepare_target{force=false package_id=rustc_type_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir) target="rustc_type_ir"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_type_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_type_ir", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir/src/lib.rs", Edition2021) } 4.674872372s INFO prepare_target{force=false package_id=rustc_type_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir) target="rustc_type_ir"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_type_ir-459c7e1ca401cc8c/lib-rustc_type_ir` Caused by: No such file or directory (os error 2) 4.675413881s INFO prepare_target{force=false package_id=rustc_type_ir_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros) target="rustc_type_ir_macros"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_type_ir_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros)/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("rustc_type_ir_macros", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros/src/lib.rs", Edition2021) } 4.675443094s INFO prepare_target{force=false package_id=rustc_type_ir_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_type_ir_macros) target="rustc_type_ir_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/rustc_type_ir_macros-bacb9d27b3e65d0f/lib-rustc_type_ir_macros` Caused by: No such file or directory (os error 2) 4.675878526s INFO prepare_target{force=false package_id=termcolor v1.4.1 target="termcolor"}: cargo::core::compiler::fingerprint: fingerprint error for termcolor v1.4.1/Build/TargetInner { benched: false, ..: lib_target("termcolor", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termcolor-1.4.1/src/lib.rs", Edition2018) } 4.675902426s INFO prepare_target{force=false package_id=termcolor v1.4.1 target="termcolor"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/termcolor-7862a9871cfbd555/lib-termcolor` Caused by: No such file or directory (os error 2) 4.676269766s INFO prepare_target{force=false package_id=termize v0.1.1 target="termize"}: cargo::core::compiler::fingerprint: fingerprint error for termize v0.1.1/Build/TargetInner { name_inferred: true, ..: lib_target("termize", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/termize-0.1.1/src/lib.rs", Edition2018) } 4.676293085s INFO prepare_target{force=false package_id=termize v0.1.1 target="termize"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/termize-daccde0c53b54495/lib-termize` Caused by: No such file or directory (os error 2) 4.676681996s INFO prepare_target{force=false package_id=rustc_session v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session) target="rustc_session"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_session v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_session", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session/src/lib.rs", Edition2021) } 4.676707977s INFO prepare_target{force=false package_id=rustc_session v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_session) target="rustc_session"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_session-ae3e6798fec74a1a/lib-rustc_session` Caused by: No such file or directory (os error 2) 4.677294007s INFO prepare_target{force=false package_id=getopts v0.2.21 target="getopts"}: cargo::core::compiler::fingerprint: fingerprint error for getopts v0.2.21/Build/TargetInner { name_inferred: true, ..: lib_target("getopts", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getopts-0.2.21/src/lib.rs", Edition2015) } 4.677318351s INFO prepare_target{force=false package_id=getopts v0.2.21 target="getopts"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/getopts-563a14fa5474d5a7/lib-getopts` Caused by: No such file or directory (os error 2) 4.677729033s INFO prepare_target{force=false package_id=rustc_incremental v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental) target="rustc_incremental"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_incremental v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_incremental", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental/src/lib.rs", Edition2021) } 4.677757723s INFO prepare_target{force=false package_id=rustc_incremental v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_incremental) target="rustc_incremental"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_incremental-6136c83d3a86795f/lib-rustc_incremental` Caused by: No such file or directory (os error 2) 4.678273922s INFO prepare_target{force=false package_id=rustc_middle v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle) target="rustc_middle"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_middle v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_middle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle/src/lib.rs", Edition2021) } 4.678302358s INFO prepare_target{force=false package_id=rustc_middle v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_middle) target="rustc_middle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_middle-f4856861da0769cb/lib-rustc_middle` Caused by: No such file or directory (os error 2) 4.678952725s INFO prepare_target{force=false package_id=field-offset v0.3.6 target="field_offset"}: cargo::core::compiler::fingerprint: fingerprint error for field-offset v0.3.6/Build/TargetInner { name_inferred: true, ..: lib_target("field_offset", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/src/lib.rs", Edition2015) } 4.678978084s INFO prepare_target{force=false package_id=field-offset v0.3.6 target="field_offset"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/field-offset-23d8e123f8bf6dd4/lib-field_offset` Caused by: No such file or directory (os error 2) 4.680045770s INFO prepare_target{force=false package_id=field-offset v0.3.6 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for field-offset v0.3.6/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/build.rs", Edition2015) } 4.680069604s INFO prepare_target{force=false package_id=field-offset v0.3.6 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/field-offset-661a58ecef8b0833/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.680361849s INFO prepare_target{force=false package_id=field-offset v0.3.6 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for field-offset v0.3.6/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/field-offset-0.3.6/build.rs", Edition2015) } 4.680384644s INFO prepare_target{force=false package_id=field-offset v0.3.6 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/field-offset-7c9db69ddafad86d/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.680791047s INFO prepare_target{force=false package_id=rustc_version v0.4.1 target="rustc_version"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_version v0.4.1/Build/TargetInner { ..: lib_target("rustc_version", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_version-0.4.1/src/lib.rs", Edition2018) } 4.680815780s INFO prepare_target{force=false package_id=rustc_version v0.4.1 target="rustc_version"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/rustc_version-d8c13be4627f58aa/lib-rustc_version` Caused by: No such file or directory (os error 2) 4.681187260s INFO prepare_target{force=false package_id=semver v1.0.23 target="semver"}: cargo::core::compiler::fingerprint: fingerprint error for semver v1.0.23/Build/TargetInner { doc_scrape_examples: Disabled, ..: lib_target("semver", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/src/lib.rs", Edition2018) } 4.681211360s INFO prepare_target{force=false package_id=semver v1.0.23 target="semver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/semver-95c3446daee87c2b/lib-semver` Caused by: No such file or directory (os error 2) 4.682293209s INFO prepare_target{force=false package_id=semver v1.0.23 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for semver v1.0.23/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/build.rs", Edition2018) } 4.682316895s INFO prepare_target{force=false package_id=semver v1.0.23 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/semver-34e33bb608cf5bb2/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.682566349s INFO prepare_target{force=false package_id=semver v1.0.23 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for semver v1.0.23/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/semver-1.0.23/build.rs", Edition2018) } 4.682587667s INFO prepare_target{force=false package_id=semver v1.0.23 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/semver-a0d29bcc07e0326d/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.682996817s INFO prepare_target{force=false package_id=memoffset v0.9.1 target="memoffset"}: cargo::core::compiler::fingerprint: fingerprint error for memoffset v0.9.1/Build/TargetInner { name_inferred: true, ..: lib_target("memoffset", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/src/lib.rs", Edition2015) } 4.683020574s INFO prepare_target{force=false package_id=memoffset v0.9.1 target="memoffset"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/memoffset-e99ad7f9d80d05e9/lib-memoffset` Caused by: No such file or directory (os error 2) 4.684099324s INFO prepare_target{force=false package_id=memoffset v0.9.1 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for memoffset v0.9.1/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/build.rs", Edition2015) } 4.684123064s INFO prepare_target{force=false package_id=memoffset v0.9.1 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/memoffset-6f69cd87d9e0686f/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.684377785s INFO prepare_target{force=false package_id=memoffset v0.9.1 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for memoffset v0.9.1/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memoffset-0.9.1/build.rs", Edition2015) } 4.684400002s INFO prepare_target{force=false package_id=memoffset v0.9.1 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/memoffset-4e998fc03aa6d584/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.684814540s INFO prepare_target{force=false package_id=gsgdt v0.1.2 target="gsgdt"}: cargo::core::compiler::fingerprint: fingerprint error for gsgdt v0.1.2/Build/TargetInner { name_inferred: true, ..: lib_target("gsgdt", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gsgdt-0.1.2/src/lib.rs", Edition2018) } 4.684838411s INFO prepare_target{force=false package_id=gsgdt v0.1.2 target="gsgdt"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/gsgdt-bf8f077bb03c76a7/lib-gsgdt` Caused by: No such file or directory (os error 2) 4.685225408s INFO prepare_target{force=false package_id=polonius-engine v0.13.0 target="polonius_engine"}: cargo::core::compiler::fingerprint: fingerprint error for polonius-engine v0.13.0/Build/TargetInner { name_inferred: true, ..: lib_target("polonius_engine", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/polonius-engine-0.13.0/src/lib.rs", Edition2015) } 4.685259962s INFO prepare_target{force=false package_id=polonius-engine v0.13.0 target="polonius_engine"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/polonius-engine-a427576832aa4606/lib-polonius_engine` Caused by: No such file or directory (os error 2) 4.685683210s INFO prepare_target{force=false package_id=datafrog v2.0.1 target="datafrog"}: cargo::core::compiler::fingerprint: fingerprint error for datafrog v2.0.1/Build/TargetInner { name_inferred: true, ..: lib_target("datafrog", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/datafrog-2.0.1/src/lib.rs", Edition2018) } 4.685708335s INFO prepare_target{force=false package_id=datafrog v2.0.1 target="datafrog"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/datafrog-95bb3ed4d1a896c2/lib-datafrog` Caused by: No such file or directory (os error 2) 4.686101923s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="rustc_apfloat"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_apfloat v0.2.1+llvm-462a31f5a5ab/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_apfloat", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/src/lib.rs", Edition2021) } 4.686127848s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="rustc_apfloat"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_apfloat-13c80676a4d5a1ba/lib-rustc_apfloat` Caused by: No such file or directory (os error 2) 4.686563273s INFO prepare_target{force=false package_id=bitflags v1.3.2 target="bitflags"}: cargo::core::compiler::fingerprint: fingerprint error for bitflags v1.3.2/Build/TargetInner { name_inferred: true, ..: lib_target("bitflags", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-1.3.2/src/lib.rs", Edition2018) } 4.686587979s INFO prepare_target{force=false package_id=bitflags v1.3.2 target="bitflags"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/bitflags-82ed777e80bf7af2/lib-bitflags` Caused by: No such file or directory (os error 2) 4.687662761s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_apfloat v0.2.1+llvm-462a31f5a5ab/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/build.rs", Edition2021) } 4.687688222s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_apfloat-eca9b47367f226a4/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.687969764s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_apfloat v0.2.1+llvm-462a31f5a5ab/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc_apfloat-0.2.1+llvm-462a31f5a5ab/build.rs", Edition2021) } 4.687993452s INFO prepare_target{force=false package_id=rustc_apfloat v0.2.1+llvm-462a31f5a5ab target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/rustc_apfloat-2d06b2bbff51e093/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.688572155s INFO prepare_target{force=false package_id=rustc_hir_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty) target="rustc_hir_pretty"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_hir_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hir_pretty", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty/src/lib.rs", Edition2021) } 4.688601335s INFO prepare_target{force=false package_id=rustc_hir_pretty v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_pretty) target="rustc_hir_pretty"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_hir_pretty-630357be23885e2f/lib-rustc_hir_pretty` Caused by: No such file or directory (os error 2) 4.689042107s INFO prepare_target{force=false package_id=rustc_query_system v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system) target="rustc_query_system"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_query_system v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_query_system", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system/src/lib.rs", Edition2021) } 4.689070998s INFO prepare_target{force=false package_id=rustc_query_system v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_system) target="rustc_query_system"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_query_system-41ae18c2c7dbdc3f/lib-rustc_query_system` Caused by: No such file or directory (os error 2) 4.689710280s INFO prepare_target{force=false package_id=rustc_metadata v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata) target="rustc_metadata"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_metadata v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_metadata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata/src/lib.rs", Edition2021) } 4.689740220s INFO prepare_target{force=false package_id=rustc_metadata v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_metadata) target="rustc_metadata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_metadata-e5cc6f2d6a2fd279/lib-rustc_metadata` Caused by: No such file or directory (os error 2) 4.690386507s INFO prepare_target{force=false package_id=libloading v0.8.5 target="libloading"}: cargo::core::compiler::fingerprint: fingerprint error for libloading v0.8.5/Build/TargetInner { name_inferred: true, ..: lib_target("libloading", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libloading-0.8.5/src/lib.rs", Edition2015) } 4.690412056s INFO prepare_target{force=false package_id=libloading v0.8.5 target="libloading"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/libloading-a1ed02a145e3ec40/lib-libloading` Caused by: No such file or directory (os error 2) 4.690907666s INFO prepare_target{force=false package_id=rustc_expand v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand) target="rustc_expand"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_expand v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand)/Build/TargetInner { name_inferred: true, doctest: false, ..: lib_target("rustc_expand", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand/src/lib.rs", Edition2021) } 4.690937194s INFO prepare_target{force=false package_id=rustc_expand v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_expand) target="rustc_expand"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_expand-0175554d51a0b0de/lib-rustc_expand` Caused by: No such file or directory (os error 2) 4.691460843s INFO prepare_target{force=false package_id=rustc_ast_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes) target="rustc_ast_passes"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_ast_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_ast_passes", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes/src/lib.rs", Edition2021) } 4.691490050s INFO prepare_target{force=false package_id=rustc_ast_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_passes) target="rustc_ast_passes"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_ast_passes-a34c3f76cff73cc4/lib-rustc_ast_passes` Caused by: No such file or directory (os error 2) 4.692132446s INFO prepare_target{force=false package_id=rustc_parse v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse) target="rustc_parse"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_parse v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_parse", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse/src/lib.rs", Edition2021) } 4.692163824s INFO prepare_target{force=false package_id=rustc_parse v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse) target="rustc_parse"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_parse-ed16a862eddebdfb/lib-rustc_parse` Caused by: No such file or directory (os error 2) 4.692655536s INFO prepare_target{force=false package_id=unicode-normalization v0.1.24 target="unicode_normalization"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-normalization v0.1.24/Build/TargetInner { ..: lib_target("unicode_normalization", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-normalization-0.1.24/src/lib.rs", Edition2018) } 4.692681595s INFO prepare_target{force=false package_id=unicode-normalization v0.1.24 target="unicode_normalization"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-normalization-488f82d190bfe414/lib-unicode_normalization` Caused by: No such file or directory (os error 2) 4.693105235s INFO prepare_target{force=false package_id=tinyvec v1.8.0 target="tinyvec"}: cargo::core::compiler::fingerprint: fingerprint error for tinyvec v1.8.0/Build/TargetInner { ..: lib_target("tinyvec", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec-1.8.0/src/lib.rs", Edition2018) } 4.693129321s INFO prepare_target{force=false package_id=tinyvec v1.8.0 target="tinyvec"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/tinyvec-c86961805af48317/lib-tinyvec` Caused by: No such file or directory (os error 2) 4.693521260s INFO prepare_target{force=false package_id=tinyvec_macros v0.1.1 target="tinyvec_macros"}: cargo::core::compiler::fingerprint: fingerprint error for tinyvec_macros v0.1.1/Build/TargetInner { name_inferred: true, ..: lib_target("tinyvec_macros", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinyvec_macros-0.1.1/src/lib.rs", Edition2018) } 4.693555021s INFO prepare_target{force=false package_id=tinyvec_macros v0.1.1 target="tinyvec_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/tinyvec_macros-6352ed0018b13ccc/lib-tinyvec_macros` Caused by: No such file or directory (os error 2) 4.694108590s INFO prepare_target{force=false package_id=rustc_symbol_mangling v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling) target="rustc_symbol_mangling"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_symbol_mangling v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_symbol_mangling", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling/src/lib.rs", Edition2021) } 4.694138466s INFO prepare_target{force=false package_id=rustc_symbol_mangling v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_symbol_mangling) target="rustc_symbol_mangling"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_symbol_mangling-1bcef59c98402df6/lib-rustc_symbol_mangling` Caused by: No such file or directory (os error 2) 4.694726053s INFO prepare_target{force=false package_id=punycode v0.4.1 target="punycode"}: cargo::core::compiler::fingerprint: fingerprint error for punycode v0.4.1/Build/TargetInner { name_inferred: true, ..: lib_target("punycode", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/punycode-0.4.1/src/lib.rs", Edition2015) } 4.694750053s INFO prepare_target{force=false package_id=punycode v0.4.1 target="punycode"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/punycode-88c46be1e725b61a/lib-punycode` Caused by: No such file or directory (os error 2) 4.695157914s INFO prepare_target{force=false package_id=rustc-demangle v0.1.24 target="rustc_demangle"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-demangle v0.1.24/Build/TargetInner { ..: lib_target("rustc_demangle", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-demangle-0.1.24/src/lib.rs", Edition2015) } 4.695184495s INFO prepare_target{force=false package_id=rustc-demangle v0.1.24 target="rustc_demangle"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc-demangle-6a2e4c42fdce3efb/lib-rustc_demangle` Caused by: No such file or directory (os error 2) 4.695640323s INFO prepare_target{force=false package_id=rustc_trait_selection v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection) target="rustc_trait_selection"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_trait_selection v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_trait_selection", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection/src/lib.rs", Edition2021) } 4.695671438s INFO prepare_target{force=false package_id=rustc_trait_selection v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_trait_selection) target="rustc_trait_selection"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_trait_selection-efba06187affcd72/lib-rustc_trait_selection` Caused by: No such file or directory (os error 2) 4.696435622s INFO prepare_target{force=false package_id=rustc_infer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer) target="rustc_infer"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_infer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer)/Build/TargetInner { name_inferred: true, doctest: false, ..: lib_target("rustc_infer", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer/src/lib.rs", Edition2021) } 4.696481346s INFO prepare_target{force=false package_id=rustc_infer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_infer) target="rustc_infer"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_infer-d77aada5b3287330/lib-rustc_infer` Caused by: No such file or directory (os error 2) 4.697048564s INFO prepare_target{force=false package_id=rustc_next_trait_solver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver) target="rustc_next_trait_solver"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_next_trait_solver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_next_trait_solver", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver/src/lib.rs", Edition2021) } 4.697101869s INFO prepare_target{force=false package_id=rustc_next_trait_solver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_next_trait_solver) target="rustc_next_trait_solver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_next_trait_solver-27f08e0575ea2bc1/lib-rustc_next_trait_solver` Caused by: No such file or directory (os error 2) 4.697597381s INFO prepare_target{force=false package_id=rustc_parse_format v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format) target="rustc_parse_format"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_parse_format v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_parse_format", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format/src/lib.rs", Edition2021) } 4.697628071s INFO prepare_target{force=false package_id=rustc_parse_format v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_parse_format) target="rustc_parse_format"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_parse_format-ba4257b518898d76/lib-rustc_parse_format` Caused by: No such file or directory (os error 2) 4.698063978s INFO prepare_target{force=false package_id=rustc_transmute v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute) target="rustc_transmute"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_transmute v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_transmute", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute/src/lib.rs", Edition2021) } 4.698093674s INFO prepare_target{force=false package_id=rustc_transmute v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_transmute) target="rustc_transmute"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_transmute-297ca6ddf77d7b7c/lib-rustc_transmute` Caused by: No such file or directory (os error 2) 4.698595749s INFO prepare_target{force=false package_id=thorin-dwp v0.8.0 target="thorin"}: cargo::core::compiler::fingerprint: fingerprint error for thorin-dwp v0.8.0/Build/TargetInner { benched: false, ..: lib_target("thorin", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thorin-dwp-0.8.0/src/lib.rs", Edition2021) } 4.698623343s INFO prepare_target{force=false package_id=thorin-dwp v0.8.0 target="thorin"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/thorin-dwp-bb5b50ae4aa5441c/lib-thorin` Caused by: No such file or directory (os error 2) 4.699034760s INFO prepare_target{force=false package_id=gimli v0.30.0 target="gimli"}: cargo::core::compiler::fingerprint: fingerprint error for gimli v0.30.0/Build/TargetInner { name_inferred: true, ..: lib_target("gimli", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/gimli-0.30.0/src/lib.rs", Edition2018) } 4.699061048s INFO prepare_target{force=false package_id=gimli v0.30.0 target="gimli"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/gimli-f891fec758b61347/lib-gimli` Caused by: No such file or directory (os error 2) 4.699469523s INFO prepare_target{force=false package_id=hashbrown v0.14.5 target="hashbrown"}: cargo::core::compiler::fingerprint: fingerprint error for hashbrown v0.14.5/Build/TargetInner { name_inferred: true, ..: lib_target("hashbrown", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.14.5/src/lib.rs", Edition2021) } 4.699494039s INFO prepare_target{force=false package_id=hashbrown v0.14.5 target="hashbrown"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/hashbrown-edccce59bab3d3a3/lib-hashbrown` Caused by: No such file or directory (os error 2) 4.699899865s INFO prepare_target{force=false package_id=ahash v0.8.11 target="ahash"}: cargo::core::compiler::fingerprint: fingerprint error for ahash v0.8.11/Build/TargetInner { ..: lib_target("ahash", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/src/lib.rs", Edition2018) } 4.699925656s INFO prepare_target{force=false package_id=ahash v0.8.11 target="ahash"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/ahash-f94ed530913a80be/lib-ahash` Caused by: No such file or directory (os error 2) 4.701111999s INFO prepare_target{force=false package_id=ahash v0.8.11 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for ahash v0.8.11/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/build.rs", Edition2018) } 4.701136805s INFO prepare_target{force=false package_id=ahash v0.8.11 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/ahash-6cabe8dd9cf3a1c1/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.701437706s INFO prepare_target{force=false package_id=ahash v0.8.11 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for ahash v0.8.11/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ahash-0.8.11/build.rs", Edition2018) } 4.701461528s INFO prepare_target{force=false package_id=ahash v0.8.11 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/ahash-dceacda0bb185d59/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.701908571s INFO prepare_target{force=false package_id=allocator-api2 v0.2.18 target="allocator_api2"}: cargo::core::compiler::fingerprint: fingerprint error for allocator-api2 v0.2.18/Build/TargetInner { name_inferred: true, ..: lib_target("allocator_api2", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/allocator-api2-0.2.18/src/lib.rs", Edition2018) } 4.701934117s INFO prepare_target{force=false package_id=allocator-api2 v0.2.18 target="allocator_api2"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/allocator-api2-e1169a7956bbc0af/lib-allocator_api2` Caused by: No such file or directory (os error 2) 4.702327548s INFO prepare_target{force=false package_id=wasm-encoder v0.216.0 target="wasm_encoder"}: cargo::core::compiler::fingerprint: fingerprint error for wasm-encoder v0.216.0/Build/TargetInner { ..: lib_target("wasm_encoder", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasm-encoder-0.216.0/src/lib.rs", Edition2021) } 4.702355066s INFO prepare_target{force=false package_id=wasm-encoder v0.216.0 target="wasm_encoder"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/wasm-encoder-5d592801529d4849/lib-wasm_encoder` Caused by: No such file or directory (os error 2) 4.702772467s INFO prepare_target{force=false package_id=leb128 v0.2.5 target="leb128"}: cargo::core::compiler::fingerprint: fingerprint error for leb128 v0.2.5/Build/TargetInner { name_inferred: true, ..: lib_target("leb128", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/leb128-0.2.5/src/lib.rs", Edition2018) } 4.702798362s INFO prepare_target{force=false package_id=leb128 v0.2.5 target="leb128"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/leb128-f50d64b568f8a3da/lib-leb128` Caused by: No such file or directory (os error 2) 4.703189204s INFO prepare_target{force=false package_id=rustc_driver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver) target="rustc_driver"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_driver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_driver", ["dylib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver/src/lib.rs", Edition2021) } 4.703219326s INFO prepare_target{force=false package_id=rustc_driver v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver) target="rustc_driver"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_driver-e944d60ec2336b16/lib-rustc_driver` Caused by: No such file or directory (os error 2) 4.704243369s INFO prepare_target{force=false package_id=rustc_driver_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl) target="rustc_driver_impl"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_driver_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_driver_impl", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl/src/lib.rs", Edition2021) } 4.704273493s INFO prepare_target{force=false package_id=rustc_driver_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_driver_impl) target="rustc_driver_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_driver_impl-9d0d89aff4848c35/lib-rustc_driver_impl` Caused by: No such file or directory (os error 2) 4.705168449s INFO prepare_target{force=false package_id=ctrlc v3.4.5 target="ctrlc"}: cargo::core::compiler::fingerprint: fingerprint error for ctrlc v3.4.5/Build/TargetInner { name_inferred: true, ..: lib_target("ctrlc", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ctrlc-3.4.5/src/lib.rs", Edition2021) } 4.705194551s INFO prepare_target{force=false package_id=ctrlc v3.4.5 target="ctrlc"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/ctrlc-10ca1bbe3cb02e1f/lib-ctrlc` Caused by: No such file or directory (os error 2) 4.705587240s INFO prepare_target{force=false package_id=nix v0.29.0 target="nix"}: cargo::core::compiler::fingerprint: fingerprint error for nix v0.29.0/Build/TargetInner { name_inferred: true, ..: lib_target("nix", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/src/lib.rs", Edition2021) } 4.705613501s INFO prepare_target{force=false package_id=nix v0.29.0 target="nix"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/nix-e230e919dc152b9d/lib-nix` Caused by: No such file or directory (os error 2) 4.706756647s INFO prepare_target{force=false package_id=nix v0.29.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for nix v0.29.0/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/build.rs", Edition2021) } 4.706782375s INFO prepare_target{force=false package_id=nix v0.29.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/nix-9eb3abe7b95f430b/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.707046194s INFO prepare_target{force=false package_id=nix v0.29.0 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for nix v0.29.0/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nix-0.29.0/build.rs", Edition2021) } 4.707069036s INFO prepare_target{force=false package_id=nix v0.29.0 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/nix-54ef01446ca98cc4/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.707454358s INFO prepare_target{force=false package_id=cfg_aliases v0.2.1 target="cfg_aliases"}: cargo::core::compiler::fingerprint: fingerprint error for cfg_aliases v0.2.1/Build/TargetInner { name_inferred: true, ..: lib_target("cfg_aliases", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg_aliases-0.2.1/src/lib.rs", Edition2018) } 4.707478787s INFO prepare_target{force=false package_id=cfg_aliases v0.2.1 target="cfg_aliases"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/cfg_aliases-4764c9a68f852a7a/lib-cfg_aliases` Caused by: No such file or directory (os error 2) 4.707942169s INFO prepare_target{force=false package_id=rustc_ast_lowering v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering) target="rustc_ast_lowering"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_ast_lowering v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering)/Build/TargetInner { name_inferred: true, doctest: false, ..: lib_target("rustc_ast_lowering", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering/src/lib.rs", Edition2021) } 4.707975479s INFO prepare_target{force=false package_id=rustc_ast_lowering v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_lowering) target="rustc_ast_lowering"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_ast_lowering-1b9ea71c307c4b95/lib-rustc_ast_lowering` Caused by: No such file or directory (os error 2) 4.708675504s INFO prepare_target{force=false package_id=rustc_borrowck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck) target="rustc_borrowck"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_borrowck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_borrowck", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck/src/lib.rs", Edition2021) } 4.708709272s INFO prepare_target{force=false package_id=rustc_borrowck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_borrowck) target="rustc_borrowck"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_borrowck-5f04d095931f835e/lib-rustc_borrowck` Caused by: No such file or directory (os error 2) 4.709473561s INFO prepare_target{force=false package_id=rustc_mir_dataflow v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow) target="rustc_mir_dataflow"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_mir_dataflow v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_mir_dataflow", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow/src/lib.rs", Edition2021) } 4.709506234s INFO prepare_target{force=false package_id=rustc_mir_dataflow v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_dataflow) target="rustc_mir_dataflow"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_mir_dataflow-f986390c67bad74a/lib-rustc_mir_dataflow` Caused by: No such file or directory (os error 2) 4.710187004s INFO prepare_target{force=false package_id=rustc_traits v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits) target="rustc_traits"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_traits v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_traits", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits/src/lib.rs", Edition2021) } 4.710219640s INFO prepare_target{force=false package_id=rustc_traits v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_traits) target="rustc_traits"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_traits-09974b686aa5421d/lib-rustc_traits` Caused by: No such file or directory (os error 2) 4.710771180s INFO prepare_target{force=false package_id=rustc_builtin_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros) target="rustc_builtin_macros"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_builtin_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros)/Build/TargetInner { name_inferred: true, doctest: false, ..: lib_target("rustc_builtin_macros", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros/src/lib.rs", Edition2021) } 4.710805641s INFO prepare_target{force=false package_id=rustc_builtin_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_builtin_macros) target="rustc_builtin_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_builtin_macros-ada743f87e9292fa/lib-rustc_builtin_macros` Caused by: No such file or directory (os error 2) 4.711722002s INFO prepare_target{force=false package_id=rustc_const_eval v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval) target="rustc_const_eval"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_const_eval v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_const_eval", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval/src/lib.rs", Edition2021) } 4.711758277s INFO prepare_target{force=false package_id=rustc_const_eval v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_const_eval) target="rustc_const_eval"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_const_eval-8188bfdbad9c2ef8/lib-rustc_const_eval` Caused by: No such file or directory (os error 2) 4.712545215s INFO prepare_target{force=false package_id=rustc_hir_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis) target="rustc_hir_analysis"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_hir_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis)/Build/TargetInner { name_inferred: true, tested: false, doctest: false, ..: lib_target("rustc_hir_analysis", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis/src/lib.rs", Edition2021) } 4.712594033s INFO prepare_target{force=false package_id=rustc_hir_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_analysis) target="rustc_hir_analysis"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_hir_analysis-eb659684695f7b66/lib-rustc_hir_analysis` Caused by: No such file or directory (os error 2) 4.713495148s INFO prepare_target{force=false package_id=rustc_hir_typeck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck) target="rustc_hir_typeck"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_hir_typeck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_hir_typeck", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck/src/lib.rs", Edition2021) } 4.713528240s INFO prepare_target{force=false package_id=rustc_hir_typeck v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_hir_typeck) target="rustc_hir_typeck"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_hir_typeck-23ada12b7339fc69/lib-rustc_hir_typeck` Caused by: No such file or directory (os error 2) 4.714240925s INFO prepare_target{force=false package_id=rustc_lint v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint) target="rustc_lint"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_lint v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_lint", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint/src/lib.rs", Edition2021) } 4.714273808s INFO prepare_target{force=false package_id=rustc_lint v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lint) target="rustc_lint"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_lint-a6f52556bc483b66/lib-rustc_lint` Caused by: No such file or directory (os error 2) 4.714987858s INFO prepare_target{force=false package_id=unicode-security v0.1.2 target="unicode_security"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-security v0.1.2/Build/TargetInner { ..: lib_target("unicode_security", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-security-0.1.2/src/lib.rs", Edition2018) } 4.715019427s INFO prepare_target{force=false package_id=unicode-security v0.1.2 target="unicode_security"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-security-db409678d5cf53a4/lib-unicode_security` Caused by: No such file or directory (os error 2) 4.715517129s INFO prepare_target{force=false package_id=unicode-script v0.5.7 target="unicode_script"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-script v0.5.7/Build/TargetInner { ..: lib_target("unicode_script", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-script-0.5.7/src/lib.rs", Edition2018) } 4.715547829s INFO prepare_target{force=false package_id=unicode-script v0.5.7 target="unicode_script"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicode-script-02fb6fb74302616a/lib-unicode_script` Caused by: No such file or directory (os error 2) 4.716032683s INFO prepare_target{force=false package_id=rustc_interface v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface) target="rustc_interface"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_interface v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_interface", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface/src/lib.rs", Edition2021) } 4.716069679s INFO prepare_target{force=false package_id=rustc_interface v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_interface) target="rustc_interface"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_interface-50979738c1f5c4f0/lib-rustc_interface` Caused by: No such file or directory (os error 2) 4.716986697s INFO prepare_target{force=false package_id=rustc_codegen_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm) target="rustc_codegen_llvm"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_codegen_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm)/Build/TargetInner { name_inferred: true, tested: false, ..: lib_target("rustc_codegen_llvm", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm/src/lib.rs", Edition2021) } 4.717022623s INFO prepare_target{force=false package_id=rustc_codegen_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_codegen_llvm) target="rustc_codegen_llvm"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_codegen_llvm-cb252b490654588f/lib-rustc_codegen_llvm` Caused by: No such file or directory (os error 2) 4.717823321s INFO prepare_target{force=false package_id=rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) target="rustc_llvm"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_llvm", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm/src/lib.rs", Edition2021) } 4.717859233s INFO prepare_target{force=false package_id=rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) target="rustc_llvm"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_llvm-120f3dc70fef3c80/lib-rustc_llvm` Caused by: No such file or directory (os error 2) 4.719155565s INFO prepare_target{force=false package_id=rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm)/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm/build.rs", Edition2021) } 4.719188990s INFO prepare_target{force=false package_id=rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_llvm-1ab67b9df1da6ed0/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.719514621s INFO prepare_target{force=false package_id=rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm)/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm/build.rs", Edition2021) } 4.719545489s INFO prepare_target{force=false package_id=rustc_llvm v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_llvm) target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/rustc_llvm-fb6e6be6e867b74b/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.720007138s INFO prepare_target{force=false package_id=rustc_sanitizers v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers) target="rustc_sanitizers"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_sanitizers v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_sanitizers", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers/src/lib.rs", Edition2021) } 4.720043236s INFO prepare_target{force=false package_id=rustc_sanitizers v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_sanitizers) target="rustc_sanitizers"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_sanitizers-2dee08a089cb6c81/lib-rustc_sanitizers` Caused by: No such file or directory (os error 2) 4.720860595s INFO prepare_target{force=false package_id=rustc_mir_build v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build) target="rustc_mir_build"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_mir_build v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_mir_build", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build/src/lib.rs", Edition2021) } 4.720899763s INFO prepare_target{force=false package_id=rustc_mir_build v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_build) target="rustc_mir_build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_mir_build-096c294c4ce89ad4/lib-rustc_mir_build` Caused by: No such file or directory (os error 2) 4.721976988s INFO prepare_target{force=false package_id=rustc_pattern_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis) target="rustc_pattern_analysis"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_pattern_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_pattern_analysis", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis/src/lib.rs", Edition2021) } 4.722015482s INFO prepare_target{force=false package_id=rustc_pattern_analysis v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_pattern_analysis) target="rustc_pattern_analysis"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_pattern_analysis-a122eeb8ac7645e3/lib-rustc_pattern_analysis` Caused by: No such file or directory (os error 2) 4.722902115s INFO prepare_target{force=false package_id=rustc_mir_transform v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform) target="rustc_mir_transform"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_mir_transform v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_mir_transform", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform/src/lib.rs", Edition2021) } 4.722939455s INFO prepare_target{force=false package_id=rustc_mir_transform v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_mir_transform) target="rustc_mir_transform"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_mir_transform-7ec6fe4419c37484/lib-rustc_mir_transform` Caused by: No such file or directory (os error 2) 4.723716361s INFO prepare_target{force=false package_id=rustc_monomorphize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize) target="rustc_monomorphize"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_monomorphize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_monomorphize", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize/src/lib.rs", Edition2021) } 4.723753031s INFO prepare_target{force=false package_id=rustc_monomorphize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_monomorphize) target="rustc_monomorphize"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_monomorphize-e42ea22dfef98c73/lib-rustc_monomorphize` Caused by: No such file or directory (os error 2) 4.724436936s INFO prepare_target{force=false package_id=rustc_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes) target="rustc_passes"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_passes", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes/src/lib.rs", Edition2021) } 4.724488867s INFO prepare_target{force=false package_id=rustc_passes v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_passes) target="rustc_passes"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_passes-8c19850d51d3427a/lib-rustc_passes` Caused by: No such file or directory (os error 2) 4.725438607s INFO prepare_target{force=false package_id=rustc_privacy v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy) target="rustc_privacy"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_privacy v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_privacy", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy/src/lib.rs", Edition2021) } 4.725476032s INFO prepare_target{force=false package_id=rustc_privacy v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_privacy) target="rustc_privacy"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_privacy-167bea4c2bbd5127/lib-rustc_privacy` Caused by: No such file or directory (os error 2) 4.726095795s INFO prepare_target{force=false package_id=rustc_ty_utils v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils) target="rustc_ty_utils"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_ty_utils v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_ty_utils", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils/src/lib.rs", Edition2021) } 4.726131708s INFO prepare_target{force=false package_id=rustc_ty_utils v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ty_utils) target="rustc_ty_utils"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_ty_utils-cc2a76baa48aa2cd/lib-rustc_ty_utils` Caused by: No such file or directory (os error 2) 4.726864703s INFO prepare_target{force=false package_id=rustc_query_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl) target="rustc_query_impl"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_query_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_query_impl", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl/src/lib.rs", Edition2021) } 4.726918552s INFO prepare_target{force=false package_id=rustc_query_impl v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_query_impl) target="rustc_query_impl"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_query_impl-4545bfdc75d19d2d/lib-rustc_query_impl` Caused by: No such file or directory (os error 2) 4.727586483s INFO prepare_target{force=false package_id=rustc_resolve v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve) target="rustc_resolve"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_resolve v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_resolve", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve/src/lib.rs", Edition2021) } 4.727636103s INFO prepare_target{force=false package_id=rustc_resolve v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_resolve) target="rustc_resolve"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_resolve-05c7282ac47f3842/lib-rustc_resolve` Caused by: No such file or directory (os error 2) 4.728349503s INFO prepare_target{force=false package_id=pulldown-cmark v0.11.3 target="pulldown_cmark"}: cargo::core::compiler::fingerprint: fingerprint error for pulldown-cmark v0.11.3/Build/TargetInner { name_inferred: true, ..: lib_target("pulldown_cmark", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/src/lib.rs", Edition2021) } 4.728382056s INFO prepare_target{force=false package_id=pulldown-cmark v0.11.3 target="pulldown_cmark"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/pulldown-cmark-a18415b02a07ebb7/lib-pulldown_cmark` Caused by: No such file or directory (os error 2) 4.729828438s INFO prepare_target{force=false package_id=pulldown-cmark v0.11.3 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for pulldown-cmark v0.11.3/RunCustomBuild/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/build.rs", Edition2021) } 4.729860392s INFO prepare_target{force=false package_id=pulldown-cmark v0.11.3 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/pulldown-cmark-bf4d539cae4cab5f/run-build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.730173769s INFO prepare_target{force=false package_id=pulldown-cmark v0.11.3 target="build-script-build"}: cargo::core::compiler::fingerprint: fingerprint error for pulldown-cmark v0.11.3/Build/TargetInner { ..: custom_build_target("build-script-build", "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-0.11.3/build.rs", Edition2021) } 4.730203005s INFO prepare_target{force=false package_id=pulldown-cmark v0.11.3 target="build-script-build"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/pulldown-cmark-8b52f321c090609c/build-script-build-script-build` Caused by: No such file or directory (os error 2) 4.730703724s INFO prepare_target{force=false package_id=pulldown-cmark-escape v0.11.0 target="pulldown_cmark_escape"}: cargo::core::compiler::fingerprint: fingerprint error for pulldown-cmark-escape v0.11.0/Build/TargetInner { name_inferred: true, ..: lib_target("pulldown_cmark_escape", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pulldown-cmark-escape-0.11.0/src/lib.rs", Edition2021) } 4.730736460s INFO prepare_target{force=false package_id=pulldown-cmark-escape v0.11.0 target="pulldown_cmark_escape"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/pulldown-cmark-escape-6d9b84f74c0f1f10/lib-pulldown_cmark_escape` Caused by: No such file or directory (os error 2) 4.731234719s INFO prepare_target{force=false package_id=unicase v2.8.0 target="unicase"}: cargo::core::compiler::fingerprint: fingerprint error for unicase v2.8.0/Build/TargetInner { ..: lib_target("unicase", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicase-2.8.0/src/lib.rs", Edition2018) } 4.731269682s INFO prepare_target{force=false package_id=unicase v2.8.0 target="unicase"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/unicase-be930eda95047ad6/lib-unicase` Caused by: No such file or directory (os error 2) 4.731818197s INFO prepare_target{force=false package_id=rustc_log v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log) target="rustc_log"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_log v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_log", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log/src/lib.rs", Edition2021) } 4.731858543s INFO prepare_target{force=false package_id=rustc_log v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_log) target="rustc_log"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_log-0cf53f1d52959a17/lib-rustc_log` Caused by: No such file or directory (os error 2) 4.732425082s INFO prepare_target{force=false package_id=tracing-subscriber v0.3.18 target="tracing_subscriber"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-subscriber v0.3.18/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_subscriber", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-subscriber-0.3.18/src/lib.rs", Edition2018) } 4.732459186s INFO prepare_target{force=false package_id=tracing-subscriber v0.3.18 target="tracing_subscriber"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/tracing-subscriber-42078e510673ac67/lib-tracing_subscriber` Caused by: No such file or directory (os error 2) 4.733125734s INFO prepare_target{force=false package_id=matchers v0.1.0 target="matchers"}: cargo::core::compiler::fingerprint: fingerprint error for matchers v0.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("matchers", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/matchers-0.1.0/src/lib.rs", Edition2018) } 4.733157374s INFO prepare_target{force=false package_id=matchers v0.1.0 target="matchers"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/matchers-e2c986c3ce5a288c/lib-matchers` Caused by: No such file or directory (os error 2) 4.733621699s INFO prepare_target{force=false package_id=regex-automata v0.1.10 target="regex_automata"}: cargo::core::compiler::fingerprint: fingerprint error for regex-automata v0.1.10/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("regex_automata", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-automata-0.1.10/src/lib.rs", Edition2015) } 4.733653806s INFO prepare_target{force=false package_id=regex-automata v0.1.10 target="regex_automata"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/regex-automata-b7c80ac659904570/lib-regex_automata` Caused by: No such file or directory (os error 2) 4.734125708s INFO prepare_target{force=false package_id=regex-syntax v0.6.29 target="regex_syntax"}: cargo::core::compiler::fingerprint: fingerprint error for regex-syntax v0.6.29/Build/TargetInner { name_inferred: true, ..: lib_target("regex_syntax", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/regex-syntax-0.6.29/src/lib.rs", Edition2018) } 4.734156412s INFO prepare_target{force=false package_id=regex-syntax v0.6.29 target="regex_syntax"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/regex-syntax-f9bdd950e4c4ab87/lib-regex_syntax` Caused by: No such file or directory (os error 2) 4.734713224s INFO prepare_target{force=false package_id=nu-ansi-term v0.46.0 target="nu_ansi_term"}: cargo::core::compiler::fingerprint: fingerprint error for nu-ansi-term v0.46.0/Build/TargetInner { name_inferred: true, ..: lib_target("nu_ansi_term", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.46.0/src/lib.rs", Edition2018) } 4.734743453s INFO prepare_target{force=false package_id=nu-ansi-term v0.46.0 target="nu_ansi_term"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/nu-ansi-term-2cf999f364e44b24/lib-nu_ansi_term` Caused by: No such file or directory (os error 2) 4.735208961s INFO prepare_target{force=false package_id=overload v0.1.1 target="overload"}: cargo::core::compiler::fingerprint: fingerprint error for overload v0.1.1/Build/TargetInner { name_inferred: true, ..: lib_target("overload", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/overload-0.1.1/src/lib.rs", Edition2018) } 4.735239161s INFO prepare_target{force=false package_id=overload v0.1.1 target="overload"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/overload-3cfd8a1da5cbd851/lib-overload` Caused by: No such file or directory (os error 2) 4.735718152s INFO prepare_target{force=false package_id=sharded-slab v0.1.7 target="sharded_slab"}: cargo::core::compiler::fingerprint: fingerprint error for sharded-slab v0.1.7/Build/TargetInner { name_inferred: true, ..: lib_target("sharded_slab", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sharded-slab-0.1.7/src/lib.rs", Edition2018) } 4.735748156s INFO prepare_target{force=false package_id=sharded-slab v0.1.7 target="sharded_slab"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/sharded-slab-7735068c0078c0a9/lib-sharded_slab` Caused by: No such file or directory (os error 2) 4.736258765s INFO prepare_target{force=false package_id=lazy_static v1.5.0 target="lazy_static"}: cargo::core::compiler::fingerprint: fingerprint error for lazy_static v1.5.0/Build/TargetInner { name_inferred: true, ..: lib_target("lazy_static", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lazy_static-1.5.0/src/lib.rs", Edition2015) } 4.736472375s INFO prepare_target{force=false package_id=lazy_static v1.5.0 target="lazy_static"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/lazy_static-46983de8e796a563/lib-lazy_static` Caused by: No such file or directory (os error 2) 4.736961597s INFO prepare_target{force=false package_id=thread_local v1.1.8 target="thread_local"}: cargo::core::compiler::fingerprint: fingerprint error for thread_local v1.1.8/Build/TargetInner { name_inferred: true, ..: lib_target("thread_local", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thread_local-1.1.8/src/lib.rs", Edition2021) } 4.736993958s INFO prepare_target{force=false package_id=thread_local v1.1.8 target="thread_local"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/thread_local-4ca04e5394ec24a7/lib-thread_local` Caused by: No such file or directory (os error 2) 4.737570129s INFO prepare_target{force=false package_id=tracing-tree v0.3.1 target="tracing_tree"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-tree v0.3.1/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_tree", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-tree-0.3.1/src/lib.rs", Edition2018) } 4.737602337s INFO prepare_target{force=false package_id=tracing-tree v0.3.1 target="tracing_tree"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/tracing-tree-7320401e108ff613/lib-tracing_tree` Caused by: No such file or directory (os error 2) 4.738310765s INFO prepare_target{force=false package_id=nu-ansi-term v0.50.1 target="nu_ansi_term"}: cargo::core::compiler::fingerprint: fingerprint error for nu-ansi-term v0.50.1/Build/TargetInner { name_inferred: true, ..: lib_target("nu_ansi_term", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/nu-ansi-term-0.50.1/src/lib.rs", Edition2021) } 4.738344701s INFO prepare_target{force=false package_id=nu-ansi-term v0.50.1 target="nu_ansi_term"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/nu-ansi-term-20949c791e22d08a/lib-nu_ansi_term` Caused by: No such file or directory (os error 2) 4.738890764s INFO prepare_target{force=false package_id=tracing-log v0.2.0 target="tracing_log"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-log v0.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("tracing_log", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-log-0.2.0/src/lib.rs", Edition2018) } 4.738923597s INFO prepare_target{force=false package_id=tracing-log v0.2.0 target="tracing_log"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/tracing-log-db0d11eef64151e2/lib-tracing_log` Caused by: No such file or directory (os error 2) 4.739566201s INFO prepare_target{force=false package_id=rustc_smir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir) target="rustc_smir"}: cargo::core::compiler::fingerprint: fingerprint error for rustc_smir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir)/Build/TargetInner { name_inferred: true, ..: lib_target("rustc_smir", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir/src/lib.rs", Edition2021) } 4.739605237s INFO prepare_target{force=false package_id=rustc_smir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_smir) target="rustc_smir"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/rustc_smir-a5e980348de542b9/lib-rustc_smir` Caused by: No such file or directory (os error 2) 4.740395372s INFO prepare_target{force=false package_id=stable_mir v0.1.0-preview (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir) target="stable_mir"}: cargo::core::compiler::fingerprint: fingerprint error for stable_mir v0.1.0-preview (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir)/Build/TargetInner { name_inferred: true, ..: lib_target("stable_mir", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir/src/lib.rs", Edition2021) } 4.740434101s INFO prepare_target{force=false package_id=stable_mir v0.1.0-preview (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/stable_mir) target="stable_mir"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/stable_mir-54aab174bb60f347/lib-stable_mir` Caused by: No such file or directory (os error 2) 4.741049216s INFO prepare_target{force=false package_id=time v0.3.36 target="time"}: cargo::core::compiler::fingerprint: fingerprint error for time v0.3.36/Build/TargetInner { name_inferred: true, benched: false, ..: lib_target("time", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-0.3.36/src/lib.rs", Edition2021) } 4.741083066s INFO prepare_target{force=false package_id=time v0.3.36 target="time"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/time-e74b0297cc2e84a1/lib-time` Caused by: No such file or directory (os error 2) 4.741778181s INFO prepare_target{force=false package_id=deranged v0.3.11 target="deranged"}: cargo::core::compiler::fingerprint: fingerprint error for deranged v0.3.11/Build/TargetInner { name_inferred: true, ..: lib_target("deranged", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/deranged-0.3.11/src/lib.rs", Edition2021) } 4.741823368s INFO prepare_target{force=false package_id=deranged v0.3.11 target="deranged"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/deranged-d7b14c324eb0652d/lib-deranged` Caused by: No such file or directory (os error 2) 4.742334809s INFO prepare_target{force=false package_id=powerfmt v0.2.0 target="powerfmt"}: cargo::core::compiler::fingerprint: fingerprint error for powerfmt v0.2.0/Build/TargetInner { name_inferred: true, ..: lib_target("powerfmt", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/powerfmt-0.2.0/src/lib.rs", Edition2021) } 4.742367231s INFO prepare_target{force=false package_id=powerfmt v0.2.0 target="powerfmt"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/powerfmt-0807ef2e0e0d14cd/lib-powerfmt` Caused by: No such file or directory (os error 2) 4.742829239s INFO prepare_target{force=false package_id=num-conv v0.1.0 target="num_conv"}: cargo::core::compiler::fingerprint: fingerprint error for num-conv v0.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("num_conv", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/src/lib.rs", Edition2021) } 4.742862506s INFO prepare_target{force=false package_id=num-conv v0.1.0 target="num_conv"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/num-conv-84d918af07faa2de/lib-num_conv` Caused by: No such file or directory (os error 2) 4.743343579s INFO prepare_target{force=false package_id=time-core v0.1.2 target="time_core"}: cargo::core::compiler::fingerprint: fingerprint error for time-core v0.1.2/Build/TargetInner { name_inferred: true, ..: lib_target("time_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/src/lib.rs", Edition2021) } 4.743376860s INFO prepare_target{force=false package_id=time-core v0.1.2 target="time_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/.fingerprint/time-core-90a3a397fab509a7/lib-time_core` Caused by: No such file or directory (os error 2) 4.743858932s INFO prepare_target{force=false package_id=time-macros v0.2.18 target="time_macros"}: cargo::core::compiler::fingerprint: fingerprint error for time-macros v0.2.18/Build/TargetInner { name_inferred: true, for_host: true, proc_macro: true, ..: lib_target("time_macros", ["proc-macro"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-macros-0.2.18/src/lib.rs", Edition2021) } 4.743916669s INFO prepare_target{force=false package_id=time-macros v0.2.18 target="time_macros"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/time-macros-acbdfde0b3886e9b/lib-time_macros` Caused by: No such file or directory (os error 2) 4.744531554s INFO prepare_target{force=false package_id=num-conv v0.1.0 target="num_conv"}: cargo::core::compiler::fingerprint: fingerprint error for num-conv v0.1.0/Build/TargetInner { name_inferred: true, ..: lib_target("num_conv", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num-conv-0.1.0/src/lib.rs", Edition2021) } 4.744567214s INFO prepare_target{force=false package_id=num-conv v0.1.0 target="num_conv"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/num-conv-56442d0c05946785/lib-num_conv` Caused by: No such file or directory (os error 2) 4.745146903s INFO prepare_target{force=false package_id=time-core v0.1.2 target="time_core"}: cargo::core::compiler::fingerprint: fingerprint error for time-core v0.1.2/Build/TargetInner { name_inferred: true, ..: lib_target("time_core", ["lib"], "/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/time-core-0.1.2/src/lib.rs", Edition2021) } 4.745183337s INFO prepare_target{force=false package_id=time-core v0.1.2 target="time_core"}: cargo::core::compiler::fingerprint: err: failed to read `/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/.fingerprint/time-core-6f85861a6b8644ce/lib-time_core` Caused by: No such file or directory (os error 2) Compiling proc-macro2 v1.0.89 Compiling unicode-ident v1.0.13 Compiling libc v0.2.164 Compiling cfg-if v1.0.0 Compiling stable_deref_trait v1.2.0 Compiling crossbeam-utils v0.8.20 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_ident --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d3f7fec15e00c12 -C extra-filename=-6d3f7fec15e00c12 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=72eb13d111bdadee -C extra-filename=-72eb13d111bdadee --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/libc-72eb13d111bdadee -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.89 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=89 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=23772cdb93fee641 -C extra-filename=-23772cdb93fee641 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro2-23772cdb93fee641 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stable_deref_trait-1.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stable_deref_trait-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name stable_deref_trait --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a51069ebc772bffd -C extra-filename=-a51069ebc772bffd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=8a7dff58ef2cf5d9 -C extra-filename=-8a7dff58ef2cf5d9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/crossbeam-utils-8a7dff58ef2cf5d9 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=2066b5f246575195 -C extra-filename=-2066b5f246575195 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling version_check v0.9.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name version_check --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3017820ecec33e85 -C extra-filename=-3017820ecec33e85 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling shlex v1.3.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name shlex --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f85dc5819d099165 -C extra-filename=-f85dc5819d099165 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Compiling autocfg v1.4.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION=1.0 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name autocfg --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a963e83e2628c0b -C extra-filename=-3a963e83e2628c0b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/version.rs:192:32 | 192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/version.rs:199:32 | 199 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/channel.rs:192:32 | 192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/version_check-0.9.5/src/date.rs:178:32 | 178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `manual_codegen_check` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:353:12 | 353 | #[cfg_attr(manual_codegen_check, inline(never))] | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:26:1 | 26 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:196:38 | 196 | .collect::>, QuoteError>>()? | ---^----- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 196 | .collect::>, QuoteError>>()? | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:484:37 | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<[u8]> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 484 | pub fn quote(in_bytes: &[u8]) -> Cow<'_, [u8]> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/bytes.rs:497:48 | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs:228:34 | 228 | pub fn quote(in_str: &str) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 228 | pub fn quote(in_str: &str) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/shlex-1.3.0/src/lib.rs:241:45 | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/autocfg-1.4.0/src/error.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/crossbeam-utils-54353a5467832259/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/crossbeam-utils-8a7dff58ef2cf5d9/build-script-build` [crossbeam-utils 0.8.20] cargo:rerun-if-changed=no_atomic.rs [crossbeam-utils 0.8.20] cargo:rustc-check-cfg=cfg(crossbeam_no_atomic,crossbeam_sanitize_thread) warning: `shlex` (lib) generated 7 warnings Compiling cc v1.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.2.5 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cc --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=72bc2c804a9907bd -C extra-filename=-72bc2c804a9907bd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern shlex=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libshlex-f85dc5819d099165.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_utils CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/crossbeam-utils-54353a5467832259/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_utils --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=66e6d685e54b7748 -C extra-filename=-66e6d685e54b7748 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.89 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=89 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro2-0743a2a02d9eeb91/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro2-23772cdb93fee641/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/libc-a01dace676326831/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/libc-72eb13d111bdadee/build-script-build` [libc 0.2.164] cargo:rerun-if-changed=build.rs [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(fuzzing) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_is_available) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_literal_byte_character) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_literal_c_string) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(no_source_text) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(proc_macro_span) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(randomize_layout) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(span_locations) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(super_unstable) [proc-macro2 1.0.89] cargo:rustc-check-cfg=cfg(wrap_proc_macro) [proc-macro2 1.0.89] cargo:rerun-if-changed=build/probe.rs [proc-macro2 1.0.89] cargo:rustc-cfg=wrap_proc_macro Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.89 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=89 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro2-0743a2a02d9eeb91/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro2 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=a3eb6e1683412449 -C extra-filename=-a3eb6e1683412449 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunicode_ident-6d3f7fec15e00c12.rmeta --cap-lints warn -Z binary-dep-depinfo --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` [libc 0.2.164] cargo:rustc-cfg=freebsd11 [libc 0.2.164] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.164] cargo:rustc-cfg=libc_union [libc 0.2.164] cargo:rustc-cfg=libc_const_size_of [libc 0.2.164] cargo:rustc-cfg=libc_align [libc 0.2.164] cargo:rustc-cfg=libc_int128 [libc 0.2.164] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.164] cargo:rustc-cfg=libc_packedN [libc 0.2.164] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.164] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.164] cargo:rustc-cfg=libc_long_array [libc 0.2.164] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.164] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.164] cargo:rustc-cfg=libc_const_extern_fn [libc 0.2.164] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) [libc 0.2.164] cargo:rustc-check-cfg=cfg(espidf_time32) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd10) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd11) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd12) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd13) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd14) [libc 0.2.164] cargo:rustc-check-cfg=cfg(freebsd15) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_align) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_const_size_of) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_core_cvoid) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_deny_warnings) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_int128) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_long_array) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_non_exhaustive) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_packedN) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_priv_mod_use) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_thread_local) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_underscore_const_names) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_union) [libc 0.2.164] cargo:rustc-check-cfg=cfg(libc_ctest) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) [libc 0.2.164] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.164 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=164 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/libc-a01dace676326831/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name libc --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=7422920b5f7c8bf7 -C extra-filename=-7422920b5f7c8bf7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:45:7 | 45 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `crossbeam_no_atomic`, `crossbeam_sanitize_thread`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, and `ub_checks` and 2 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: requested on the command line with `-W unexpected-cfgs` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:68:11 | 68 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/lib.rs:109:11 | 109 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `version_check` (lib) generated 4 warnings Compiling smallvec v1.13.2 warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name smallvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="const_generics"' --cfg 'feature="may_dangle"' --cfg 'feature="union"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=d51367e9ad37f835 -C extra-filename=-d51367e9ad37f835 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/flags.rs:166:18 | 166 | target: &TargetInfo, | ^^^^^^^^^^ expected lifetime parameter | note: the lint level is defined here --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:220:9 | 220 | #![deny(warnings)] | ^^^^^^^^ = note: `#[warn(elided_lifetimes_in_paths)]` implied by `#[warn(warnings)]` help: indicate the anonymous lifetime | 166 | target: &TargetInfo<'_>, | ++++ warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:25:11 | 25 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/mod.rs:28:11 | 28 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:2427:64 | 2427 | fn add_inherited_rustflags(&self, cmd: &mut Tool, target: &TargetInfo) -> Result<(), Error> { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2427 | fn add_inherited_rustflags(&self, cmd: &mut Tool, target: &TargetInfo<'_>) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cc-1.2.5/src/lib.rs:3757:39 | 3757 | fn apple_sdk_root(&self, target: &TargetInfo) -> Result, Error> { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3757 | fn apple_sdk_root(&self, target: &TargetInfo<'_>) -> Result, Error> { | ++++ warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:36:19 | 36 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:53:19 | 53 | not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)), | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:107:7 | 107 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` 78 | 79 | impl_atomic!(AtomicBool, bool); | ------------------------------ in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 80 | impl_atomic!(AtomicUsize, usize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 81 | impl_atomic!(AtomicIsize, isize); | -------------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 82 | impl_atomic!(AtomicU8, u8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 83 | impl_atomic!(AtomicI8, i8); | -------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 84 | impl_atomic!(AtomicU16, u16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 85 | impl_atomic!(AtomicI16, i16); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 87 | impl_atomic!(AtomicU32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 89 | impl_atomic!(AtomicI32, i32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 94 | impl_atomic!(AtomicU64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/consume.rs:71:15 | 64 | / macro_rules! impl_atomic { 65 | | ($atomic:ident, $val:ty) => { 66 | | #[cfg(not(crossbeam_no_atomic))] 67 | | impl AtomicConsume for core::sync::atomic::$atomic { ... | 71 | | #[cfg(crossbeam_loom)] | | ^^^^^^^^^^^^^^ ... | 76 | | }; 77 | | } | |_- in this expansion of `impl_atomic!` ... 99 | impl_atomic!(AtomicI64, i64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:7:11 | 7 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/mod.rs:15:11 | 15 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:27 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:77:38 | 77 | fn skip_whitespace(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn skip_whitespace(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:25 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:125:43 | 125 | fn block_comment(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn block_comment(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:22 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:157:40 | 157 | fn word_break(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 157 | fn word_break(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:168:39 | 168 | pub(crate) fn token_stream(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 168 | pub(crate) fn token_stream(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:253:22 | 253 | fn lex_error(cursor: Cursor) -> LexError { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 253 | fn lex_error(cursor: Cursor<'_>) -> LexError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:22 | 266 | fn leaf_token(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:266:40 | 266 | fn leaf_token(input: Cursor) -> PResult { | -------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn leaf_token(input: Cursor) -> PResult<'_, TokenTree> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:17 | 283 | fn ident(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:283:35 | 283 | fn ident(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn ident(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:21 | 296 | fn ident_any(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:296:39 | 296 | fn ident_any(input: Cursor) -> PResult { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn ident_any(input: Cursor) -> PResult<'_, crate::Ident> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:25 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:322:43 | 322 | fn ident_not_raw(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 322 | fn ident_not_raw(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:30 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:341:48 | 341 | pub(crate) fn literal(input: Cursor) -> PResult { | -------^-------- expected lifetime parameter | help: indicate the anonymous lifetime | 341 | pub(crate) fn literal(input: Cursor) -> PResult<'_, Literal> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:29 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:347:47 | 347 | fn literal_nocapture(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 347 | fn literal_nocapture(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:26 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor<'_>) -> Cursor { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:367:37 | 367 | fn literal_suffix(input: Cursor) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn literal_suffix(input: Cursor) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:18 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:374:36 | 374 | fn string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 374 | fn string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:29 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:384:47 | 384 | fn cooked_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 384 | fn cooked_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:22 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:418:40 | 418 | fn raw_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | fn raw_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:23 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:437:41 | 437 | fn byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 437 | fn byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:34 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:447:52 | 447 | fn cooked_byte_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 447 | fn cooked_byte_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:35 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<&str> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:478:53 | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<'_, &str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:27 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:495:45 | 495 | fn raw_byte_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 495 | fn raw_byte_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:20 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:518:38 | 518 | fn c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 518 | fn c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:24 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:528:42 | 528 | fn raw_c_string(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 528 | fn raw_c_string(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:31 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:548:49 | 548 | fn cooked_c_string(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 548 | fn cooked_c_string(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:16 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:585:34 | 585 | fn byte(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn byte(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:21 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:607:39 | 607 | fn character(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 607 | fn character(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:696:35 | 696 | fn trailing_backslash(input: &mut Cursor, mut last: u8) -> Result<(), Reject> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn trailing_backslash(input: &mut Cursor<'_>, mut last: u8) -> Result<(), Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:17 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:715:35 | 715 | fn float(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn float(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:24 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:725:42 | 725 | fn float_digits(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 725 | fn float_digits(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:15 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:810:33 | 810 | fn int(input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 810 | fn int(input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:22 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:820:40 | 820 | fn digits(mut input: Cursor) -> Result { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 820 | fn digits(mut input: Cursor) -> Result, Reject> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:17 | 875 | fn punct(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:875:35 | 875 | fn punct(input: Cursor) -> PResult { | -------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 875 | fn punct(input: Cursor) -> PResult<'_, Punct> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:22 | 892 | fn punct_char(input: Cursor) -> PResult { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor<'_>) -> PResult { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:892:40 | 892 | fn punct_char(input: Cursor) -> PResult { | -------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn punct_char(input: Cursor) -> PResult<'_, char> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:32 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<(&str, bool)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:961:50 | 961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { | -------^------------- expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn doc_comment_contents(input: Cursor) -> PResult<'_, (&str, bool)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:37 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/parse.rs:984:49 | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor<'_>, &str) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:33:38 | 33 | pub fn iter(&self) -> slice::Iter { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 33 | pub fn iter(&self) -> slice::Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:37:43 | 37 | pub fn make_mut(&mut self) -> RcVecMut | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 37 | pub fn make_mut(&mut self) -> RcVecMut<'_, T> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:46:49 | 46 | pub fn get_mut(&mut self) -> Option> { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 46 | pub fn get_mut(&mut self) -> Option> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:83:41 | 83 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 83 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/rcvec.rs:109:41 | 109 | pub fn as_mut(&mut self) -> RcVecMut { | --------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 109 | pub fn as_mut(&mut self) -> RcVecMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:76:48 | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut, token: TokenTree) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 76 | fn push_token_from_proc_macro(mut vec: RcVecMut<'_, TokenTree>, token: TokenTree) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:92:47 | 92 | fn push_negative_literal(mut vec: RcVecMut, mut literal: Literal) { | --------^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 92 | fn push_negative_literal(mut vec: RcVecMut<'_, TokenTree>, mut literal: Literal) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:169:29 | 169 | fn get_cursor(src: &str) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn get_cursor(src: &str) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:191:32 | 191 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 191 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:197:32 | 197 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 197 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:220:32 | 220 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 220 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:682:32 | 682 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:691:63 | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 691 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:753:32 | 753 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:773:34 | 773 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 773 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:897:32 | 897 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:909:32 | 909 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 909 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1190:32 | 1190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/fallback.rs:1196:34 | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1196 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/extra.rs:148:32 | 148 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 148 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:132:32 | 132 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 132 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:255:32 | 255 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 255 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:285:32 | 285 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 285 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:298:32 | 298 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 298 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:558:32 | 558 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 558 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:566:63 | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { | -----^^^^^^^^^^^ | | | expected lifetime parameters | help: indicate the anonymous lifetimes | 566 | pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct<'_, '_>, span: Span) { | ++++++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:663:40 | 663 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 663 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:672:40 | 672 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 672 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:760:32 | 760 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:769:32 | 769 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 769 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:982:32 | 982 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/wrapper.rs:991:32 | 991 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 991 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:308:32 | 308 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 308 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:315:32 | 315 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:327:32 | 327 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 327 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:333:32 | 333 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 333 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:562:32 | 562 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 562 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:636:32 | 636 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 636 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:648:32 | 648 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:794:40 | 794 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:800:40 | 800 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 800 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:879:32 | 879 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 879 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:885:34 | 885 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 885 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1068:32 | 1068 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1074:32 | 1074 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1318:32 | 1318 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1318 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1324:32 | 1324 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1324 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro2-1.0.89/src/lib.rs:1360:36 | 1360 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1360 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `autocfg` (lib) generated 1 warning Compiling once_cell v1.20.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name once_cell --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=9a179e62f06bcf1b -C extra-filename=-9a179e62f06bcf1b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:177:42 | 177 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 177 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:226:42 | 226 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:753:42 | 753 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 753 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:786:42 | 786 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:813:42 | 813 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:851:42 | 851 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 851 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:892:42 | 892 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 892 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:925:42 | 925 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 925 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:960:42 | 960 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1068:50 | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter) | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1068 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/x86_64.rs:81:42 | 81 | fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | -------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn fmt(&self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result { | ++++ warning[E0133]: call to unsafe function `alloc::alloc::dealloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:339:5 | 339 | alloc::alloc::dealloc(ptr.as_ptr() as *mut u8, layout) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:336:1 | 336 | unsafe fn deallocate(ptr: NonNull, capacity: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:638:27 | 638 | ConstNonNull::new(self.inline.as_ptr() as *const A::Item).unwrap() | ^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:637:5 | 637 | unsafe fn inline(&self) -> ConstNonNull { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:642:22 | 642 | NonNull::new(self.inline.as_mut_ptr() as *mut A::Item).unwrap() | ^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:641:5 | 641 | unsafe fn inline_mut(&mut self) -> NonNull { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:652:45 | 652 | core::mem::ManuallyDrop::into_inner(self.inline) | ^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:651:5 | 651 | unsafe fn into_inline(self) -> MaybeUninit { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:656:23 | 656 | (ConstNonNull(self.heap.0), self.heap.1) | ^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:655:5 | 655 | unsafe fn heap(&self) -> (ConstNonNull, usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:656:37 | 656 | (ConstNonNull(self.heap.0), self.heap.1) | ^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:660:22 | 660 | let h = &mut self.heap; | ^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/smallvec-1.13.2/src/lib.rs:659:5 | 659 | unsafe fn heap_mut(&mut self) -> (NonNull, &mut usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:430:36 | 430 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:722:36 | 722 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:910:36 | 910 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 910 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:1261:36 | 1261 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1261 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/imp_std.rs:101:21 | 101 | let slot = &*self.value.get(); | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/imp_std.rs:99:5 | 99 | pub(crate) unsafe fn get_unchecked(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::option::Option::::unwrap_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/imp_std.rs:102:9 | 102 | slot.as_ref().unwrap_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `imp::OnceCell::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:1032:13 | 1032 | self.0.get_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/once_cell-1.20.2/src/lib.rs:1031:9 | 1031 | pub unsafe fn get_unchecked(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1055:18 | 1055 | a = &*(src as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1048:1 | 1048 | / unsafe fn atomic_load(src: *mut T) -> T 1049 | | where 1050 | | T: Copy, | |____________^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` For more information about this error, try `rustc --explain E0133`. warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1056:13 | 1056 | mem::transmute_copy(&a.load(Ordering::Acquire)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1055:18 | 1055 | a = &*(src as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::read_volatile` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1069:27 | 1069 | let val = ptr::read_volatile(src.cast::>()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1072:28 | 1072 | return val.assume_init(); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1078:23 | 1078 | let val = ptr::read(src); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1094:18 | 1094 | a = &*(dst as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1090:1 | 1090 | unsafe fn atomic_store(dst: *mut T, val: T) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1095:21 | 1095 | a.store(mem::transmute_copy(&val), Ordering::Release); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1094:18 | 1094 | a = &*(dst as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1100:13 | 1100 | ptr::write(dst, val); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1113:18 | 1113 | a = &*(dst as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1109:1 | 1109 | unsafe fn atomic_swap(dst: *mut T, val: T) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1114:23 | 1114 | let res = mem::transmute_copy(&a.swap(mem::transmute_copy(&val), Ordering::AcqRel)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1114:51 | 1114 | let res = mem::transmute_copy(&a.swap(mem::transmute_copy(&val), Ordering::AcqRel)); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1113:18 | 1113 | a = &*(dst as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::replace` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1120:13 | 1120 | ptr::replace(dst, val) | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1140:18 | 1140 | a = &*(dst as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1133:1 | 1133 | / unsafe fn atomic_compare_exchange_weak(dst: *mut T, mut current: T, new: T) -> Result 1134 | | where 1135 | | T: Copy + Eq, | |_________________^ warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1141:35 | 1141 | let mut current_raw = mem::transmute_copy(¤t); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1142:27 | 1142 | let new_raw = mem::transmute_copy(&new); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1153:40 | 1153 | let previous = mem::transmute_copy(&previous_raw); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1140:18 | 1140 | a = &*(dst as *const _ as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1172:23 | 1172 | if T::eq(&*dst, ¤t) { | ^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::replace` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1173:20 | 1173 | Ok(ptr::replace(dst, new)) | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/atomic/atomic_cell.rs:1175:27 | 1175 | let val = ptr::read(dst); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/once_lock.rs:77:10 | 77 | &*self.value.get().cast::() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/once_lock.rs:75:5 | 75 | unsafe fn get_unchecked(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `sync::parker::Unparker::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/parker.rs:204:23 | 204 | unparker: Unparker::from_raw(ptr), | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/parker.rs:202:5 | 202 | pub unsafe fn from_raw(ptr: *const ()) -> Parker { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::sync::Arc::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/parker.rs:291:20 | 291 | inner: Arc::from_raw(ptr.cast::()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/parker.rs:289:5 | 289 | pub unsafe fn from_raw(ptr: *const ()) -> Unparker { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `smallvec` (lib) generated 7 warnings Compiling either v1.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name either --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=9dd41f9eb914ae60 -C extra-filename=-9dd41f9eb914ae60 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/sharded_lock.rs:581:14 | 581 | mapping: HashMap, | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-utils-0.8.20/src/sync/sharded_lock.rs:594:22 | 594 | mapping: HashMap::new(), | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: `once_cell` (lib) generated 7 warnings Compiling memchr v2.7.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name memchr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=5b9b6773ff0c99ca -C extra-filename=-5b9b6773ff0c99ca --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:591:12 | 591 | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:589:1 | 589 | / f! { 590 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr { 591 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() { 592 | | (*mhdr).msg_control as *mut ::cmsghdr ... | 622 | | } 623 | | } | |_- in this macro invocation = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:592:13 | 592 | (*mhdr).msg_control as *mut ::cmsghdr | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:599:40 | 599 | let bits = ::mem::size_of_val(&(*set).fds_bits[0]) * 8; | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:589:1 | 589 | / f! { 590 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr { 591 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() { 592 | | (*mhdr).msg_control as *mut ::cmsghdr ... | 622 | | } 623 | | } | |_- in this macro invocation warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:601:9 | 601 | (*set).fds_bits[fd / bits] &= !(1 << (fd % bits)); | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:606:40 | 606 | let bits = ::mem::size_of_val(&(*set).fds_bits[0]) * 8; | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:589:1 | 589 | / f! { 590 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr { 591 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() { 592 | | (*mhdr).msg_control as *mut ::cmsghdr ... | 622 | | } 623 | | } | |_- in this macro invocation warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:608:17 | 608 | return ((*set).fds_bits[fd / bits] & (1 << (fd % bits))) != 0 | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:612:40 | 612 | let bits = ::mem::size_of_val(&(*set).fds_bits[0]) * 8; | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:589:1 | 589 | / f! { 590 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr { 591 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() { 592 | | (*mhdr).msg_control as *mut ::cmsghdr ... | 622 | | } 623 | | } | |_- in this macro invocation warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:614:9 | 614 | (*set).fds_bits[fd / bits] |= 1 << (fd % bits); | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:619:21 | 619 | for slot in (*set).fds_bits.iter_mut() { | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/mod.rs:589:1 | 589 | / f! { 590 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr { 591 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() { 592 | | (*mhdr).msg_control as *mut ::cmsghdr ... | 622 | | } 623 | | } | |_- in this macro invocation warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:634:9 | 634 | (*(self as *const siginfo_t as *const siginfo_timer))._pid | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:625:5 | 625 | pub unsafe fn si_pid(&self) -> ::pid_t { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:647:9 | 647 | (*(self as *const siginfo_t as *const siginfo_timer))._uid | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:637:5 | 637 | pub unsafe fn si_uid(&self) -> ::uid_t { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:661:9 | 661 | (*(self as *const siginfo_t as *const siginfo_timer)).value | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:650:5 | 650 | pub unsafe fn si_value(&self) -> ::sigval { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1983:9 | 1983 | / (cmsg as *mut ::c_uchar) 1984 | | .offset(_ALIGN(::mem::size_of::<::cmsghdr>()) as isize) | |___________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1981:1 | 1981 | / f! { 1982 | | pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar { 1983 | | (cmsg as *mut ::c_uchar) 1984 | | .offset(_ALIGN(::mem::size_of::<::cmsghdr>()) as isize) ... | 2025 | | } 2026 | | } | |_- in this macro invocation warning[E0133]: call to unsafe function `unix::bsd::CMSG_FIRSTHDR` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1995:20 | 1995 | return ::CMSG_FIRSTHDR(mhdr); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/macros.rs:194:17 | 186 | / macro_rules! f { 187 | | ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 | | $($arg:ident: $argty:ty),* 189 | | ) -> $ret:ty { ... | 194 | |/ pub $($constness)* unsafe extern fn $i($($arg: $argty),* 195 | || ) -> $ret { | ||_________________________^ ... | 198 | | )*) 199 | | } | |__________- in this expansion of `f!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1981:1 | 1981 | / f! { 1982 | | pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar { 1983 | | (cmsg as *mut ::c_uchar) 1984 | | .offset(_ALIGN(::mem::size_of::<::cmsghdr>()) as isize) ... | 2025 | | } 2026 | | } | |_- in this macro invocation warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1997:43 | 1997 | let next = cmsg as usize + _ALIGN((*cmsg).cmsg_len as usize) | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:1999:19 | 1999 | let max = (*mhdr).msg_control as usize | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:2000:15 | 2000 | + (*mhdr).msg_controllen as usize; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/mod.rs:2004:37 | 2004 | (cmsg as usize + _ALIGN((*cmsg).cmsg_len as usize)) | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:228:38 | 228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:740:38 | 740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ Compiling quote v1.0.37 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name quote --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=56507478ff93103e -C extra-filename=-56507478ff93103e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/lib.rs:108:1 | 107 | / #[cfg(feature = "proc-macro")] 108 | | extern crate proc_macro; | | ^^^^^^^^^^^^^^^^^^^^^^^- | |________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:15:32 | 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 15 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:30:32 | 30 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 30 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:40:32 | 40 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 40 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:50:32 | 50 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 50 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 87 | ident_fragment_display!(bool, str, String, char); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/ident_fragment.rs:79:44 | 79 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 88 | ident_fragment_display!(u8, u16, u32, u64, u128, usize); | ------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `ident_fragment_display` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 79 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:509:32 | 509 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:521:32 | 521 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/quote-1.0.37/src/runtime.rs:527:32 | 527 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 527 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:136:19 | 136 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:127:5 | 127 | / pub unsafe fn find_raw( 128 | | &self, 129 | | start: *const u8, 130 | | end: *const u8, 131 | | ) -> Option<*const u8> { | |__________________________^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:138:20 | 138 | return generic::fwd_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:143:21 | 143 | let chunk = start.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:145:20 | 145 | return generic::fwd_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:154:13 | 154 | start.add(USIZE_BYTES - (start.as_usize() & USIZE_ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:157:20 | 157 | return generic::fwd_byte_by_byte(cur, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:159:23 | 159 | debug_assert!(end.sub(One::LOOP_BYTES) >= start); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:160:22 | 160 | while cur <= end.sub(One::LOOP_BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:163:21 | 163 | let a = cur.cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:164:21 | 164 | let b = cur.add(USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:164:21 | 164 | let b = cur.add(USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:168:19 | 168 | cur = cur.add(One::LOOP_BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:170:9 | 170 | generic::fwd_byte_by_byte(cur, end, confirm) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:206:19 | 206 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:197:5 | 197 | / pub unsafe fn rfind_raw( 198 | | &self, 199 | | start: *const u8, 200 | | end: *const u8, 201 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:208:20 | 208 | return generic::rev_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:211:21 | 211 | let chunk = end.sub(USIZE_BYTES).cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:211:21 | 211 | let chunk = end.sub(USIZE_BYTES).cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:213:20 | 213 | return generic::rev_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:216:23 | 216 | let mut cur = end.sub(end.as_usize() & USIZE_ALIGN); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:219:20 | 219 | return generic::rev_byte_by_byte(start, cur, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:221:22 | 221 | while cur >= start.add(One::LOOP_BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:224:21 | 224 | let a = cur.sub(2 * USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:224:21 | 224 | let a = cur.sub(2 * USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:225:21 | 225 | let b = cur.sub(1 * USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:225:21 | 225 | let b = cur.sub(1 * USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:229:19 | 229 | cur = cur.sub(One::LOOP_BYTES); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:231:9 | 231 | generic::rev_byte_by_byte(start, cur, confirm) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:265:23 | 265 | count += (ptr.read() == self.s1) as usize; | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:256:5 | 256 | pub unsafe fn count_raw(&self, start: *const u8, end: *const u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:266:19 | 266 | ptr = ptr.offset(1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:446:19 | 446 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:437:5 | 437 | / pub unsafe fn find_raw( 438 | | &self, 439 | | start: *const u8, 440 | | end: *const u8, 441 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:448:20 | 448 | return generic::fwd_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:453:21 | 453 | let chunk = start.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:455:20 | 455 | return generic::fwd_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:464:13 | 464 | start.add(USIZE_BYTES - (start.as_usize() & USIZE_ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:466:23 | 466 | debug_assert!(end.sub(USIZE_BYTES) >= start); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:467:22 | 467 | while cur <= end.sub(USIZE_BYTES) { | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:470:25 | 470 | let chunk = cur.cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:474:19 | 474 | cur = cur.add(USIZE_BYTES); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:476:9 | 476 | generic::fwd_byte_by_byte(cur, end, confirm) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:512:19 | 512 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:503:5 | 503 | / pub unsafe fn rfind_raw( 504 | | &self, 505 | | start: *const u8, 506 | | end: *const u8, 507 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:514:20 | 514 | return generic::rev_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:517:21 | 517 | let chunk = end.sub(USIZE_BYTES).cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:517:21 | 517 | let chunk = end.sub(USIZE_BYTES).cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:519:20 | 519 | return generic::rev_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:522:23 | 522 | let mut cur = end.sub(end.as_usize() & USIZE_ALIGN); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:524:22 | 524 | while cur >= start.add(USIZE_BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:527:25 | 527 | let chunk = cur.sub(USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:527:25 | 527 | let chunk = cur.sub(USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:531:19 | 531 | cur = cur.sub(USIZE_BYTES); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:533:9 | 533 | generic::rev_byte_by_byte(start, cur, confirm) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:710:19 | 710 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:701:5 | 701 | / pub unsafe fn find_raw( 702 | | &self, 703 | | start: *const u8, 704 | | end: *const u8, 705 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:712:20 | 712 | return generic::fwd_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:717:21 | 717 | let chunk = start.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:719:20 | 719 | return generic::fwd_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:728:13 | 728 | start.add(USIZE_BYTES - (start.as_usize() & USIZE_ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:730:23 | 730 | debug_assert!(end.sub(USIZE_BYTES) >= start); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:731:22 | 731 | while cur <= end.sub(USIZE_BYTES) { | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:734:25 | 734 | let chunk = cur.cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:738:19 | 738 | cur = cur.add(USIZE_BYTES); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:740:9 | 740 | generic::fwd_byte_by_byte(cur, end, confirm) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:776:19 | 776 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:767:5 | 767 | / pub unsafe fn rfind_raw( 768 | | &self, 769 | | start: *const u8, 770 | | end: *const u8, 771 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:778:20 | 778 | return generic::rev_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:781:21 | 781 | let chunk = end.sub(USIZE_BYTES).cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:781:21 | 781 | let chunk = end.sub(USIZE_BYTES).cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:783:20 | 783 | return generic::rev_byte_by_byte(start, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:786:23 | 786 | let mut cur = end.sub(end.as_usize() & USIZE_ALIGN); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:788:22 | 788 | while cur >= start.add(USIZE_BYTES) { | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:791:25 | 791 | let chunk = cur.sub(USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:791:25 | 791 | let chunk = cur.sub(USIZE_BYTES).cast::().read(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:795:19 | 795 | cur = cur.sub(USIZE_BYTES); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/memchr.rs:797:9 | 797 | generic::rev_byte_by_byte(start, cur, confirm) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:157:20 | 157 | let hlen = hend.distance(hstart); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:150:5 | 150 | / pub unsafe fn find_raw( 151 | | &self, 152 | | hstart: *const u8, 153 | | hend: *const u8, 154 | | nstart: *const u8, 155 | | nend: *const u8, 156 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:158:20 | 158 | let nlen = nend.distance(nstart); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:163:19 | 163 | let end = hend.sub(nlen); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::rabinkarp::Hash::forward` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:164:24 | 164 | let mut hash = Hash::forward(cur, cur.add(nlen)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:164:43 | 164 | let mut hash = Hash::forward(cur, cur.add(nlen)); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::rabinkarp::is_equal_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:166:37 | 166 | if self.hash == hash && is_equal_raw(cur, nstart, nlen) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:172:29 | 172 | hash.roll(self, cur.read(), cur.add(nlen).read()); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:172:41 | 172 | hash.roll(self, cur.read(), cur.add(nlen).read()); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:172:41 | 172 | hash.roll(self, cur.read(), cur.add(nlen).read()); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:173:19 | 173 | cur = cur.add(1); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:255:20 | 255 | let hlen = hend.distance(hstart); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:248:5 | 248 | / pub unsafe fn rfind_raw( 249 | | &self, 250 | | hstart: *const u8, 251 | | hend: *const u8, 252 | | nstart: *const u8, 253 | | nend: *const u8, 254 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:256:20 | 256 | let nlen = nend.distance(nstart); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:260:23 | 260 | let mut cur = hend.sub(nlen); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::rabinkarp::Hash::reverse` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:262:24 | 262 | let mut hash = Hash::reverse(cur, cur.add(nlen)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:262:43 | 262 | let mut hash = Hash::reverse(cur, cur.add(nlen)); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::rabinkarp::is_equal_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:264:39 | 264 | if self.0.hash == hash && is_equal_raw(cur, nstart, nlen) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:270:19 | 270 | cur = cur.sub(1); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:271:32 | 271 | hash.roll(&self.0, cur.add(nlen).read(), cur.read()); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:271:32 | 271 | hash.roll(&self.0, cur.add(nlen).read(), cur.read()); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:271:54 | 271 | hash.roll(&self.0, cur.add(nlen).read(), cur.read()); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:303:22 | 303 | hash.add(start.read()); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:300:5 | 300 | unsafe fn forward(mut start: *const u8, end: *const u8) -> Hash { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:304:21 | 304 | start = start.add(1); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:318:19 | 318 | end = end.sub(1); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:315:5 | 315 | unsafe fn reverse(start: *const u8, mut end: *const u8) -> Hash { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:319:22 | 319 | hash.add(end.read()); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::is_equal_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:363:5 | 363 | crate::arch::all::is_equal_raw(x, y, n) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/rabinkarp.rs:362:1 | 362 | unsafe fn is_equal_raw(x: *const u8, y: *const u8, n: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:129:18 | 129 | let vx = x.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:108:1 | 108 | / pub unsafe fn is_equal_raw( 109 | | mut x: *const u8, 110 | | mut y: *const u8, 111 | | mut n: usize, 112 | | ) -> bool { | |_________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:130:18 | 130 | let vy = y.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:134:13 | 134 | x = x.add(4); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:135:13 | 135 | y = y.add(4); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:143:18 | 143 | let vx = x.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:144:18 | 144 | let vy = y.cast::().read_unaligned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:148:13 | 148 | x = x.add(2); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:149:13 | 149 | y = y.add(2); | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:153:12 | 153 | if x.read() != y.read() { | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/all/mod.rs:153:24 | 153 | if x.read() != y.read() { | ^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:112:31 | 112 | One { s1: needle, v1: V::splat(needle) } | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:111:5 | 111 | pub(crate) unsafe fn new(needle: u8) -> One { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:155:19 | 155 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:143:5 | 143 | / pub(crate) unsafe fn find_raw( 144 | | &self, 145 | | start: *const u8, 146 | | end: *const u8, 147 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:165:28 | 165 | if let Some(cur) = self.search_chunk(start, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:169:23 | 169 | let mut cur = start.add(V::BYTES - (start.as_usize() & V::ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:170:38 | 170 | debug_assert!(cur > start && end.sub(V::BYTES) >= start); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:172:26 | 172 | while cur <= end.sub(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:175:25 | 175 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:176:25 | 176 | let b = V::load_aligned(cur.add(1 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:176:41 | 176 | let b = V::load_aligned(cur.add(1 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:177:25 | 177 | let c = V::load_aligned(cur.add(2 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:177:41 | 177 | let c = V::load_aligned(cur.add(2 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:178:25 | 178 | let d = V::load_aligned(cur.add(3 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:178:41 | 178 | let d = V::load_aligned(cur.add(3 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:179:27 | 179 | let eqa = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:180:27 | 180 | let eqb = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:181:27 | 181 | let eqc = self.v1.cmpeq(c); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:182:27 | 182 | let eqd = self.v1.cmpeq(d); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:183:27 | 183 | let or1 = eqa.or(eqb); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:184:27 | 184 | let or2 = eqc.or(eqd); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:185:27 | 185 | let or3 = or1.or(or2); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask_will_have_non_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:186:20 | 186 | if or3.movemask_will_have_non_zero() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:187:32 | 187 | let mask = eqa.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:189:37 | 189 | return Some(cur.add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:192:32 | 192 | let mask = eqb.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:194:37 | 194 | return Some(cur.add(1 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:194:37 | 194 | return Some(cur.add(1 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:197:32 | 197 | let mask = eqc.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:199:37 | 199 | return Some(cur.add(2 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:199:37 | 199 | return Some(cur.add(2 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:202:32 | 202 | let mask = eqd.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:204:33 | 204 | return Some(cur.add(3 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:204:33 | 204 | return Some(cur.add(3 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:206:23 | 206 | cur = cur.add(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:212:22 | 212 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:213:27 | 213 | debug_assert!(end.distance(cur) >= V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:214:32 | 214 | if let Some(cur) = self.search_chunk(cur, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:217:19 | 217 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:224:27 | 224 | debug_assert!(end.distance(cur) < V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:225:19 | 225 | cur = cur.sub(V::BYTES - end.distance(cur)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:225:38 | 225 | cur = cur.sub(V::BYTES - end.distance(cur)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:226:30 | 226 | debug_assert_eq!(end.distance(cur), V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:227:20 | 227 | return self.search_chunk(cur, topos); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:266:19 | 266 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:254:5 | 254 | / pub(crate) unsafe fn rfind_raw( 255 | | &self, 256 | | start: *const u8, 257 | | end: *const u8, 258 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:274:28 | 274 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:274:46 | 274 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:277:23 | 277 | let mut cur = end.sub(end.as_usize() & V::ALIGN); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:280:26 | 280 | while cur >= start.add(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:283:23 | 283 | cur = cur.sub(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:284:25 | 284 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:285:25 | 285 | let b = V::load_aligned(cur.add(1 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:285:41 | 285 | let b = V::load_aligned(cur.add(1 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:286:25 | 286 | let c = V::load_aligned(cur.add(2 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:286:41 | 286 | let c = V::load_aligned(cur.add(2 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:287:25 | 287 | let d = V::load_aligned(cur.add(3 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:287:41 | 287 | let d = V::load_aligned(cur.add(3 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:288:27 | 288 | let eqa = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:289:27 | 289 | let eqb = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:290:27 | 290 | let eqc = self.v1.cmpeq(c); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:291:27 | 291 | let eqd = self.v1.cmpeq(d); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:292:27 | 292 | let or1 = eqa.or(eqb); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:293:27 | 293 | let or2 = eqc.or(eqd); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:294:27 | 294 | let or3 = or1.or(or2); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask_will_have_non_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:295:20 | 295 | if or3.movemask_will_have_non_zero() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:296:32 | 296 | let mask = eqd.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:298:37 | 298 | return Some(cur.add(3 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:298:37 | 298 | return Some(cur.add(3 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:301:32 | 301 | let mask = eqc.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:303:37 | 303 | return Some(cur.add(2 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:303:37 | 303 | return Some(cur.add(2 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:306:32 | 306 | let mask = eqb.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:308:37 | 308 | return Some(cur.add(1 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:308:37 | 308 | return Some(cur.add(1 * V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:311:32 | 311 | let mask = eqa.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:313:33 | 313 | return Some(cur.add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:317:22 | 317 | while cur >= start.add(V::BYTES) { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:318:27 | 318 | debug_assert!(cur.distance(start) >= V::BYTES); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:319:19 | 319 | cur = cur.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:320:32 | 320 | if let Some(cur) = self.search_chunk(cur, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:325:27 | 325 | debug_assert!(cur.distance(start) < V::BYTES); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:326:20 | 326 | return self.search_chunk(start, topos); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:357:19 | 357 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:349:5 | 349 | / pub(crate) unsafe fn count_raw( 350 | | &self, 351 | | start: *const u8, 352 | | end: *const u8, 353 | | ) -> usize { | |______________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:366:23 | 366 | let mut cur = start.add(V::BYTES - (start.as_usize() & V::ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::count_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:368:25 | 368 | let mut count = count_byte_by_byte(start, cur, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:369:38 | 369 | debug_assert!(cur > start && end.sub(V::BYTES) >= start); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:371:26 | 371 | while cur <= end.sub(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:374:25 | 374 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:375:25 | 375 | let b = V::load_aligned(cur.add(1 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:375:41 | 375 | let b = V::load_aligned(cur.add(1 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:376:25 | 376 | let c = V::load_aligned(cur.add(2 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:376:41 | 376 | let c = V::load_aligned(cur.add(2 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:377:25 | 377 | let d = V::load_aligned(cur.add(3 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:377:41 | 377 | let d = V::load_aligned(cur.add(3 * V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:378:27 | 378 | let eqa = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:379:27 | 379 | let eqb = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:380:27 | 380 | let eqc = self.v1.cmpeq(c); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:381:27 | 381 | let eqd = self.v1.cmpeq(d); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:382:26 | 382 | count += eqa.movemask().count_ones(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:383:26 | 383 | count += eqb.movemask().count_ones(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:384:26 | 384 | count += eqc.movemask().count_ones(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:385:26 | 385 | count += eqd.movemask().count_ones(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:386:23 | 386 | cur = cur.add(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:392:22 | 392 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:393:27 | 393 | debug_assert!(end.distance(cur) >= V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:394:25 | 394 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:395:22 | 395 | count += self.v1.cmpeq(chunk).movemask().count_ones(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:395:22 | 395 | count += self.v1.cmpeq(chunk).movemask().count_ones(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:396:19 | 396 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::count_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:399:18 | 399 | count += count_byte_by_byte(cur, end, confirm); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:421:21 | 421 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:416:5 | 416 | / unsafe fn search_chunk( 417 | | &self, 418 | | cur: *const u8, 419 | | mask_to_offset: impl Fn(V::Mask) -> usize, 420 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:422:20 | 422 | let mask = self.v1.cmpeq(chunk).movemask(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:422:20 | 422 | let mask = self.v1.cmpeq(chunk).movemask(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:424:18 | 424 | Some(cur.add(mask_to_offset(mask))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:454:17 | 454 | v1: V::splat(needle1), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:450:5 | 450 | pub(crate) unsafe fn new(needle1: u8, needle2: u8) -> Two { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:455:17 | 455 | v2: V::splat(needle2), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:505:19 | 505 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:493:5 | 493 | / pub(crate) unsafe fn find_raw( 494 | | &self, 495 | | start: *const u8, 496 | | end: *const u8, 497 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:515:28 | 515 | if let Some(cur) = self.search_chunk(start, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:519:23 | 519 | let mut cur = start.add(V::BYTES - (start.as_usize() & V::ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:520:38 | 520 | debug_assert!(cur > start && end.sub(V::BYTES) >= start); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:522:26 | 522 | while cur <= end.sub(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:525:25 | 525 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:526:25 | 526 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:526:41 | 526 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:527:28 | 527 | let eqa1 = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:528:28 | 528 | let eqb1 = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:529:28 | 529 | let eqa2 = self.v2.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:530:28 | 530 | let eqb2 = self.v2.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:531:27 | 531 | let or1 = eqa1.or(eqb1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:532:27 | 532 | let or2 = eqa2.or(eqb2); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:533:27 | 533 | let or3 = or1.or(or2); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask_will_have_non_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:534:20 | 534 | if or3.movemask_will_have_non_zero() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:535:32 | 535 | let mask = eqa1.movemask().or(eqa2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:535:51 | 535 | let mask = eqa1.movemask().or(eqa2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:537:37 | 537 | return Some(cur.add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:540:32 | 540 | let mask = eqb1.movemask().or(eqb2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:540:51 | 540 | let mask = eqb1.movemask().or(eqb2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:542:33 | 542 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:542:33 | 542 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:544:23 | 544 | cur = cur.add(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:550:22 | 550 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:551:27 | 551 | debug_assert!(end.distance(cur) >= V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:552:32 | 552 | if let Some(cur) = self.search_chunk(cur, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:555:19 | 555 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:562:27 | 562 | debug_assert!(end.distance(cur) < V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:563:19 | 563 | cur = cur.sub(V::BYTES - end.distance(cur)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:563:38 | 563 | cur = cur.sub(V::BYTES - end.distance(cur)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:564:30 | 564 | debug_assert_eq!(end.distance(cur), V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:565:20 | 565 | return self.search_chunk(cur, topos); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:604:19 | 604 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:592:5 | 592 | / pub(crate) unsafe fn rfind_raw( 593 | | &self, 594 | | start: *const u8, 595 | | end: *const u8, 596 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:612:28 | 612 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:612:46 | 612 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:615:23 | 615 | let mut cur = end.sub(end.as_usize() & V::ALIGN); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:618:26 | 618 | while cur >= start.add(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:621:23 | 621 | cur = cur.sub(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:622:25 | 622 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:623:25 | 623 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:623:41 | 623 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:624:28 | 624 | let eqa1 = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:625:28 | 625 | let eqb1 = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:626:28 | 626 | let eqa2 = self.v2.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:627:28 | 627 | let eqb2 = self.v2.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:628:27 | 628 | let or1 = eqa1.or(eqb1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:629:27 | 629 | let or2 = eqa2.or(eqb2); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:630:27 | 630 | let or3 = or1.or(or2); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask_will_have_non_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:631:20 | 631 | if or3.movemask_will_have_non_zero() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:632:32 | 632 | let mask = eqb1.movemask().or(eqb2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:632:51 | 632 | let mask = eqb1.movemask().or(eqb2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:634:37 | 634 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:634:37 | 634 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:637:32 | 637 | let mask = eqa1.movemask().or(eqa2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:637:51 | 637 | let mask = eqa1.movemask().or(eqa2.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:639:33 | 639 | return Some(cur.add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:643:22 | 643 | while cur >= start.add(V::BYTES) { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:644:27 | 644 | debug_assert!(cur.distance(start) >= V::BYTES); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:645:19 | 645 | cur = cur.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:646:32 | 646 | if let Some(cur) = self.search_chunk(cur, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:651:27 | 651 | debug_assert!(cur.distance(start) < V::BYTES); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:652:20 | 652 | return self.search_chunk(start, topos); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:675:21 | 675 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:670:5 | 670 | / unsafe fn search_chunk( 671 | | &self, 672 | | cur: *const u8, 673 | | mask_to_offset: impl Fn(V::Mask) -> usize, 674 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:676:19 | 676 | let eq1 = self.v1.cmpeq(chunk); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:677:19 | 677 | let eq2 = self.v2.cmpeq(chunk); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:678:20 | 678 | let mask = eq1.or(eq2).movemask(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:678:20 | 678 | let mask = eq1.or(eq2).movemask(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:680:25 | 680 | let mask1 = eq1.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:681:25 | 681 | let mask2 = eq2.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:682:18 | 682 | Some(cur.add(mask_to_offset(mask1.or(mask2)))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:719:17 | 719 | v1: V::splat(needle1), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:710:5 | 710 | / pub(crate) unsafe fn new( 711 | | needle1: u8, 712 | | needle2: u8, 713 | | needle3: u8, 714 | | ) -> Three { | |_________________^ warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:720:17 | 720 | v2: V::splat(needle2), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:721:17 | 721 | v3: V::splat(needle3), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:777:19 | 777 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:765:5 | 765 | / pub(crate) unsafe fn find_raw( 766 | | &self, 767 | | start: *const u8, 768 | | end: *const u8, 769 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:787:28 | 787 | if let Some(cur) = self.search_chunk(start, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:791:23 | 791 | let mut cur = start.add(V::BYTES - (start.as_usize() & V::ALIGN)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:792:38 | 792 | debug_assert!(cur > start && end.sub(V::BYTES) >= start); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:794:26 | 794 | while cur <= end.sub(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:797:25 | 797 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: `proc-macro2` (lib) generated 111 warnings Compiling syn v2.0.87 warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:798:25 | 798 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:798:41 | 798 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:799:28 | 799 | let eqa1 = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.87 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=87 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name syn --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=fef78311b97a6894 -C extra-filename=-fef78311b97a6894 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rmeta --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rmeta --extern unicode_ident=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunicode_ident-6d3f7fec15e00c12.rmeta --cap-lints warn -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:800:28 | 800 | let eqb1 = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:801:28 | 801 | let eqa2 = self.v2.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:802:28 | 802 | let eqb2 = self.v2.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:803:28 | 803 | let eqa3 = self.v3.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:804:28 | 804 | let eqb3 = self.v3.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:805:27 | 805 | let or1 = eqa1.or(eqb1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:806:27 | 806 | let or2 = eqa2.or(eqb2); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:807:27 | 807 | let or3 = eqa3.or(eqb3); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:808:27 | 808 | let or4 = or1.or(or2); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:809:27 | 809 | let or5 = or3.or(or4); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask_will_have_non_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:810:20 | 810 | if or5.movemask_will_have_non_zero() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:811:32 | 811 | let mask = eqa1 | ________________________________^ 812 | | .movemask() | |___________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:813:29 | 813 | .or(eqa2.movemask()) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:814:29 | 814 | .or(eqa3.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:816:37 | 816 | return Some(cur.add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:819:32 | 819 | let mask = eqb1 | ________________________________^ 820 | | .movemask() | |___________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:821:29 | 821 | .or(eqb2.movemask()) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:822:29 | 822 | .or(eqb3.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:824:33 | 824 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:824:33 | 824 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:826:23 | 826 | cur = cur.add(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:832:22 | 832 | while cur <= end.sub(V::BYTES) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:833:27 | 833 | debug_assert!(end.distance(cur) >= V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:834:32 | 834 | if let Some(cur) = self.search_chunk(cur, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:837:19 | 837 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:844:27 | 844 | debug_assert!(end.distance(cur) < V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:845:19 | 845 | cur = cur.sub(V::BYTES - end.distance(cur)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:845:38 | 845 | cur = cur.sub(V::BYTES - end.distance(cur)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:846:30 | 846 | debug_assert_eq!(end.distance(cur), V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:847:20 | 847 | return self.search_chunk(cur, topos); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:886:19 | 886 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:874:5 | 874 | / pub(crate) unsafe fn rfind_raw( 875 | | &self, 876 | | start: *const u8, 877 | | end: *const u8, 878 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:894:28 | 894 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:894:46 | 894 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) { | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:897:23 | 897 | let mut cur = end.sub(end.as_usize() & V::ALIGN); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:900:26 | 900 | while cur >= start.add(Self::LOOP_SIZE) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:903:23 | 903 | cur = cur.sub(Self::LOOP_SIZE); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:904:25 | 904 | let a = V::load_aligned(cur); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:905:25 | 905 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:905:41 | 905 | let b = V::load_aligned(cur.add(V::BYTES)); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:906:28 | 906 | let eqa1 = self.v1.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:907:28 | 907 | let eqb1 = self.v1.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:908:28 | 908 | let eqa2 = self.v2.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:909:28 | 909 | let eqb2 = self.v2.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:910:28 | 910 | let eqa3 = self.v3.cmpeq(a); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:911:28 | 911 | let eqb3 = self.v3.cmpeq(b); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:912:27 | 912 | let or1 = eqa1.or(eqb1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:913:27 | 913 | let or2 = eqa2.or(eqb2); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:914:27 | 914 | let or3 = eqa3.or(eqb3); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:915:27 | 915 | let or4 = or1.or(or2); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:916:27 | 916 | let or5 = or3.or(or4); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask_will_have_non_zero` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:917:20 | 917 | if or5.movemask_will_have_non_zero() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:918:32 | 918 | let mask = eqb1 | ________________________________^ 919 | | .movemask() | |___________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:920:29 | 920 | .or(eqb2.movemask()) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:921:29 | 921 | .or(eqb3.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:923:37 | 923 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:923:37 | 923 | return Some(cur.add(V::BYTES).add(topos(mask))); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:926:32 | 926 | let mask = eqa1 | ________________________________^ 927 | | .movemask() | |___________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:928:29 | 928 | .or(eqa2.movemask()) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:929:29 | 929 | .or(eqa3.movemask()); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:931:33 | 931 | return Some(cur.add(topos(mask))); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:935:22 | 935 | while cur >= start.add(V::BYTES) { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:936:27 | 936 | debug_assert!(cur.distance(start) >= V::BYTES); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:937:19 | 937 | cur = cur.sub(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:938:32 | 938 | if let Some(cur) = self.search_chunk(cur, topos) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:943:27 | 943 | debug_assert!(cur.distance(start) < V::BYTES); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::search_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:944:20 | 944 | return self.search_chunk(start, topos); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:967:21 | 967 | let chunk = V::load_unaligned(cur); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:962:5 | 962 | / unsafe fn search_chunk( 963 | | &self, 964 | | cur: *const u8, 965 | | mask_to_offset: impl Fn(V::Mask) -> usize, 966 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:968:19 | 968 | let eq1 = self.v1.cmpeq(chunk); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:969:19 | 969 | let eq2 = self.v2.cmpeq(chunk); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:970:19 | 970 | let eq3 = self.v3.cmpeq(chunk); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:971:20 | 971 | let mask = eq1.or(eq2).or(eq3).movemask(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:971:20 | 971 | let mask = eq1.or(eq2).or(eq3).movemask(); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::or` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:971:20 | 971 | let mask = eq1.or(eq2).or(eq3).movemask(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:973:25 | 973 | let mask1 = eq1.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:974:25 | 974 | let mask2 = eq2.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:975:25 | 975 | let mask3 = eq3.movemask(); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:976:18 | 976 | Some(cur.add(mask_to_offset(mask1.or(mask2).or(mask3)))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1057:22 | 1057 | let result = found.distance(self.original_start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1044:5 | 1044 | / pub(crate) unsafe fn next( 1045 | | &mut self, 1046 | | mut find_raw: impl FnMut(*const u8, *const u8) -> Option<*const u8>, 1047 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1058:22 | 1058 | self.start = found.add(1); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1096:22 | 1096 | let result = found.distance(self.original_start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1083:5 | 1083 | / pub(crate) unsafe fn next_back( 1084 | | &mut self, 1085 | | mut rfind_raw: impl FnMut(*const u8, *const u8) -> Option<*const u8>, 1086 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1133:15 | 1133 | let end = start.add(haystack.len()); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1125:1 | 1125 | / pub(crate) unsafe fn search_slice_with_raw( 1126 | | haystack: &[u8], 1127 | | mut find_raw: impl FnMut(*const u8, *const u8) -> Option<*const u8>, 1128 | | ) -> Option { | |__________________^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1135:10 | 1135 | Some(found.distance(start)) | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1156:20 | 1156 | if confirm(*ptr) { | ^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1148:1 | 1148 | / pub(crate) unsafe fn fwd_byte_by_byte bool>( 1149 | | start: *const u8, 1150 | | end: *const u8, 1151 | | confirm: F, 1152 | | ) -> Option<*const u8> { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1159:15 | 1159 | ptr = ptr.offset(1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1183:15 | 1183 | ptr = ptr.offset(-1); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1174:1 | 1174 | / pub(crate) unsafe fn rev_byte_by_byte bool>( 1175 | | start: *const u8, 1176 | | end: *const u8, 1177 | | confirm: F, 1178 | | ) -> Option<*const u8> { | |______________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1184:20 | 1184 | if confirm(*ptr) { | ^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1208:20 | 1208 | if confirm(*ptr) { | ^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1199:1 | 1199 | / pub(crate) unsafe fn count_byte_by_byte bool>( 1200 | | start: *const u8, 1201 | | end: *const u8, 1202 | | confirm: F, 1203 | | ) -> usize { | |__________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/memchr.rs:1211:15 | 1211 | ptr = ptr.offset(1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:58:18 | 58 | let v1 = V::splat(needle[usize::from(pair.index1())]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:54:5 | 54 | pub(crate) unsafe fn new(needle: &[u8], pair: Pair) -> Finder { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `vector::Vector::splat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:59:18 | 59 | let v2 = V::splat(needle[usize::from(pair.index2())]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:94:19 | 94 | let end = start.add(haystack.len()); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:80:5 | 80 | / pub(crate) unsafe fn find( 81 | | &self, 82 | | haystack: &[u8], 83 | | needle: &[u8], 84 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:95:19 | 95 | let max = end.sub(self.min_haystack_len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_in_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:105:35 | 105 | if let Some(chunki) = self.find_in_chunk(needle, cur, end, all) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::matched` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:106:29 | 106 | return Some(matched(start, cur, chunki)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:108:19 | 108 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:111:29 | 111 | let remaining = end.distance(cur); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:126:27 | 126 | let overlap = cur.distance(max); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_in_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:144:21 | 144 | let m = self.find_in_chunk(needle, cur, end, mask); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::matched` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:146:29 | 146 | return Some(matched(start, cur, chunki)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:182:19 | 182 | let end = start.add(haystack.len()); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:170:5 | 170 | / pub(crate) unsafe fn find_prefilter( 171 | | &self, 172 | | haystack: &[u8], 173 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:183:19 | 183 | let max = end.sub(self.min_haystack_len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_prefilter_in_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:193:35 | 193 | if let Some(chunki) = self.find_prefilter_in_chunk(cur) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::matched` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:194:29 | 194 | return Some(matched(start, cur, chunki)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:196:19 | 196 | cur = cur.add(V::BYTES); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_prefilter_in_chunk` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:205:35 | 205 | if let Some(chunki) = self.find_prefilter_in_chunk(cur) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::matched` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:206:29 | 206 | return Some(matched(start, cur, chunki)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:238:22 | 238 | let chunk1 = V::load_unaligned(cur.add(index1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:229:5 | 229 | / unsafe fn find_in_chunk( 230 | | &self, 231 | | needle: &[u8], 232 | | cur: *const u8, 233 | | end: *const u8, 234 | | mask: V::Mask, 235 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:238:40 | 238 | let chunk1 = V::load_unaligned(cur.add(index1)); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:239:22 | 239 | let chunk2 = V::load_unaligned(cur.add(index2)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:239:40 | 239 | let chunk2 = V::load_unaligned(cur.add(index2)); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:240:19 | 240 | let eq1 = chunk1.cmpeq(self.v1); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:241:19 | 241 | let eq2 = chunk2.cmpeq(self.v2); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:243:27 | 243 | let mut offsets = eq1.and(eq2).movemask().and(mask); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:243:27 | 243 | let mut offsets = eq1.and(eq2).movemask().and(mask); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:246:23 | 246 | let cur = cur.add(offset); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:247:16 | 247 | if end.sub(needle.len()) < cur { | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::is_equal_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:250:16 | 250 | if is_equal_raw(needle.as_ptr(), cur, needle.len()) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:272:22 | 272 | let chunk1 = V::load_unaligned(cur.add(index1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:269:5 | 269 | unsafe fn find_prefilter_in_chunk(&self, cur: *const u8) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:272:40 | 272 | let chunk1 = V::load_unaligned(cur.add(index1)); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::load_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:273:22 | 273 | let chunk2 = V::load_unaligned(cur.add(index2)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:273:40 | 273 | let chunk2 = V::load_unaligned(cur.add(index2)); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:274:19 | 274 | let eq1 = chunk1.cmpeq(self.v1); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::cmpeq` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:275:19 | 275 | let eq2 = chunk2.cmpeq(self.v2); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:277:23 | 277 | let offsets = eq1.and(eq2).movemask(); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `vector::Vector::and` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:277:23 | 277 | let offsets = eq1.and(eq2).movemask(); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:313:5 | 313 | cur.distance(start) + chunki | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/generic/packedpair.rs:312:1 | 312 | unsafe fn matched(start: *const u8, cur: *const u8, chunki: usize) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:71:19 | 71 | sse2: generic::One::new(needle), | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:69:5 | 69 | pub unsafe fn new_unchecked(needle: u8) -> One { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:72:19 | 72 | avx2: generic::One::new(needle), | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:187:19 | 187 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:179:5 | 179 | / pub unsafe fn find_raw( 180 | | &self, 181 | | start: *const u8, 182 | | end: *const u8, 183 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:192:17 | 192 | / generic::fwd_byte_by_byte(start, end, |b| { 193 | | b == self.sse2.needle1() 194 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::find_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:198:17 | 198 | self.find_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::find_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:218:9 | 218 | self.find_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:253:19 | 253 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:245:5 | 245 | / pub unsafe fn rfind_raw( 246 | | &self, 247 | | start: *const u8, 248 | | end: *const u8, 249 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:258:17 | 258 | / generic::rev_byte_by_byte(start, end, |b| { 259 | | b == self.sse2.needle1() 260 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::rfind_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:264:17 | 264 | self.rfind_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::rfind_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:274:9 | 274 | self.rfind_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:303:19 | 303 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:299:5 | 299 | pub unsafe fn count_raw(&self, start: *const u8, end: *const u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::memchr::count_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:308:17 | 308 | / generic::count_byte_by_byte(start, end, |b| { 309 | | b == self.sse2.needle1() 310 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::count_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:314:17 | 314 | self.count_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::count_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:321:9 | 321 | self.count_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:341:9 | 341 | self.sse2.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:336:5 | 336 | / unsafe fn find_raw_sse2( 337 | | &self, 338 | | start: *const u8, 339 | | end: *const u8, 340 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:361:9 | 361 | self.sse2.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:356:5 | 356 | / unsafe fn rfind_raw_sse2( 357 | | &self, 358 | | start: *const u8, 359 | | end: *const u8, 360 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::count_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:381:9 | 381 | self.sse2.count_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:376:5 | 376 | / unsafe fn count_raw_sse2( 377 | | &self, 378 | | start: *const u8, 379 | | end: *const u8, 380 | | ) -> usize { | |______________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:401:9 | 401 | self.avx2.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:396:5 | 396 | / unsafe fn find_raw_avx2( 397 | | &self, 398 | | start: *const u8, 399 | | end: *const u8, 400 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:421:9 | 421 | self.avx2.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:416:5 | 416 | / unsafe fn rfind_raw_avx2( 417 | | &self, 418 | | start: *const u8, 419 | | end: *const u8, 420 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::count_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:441:9 | 441 | self.avx2.count_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:436:5 | 436 | / unsafe fn count_raw_avx2( 437 | | &self, 438 | | start: *const u8, 439 | | end: *const u8, 440 | | ) -> usize { | |______________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:558:19 | 558 | sse2: generic::Two::new(needle1, needle2), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:556:5 | 556 | pub unsafe fn new_unchecked(needle1: u8, needle2: u8) -> Two { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:559:19 | 559 | avx2: generic::Two::new(needle1, needle2), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:662:19 | 662 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:654:5 | 654 | / pub unsafe fn find_raw( 655 | | &self, 656 | | start: *const u8, 657 | | end: *const u8, 658 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:667:17 | 667 | / generic::fwd_byte_by_byte(start, end, |b| { 668 | | b == self.sse2.needle1() || b == self.sse2.needle2() 669 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::find_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:673:17 | 673 | self.find_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::find_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:693:9 | 693 | self.find_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:728:19 | 728 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:720:5 | 720 | / pub unsafe fn rfind_raw( 721 | | &self, 722 | | start: *const u8, 723 | | end: *const u8, 724 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:733:17 | 733 | / generic::rev_byte_by_byte(start, end, |b| { 734 | | b == self.sse2.needle1() || b == self.sse2.needle2() 735 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::rfind_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:739:17 | 739 | self.rfind_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::rfind_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:749:9 | 749 | self.rfind_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:769:9 | 769 | self.sse2.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:764:5 | 764 | / unsafe fn find_raw_sse2( 765 | | &self, 766 | | start: *const u8, 767 | | end: *const u8, 768 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:789:9 | 789 | self.sse2.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:784:5 | 784 | / unsafe fn rfind_raw_sse2( 785 | | &self, 786 | | start: *const u8, 787 | | end: *const u8, 788 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:809:9 | 809 | self.avx2.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:804:5 | 804 | / unsafe fn find_raw_avx2( 805 | | &self, 806 | | start: *const u8, 807 | | end: *const u8, 808 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:829:9 | 829 | self.avx2.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:824:5 | 824 | / unsafe fn rfind_raw_avx2( 825 | | &self, 826 | | start: *const u8, 827 | | end: *const u8, 828 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:941:19 | 941 | sse2: generic::Three::new(needle1, needle2, needle3), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:935:5 | 935 | / pub unsafe fn new_unchecked( 936 | | needle1: u8, 937 | | needle2: u8, 938 | | needle3: u8, 939 | | ) -> Three { | |______________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:942:19 | 942 | avx2: generic::Three::new(needle1, needle2, needle3), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1045:19 | 1045 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1037:5 | 1037 | / pub unsafe fn find_raw( 1038 | | &self, 1039 | | start: *const u8, 1040 | | end: *const u8, 1041 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1050:17 | 1050 | / generic::fwd_byte_by_byte(start, end, |b| { 1051 | | b == self.sse2.needle1() 1052 | | || b == self.sse2.needle2() 1053 | | || b == self.sse2.needle3() 1054 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::find_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1058:17 | 1058 | self.find_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::find_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1078:9 | 1078 | self.find_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1113:19 | 1113 | let len = end.distance(start); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1105:5 | 1105 | / pub unsafe fn rfind_raw( 1106 | | &self, 1107 | | start: *const u8, 1108 | | end: *const u8, 1109 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1118:17 | 1118 | / generic::rev_byte_by_byte(start, end, |b| { 1119 | | b == self.sse2.needle1() 1120 | | || b == self.sse2.needle2() 1121 | | || b == self.sse2.needle3() 1122 | | }) | |__________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::rfind_raw_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1126:17 | 1126 | self.rfind_raw_sse2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::rfind_raw_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1136:9 | 1136 | self.rfind_raw_avx2(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1156:9 | 1156 | self.sse2.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1151:5 | 1151 | / unsafe fn find_raw_sse2( 1152 | | &self, 1153 | | start: *const u8, 1154 | | end: *const u8, 1155 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1176:9 | 1176 | self.sse2.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1171:5 | 1171 | / unsafe fn rfind_raw_sse2( 1172 | | &self, 1173 | | start: *const u8, 1174 | | end: *const u8, 1175 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1196:9 | 1196 | self.avx2.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1191:5 | 1191 | / unsafe fn find_raw_avx2( 1192 | | &self, 1193 | | start: *const u8, 1194 | | end: *const u8, 1195 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1216:9 | 1216 | self.avx2.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/memchr.rs:1211:5 | 1211 | / unsafe fn rfind_raw_avx2( 1212 | | &self, 1213 | | start: *const u8, 1214 | | end: *const u8, 1215 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:69:20 | 69 | let sse2 = packedpair::Finder::<__m128i>::new(needle, pair); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:68:5 | 68 | unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:70:20 | 70 | let avx2 = packedpair::Finder::<__m256i>::new(needle, pair); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:156:13 | 156 | self.sse2.find(haystack, needle) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:150:5 | 150 | / unsafe fn find_impl( 151 | | &self, 152 | | haystack: &[u8], 153 | | needle: &[u8], 154 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:158:13 | 158 | self.avx2.find(haystack, needle) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_prefilter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:177:13 | 177 | self.sse2.find_prefilter(haystack) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:175:5 | 175 | unsafe fn find_prefilter_impl(&self, haystack: &[u8]) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_prefilter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/avx2/packedpair.rs:179:13 | 179 | self.avx2.find_prefilter(haystack) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:64:13 | 64 | One(generic::One::new(needle)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:63:5 | 63 | pub unsafe fn new_unchecked(needle: u8) -> One { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:164:12 | 164 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:156:5 | 156 | / pub unsafe fn find_raw( 157 | | &self, 158 | | start: *const u8, 159 | | end: *const u8, 160 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:166:20 | 166 | return generic::fwd_byte_by_byte(start, end, |b| { | ____________________^ 167 | | b == self.0.needle1() 168 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::find_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:185:9 | 185 | self.find_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:220:12 | 220 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:212:5 | 212 | / pub unsafe fn rfind_raw( 213 | | &self, 214 | | start: *const u8, 215 | | end: *const u8, 216 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:222:20 | 222 | return generic::rev_byte_by_byte(start, end, |b| { | ____________________^ 223 | | b == self.0.needle1() 224 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::rfind_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:232:9 | 232 | self.rfind_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:261:12 | 261 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:257:5 | 257 | pub unsafe fn count_raw(&self, start: *const u8, end: *const u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::memchr::count_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:263:20 | 263 | return generic::count_byte_by_byte(start, end, |b| { | ____________________^ 264 | | b == self.0.needle1() 265 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::count_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:270:9 | 270 | self.count_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::One::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:290:9 | 290 | self.0.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:285:5 | 285 | / unsafe fn find_raw_impl( 286 | | &self, 287 | | start: *const u8, 288 | | end: *const u8, 289 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:310:9 | 310 | self.0.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:305:5 | 305 | / unsafe fn rfind_raw_impl( 306 | | &self, 307 | | start: *const u8, 308 | | end: *const u8, 309 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::One::::count_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:330:9 | 330 | self.0.count_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:325:5 | 325 | / unsafe fn count_raw_impl( 326 | | &self, 327 | | start: *const u8, 328 | | end: *const u8, 329 | | ) -> usize { | |______________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:440:13 | 440 | Two(generic::Two::new(needle1, needle2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:439:5 | 439 | pub unsafe fn new_unchecked(needle1: u8, needle2: u8) -> Two { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:528:12 | 528 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:520:5 | 520 | / pub unsafe fn find_raw( 521 | | &self, 522 | | start: *const u8, 523 | | end: *const u8, 524 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:530:20 | 530 | return generic::fwd_byte_by_byte(start, end, |b| { | ____________________^ 531 | | b == self.0.needle1() || b == self.0.needle2() 532 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Two::find_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:549:9 | 549 | self.find_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:584:12 | 584 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:576:5 | 576 | / pub unsafe fn rfind_raw( 577 | | &self, 578 | | start: *const u8, 579 | | end: *const u8, 580 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:586:20 | 586 | return generic::rev_byte_by_byte(start, end, |b| { | ____________________^ 587 | | b == self.0.needle1() || b == self.0.needle2() 588 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Two::rfind_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:596:9 | 596 | self.rfind_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:616:9 | 616 | self.0.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:611:5 | 611 | / unsafe fn find_raw_impl( 612 | | &self, 613 | | start: *const u8, 614 | | end: *const u8, 615 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Two::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:636:9 | 636 | self.0.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:631:5 | 631 | / unsafe fn rfind_raw_impl( 632 | | &self, 633 | | start: *const u8, 634 | | end: *const u8, 635 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:741:15 | 741 | Three(generic::Three::new(needle1, needle2, needle3)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:736:5 | 736 | / pub unsafe fn new_unchecked( 737 | | needle1: u8, 738 | | needle2: u8, 739 | | needle3: u8, 740 | | ) -> Three { | |______________^ warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:829:12 | 829 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:821:5 | 821 | / pub unsafe fn find_raw( 822 | | &self, 823 | | start: *const u8, 824 | | end: *const u8, 825 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::fwd_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:831:20 | 831 | return generic::fwd_byte_by_byte(start, end, |b| { | ____________________^ 832 | | b == self.0.needle1() 833 | | || b == self.0.needle2() 834 | | || b == self.0.needle3() 835 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Three::find_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:852:9 | 852 | self.find_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:887:12 | 887 | if end.distance(start) < __m128i::BYTES { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:879:5 | 879 | / pub unsafe fn rfind_raw( 880 | | &self, 881 | | start: *const u8, 882 | | end: *const u8, 883 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::rev_byte_by_byte` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:889:20 | 889 | return generic::rev_byte_by_byte(start, end, |b| { | ____________________^ 890 | | b == self.0.needle1() 891 | | || b == self.0.needle2() 892 | | || b == self.0.needle3() 893 | | }); | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Three::rfind_raw_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:901:9 | 901 | self.rfind_raw_impl(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:921:9 | 921 | self.0.find_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:916:5 | 916 | / unsafe fn find_raw_impl( 917 | | &self, 918 | | start: *const u8, 919 | | end: *const u8, 920 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::memchr::Three::::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:941:9 | 941 | self.0.rfind_raw(start, end) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/memchr.rs:936:5 | 936 | / unsafe fn rfind_raw_impl( 937 | | &self, 938 | | start: *const u8, 939 | | end: *const u8, 940 | | ) -> Option<*const u8> { | |__________________________^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/packedpair.rs:66:22 | 66 | let finder = packedpair::Finder::<__m128i>::new(needle, pair); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/packedpair.rs:65:5 | 65 | unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/packedpair.rs:137:9 | 137 | self.0.find(haystack, needle) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/packedpair.rs:132:5 | 132 | / unsafe fn find_impl( 133 | | &self, 134 | | haystack: &[u8], 135 | | needle: &[u8], 136 | | ) -> Option { | |______________________^ warning[E0133]: call to unsafe function `arch::generic::packedpair::Finder::::find_prefilter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/packedpair.rs:154:9 | 154 | self.0.find_prefilter(haystack) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/sse2/packedpair.rs:153:5 | 153 | unsafe fn find_prefilter_impl(&self, haystack: &[u8]) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::memchr::One::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 180 | / unsafe_ifunc!( 181 | | One, 182 | | find_raw, 183 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 187 | | n1 188 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::memchr::One::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 203 | / unsafe_ifunc!( 204 | | One, 205 | | rfind_raw, 206 | | unsafe fn(u8, *const u8, *const u8) -> Option<*const u8>, ... | 210 | | n1 211 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Two::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Two::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::memchr::Two::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 227 | / unsafe_ifunc!( 228 | | Two, 229 | | find_raw, 230 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 235 | | n2 236 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Two::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Two::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Two::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::memchr::Two::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 252 | / unsafe_ifunc!( 253 | | Two, 254 | | rfind_raw, 255 | | unsafe fn(u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 260 | | n2 261 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Three::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Three::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::memchr::Three::find_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 278 | / unsafe_ifunc!( 279 | | Three, 280 | | find_raw, 281 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 287 | | n3 288 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::Three::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Three::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::Three::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::memchr::Three::rfind_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 305 | / unsafe_ifunc!( 306 | | Three, 307 | | rfind_raw, 308 | | unsafe fn(u8, u8, u8, *const u8, *const u8) -> Option<*const u8>, ... | 314 | | n3 315 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::count_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | |/ $memchrty::new_unchecked($($needle),+) 85 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:78:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 78 | |/ unsafe fn find_avx2( 79 | || $($needle: u8),+, 80 | || $hay_start: *const u8, 81 | || $hay_end: *const u8, 82 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::avx2::memchr::One::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:84:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 84 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::count_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | |/ $memchrty::new_unchecked($($needle),+) 97 | || .$memchrfind($hay_start, $hay_end) | ||__________________________________________________^ call to unsafe function ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:90:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 90 | |/ unsafe fn find_sse2( 91 | || $($needle: u8),+, 92 | || $hay_start: *const u8, 93 | || $hay_end: *const u8, 94 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `arch::x86_64::sse2::memchr::One::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:96:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 96 | | $memchrty::new_unchecked($($needle),+) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arch::all::memchr::One::count_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:106:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 106 | | $memchrty::new($($needle),+).$memchrfind($hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:100:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 100 | |/ unsafe fn find_fallback( 101 | || $($needle: u8),+, 102 | || $hay_start: *const u8, 103 | || $hay_end: *const u8, 104 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:144:13 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 144 | | fun($($needle),+, $hay_start, $hay_end) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 159 | | }}; 160 | | } | |_- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/arch/x86_64/memchr.rs:109:9 | 58 | / macro_rules! unsafe_ifunc { 59 | | ( 60 | | $memchrty:ident, 61 | | $memchrfind:ident, ... | 109 | |/ unsafe fn detect( 110 | || $($needle: u8),+, 111 | || $hay_start: *const u8, 112 | || $hay_end: *const u8, 113 | || ) -> $retty { | ||___________________^ ... | 159 | | }}; 160 | | } | |__- in this expansion of `unsafe_ifunc!` ... 326 | / unsafe_ifunc!( 327 | | One, 328 | | count_raw, 329 | | unsafe fn(u8, *const u8, *const u8) -> usize, ... | 333 | | n1 334 | | ) | |_____- in this macro invocation warning[E0133]: call to unsafe function `core::result::Result::::unwrap_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/ext.rs:23:9 | 23 | usize::try_from(self.offset_from(origin)).unwrap_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/ext.rs:21:5 | 21 | unsafe fn distance(self, origin: *const T) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/ext.rs:23:25 | 23 | usize::try_from(self.offset_from(origin)).unwrap_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ext::Pointer::distance` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/ext.rs:33:9 | 33 | (self as *const T).distance(origin as *const T) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/ext.rs:32:5 | 32 | unsafe fn distance(self, origin: *mut T) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:307:18 | 307 | let needle = searcher.kind.one_byte; | ^^^^^^^^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:301:1 | 301 | / unsafe fn searcher_kind_one_byte( 302 | | searcher: &Searcher, 303 | | _prestate: &mut PrefilterState, 304 | | haystack: &[u8], 305 | | _needle: &[u8], 306 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:327:9 | 327 | searcher.kind.two_way.find(haystack, needle) | ^^^^^^^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:318:1 | 318 | / unsafe fn searcher_kind_two_way( 319 | | searcher: &Searcher, 320 | | _prestate: &mut PrefilterState, 321 | | haystack: &[u8], 322 | | needle: &[u8], 323 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:349:13 | 349 | searcher.kind.two_way_with_prefilter; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:339:1 | 339 | / unsafe fn searcher_kind_two_way_with_prefilter( 340 | | searcher: &Searcher, 341 | | prestate: &mut PrefilterState, 342 | | haystack: &[u8], 343 | | needle: &[u8], 344 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:368:19 | 368 | let finder = &searcher.kind.sse2; | ^^^^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:362:1 | 362 | / unsafe fn searcher_kind_sse2( 363 | | searcher: &Searcher, 364 | | _prestate: &mut PrefilterState, 365 | | haystack: &[u8], 366 | | needle: &[u8], 367 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:389:19 | 389 | let finder = &searcher.kind.avx2; | ^^^^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:383:1 | 383 | / unsafe fn searcher_kind_avx2( 384 | | searcher: &Searcher, 385 | | _prestate: &mut PrefilterState, 386 | | haystack: &[u8], 387 | | needle: &[u8], 388 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:789:5 | 789 | strat.kind.fallback.find_prefilter(haystack) | ^^^^^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:785:1 | 785 | / unsafe fn prefilter_kind_fallback( 786 | | strat: &Prefilter, 787 | | haystack: &[u8], 788 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:803:19 | 803 | let finder = &strat.kind.sse2; | ^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:799:1 | 799 | / unsafe fn prefilter_kind_sse2( 800 | | strat: &Prefilter, 801 | | haystack: &[u8], 802 | | ) -> Option { | |__________________^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:822:19 | 822 | let finder = &strat.kind.avx2; | ^^^^^^^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/memmem/searcher.rs:818:1 | 818 | / unsafe fn prefilter_kind_avx2( 819 | | strat: &Prefilter, 820 | | haystack: &[u8], 821 | | ) -> Option { | |__________________^ warning[E0133]: call to unsafe function `vector::Vector::movemask` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:64:9 | 64 | self.movemask().has_non_zero() | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:63:5 | 63 | unsafe fn movemask_will_have_non_zero(self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set1_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:208:13 | 208 | _mm_set1_epi8(byte as i8) | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:207:9 | 207 | unsafe fn splat(byte: u8) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_load_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:213:13 | 213 | _mm_load_si128(data as *const __m128i) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:212:9 | 212 | unsafe fn load_aligned(data: *const u8) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:218:13 | 218 | _mm_loadu_si128(data as *const __m128i) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:217:9 | 217 | unsafe fn load_unaligned(data: *const u8) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_movemask_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:223:30 | 223 | SensibleMoveMask(_mm_movemask_epi8(self) as u32) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:222:9 | 222 | unsafe fn movemask(self) -> SensibleMoveMask { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cmpeq_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:228:13 | 228 | _mm_cmpeq_epi8(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:227:9 | 227 | unsafe fn cmpeq(self, vector2: Self) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_and_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:233:13 | 233 | _mm_and_si128(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:232:9 | 232 | unsafe fn and(self, vector2: Self) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_or_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:238:13 | 238 | _mm_or_si128(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:237:9 | 237 | unsafe fn or(self, vector2: Self) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_set1_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:257:13 | 257 | _mm256_set1_epi8(byte as i8) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:256:9 | 256 | unsafe fn splat(byte: u8) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_load_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:262:13 | 262 | _mm256_load_si256(data as *const __m256i) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:261:9 | 261 | unsafe fn load_aligned(data: *const u8) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:267:13 | 267 | _mm256_loadu_si256(data as *const __m256i) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:266:9 | 266 | unsafe fn load_unaligned(data: *const u8) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_movemask_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:272:30 | 272 | SensibleMoveMask(_mm256_movemask_epi8(self) as u32) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:271:9 | 271 | unsafe fn movemask(self) -> SensibleMoveMask { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_cmpeq_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:277:13 | 277 | _mm256_cmpeq_epi8(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:276:9 | 276 | unsafe fn cmpeq(self, vector2: Self) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_and_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:282:13 | 282 | _mm256_and_si256(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:281:9 | 281 | unsafe fn and(self, vector2: Self) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_or_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:287:13 | 287 | _mm256_or_si256(self, vector2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memchr-2.7.4/src/vector.rs:286:9 | 286 | unsafe fn or(self, vector2: Self) -> __m256i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `libc` (lib) generated 29 warnings Compiling crossbeam-epoch v0.9.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_epoch CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.9.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_epoch --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=65ac78477488cd68 -C extra-filename=-65ac78477488cd68 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-66e6d685e54b7748.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `crossbeam-utils` (lib) generated 51 warnings Compiling num_cpus v1.16.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.16.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name num_cpus --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1e089208c2e7d16 -C extra-filename=-f1e089208c2e7d16 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `quote` (lib) generated 13 warnings Compiling crossbeam-channel v0.5.13 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_channel CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Multi-producer multi-consumer channels for message passing' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.5.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_channel --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4d1d8ff1460c960b -C extra-filename=-4d1d8ff1460c960b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-66e6d685e54b7748.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition value: `nacl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs:355:5 | 355 | target_os = "nacl", | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("nacl"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"nacl\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `nacl` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs:437:5 | 437 | target_os = "nacl", | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("nacl"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"nacl\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/num_cpus-1.16.0/src/lib.rs:34:1 | 33 | / #[cfg(not(windows))] 34 | | extern crate libc; | | ^^^^^^^^^^^^^^^^^- | |__________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:66:7 | 66 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:69:7 | 69 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/lib.rs:91:11 | 91 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1675:21 | 1675 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:350:15 | 350 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:358:11 | 358 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/collector.rs:112:21 | 112 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:90:21 | 90 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:56:15 | 56 | #[cfg(not(any(crossbeam_sanitize, miri)))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:59:11 | 59 | #[cfg(any(crossbeam_sanitize, miri))] | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:300:15 | 300 | #[cfg(not(any(crossbeam_sanitize, miri)))] // `crossbeam_sanitize` and `miri` reduce the size of `Local` | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:557:21 | 557 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_sanitize` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:202:29 | 202 | let steps = if cfg!(crossbeam_sanitize) { | ^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_sanitize)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/mod.rs:5:11 | 5 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/list.rs:298:21 | 298 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/queue.rs:217:21 | 217 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:10:11 | 10 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:64:21 | 64 | #[cfg(all(test, not(crossbeam_loom)))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:14:15 | 14 | #[cfg(not(crossbeam_loom))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossbeam_loom` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/default.rs:22:11 | 22 | #[cfg(crossbeam_loom)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: `num_cpus` (lib) generated 3 warnings Compiling foldhash v0.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=foldhash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/foldhash-0.1.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/foldhash-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='Orson Peters ' CARGO_PKG_DESCRIPTION='A fast, non-cryptographic, minimally DoS-resistant hashing algorithm.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Zlib CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=foldhash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/orlp/foldhash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name foldhash --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/foldhash-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=16eed0e696404b3a -C extra-filename=-16eed0e696404b3a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:204:10 | 204 | &*(ptr as *const T) | ^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:203:5 | 203 | unsafe fn deref<'a>(ptr: usize) -> &'a Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:208:14 | 208 | &mut *(ptr as *mut T) | ^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:207:5 | 207 | unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:212:14 | 212 | drop(Box::from_raw(ptr as *mut T)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:211:5 | 211 | unsafe fn drop(ptr: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::alloc::alloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:260:19 | 260 | let ptr = alloc::alloc::alloc(layout).cast::>(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:258:5 | 258 | unsafe fn init(len: Self::Init) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:264:9 | 264 | ptr::addr_of_mut!((*ptr).len).write(len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:264:27 | 264 | ptr::addr_of_mut!((*ptr).len).write(len); | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:269:22 | 269 | let array = &*(ptr as *const Array); | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:268:5 | 268 | unsafe fn deref<'a>(ptr: usize) -> &'a Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:270:9 | 270 | slice::from_raw_parts(array.elements.as_ptr() as *const _, array.len) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:274:22 | 274 | let array = &*(ptr as *mut Array); | ^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:273:5 | 273 | unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:275:9 | 275 | slice::from_raw_parts_mut(array.elements.as_ptr() as *mut _, array.len) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:279:19 | 279 | let len = (*(ptr as *mut Array)).len; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:278:5 | 278 | unsafe fn drop(ptr: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::alloc::dealloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:281:9 | 281 | alloc::alloc::dealloc(ptr as *mut u8, layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `atomic::Pointer::from_usize` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:884:9 | 884 | Owned::from_usize(self.data.into_inner()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:883:5 | 883 | pub unsafe fn into_owned(self) -> Owned { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Pointer::from_usize` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:925:18 | 925 | Some(Owned::from_usize(data)) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:920:5 | 920 | pub unsafe fn try_into_owned(self) -> Option> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Pointer::from_usize` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1102:9 | 1102 | Self::from_usize(raw) | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1099:5 | 1099 | pub unsafe fn from_raw(raw: *mut T) -> Owned { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Pointable::deref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1421:9 | 1421 | T::deref(raw) | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1419:5 | 1419 | pub unsafe fn deref(&self) -> &'g T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Pointable::deref_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1463:9 | 1463 | T::deref_mut(raw) | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1461:5 | 1461 | pub unsafe fn deref_mut(&mut self) -> &'g mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Pointable::deref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1503:18 | 1503 | Some(T::deref(raw)) | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1498:5 | 1498 | pub unsafe fn as_ref(&self) -> Option<&'g T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Pointer::from_usize` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1533:9 | 1533 | Owned::from_usize(self.data) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1531:5 | 1531 | pub unsafe fn into_owned(self) -> Owned { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Pointer::from_usize` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1562:18 | 1562 | Some(Owned::from_usize(self.data)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/atomic.rs:1558:5 | 1558 | pub unsafe fn try_into_owned(self) -> Option> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:52:32 | 52 | let f: F = ptr::read(raw.cast::()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:51:17 | 51 | unsafe fn call(raw: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:69:37 | 69 | let b: Box = ptr::read(raw.cast::>()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/deferred.rs:66:17 | 66 | unsafe fn call(raw: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::const_ptr::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/guard.rs:192:30 | 192 | if let Some(local) = self.local.as_ref() { | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/guard.rs:188:5 | 188 | / pub unsafe fn defer_unchecked(&self, f: F) 189 | | where 190 | | F: FnOnce() -> R, | |_________________________^ warning[E0133]: call to unsafe function `internal::Local::defer` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/guard.rs:193:13 | 193 | local.defer(Deferred::new(move || drop(f())), self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `guard::Guard::defer_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/guard.rs:269:9 | 269 | self.defer_unchecked(move || ptr.into_owned()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/guard.rs:268:5 | 268 | pub unsafe fn defer_destroy(&self, ptr: Shared<'_, T>) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `atomic::Shared::<'g, T>::into_owned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/guard.rs:269:38 | 269 | self.defer_unchecked(move || ptr.into_owned()); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:361:46 | 361 | let bag = self.bag.with_mut(|b| &mut *b); | ^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:360:5 | 360 | pub(crate) unsafe fn defer(&self, mut deferred: Deferred, guard: &Guard) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `internal::Bag::try_push` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:363:28 | 363 | while let Err(d) = bag.try_push(deferred) { | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:360:5 | 360 | pub(crate) unsafe fn defer(&self, mut deferred: Deferred, guard: &Guard) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:549:10 | 549 | &*local_ptr | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:546:5 | 546 | unsafe fn element_of(entry: &Entry) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `guard::Guard::defer_destroy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:553:9 | 553 | guard.defer_destroy(Shared::from(Self::element_of(entry) as *const _)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:552:5 | 552 | unsafe fn finalize(entry: &Entry, guard: &Guard) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `sync::list::IsElement::element_of` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/internal.rs:553:42 | 553 | guard.defer_destroy(Shared::from(Self::element_of(entry) as *const _)); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `atomic::Shared::<'g, T>::deref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/list.rs:176:41 | 176 | let entry: &Entry = C::entry_of(container.deref()); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/list.rs:172:5 | 172 | pub(crate) unsafe fn insert<'g>(&'g self, container: Shared<'g, T>, guard: &'g Guard) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/once_lock.rs:77:10 | 77 | &*self.value.get().cast::() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-epoch-0.9.18/src/sync/once_lock.rs:75:5 | 75 | unsafe fn get_unchecked(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lib.rs:311:1 | 311 | extern crate self as syn; | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:128:21 | 128 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 128 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:155:25 | 155 | fn peek(cursor: Cursor) -> bool; | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 155 | fn peek(cursor: Cursor<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 181 | impl_low_level_token!("punctuation token" Punct punct); | ------------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 182 | impl_low_level_token!("literal" Literal literal); | ------------------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 183 | impl_low_level_token!("token" TokenTree token_tree); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 184 | impl_low_level_token!("group token" proc_macro2::Group any_group); | ----------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:167:29 | 167 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 185 | impl_low_level_token!("lifetime" Lifetime lifetime); | --------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_low_level_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 167 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:192:21 | 192 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:372:44 | 372 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 520 | / define_punctuation_structs! { 521 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declarations, and d... 522 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 372 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:535:21 | 535 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 535 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:554:21 | 554 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 554 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:608:32 | 608 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 608 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:648:21 | 648 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 648 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:659:21 | 659 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:670:21 | 670 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 670 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:681:21 | 681 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 681 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:245:44 | 245 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 245 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:279:33 | 279 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 279 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:288:33 | 288 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 690 | / define_keywords! { 691 | | "abstract" pub struct Abstract 692 | | "as" pub struct As 693 | | "async" pub struct Async ... | 743 | | "yield" pub struct Yield 744 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 288 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:372:44 | 372 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 372 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:418:33 | 418 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 418 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:427:33 | 427 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 746 | / define_punctuation! { 747 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns 748 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns 749 | | "&=" pub struct AndEq/2 /// bitwise AND assignment ... | 792 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0 793 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 427 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:479:44 | 479 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 795 | / define_delimiters! { 796 | | Brace pub struct Brace /// `{`…`}` 797 | | Bracket pub struct Bracket /// `[`…`]` 798 | | Parenthesis pub struct Paren /// `(`…`)` 799 | | } | |_- in this macro invocation | = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 479 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:981:34 | 981 | pub(crate) fn keyword(input: ParseStream, token: &str) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 981 | pub(crate) fn keyword(input: ParseStream<'_>, token: &str) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:992:40 | 992 | pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 992 | pub(crate) fn peek_keyword(cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1001:41 | 1001 | pub fn punct(input: ParseStream, token: &str) -> Result<[Span; N]> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1001 | pub fn punct(input: ParseStream<'_>, token: &str) -> Result<[Span; N]> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1007:28 | 1007 | fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1007 | fn punct_helper(input: ParseStream<'_>, token: &str, spans: &mut [Span]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/token.rs:1034:35 | 1034 | pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1034 | pub fn peek_punct(mut cursor: Cursor<'_>, token: &str) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:393:27 | 393 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:406:31 | 406 | pub fn parse_outer(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 406 | pub fn parse_outer(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:422:31 | 422 | pub fn parse_inner(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 422 | pub fn parse_inner(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:587:27 | 587 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 587 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:659:38 | 659 | pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 659 | pub(crate) fn parse_inner(input: ParseStream<'_>, attrs: &mut Vec) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:666:45 | 666 | pub(crate) fn single_parse_inner(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | pub(crate) fn single_parse_inner(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:676:45 | 676 | pub(crate) fn single_parse_outer(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 676 | pub(crate) fn single_parse_outer(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:688:25 | 688 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 688 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:696:25 | 696 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 696 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:704:25 | 704 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 704 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:712:41 | 712 | fn parse_outermost_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 712 | fn parse_outermost_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:721:60 | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 721 | pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:731:54 | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 731 | fn parse_meta_list_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:740:60 | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn parse_meta_name_value_after_path(path: Path, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:765:44 | 765 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 765 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/attr.rs:776:44 | 776 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 776 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:81:28 | 81 | pub fn begin(&self) -> Cursor { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | pub fn begin(&self) -> Cursor<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:29 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:407:40 | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 407 | pub(crate) fn same_scope(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:30 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor<'_>, b: Cursor) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:411:41 | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 411 | pub(crate) fn same_buffer(a: Cursor, b: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:415:28 | 415 | fn start_of_buffer(cursor: Cursor) -> *const Entry { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 415 | fn start_of_buffer(cursor: Cursor<'_>) -> *const Entry { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:43 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor<'_>, b: Cursor) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:424:54 | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 424 | pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor<'_>) -> Ordering { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/buffer.rs:428:42 | 428 | pub(crate) fn open_span_of_group(cursor: Cursor) -> Span { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 428 | pub(crate) fn open_span_of_group(cursor: Cursor<'_>) -> Span { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:71:43 | 71 | pub fn iter(&self) -> punctuated::Iter { | ----------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:82:54 | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut { | -------------------^------ expected lifetime parameter | help: indicate the anonymous lifetime | 82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:141:77 | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members] { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn members(&self) -> impl Iterator + Clone + '_ [Members<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:259:25 | 259 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 259 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:301:25 | 301 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 301 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:312:25 | 312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:324:35 | 324 | pub fn parse_named(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 324 | pub fn parse_named(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/data.rs:361:37 | 361 | pub fn parse_unnamed(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | pub fn parse_unnamed(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:81:25 | 81 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 81 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:149:16 | 149 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 149 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:185:16 | 185 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 185 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/derive.rs:200:37 | 200 | pub(crate) fn data_union(input: ParseStream) -> Result<(Option, FieldsNamed)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 200 | pub(crate) fn data_union(input: ParseStream<'_>) -> Result<(Option, FieldsNamed)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:327:55 | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor, message: T) -> Error { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 327 | pub(crate) fn new_at(scope: Span, cursor: Cursor<'_>, message: T) -> Error { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:351:40 | 351 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 351 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:367:40 | 367 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 367 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/error.rs:373:40 | 373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:828:45 | 828 | pub fn parse_without_eager_brace(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 828 | pub fn parse_without_eager_brace(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:890:52 | 890 | pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 890 | pub fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:906:24 | 906 | pub fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 906 | pub fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1024:40 | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1074:40 | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1074 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1219:25 | 1219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1229:59 | 1229 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1229 | pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1301:16 | 1301 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1301 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1414:16 | 1414 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1414 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1448:31 | 1448 | fn peek_precedence(input: ParseStream) -> Precedence { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | fn peek_precedence(input: ParseStream<'_>) -> Precedence { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1464:16 | 1464 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1482:26 | 1482 | fn expr_attrs(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1482 | fn expr_attrs(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1495:26 | 1495 | fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1495 | fn unary_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1572:16 | 1572 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1572 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1574:16 | 1574 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1574 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1592:30 | 1592 | fn trailer_helper(input: ParseStream, mut e: Expr) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1592 | fn trailer_helper(input: ParseStream<'_>, mut e: Expr) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1756:25 | 1756 | fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1756 | fn atom_expr(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1834:28 | 1834 | fn atom_labeled(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1834 | fn atom_labeled(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1892:28 | 1892 | fn expr_builtin(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1892 | fn expr_builtin(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1907:16 | 1907 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1907 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1924:16 | 1924 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1924 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1960:25 | 1960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:1968:30 | 1968 | fn paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1968 | fn paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2007:31 | 2007 | fn array_or_repeat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2007 | fn array_or_repeat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2054:25 | 2054 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2054 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2080:25 | 2080 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2080 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2113:25 | 2113 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2113 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2122:16 | 2122 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2122 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2158:25 | 2158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2171:25 | 2171 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2171 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2178:24 | 2178 | fn expr_let(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2178 | fn expr_let(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2194:25 | 2194 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2194 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2249:25 | 2249 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2249 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `flavors::array::Channel::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1505:38 | 1505 | SenderFlavor::Array(chan) => chan.write(token, msg), | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1503:1 | 1503 | pub(crate) unsafe fn write(s: &Sender, token: &mut Token, msg: T) -> Result<(), T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2260:25 | 2260 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2260 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `flavors::list::Channel::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1506:37 | 1506 | SenderFlavor::List(chan) => chan.write(token, msg), | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `flavors::zero::Channel::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1507:37 | 1507 | SenderFlavor::Zero(chan) => chan.write(token, msg), | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2290:25 | 2290 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2290 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2312:25 | 2312 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2312 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `flavors::array::Channel::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1514:40 | 1514 | ReceiverFlavor::Array(chan) => chan.read(token), | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1512:1 | 1512 | pub(crate) unsafe fn read(r: &Receiver, token: &mut Token) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2346:37 | 2346 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter ... 2361 | / impl_by_parsing_expr! { 2362 | | ExprAssign, Assign, "expected assignment expression", 2363 | | ExprAwait, Await, "expected await expression", 2364 | | ExprBinary, Binary, "expected binary operation", ... | 2372 | | ExprTuple, Tuple, "expected tuple expression", 2373 | | } | |_____- in this macro invocation | = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 2346 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `flavors::list::Channel::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1515:39 | 1515 | ReceiverFlavor::List(chan) => chan.read(token), | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `flavors::zero::Channel::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1516:39 | 1516 | ReceiverFlavor::Zero(chan) => chan.read(token), | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2378:25 | 2378 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2378 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2387:16 | 2387 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2387 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2401:25 | 2401 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2401 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2410:25 | 2410 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2410 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2425:25 | 2425 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2425 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2439:25 | 2439 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2439 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2448:25 | 2448 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2448 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2464:27 | 2464 | fn expr_become(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2464 | fn expr_become(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2474:25 | 2474 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2474 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2486:25 | 2486 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2486 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2502:28 | 2502 | fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2502 | fn expr_closure(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2560:25 | 2560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2571:27 | 2571 | fn closure_arg(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2571 | fn closure_arg(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2609:25 | 2609 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2609 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2633:25 | 2633 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2633 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2652:25 | 2652 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2652 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2663:25 | 2663 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2663 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2675:25 | 2675 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2675 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2685:26 | 2685 | fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2685 | fn expr_break(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2720:25 | 2720 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2720 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2749:25 | 2749 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2749 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2757:16 | 2757 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2757 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2804:25 | 2804 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2804 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2823:25 | 2823 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2823 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2841:26 | 2841 | fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2841 | fn expr_range(input: ParseStream<'_>, allow_struct: AllowStruct) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2854:16 | 2854 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2854 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2875:25 | 2875 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2875 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2892:45 | 2892 | pub(crate) fn parse_obsolete(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2892 | pub(crate) fn parse_obsolete(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2912:25 | 2912 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2912 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2927:25 | 2927 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2927 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2941:25 | 2941 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2941 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:2974:25 | 2974 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2974 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3036:25 | 3036 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3036 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/expr.rs:3048:26 | 3048 | fn check_cast(input: ParseStream) -> Result<()> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3048 | fn check_cast(input: ParseStream<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:46:25 | 46 | fn parse_any(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | fn parse_any(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:87:25 | 87 | fn parse_any(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_any(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ext.rs:109:21 | 109 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/file.rs:95:25 | 95 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1518:13 | 1518 | mem::transmute_copy::, Result>(&chan.read(token)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:108:74 | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes] { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | pub fn lifetimes(&self) -> impl Iterator [Lifetimes<'_>] { | ++++ warning[E0133]: call to unsafe function `flavors::at::Channel::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1518:72 | 1518 | mem::transmute_copy::, Result>(&chan.read(token)) | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1521:13 | 1521 | mem::transmute_copy::, Result>(&chan.read(token)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `flavors::tick::Channel::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1521:72 | 1521 | mem::transmute_copy::, Result>(&chan.read(token)) | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:115:86 | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut] { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 115 | pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:122:72 | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams] { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 122 | pub fn type_params(&self) -> impl Iterator [TypeParams<'_>] { | ++++ warning[E0133]: call to unsafe function `flavors::never::Channel::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/channel.rs:1523:40 | 1523 | ReceiverFlavor::Never(chan) => chan.read(token), | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:129:84 | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut] { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 129 | pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:136:74 | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams] { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 136 | pub fn const_params(&self) -> impl Iterator [ConstParams<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:143:86 | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut] { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 143 | pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut<'_>] { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:38 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:176:52 | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics<'_>, Option<&WhereClause>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:331:48 | 331 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 362 | generics_wrapper_impls!(ImplGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 331 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:331:48 | 331 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 364 | generics_wrapper_impls!(TypeGenerics); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 331 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:331:48 | 331 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter ... 366 | generics_wrapper_impls!(Turbofish); | ---------------------------------- in this macro invocation | = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 331 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:371:35 | 371 | pub fn as_turbofish(&self) -> Turbofish { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 371 | pub fn as_turbofish(&self) -> Turbofish<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:561:25 | 561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:624:25 | 624 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 624 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:651:25 | 651 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 651 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:689:25 | 689 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:718:25 | 718 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 718 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:729:25 | 729 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 729 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:786:20 | 786 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:842:20 | 842 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 842 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:871:25 | 871 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 871 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:896:25 | 896 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 896 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:907:25 | 907 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 907 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:931:25 | 931 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:962:25 | 962 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 962 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:973:25 | 973 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:1043:25 | 1043 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1043 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/generics.rs:1081:25 | 1081 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1081 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:77:25 | 77 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ident.rs:96:25 | 96 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:939:25 | 939 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:947:16 | 947 | begin: ParseBuffer, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 947 | begin: ParseBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:949:16 | 949 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1151:20 | 1151 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1151 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1199:20 | 1199 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1199 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1228:45 | 1228 | fn parse_optional_definition(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1228 | fn parse_optional_definition(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1241:25 | 1241 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1241 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1270:28 | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1270 | fn parse_macro2(begin: ParseBuffer<'_>, _vis: Visibility, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1270:66 | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1270 | fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1295:25 | 1295 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1295 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1328:25 | 1328 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1328 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1335:16 | 1335 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1335 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1362:25 | 1362 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1362 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1369:16 | 1369 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1369 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1446:25 | 1446 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1446 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1464:25 | 1464 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1464 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1497:30 | 1497 | fn peek_signature(input: ParseStream, allow_safe: bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1497 | fn peek_signature(input: ParseStream<'_>, allow_safe: bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1511:25 | 1511 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1511 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1517:31 | 1517 | fn parse_signature(input: ParseStream, allow_safe: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1517 | fn parse_signature(input: ParseStream<'_>, allow_safe: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1560:25 | 1560 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1569:16 | 1569 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1569 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1589:25 | 1589 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1589 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1605:16 | 1605 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1605 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1656:25 | 1656 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1656 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1700:16 | 1700 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1700 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1770:25 | 1770 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1770 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1819:25 | 1819 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1819 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1844:25 | 1844 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1844 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1943:25 | 1943 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1943 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1959:25 | 1959 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1959 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1975:25 | 1975 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1975 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1991:39 | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1991 | fn parse_foreign_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:1991:59 | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1991 | fn parse_foreign_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2024:25 | 2024 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2024 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2042:25 | 2042 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2042 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2060:31 | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2060 | fn parse_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2060:51 | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2060 | fn parse_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2096:25 | 2096 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2096 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2120:25 | 2120 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2120 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2144:25 | 2144 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2144 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2165:42 | 2165 | fn parse_trait_or_trait_alias(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2165 | fn parse_trait_or_trait_alias(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2195:25 | 2195 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2217:16 | 2217 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2217 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2274:25 | 2274 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2274 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2281:16 | 2281 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2292:16 | 2292 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2292 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2334:25 | 2334 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2334 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2420:25 | 2420 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2420 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2457:25 | 2457 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2457 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2486:25 | 2486 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2486 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2508:37 | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2508 | fn parse_trait_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2508:57 | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2508 | fn parse_trait_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2543:25 | 2543 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2543 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2561:25 | 2561 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2561 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2567:26 | 2567 | fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2567 | fn parse_impl(input: ParseStream<'_>, allow_verbatim_impl: bool) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2673:25 | 2673 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2673 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2769:25 | 2769 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2769 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2806:25 | 2806 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2806 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/counter.rs:72:22 | 72 | drop(Box::from_raw(self.counter)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/counter.rs:67:5 | 67 | pub(crate) unsafe fn release bool>(&self, disconnect: F) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2813:16 | 2813 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2813 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2847:25 | 2847 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2847 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2872:36 | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2872 | fn parse_impl_item_type(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2872:56 | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2872 | fn parse_impl_item_type(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2909:25 | 2909 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2909 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/item.rs:2936:25 | 2936 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2936 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:73:40 | 73 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 73 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lifetime.rs:131:25 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:502:40 | 502 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:574:40 | 574 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 574 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:609:44 | 609 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 609 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:615:57 | 615 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 615 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:625:44 | 625 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 625 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:631:57 | 631 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 631 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:641:44 | 641 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 641 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:647:57 | 647 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 647 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:657:44 | 657 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 657 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:663:57 | 663 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 663 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:673:44 | 673 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 673 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:679:57 | 679 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 679 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:689:44 | 689 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 689 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:695:57 | 695 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 695 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:705:44 | 705 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 705 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:711:57 | 711 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 711 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:721:44 | 721 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 721 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:727:57 | 727 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 727 | pub(crate) fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:867:25 | 867 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 867 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/counter.rs:127:22 | 127 | drop(Box::from_raw(self.counter)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/counter.rs:122:5 | 122 | pub(crate) unsafe fn release bool>(&self, disconnect: F) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:47 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor<'_>) -> Option<(Lit, Cursor)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:897:71 | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 897 | fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:938:25 | 938 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 938 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:949:25 | 949 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 949 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:960:25 | 960 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 960 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:971:25 | 971 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 971 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:982:25 | 982 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:993:25 | 993 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 993 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1004:25 | 1004 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1004 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1015:25 | 1015 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1015 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:26 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor<'_>, peek: fn(ParseStream) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1024:43 | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1024 | fn peek_impl(cursor: Cursor, peek: fn(ParseStream<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1050 | impl_token!("literal" Lit); | -------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1051 | impl_token!("string literal" LitStr); | ------------------------------------ in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1052 | impl_token!("byte string literal" LitByteStr); | --------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1053 | impl_token!("C-string literal" LitCStr); | --------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1054 | impl_token!("byte literal" LitByte); | ----------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1055 | impl_token!("character literal" LitChar); | ---------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1056 | impl_token!("integer literal" LitInt); | ------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1057 | impl_token!("floating point literal" LitFloat); | ---------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1034:33 | 1034 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1034 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lit.rs:1035:36 | 1035 | fn peek(input: ParseStream) -> bool { | ^^^^^^^^^^^ expected lifetime parameter ... 1058 | impl_token!("boolean literal" LitBool); | -------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_token` (in Nightly builds, run with -Z macro-backtrace for more info) help: indicate the anonymous lifetime | 1035 | fn peek(input: ParseStream<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:40 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor<'_>) -> Lookahead1 { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:68:51 | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 68 | pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:77:17 | 77 | lookahead: &Lookahead1, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 77 | lookahead: &Lookahead1<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:78:14 | 78 | peek: fn(Cursor) -> bool, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | peek: fn(Cursor<'_>) -> bool, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/lookahead.rs:309:21 | 309 | fn peek(cursor: Cursor) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | fn peek(cursor: Cursor<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:153:38 | 153 | pub(crate) fn parse_delimiter(input: ParseStream) -> Result<(MacroDelimiter, TokenStream)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub(crate) fn parse_delimiter(input: ParseStream<'_>) -> Result<(MacroDelimiter, TokenStream)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/mac.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:132:33 | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser { | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 132 | pub fn parser(logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>) -> impl Parser { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:133:13 | 133 | |input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 133 | |input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:273:27 | 273 | logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 273 | logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:386:12 | 386 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 386 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:387:27 | 387 | mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | mut logic: impl FnMut(ParseNestedMeta<'_>) -> Result<()>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/meta.rs:403:27 | 403 | fn parse_meta_path(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 403 | fn parse_meta_path(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:87:25 | 87 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/op.rs:152:25 | 152 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:199:44 | 199 | .set(unsafe { mem::transmute::>(fork.cursor()) }); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | .set(unsafe { mem::transmute::, Cursor<'static>>(fork.cursor()) }); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:208:68 | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/discouraged.rs:212:68 | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:215:21 | 215 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 215 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:277:32 | 277 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 277 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:283:32 | 283 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 283 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:387:13 | 387 | cursor: Cursor, | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | cursor: Cursor<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:389:6 | 389 | ) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 389 | ) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:393:51 | 393 | cell: Cell::new(unsafe { mem::transmute::>(cursor) }), | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 393 | cell: Cell::new(unsafe { mem::transmute::, Cursor<'static>>(cursor) }), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:430:30 | 430 | fn inner_unexpected(buffer: &ParseBuffer) -> (Rc>, Option<(Span, Delimiter)>) { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 430 | fn inner_unexpected(buffer: &ParseBuffer<'_>) -> (Rc>, Option<(Span, Delimiter)>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:441:39 | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 441 | pub(crate) fn get_unexpected(buffer: &ParseBuffer<'_>) -> Rc> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:445:50 | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option<(Span, Delimiter)> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 445 | fn span_of_unexpected_ignoring_nones(mut cursor: Cursor<'_>) -> Option<(Span, Delimiter)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:505:40 | 505 | pub fn call(&self, function: fn(ParseStream) -> Result) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 505 | pub fn call(&self, function: fn(ParseStream<'_>) -> Result) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:27 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:621:49 | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 621 | fn peek2(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:27 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer<'_>, peek: fn(Cursor) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:631:49 | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 631 | fn peek3(buffer: &ParseBuffer, peek: fn(Cursor<'_>) -> bool) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:736:20 | 736 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 736 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1167:21 | 1167 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1167 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1174:21 | 1174 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1174 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1185:21 | 1185 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1185 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1192:21 | 1192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1202:21 | 1202 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1202 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1216:21 | 1216 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1216 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1226:21 | 1226 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1226 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1279:52 | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1288:15 | 1288 | F: FnOnce(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1288 | F: FnOnce(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1370:22 | 1370 | fn parse(_input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1370 | fn parse(_input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse.rs:1398:32 | 1398 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1398 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:127:21 | 127 | fn parse(input: ParseStream) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse(input: ParseStream<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:131:21 | 131 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 131 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:147:21 | 147 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:158:21 | 158 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 158 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:169:21 | 169 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:199:21 | 199 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 199 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:206:21 | 206 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 206 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:212:21 | 212 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 212 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/parse_quote.rs:219:21 | 219 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 219 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:287:36 | 287 | pub fn parse_single(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 287 | pub fn parse_single(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:333:35 | 333 | pub fn parse_multi(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 333 | pub fn parse_multi(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:379:53 | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 379 | pub fn parse_multi_with_leading_vert(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:387:25 | 387 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 387 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:397:30 | 397 | fn multi_pat_impl(input: ParseStream, leading_vert: Option) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 397 | fn multi_pat_impl(input: ParseStream<'_>, leading_vert: Option) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:419:52 | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | fn pat_path_or_macro_or_struct_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:456:24 | 456 | fn pat_wild(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 456 | fn pat_wild(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:463:23 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer<'_>, input: ParseStream) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:463:43 | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 463 | fn pat_box(begin: ParseBuffer, input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:469:25 | 469 | fn pat_ident(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 469 | fn pat_ident(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:494:16 | 494 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 494 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:521:26 | 521 | fn pat_struct(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 521 | fn pat_struct(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:556:25 | 556 | fn field_pat(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 556 | fn field_pat(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:604:25 | 604 | fn pat_range(input: ParseStream, qself: Option, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 604 | fn pat_range(input: ParseStream<'_>, qself: Option, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:622:35 | 622 | fn pat_range_half_open(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 622 | fn pat_range_half_open(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:643:34 | 643 | fn pat_paren_or_tuple(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn pat_paren_or_tuple(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:673:29 | 673 | fn pat_reference(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 673 | fn pat_reference(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:682:32 | 682 | fn pat_lit_or_range(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 682 | fn pat_lit_or_range(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:726:31 | 726 | fn pat_range_bound(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn pat_range_bound(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:759:25 | 759 | fn pat_slice(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 759 | fn pat_slice(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/pat.rs:794:25 | 794 | fn pat_const(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn pat_const(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:310:25 | 310 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:317:25 | 317 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 317 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:409:41 | 409 | pub(crate) fn const_argument(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 409 | pub(crate) fn const_argument(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:454:39 | 454 | pub fn parse_turbofish(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 454 | pub fn parse_turbofish(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:461:20 | 461 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 461 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:489:25 | 489 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 489 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:497:25 | 497 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 497 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:509:25 | 509 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 509 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:515:32 | 515 | fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:576:39 | 576 | pub fn parse_mod_style(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 576 | pub fn parse_mod_style(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:608:43 | 608 | pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 608 | pub(crate) fn parse_helper(input: ParseStream<'_>, expr_style: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:623:20 | 623 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 623 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/path.rs:643:32 | 643 | pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option, Path)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | pub(crate) fn qpath(input: ParseStream<'_>, expr_style: bool) -> Result<(Option, Path)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:119:31 | 119 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | help: indicate the anonymous lifetime | 119 | pub fn iter(&self) -> Iter<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:130:42 | 130 | pub fn iter_mut(&mut self) -> IterMut { | -------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 130 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:141:33 | 141 | pub fn pairs(&self) -> Pairs { | -----^----- expected lifetime parameter | help: indicate the anonymous lifetime | 141 | pub fn pairs(&self) -> Pairs<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:150:44 | 150 | pub fn pairs_mut(&mut self) -> PairsMut { | --------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:290:36 | 290 | pub fn parse_terminated(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub fn parse_terminated(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:309:16 | 309 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 309 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:310:20 | 310 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 310 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:342:44 | 342 | pub fn parse_separated_nonempty(input: ParseStream) -> Result | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 342 | pub fn parse_separated_nonempty(input: ParseStream<'_>) -> Result | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:361:16 | 361 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:362:20 | 362 | parser: fn(ParseStream) -> Result, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 362 | parser: fn(ParseStream<'_>) -> Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:442:32 | 442 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 442 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:72:25 | 72 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/restriction.rs:93:29 | 93 | fn parse_pub(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn parse_pub(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:151:36 | 151 | pub fn parse_within(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | pub fn parse_within(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:181:25 | 181 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 181 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:192:25 | 192 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:198:26 | 198 | fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 198 | fn parse_stmt(input: ParseStream<'_>, allow_nosemi: AllowNoSemi) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:265:24 | 265 | fn stmt_mac(input: ParseStream, attrs: Vec, path: Path) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 265 | fn stmt_mac(input: ParseStream<'_>, attrs: Vec, path: Path) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:282:26 | 282 | fn stmt_local(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 282 | fn stmt_local(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/stmt.rs:334:16 | 334 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 334 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/thread.rs:38:40 | 38 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 38 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:297:25 | 297 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 297 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:311:36 | 311 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 311 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:319:16 | 319 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 319 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:619:25 | 619 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 619 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:630:25 | 630 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 630 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:643:25 | 643 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:666:25 | 666 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 666 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:679:25 | 679 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 679 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:726:25 | 726 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 726 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:735:25 | 735 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 735 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:744:25 | 744 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 744 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:777:25 | 777 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:786:25 | 786 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 786 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:795:36 | 795 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 795 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:800:36 | 800 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 800 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:814:25 | 814 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:822:25 | 822 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 822 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:830:36 | 830 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 830 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:836:36 | 836 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 836 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:848:20 | 848 | input: ParseStream, | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 848 | input: ParseStream<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:886:25 | 886 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:894:36 | 894 | pub fn without_plus(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 894 | pub fn without_plus(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:899:36 | 899 | pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 899 | pub(crate) fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:952:25 | 952 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 952 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:963:25 | 963 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 963 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:970:25 | 970 | fn parse(input: ParseStream, allow_plus: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 970 | fn parse(input: ParseStream<'_>, allow_plus: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:984:25 | 984 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 984 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:990:33 | 990 | fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn parse_bare_fn_arg(input: ParseStream<'_>, allow_self: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1038:35 | 1038 | fn parse_bare_variadic(input: ParseStream, attrs: Vec) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1038 | fn parse_bare_variadic(input: ParseStream<'_>, attrs: Vec) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1055:25 | 1055 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1055 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/ty.rs:1065:25 | 1065 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1065 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:220:31 | 220 | let slot: &Slot = &*token.array.slot.cast::>(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:214:5 | 214 | pub(crate) unsafe fn write(&self, token: &mut Token, msg: T) -> Result<(), T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:223:9 | 223 | slot.msg.get().write(MaybeUninit::new(msg)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:9:40 | 9 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 9 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:19:40 | 19 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 19 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:25:42 | 25 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:37:40 | 37 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 37 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:51:40 | 51 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 51 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:63:40 | 63 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:75:40 | 75 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 75 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:90:40 | 90 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 90 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:102:40 | 102 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 102 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:113:40 | 113 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 113 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:125:40 | 125 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:274:40 | 274 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:284:40 | 284 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 284 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:296:40 | 296 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:315:40 | 315 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 315 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:330:40 | 330 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 330 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:311:31 | 311 | let slot: &Slot = &*token.array.slot.cast::>(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:305:5 | 305 | pub(crate) unsafe fn read(&self, token: &mut Token) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:342:40 | 342 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 342 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:314:19 | 314 | let msg = slot.msg.get().read().assume_init(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/array.rs:314:19 | 314 | let msg = slot.msg.get().read().assume_init(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:354:40 | 354 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:360:42 | 360 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 360 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:371:40 | 371 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 371 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:377:42 | 377 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 377 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:388:40 | 388 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 388 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:394:42 | 394 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 394 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:404:40 | 404 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 404 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:417:40 | 417 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 417 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:496:40 | 496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:502:42 | 502 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 502 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:513:40 | 513 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 513 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:519:42 | 519 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 519 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:531:40 | 531 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 531 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:537:42 | 537 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 537 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:549:40 | 549 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 549 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:555:42 | 555 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 555 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:567:40 | 567 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 567 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:573:42 | 573 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 573 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:585:40 | 585 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 585 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:591:42 | 591 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 591 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:602:40 | 602 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 602 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:608:42 | 608 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 608 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:620:40 | 620 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 620 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:626:42 | 626 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 626 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:638:40 | 638 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 638 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:644:42 | 644 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 644 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:656:40 | 656 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 656 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:662:42 | 662 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 662 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:681:40 | 681 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 681 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:687:42 | 687 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 687 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:698:40 | 698 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 698 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:704:42 | 704 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 704 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:715:40 | 715 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 715 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:721:42 | 721 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 721 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:733:40 | 733 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 733 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:739:42 | 739 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 739 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:754:40 | 754 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 754 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:760:42 | 760 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 760 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:771:40 | 771 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 771 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:777:42 | 777 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 777 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:790:40 | 790 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 790 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:796:42 | 796 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 796 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:808:40 | 808 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 808 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:814:42 | 814 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 814 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:824:40 | 824 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 824 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:830:42 | 830 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 830 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:843:40 | 843 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 843 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:849:42 | 849 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 849 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:859:40 | 859 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 859 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:865:42 | 865 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 865 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:877:40 | 877 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 877 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:883:42 | 883 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 883 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:893:40 | 893 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 893 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:899:42 | 899 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 899 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:912:40 | 912 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 912 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:918:42 | 918 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 918 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:933:40 | 933 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 933 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:939:42 | 939 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 939 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:950:40 | 950 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 950 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:956:42 | 956 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 956 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:967:40 | 967 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 967 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:973:42 | 973 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 973 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:985:40 | 985 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 985 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:991:42 | 991 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 991 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1004:40 | 1004 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1004 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1010:42 | 1010 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1010 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1022:40 | 1022 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1022 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1028:42 | 1028 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1028 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1041:40 | 1041 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1041 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1047:42 | 1047 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1047 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1058:40 | 1058 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1058 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1064:42 | 1064 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1064 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1079:40 | 1079 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1079 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1085:42 | 1085 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1085 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1096:40 | 1096 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1096 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1102:42 | 1102 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1102 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1113:40 | 1113 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1113 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1119:42 | 1119 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1119 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1130:40 | 1130 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1130 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1136:42 | 1136 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1136 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1147:40 | 1147 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1147 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1153:42 | 1153 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1153 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1164:40 | 1164 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1170:42 | 1170 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1170 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1183:40 | 1183 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1183 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1189:42 | 1189 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1189 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1200:40 | 1200 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1200 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1214:40 | 1214 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1214 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1224:40 | 1224 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1224 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1236:40 | 1236 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1236 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1248:40 | 1248 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1248 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1260:40 | 1260 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1260 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1266:42 | 1266 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1266 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1276:40 | 1276 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1276 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1282:42 | 1282 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1282 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1292:40 | 1292 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1292 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1303:40 | 1303 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1303 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1322:40 | 1322 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1322 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1340:40 | 1340 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1340 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1346:42 | 1346 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1346 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1358:40 | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1358 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1364:42 | 1364 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1364 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1375:40 | 1375 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1375 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1381:42 | 1381 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1381 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1397:40 | 1397 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1397 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1403:42 | 1403 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1403 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1417:40 | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1417 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1456:40 | 1456 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1456 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1480:40 | 1480 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1480 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1492:40 | 1492 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1492 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1510:40 | 1510 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1510 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1516:42 | 1516 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1516 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1535:40 | 1535 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1535 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1541:42 | 1541 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1541 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1554:40 | 1554 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1554 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1560:42 | 1560 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1560 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1571:40 | 1571 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1571 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1577:42 | 1577 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1577 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1594:41 | 1594 | fn fmt(&self, _formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1594 | fn fmt(&self, _formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1601:40 | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1601 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1611:40 | 1611 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1611 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1640:40 | 1640 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1640 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1646:42 | 1646 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1646 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1664:40 | 1664 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1664 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1670:42 | 1670 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1670 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1685:40 | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1685 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:104:24 | 104 | let slot = (*this).slots.get_unchecked(i); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:100:5 | 100 | unsafe fn destroy(this: *mut Block, start: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:104:24 | 104 | let slot = (*this).slots.get_unchecked(i); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:116:14 | 116 | drop(Box::from_raw(this)); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1691:42 | 1691 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1691 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1706:40 | 1706 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1706 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1712:42 | 1712 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1712 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1724:40 | 1724 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1724 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1730:42 | 1730 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1730 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1743:40 | 1743 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1743 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1749:42 | 1749 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1749 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1766:40 | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1766 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1772:42 | 1772 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1772 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1784:40 | 1784 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1784 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1790:42 | 1790 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1790 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1805:40 | 1805 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1805 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1811:42 | 1811 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1811 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1829:40 | 1829 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1829 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1835:42 | 1835 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1835 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1850:40 | 1850 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1850 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1856:42 | 1856 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1856 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1876:40 | 1876 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1876 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1882:42 | 1882 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1882 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1898:40 | 1898 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1898 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1904:42 | 1904 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1904 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1920:40 | 1920 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1920 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1926:42 | 1926 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1926 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1940:40 | 1940 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1940 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1946:42 | 1946 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1946 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:291:20 | 291 | let slot = (*block).slots.get_unchecked(offset); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:282:5 | 282 | pub(crate) unsafe fn write(&self, token: &mut Token, msg: T) -> Result<(), T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:291:20 | 291 | let slot = (*block).slots.get_unchecked(offset); | ^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:292:9 | 292 | slot.msg.get().write(MaybeUninit::new(msg)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1960:40 | 1960 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1960 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1969:40 | 1969 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1969 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1974:42 | 1974 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1974 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1984:40 | 1984 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1984 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:1995:40 | 1995 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1995 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2017:40 | 2017 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2017 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2023:42 | 2023 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2023 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2036:40 | 2036 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2036 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2047:40 | 2047 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2047 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2059:40 | 2059 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2059 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2083:40 | 2083 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2083 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2102:40 | 2102 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2102 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2114:40 | 2114 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2114 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2120:42 | 2120 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2120 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2131:40 | 2131 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2131 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2137:42 | 2137 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2137 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2148:40 | 2148 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2148 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2154:42 | 2154 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2154 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2165:40 | 2165 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2165 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2195:40 | 2195 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2195 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2201:42 | 2201 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2201 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2214:40 | 2214 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2220:42 | 2220 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2220 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2231:40 | 2231 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2231 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2237:42 | 2237 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2237 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2248:40 | 2248 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2248 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2254:42 | 2254 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2254 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2266:40 | 2266 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2266 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2272:42 | 2272 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2272 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2282:40 | 2282 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2282 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2288:42 | 2288 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2288 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2299:40 | 2299 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2299 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:395:20 | 395 | let slot = (*block).slots.get_unchecked(offset); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:386:5 | 386 | pub(crate) unsafe fn read(&self, token: &mut Token) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:395:20 | 395 | let slot = (*block).slots.get_unchecked(offset); | ^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:397:19 | 397 | let msg = slot.msg.get().read().assume_init(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2305:42 | 2305 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2305 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:397:19 | 397 | let msg = slot.msg.get().read().assume_init(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `flavors::list::Block::::destroy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:402:13 | 402 | Block::destroy(block, 0); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `flavors::list::Block::::destroy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/list.rs:404:13 | 404 | Block::destroy(block, offset + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2319:40 | 2319 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2319 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2325:42 | 2325 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2325 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2336:40 | 2336 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2336 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2342:42 | 2342 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2342 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2355:40 | 2355 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2355 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2361:42 | 2361 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2361 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2373:40 | 2373 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2373 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2379:42 | 2379 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2379 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2389:40 | 2389 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2389 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2395:42 | 2395 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2395 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2405:40 | 2405 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2405 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2421:40 | 2421 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2421 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2431:40 | 2431 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2431 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2450:40 | 2450 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2450 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2462:40 | 2462 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2462 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2473:40 | 2473 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2473 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2485:40 | 2485 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2485 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2498:40 | 2498 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2498 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2517:40 | 2517 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2517 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2531:40 | 2531 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2531 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2547:40 | 2547 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2547 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2566:40 | 2566 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2566 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2581:40 | 2581 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2581 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2603:40 | 2603 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2603 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2609:42 | 2609 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2609 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2620:40 | 2620 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2620 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2632:40 | 2632 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2632 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2647:40 | 2647 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2647 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2665:40 | 2665 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2665 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2671:42 | 2671 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2671 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2687:40 | 2687 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2687 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2693:42 | 2693 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2693 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2705:40 | 2705 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2705 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2711:42 | 2711 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2711 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2722:40 | 2722 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2722 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2728:42 | 2728 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2728 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2744:40 | 2744 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2744 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2772:40 | 2772 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2772 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2778:42 | 2778 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2778 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2790:40 | 2790 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2790 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2796:42 | 2796 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2796 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2812:40 | 2812 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2812 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2818:42 | 2818 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2818 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2828:40 | 2828 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2828 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2834:42 | 2834 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2834 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2844:40 | 2844 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2844 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2850:42 | 2850 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2850 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2859:40 | 2859 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2859 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2865:42 | 2865 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2865 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2874:40 | 2874 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2874 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2880:42 | 2880 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2880 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2889:40 | 2889 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2889 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2903:40 | 2903 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2903 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2931:40 | 2931 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2931 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2937:42 | 2937 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2937 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2947:40 | 2947 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2947 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2953:42 | 2953 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2953 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2963:40 | 2963 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2963 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2969:42 | 2969 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2969 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2981:40 | 2981 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2981 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2987:42 | 2987 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2987 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:2999:40 | 2999 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2999 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3005:42 | 3005 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3005 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3015:40 | 3015 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3015 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3021:42 | 3021 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3021 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3031:40 | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3031 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3037:42 | 3037 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3037 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3047:40 | 3047 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3047 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3071:40 | 3071 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3071 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3080:40 | 3080 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3080 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3090:40 | 3090 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3090 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3099:40 | 3099 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3099 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3110:40 | 3110 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3110 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3121:40 | 3121 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3121 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3155:40 | 3155 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3155 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3167:40 | 3167 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3167 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3179:40 | 3179 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3179 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3185:42 | 3185 | fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3185 | fn debug(&self, formatter: &mut fmt::Formatter<'_>, name: &str) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3197:40 | 3197 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3197 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3213:40 | 3213 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3213 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/gen/debug.rs:3223:40 | 3223 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3223 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:151:23 | 151 | let packet = &*(token.zero.0 as *const Packet); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:145:5 | 145 | pub(crate) unsafe fn write(&self, token: &mut Token, msg: T) -> Result<(), T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:152:9 | 152 | packet.msg.get().write(Some(msg)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:180:23 | 180 | let packet = &*(token.zero.0 as *const Packet); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:174:5 | 174 | pub(crate) unsafe fn read(&self, token: &mut Token) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::replace` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:186:23 | 186 | let msg = packet.msg.get().replace(None).unwrap(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::replace` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:193:23 | 193 | let msg = packet.msg.get().replace(None).unwrap(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-channel-0.5.13/src/flavors/zero.rs:194:18 | 194 | drop(Box::from_raw(token.zero.0.cast::>())); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Compiling crossbeam-deque v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crossbeam_deque CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Concurrent work-stealing deque' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-deque CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crossbeam_deque --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1772f21791137c4a -C extra-filename=-1772f21791137c4a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern crossbeam_epoch=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_epoch-65ac78477488cd68.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-66e6d685e54b7748.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:53:14 | 53 | drop(Box::from_raw(slice::from_raw_parts_mut( | ______________^ 54 | | self.ptr.cast::>(), 55 | | self.cap, 56 | | ))); | |__________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:52:5 | 52 | unsafe fn dealloc(self) { | ^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:53:28 | 53 | drop(Box::from_raw(slice::from_raw_parts_mut( | ____________________________^ 54 | | self.ptr.cast::>(), 55 | | self.cap, 56 | | ))); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:64:9 | 64 | self.ptr.offset(index & (self.cap - 1) as isize) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:60:5 | 60 | unsafe fn at(&self, index: isize) -> *mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::write_volatile` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:74:9 | 74 | ptr::write_volatile(self.at(index).cast::>(), task) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:73:5 | 73 | unsafe fn write(&self, index: isize, task: MaybeUninit) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `deque::Buffer::::at` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:74:29 | 74 | ptr::write_volatile(self.at(index).cast::>(), task) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::read_volatile` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:84:9 | 84 | ptr::read_volatile(self.at(index).cast::>()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:83:5 | 83 | unsafe fn read(&self, index: isize) -> MaybeUninit { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `deque::Buffer::::at` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:84:28 | 84 | ptr::read_volatile(self.at(index).cast::>()) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:296:13 | 296 | ptr::copy_nonoverlapping(buffer.at(i), new.at(i), 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:286:5 | 286 | unsafe fn resize(&self, new_cap: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `deque::Buffer::::at` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:296:38 | 296 | ptr::copy_nonoverlapping(buffer.at(i), new.at(i), 1); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `deque::Buffer::::at` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:296:52 | 296 | ptr::copy_nonoverlapping(buffer.at(i), new.at(i), 1); | ^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `crossbeam_epoch::Guard::defer_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:310:9 | 310 | guard.defer_unchecked(move || old.into_owned().into_box().dealloc()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `deque::Buffer::::dealloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:310:39 | 310 | guard.defer_unchecked(move || old.into_owned().into_box().dealloc()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `crossbeam_epoch::Shared::<'g, T>::into_owned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:310:39 | 310 | guard.defer_unchecked(move || old.into_owned().into_box().dealloc()); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:1257:24 | 1257 | let slot = (*this).slots.get_unchecked(i); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:1253:5 | 1253 | unsafe fn destroy(this: *mut Block, count: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:1257:24 | 1257 | let slot = (*this).slots.get_unchecked(i); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crossbeam-deque-0.8.5/src/deque.rs:1269:14 | 1269 | drop(Box::from_raw(this)); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: `crossbeam-deque` (lib) generated 16 warnings Compiling rustc-rayon-core v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rayon_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon - fork for rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-rayon-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-rayon' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rayon_core --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec1aec2a8f05a69a -C extra-filename=-ec1aec2a8f05a69a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -C strip=debuginfo -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern crossbeam_channel=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_channel-4d1d8ff1460c960b.rmeta --extern crossbeam_deque=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_deque-1772f21791137c4a.rmeta --extern crossbeam_utils=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrossbeam_utils-66e6d685e54b7748.rmeta --extern num_cpus=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libnum_cpus-f1e089208c2e7d16.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `cc` (lib) generated 3 warnings Compiling bitflags v2.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name bitflags --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=0fdc0ca752406597 -C extra-filename=-0fdc0ca752406597 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `crossbeam-epoch` (lib) generated 53 warnings Compiling hashbrown v0.15.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.15.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name hashbrown --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default-hasher"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=7dadea024b1be7c9 -C extra-filename=-7dadea024b1be7c9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern foldhash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfoldhash-16eed0e696404b3a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `rayon_rs_log` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/log.rs:28:47 | 28 | pub(super) const LOG_ENABLED: bool = cfg!(any(rayon_rs_log, debug_assertions)); | ^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rayon_rs_log)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rayon_rs_log)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `crossbeam-channel` (lib) generated 36 warnings Compiling typenum v1.17.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_main --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=3223dc6584766506 -C extra-filename=-3223dc6584766506 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/typenum-3223dc6584766506 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:46:32 | 46 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:115:32 | 115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/tests.rs:161:32 | 161 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 161 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs:25:32 | 25 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/build/main.rs:35:32 | 35 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 35 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `std::ptr::const_ptr::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/broadcast/mod.rs:109:26 | 109 | let current_thread = WorkerThread::current().as_ref(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/broadcast/mod.rs:98:1 | 98 | / pub(super) unsafe fn broadcast_in(op: OP, registry: &Arc) -> Vec 99 | | where 100 | | OP: Fn(BroadcastContext<'_>) -> R + Sync, 101 | | R: Send, | |____________^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `job::StackJob::::as_job_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/broadcast/mod.rs:115:42 | 115 | let job_refs = jobs.iter().map(|job| job.as_job_ref()); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `job::StackJob::::into_result` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/broadcast/mod.rs:121:32 | 121 | jobs.into_iter().map(|job| job.into_result()).collect() | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:66:9 | 66 | (self.execute_fn)(self.pointer) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:65:5 | 65 | pub(super) unsafe fn execute(self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `job::JobRef::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:102:9 | 102 | JobRef::new(self) | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:101:5 | 101 | pub(super) unsafe fn as_job_ref(&self) -> JobRef { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:121:21 | 121 | let this = &*(this as *const Self); | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:120:5 | 120 | unsafe fn execute(this: *const ()) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:124:20 | 124 | let func = (*this.func.get()).take().unwrap(); | ^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:125:9 | 125 | (*this.result.get()) = JobResult::call(func); | ^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:126:9 | 126 | Latch::set(&this.latch); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `job::JobRef::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:157:9 | 157 | JobRef::new(Box::into_raw(self)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:156:5 | 156 | pub(super) unsafe fn into_job_ref(self: Box) -> JobRef { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:174:20 | 174 | let this = Box::from_raw(this as *mut Self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:173:5 | 173 | unsafe fn execute(this: *const ()) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `job::JobRef::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:201:9 | 201 | JobRef::new(Arc::into_raw(Arc::clone(this))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:200:5 | 200 | pub(super) unsafe fn as_job_ref(this: &Arc) -> JobRef { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::sync::Arc::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:218:20 | 218 | let this = Arc::from_raw(this as *mut Self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:217:5 | 217 | unsafe fn execute(this: *const ()) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `job::JobRef::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:261:9 | 261 | JobRef::new(self) | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:256:5 | 256 | pub(super) unsafe fn push(&self, job_ref: JobRef) -> JobRef { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `memchr` (lib) generated 587 warnings Compiling equivalent v1.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/equivalent-1.0.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name equivalent --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09a40099ea882127 -C extra-filename=-09a40099ea882127 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:268:21 | 268 | let this = &*(this as *const Self); | ^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:266:5 | 266 | unsafe fn execute(this: *const ()) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `job::JobRef::execute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/job.rs:271:50 | 271 | Steal::Success(job_ref) => break job_ref.execute(), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `registry::WorkerThread::wait_until` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/join/mod.rs:196:5 | 196 | worker_thread.wait_until(job_b_latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/join/mod.rs:190:1 | 190 | / unsafe fn join_recover_from_panic( 191 | | worker_thread: &WorkerThread, 192 | | job_b_latch: &SpinLatch<'_>, 193 | | err: Box, 194 | | tlv: Tlv, 195 | | ) -> ! { | |______^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:134:25 | 134 | let old_state = (*this).state.swap(SET, Ordering::AcqRel); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:133:5 | 133 | unsafe fn set(this: *const Self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:199:38 | 199 | let registry: &Registry = if (*this).cross { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:196:5 | 196 | unsafe fn set(this: *const Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:205:41 | 205 | cross_registry = Arc::clone((*this).registry); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:213:13 | 213 | (*this).registry | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:215:35 | 215 | let target_worker_index = (*this).target_worker_index; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `latch::CoreLatch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:218:12 | 218 | if CoreLatch::set(&(*this).core_latch) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:218:28 | 218 | if CoreLatch::set(&(*this).core_latch) { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:266:25 | 266 | let mut guard = (*this).m.lock().unwrap(); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:265:5 | 265 | unsafe fn set(this: *const Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:268:9 | 268 | (*this).v.notify_all(); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:318:12 | 318 | if (*this).counter.fetch_sub(1, Ordering::SeqCst) == 1 { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:317:5 | 317 | pub(super) unsafe fn set(this: *const Self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `latch::CoreLatch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:319:13 | 319 | CoreLatch::set(&(*this).core_latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:319:29 | 319 | CoreLatch::set(&(*this).core_latch); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `latch::CountLatch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:335:12 | 335 | if Self::set(this) { | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:330:5 | 330 | / pub(super) unsafe fn set_and_tickle_one( 331 | | this: *const Self, 332 | | registry: &Registry, 333 | | target_worker_index: usize, 334 | | ) { | |_____^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:377:12 | 377 | if (*this).counter.fetch_sub(1, Ordering::SeqCst) == 1 { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:376:5 | 376 | unsafe fn set(this: *const Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:378:13 | 378 | LockLatch::set(&(*this).lock_latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:378:29 | 378 | LockLatch::set(&(*this).lock_latch); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:412:9 | 412 | L::set((*this).inner); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:411:5 | 411 | unsafe fn set(this: *const Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/latch.rs:412:16 | 412 | L::set((*this).inner); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/sse2.rs:53:15 | 53 | Group(x86::_mm_loadu_si128(ptr.cast())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/sse2.rs:52:5 | 52 | pub(crate) unsafe fn load(ptr: *const u8) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:562:25 | 562 | op(&*worker_thread, true) | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:547:5 | 547 | / unsafe fn in_worker_cold(&self, op: OP) -> R 548 | | where 549 | | OP: FnOnce(&WorkerThread, bool) -> R + Send, 550 | | R: Send, | |________________^ warning[E0133]: call to unsafe function `job::StackJob::::as_job_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:566:25 | 566 | self.inject(job.as_job_ref()); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:547:5 | 547 | / unsafe fn in_worker_cold(&self, op: OP) -> R 548 | | where 549 | | OP: FnOnce(&WorkerThread, bool) -> R + Send, 550 | | R: Send, | |________________^ warning[E0133]: call to unsafe function `job::StackJob::::into_result` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:574:13 | 574 | job.into_result() | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:593:21 | 593 | op(&*worker_thread, true) | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:579:5 | 579 | / unsafe fn in_worker_cross(&self, current_thread: &WorkerThread, op: OP) -> R 580 | | where 581 | | OP: FnOnce(&WorkerThread, bool) -> R + Send, 582 | | R: Send, | |________________^ warning[E0133]: call to unsafe function `job::StackJob::::as_job_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:597:21 | 597 | self.inject(job.as_job_ref()); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:579:5 | 579 | / unsafe fn in_worker_cross(&self, current_thread: &WorkerThread, op: OP) -> R 580 | | where 581 | | OP: FnOnce(&WorkerThread, bool) -> R + Send, 582 | | R: Send, | |________________^ warning[E0133]: call to unsafe function `registry::WorkerThread::wait_until` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:598:9 | 598 | current_thread.wait_until(&job.latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `job::StackJob::::into_result` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:599:9 | 599 | job.into_result() | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_load_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/sse2.rs:63:15 | 63 | Group(x86::_mm_load_si128(ptr.cast())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/sse2.rs:60:5 | 60 | pub(crate) unsafe fn load_aligned(ptr: *const u8) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_store_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/sse2.rs:73:9 | 73 | x86::_mm_store_si128(ptr.cast(), self.0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/sse2.rs:70:5 | 70 | pub(crate) unsafe fn store_aligned(self, ptr: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `alloc::alloc::dealloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/alloc.rs:72:13 | 72 | dealloc(ptr.as_ptr(), layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/alloc.rs:71:9 | 71 | unsafe fn deallocate(&self, ptr: NonNull, layout: Layout) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:68:5 | 68 | to.offset_from(from) as usize | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:67:1 | 67 | unsafe fn offset_from(to: *const T, from: *const T) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:381:13 | 381 | base.as_ptr().sub(index) | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:354:5 | 354 | unsafe fn from_base_index(base: NonNull, index: usize) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:384:18 | 384 | ptr: NonNull::new_unchecked(ptr), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:453:13 | 453 | offset_from(base.as_ptr(), self.ptr.as_ptr()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:427:5 | 427 | unsafe fn to_base_index(&self, base: NonNull) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:537:13 | 537 | self.ptr.as_ptr().sub(offset) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:532:5 | 532 | unsafe fn next_n(&self, offset: usize) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:540:18 | 540 | ptr: NonNull::new_unchecked(ptr), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::drop_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:561:9 | 561 | self.as_ptr().drop_in_place(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:560:5 | 560 | pub(crate) unsafe fn drop(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:582:9 | 582 | self.as_ptr().read() | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:581:5 | 581 | pub(crate) unsafe fn read(&self) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:604:9 | 604 | self.as_ptr().write(val); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:603:5 | 603 | pub(crate) unsafe fn write(&self, val: T) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:616:10 | 616 | &*self.as_ptr() | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:615:5 | 615 | pub unsafe fn as_ref<'a>(&self) -> &'a T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:637:14 | 637 | &mut *self.as_ptr() | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:636:5 | 636 | pub unsafe fn as_mut<'a>(&self) -> &'a mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::new_uninitialized` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:719:20 | 719 | table: RawTableInner::new_uninitialized( | ____________________^ 720 | | &alloc, 721 | | Self::TABLE_LAYOUT, 722 | | buckets, 723 | | fallibility, 724 | | )?, | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:711:5 | 711 | / unsafe fn new_uninitialized( 712 | | alloc: A, 713 | | buckets: usize, 714 | | fallibility: Fallibility, 715 | | ) -> Result { | |______________________________________^ warning[E0133]: call to unsafe function `raw::Bucket::::to_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:797:9 | 797 | bucket.to_base_index(self.data_end()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:796:5 | 796 | pub unsafe fn bucket_index(&self, bucket: &Bucket) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::from_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:852:9 | 852 | Bucket::from_base_index(self.data_end(), index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:825:5 | 825 | pub unsafe fn bucket(&self, index: usize) -> Bucket { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:858:21 | 858 | let index = self.bucket_index(item); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:857:5 | 857 | unsafe fn erase_no_drop(&mut self, item: &Bucket) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::erase` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:859:9 | 859 | self.table.erase(index); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::erase_no_drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:867:9 | 867 | self.erase_no_drop(&item); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:865:5 | 865 | pub unsafe fn erase(&mut self, item: Bucket) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:868:9 | 868 | item.drop(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::erase_no_drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:877:9 | 877 | self.erase_no_drop(&item); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:876:5 | 876 | pub unsafe fn remove(&mut self, item: Bucket) -> (T, InsertSlot) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:879:13 | 879 | item.read(), | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:881:24 | 881 | index: self.bucket_index(&item), | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `registry::WorkerThread::push` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:805:9 | 805 | self.push(self.fifo.push(job)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:804:5 | 804 | pub(super) unsafe fn push_fifo(&self, job: JobRef) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `job::JobFifo::push` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:805:19 | 805 | self.push(self.fifo.push(job)); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `registry::WorkerThread::wait_until_cold` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:845:13 | 845 | self.wait_until_cold(latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:842:5 | 842 | pub(super) unsafe fn wait_until(&self, latch: &L) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::resize_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1099:9 | 1099 | / self.table.resize_inner( 1100 | | &self.alloc, 1101 | | capacity, 1102 | | &|table, index| hasher(table.bucket::(index).as_ref()), 1103 | | fallibility, 1104 | | Self::TABLE_LAYOUT, 1105 | | ) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1087:5 | 1087 | / unsafe fn resize( 1088 | | &mut self, 1089 | | capacity: usize, 1090 | | hasher: impl Fn(&T) -> u64, 1091 | | fallibility: Fallibility, 1092 | | ) -> Result<(), TryReserveError> { | |____________________________________^ warning[E0133]: call to unsafe function `raw::Bucket::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1102:36 | 1102 | &|table, index| hasher(table.bucket::(index).as_ref()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1102:36 | 1102 | &|table, index| hasher(table.bucket::(index).as_ref()), | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1177:21 | 1177 | let index = self.bucket_index(&bucket); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1173:5 | 1173 | / pub unsafe fn replace_bucket_with(&mut self, bucket: Bucket, f: F) -> bool 1174 | | where 1175 | | F: FnOnce(T) -> Option, | |__________________________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1178:24 | 1178 | let old_ctrl = *self.table.ctrl(index); | ^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `registry::WorkerThread::execute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:862:17 | 862 | self.execute(job); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:850:5 | 850 | unsafe fn wait_until_cold(&self, latch: &CoreLatch) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1178:25 | 1178 | let old_ctrl = *self.table.ctrl(index); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1179:23 | 1179 | debug_assert!(self.is_bucket_full(index)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::remove` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1181:20 | 1181 | let item = self.remove(bucket).0; | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1184:13 | 1184 | self.table.set_ctrl(index, old_ctrl); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1186:13 | 1186 | self.bucket(index).write(new_item); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1186:13 | 1186 | self.bucket(index).write(new_item); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1237:24 | 1237 | let old_ctrl = *self.table.ctrl(slot.index); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1236:5 | 1236 | pub unsafe fn insert_in_slot(&mut self, hash: u64, slot: InsertSlot, value: T) -> Bucket { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1237:25 | 1237 | let old_ctrl = *self.table.ctrl(slot.index); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::record_item_insert_at` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1238:9 | 1238 | self.table.record_item_insert_at(slot.index, old_ctrl, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `job::JobRef::execute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:916:9 | 916 | job.execute(); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:915:5 | 915 | pub(super) unsafe fn execute(&self, job: JobRef) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1240:22 | 1240 | let bucket = self.bucket(slot.index); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1241:9 | 1241 | bucket.write(value); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `registry::WorkerThread::set_current` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:968:5 | 968 | WorkerThread::set_current(worker_thread); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:966:1 | 966 | unsafe fn main_loop(thread: ThreadBuilder) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:973:5 | 973 | Latch::set(®istry.thread_infos[index].primed); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `registry::WorkerThread::wait_until` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:991:5 | 991 | worker_thread.wait_until(my_terminate_latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:997:5 | 997 | Latch::set(®istry.thread_infos[index].stopped); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::get_many_mut_pointers` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1322:20 | 1322 | let ptrs = self.get_many_mut_pointers(hashes, eq); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1317:5 | 1317 | / pub unsafe fn get_many_unchecked_mut( 1318 | | &mut self, 1319 | | hashes: [u64; N], 1320 | | eq: impl FnMut(usize, &T) -> bool, 1321 | | ) -> [Option<&'_ mut T>; N] { | |_______________________________^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::as_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1323:42 | 1323 | ptrs.map(|ptr| ptr.map(|mut ptr| ptr.as_mut())) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1371:9 | 1371 | self.table.is_bucket_full(index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1370:5 | 1370 | pub unsafe fn is_bucket_full(&self, index: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::iter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1384:9 | 1384 | self.table.iter() | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1379:5 | 1379 | pub unsafe fn iter(&self) -> RawIter { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawIterHash::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1398:9 | 1398 | RawIterHash::new(self, hash) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1397:5 | 1397 | pub unsafe fn iter_hash(&self, hash: u64) -> RawIterHash { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1540:20 | 1540 | let ctrl = NonNull::new_unchecked(ptr.as_ptr().add(ctrl_offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1517:5 | 1517 | / unsafe fn new_uninitialized( 1518 | | alloc: &A, 1519 | | table_layout: TableLayout, 1520 | | buckets: usize, ... | 1523 | | where 1524 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1540:43 | 1540 | let ctrl = NonNull::new_unchecked(ptr.as_ptr().add(ctrl_offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1653:21 | 1653 | if unlikely(self.is_bucket_full(index)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1651:5 | 1651 | unsafe fn fix_insert_slot(&self, mut index: usize) -> InsertSlot { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::option::Option::::unwrap_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1672:21 | 1672 | index = Group::load_aligned(self.ctrl(0)) | _____________________^ 1673 | | .match_empty_or_deleted() 1674 | | .lowest_set_bit() 1675 | | .unwrap_unchecked(); | |___________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1672:21 | 1672 | index = Group::load_aligned(self.ctrl(0)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1672:41 | 1672 | index = Group::load_aligned(self.ctrl(0)) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::find_insert_slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1852:28 | 1852 | let index: usize = self.find_insert_slot(hash).index; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1850:5 | 1850 | unsafe fn prepare_insert_slot(&mut self, hash: u64) -> (usize, u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1859:24 | 1859 | let old_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1859:25 | 1859 | let old_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:1860:9 | 1860 | self.set_ctrl_h2(index, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2036:25 | 2036 | let group = Group::load_aligned(self.ctrl(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2024:5 | 2024 | unsafe fn prepare_rehash_in_place(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2036:45 | 2036 | let group = Group::load_aligned(self.ctrl(i)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::store_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2038:13 | 2038 | group.store_aligned(self.ctrl(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2038:33 | 2038 | group.store_aligned(self.ctrl(i)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_to` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2050:13 | 2050 | / self.ctrl(0) 2051 | | .copy_to(self.ctrl(Group::WIDTH), self.buckets()); | |_________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2050:13 | 2050 | self.ctrl(0) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2051:26 | 2051 | .copy_to(self.ctrl(Group::WIDTH), self.buckets()); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_to` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2056:13 | 2056 | / self.ctrl(0) 2057 | | .copy_to(self.ctrl(self.buckets()), Group::WIDTH); | |_________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2056:13 | 2056 | self.ctrl(0) | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2057:26 | 2057 | .copy_to(self.ctrl(self.buckets()), Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::from_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2107:20 | 2107 | let data = Bucket::from_base_index(self.data_end(), 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2079:5 | 2079 | unsafe fn iter(&self) -> RawIter { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawIterRange::::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2110:19 | 2110 | iter: RawIterRange::new(self.ctrl.as_ptr(), data, self.buckets()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::iter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2158:25 | 2158 | for item in self.iter::() { | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2151:5 | 2151 | unsafe fn drop_elements(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2161:17 | 2161 | item.drop(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::from_base_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2286:9 | 2286 | Bucket::from_base_index(self.data_end(), index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2283:5 | 2283 | unsafe fn bucket(&self, index: usize) -> Bucket { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::sub` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2340:9 | 2340 | base.sub((index + 1) * size_of) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2336:5 | 2336 | unsafe fn bucket_ptr(&self, index: usize, size_of: usize) -> *mut u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compiling lock_api v0.4.12 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=d20fafb6f2f6d343 -C extra-filename=-d20fafb6f2f6d343 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/lock_api-d20fafb6f2f6d343 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern autocfg=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libautocfg-3a963e83e2628c0b.rlib --cap-lints warn -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2401:9 | 2401 | self.set_ctrl_h2(index, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2399:5 | 2399 | unsafe fn record_item_insert_at(&mut self, index: usize, old_ctrl: u8, hash: u64) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2443:9 | 2443 | self.set_ctrl(index, h2(hash)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2441:5 | 2441 | unsafe fn set_ctrl_h2(&mut self, index: usize, hash: u64) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `scope::ScopeBase::<'scope>::execute_job_closure` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:712:29 | 712 | let _: Option<()> = Self::execute_job_closure(this, func); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:708:5 | 708 | / unsafe fn execute_job(this: *const Self, func: FUNC) 709 | | where 710 | | FUNC: FnOnce(), | |_______________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2477:25 | 2477 | let prev_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2475:5 | 2475 | unsafe fn replace_ctrl_h2(&mut self, index: usize, hash: u64) -> u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2477:26 | 2477 | let prev_ctrl = *self.ctrl(index); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2478:9 | 2478 | self.set_ctrl_h2(index, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:724:17 | 724 | Latch::set(&(*this).job_completed_latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:718:5 | 718 | / unsafe fn execute_job_closure(this: *const Self, func: FUNC) -> Option 719 | | where 720 | | FUNC: FnOnce() -> R, | |____________________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2535:9 | 2535 | *self.ctrl(index) = ctrl; | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2507:5 | 2507 | unsafe fn set_ctrl(&mut self, index: usize, ctrl: u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2535:10 | 2535 | *self.ctrl(index) = ctrl; | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:724:29 | 724 | Latch::set(&(*this).job_completed_latch); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:728:17 | 728 | (*this).job_panicked(err); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:729:17 | 729 | Latch::set(&(*this).job_completed_latch); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:729:29 | 729 | Latch::set(&(*this).job_completed_latch); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2536:9 | 2536 | *self.ctrl(index2) = ctrl; | ^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2536:10 | 2536 | *self.ctrl(index2) = ctrl; | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2566:9 | 2566 | self.ctrl.as_ptr().add(index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2563:5 | 2563 | unsafe fn ctrl(&self, index: usize) -> *mut u8 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2582:17 | 2582 | is_full(*self.ctrl(index)) | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2580:5 | 2580 | unsafe fn is_bucket_full(&self, index: usize) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2582:18 | 2582 | is_full(*self.ctrl(index)) | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::rehash_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2707:13 | 2707 | self.rehash_in_place(hasher, layout.size, drop); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2676:5 | 2676 | / unsafe fn reserve_rehash_inner( 2677 | | &mut self, 2678 | | alloc: &A, 2679 | | additional: usize, ... | 2685 | | where 2686 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `raw::RawTableInner::resize_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2719:13 | 2719 | / self.resize_inner( 2720 | | alloc, 2721 | | usize::max(new_items, full_capacity + 1), 2722 | | hasher, 2723 | | fallibility, 2724 | | layout, 2725 | | ) | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2762:20 | 2762 | let ctrl = NonNull::new_unchecked(self.ctrl(0)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2742:5 | 2742 | unsafe fn full_buckets_indices(&self) -> FullBucketsIndices { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:814:16 | 814 | match &*this { | ^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:813:5 | 813 | unsafe fn set(this: *const Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2762:43 | 2762 | let ctrl = NonNull::new_unchecked(self.ctrl(0)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `latch::CountLatch::set_and_tickle_one` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:819:18 | 819 | } => CountLatch::set_and_tickle_one(latch, registry, *worker_index), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2767:28 | 2767 | current_group: Group::load_aligned(ctrl.as_ptr()).match_full().into_iter(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `latch::Latch::set` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:820:47 | 820 | ScopeLatch::Blocking { latch } => Latch::set(latch), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::full_buckets_indices` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2834:32 | 2834 | for full_byte_index in self.full_buckets_indices() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2816:5 | 2816 | / unsafe fn resize_inner( 2817 | | &mut self, 2818 | | alloc: &A, 2819 | | capacity: usize, ... | 2824 | | where 2825 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `raw::RawTableInner::prepare_insert_slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2849:34 | 2849 | let (new_index, _) = new_table.prepare_insert_slot(hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2865:13 | 2865 | / ptr::copy_nonoverlapping( 2866 | | self.bucket_ptr(full_byte_index, layout.size), 2867 | | new_table.bucket_ptr(new_index, layout.size), 2868 | | layout.size, 2869 | | ); | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2866:17 | 2866 | self.bucket_ptr(full_byte_index, layout.size), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2867:17 | 2867 | new_table.bucket_ptr(new_index, layout.size), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:876:10 | 876 | &*self.0 | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/scope/mod.rs:875:5 | 875 | unsafe fn as_ref(&self) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::prepare_rehash_in_place` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2923:9 | 2923 | self.prepare_rehash_in_place(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2913:5 | 2913 | / unsafe fn rehash_in_place( 2914 | | &mut self, 2915 | | hasher: &dyn Fn(&mut Self, usize) -> u64, 2916 | | size_of: usize, 2917 | | drop: Option, 2918 | | ) { | |_____^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2928:24 | 2928 | if *self_.ctrl(i) == DELETED { | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2928:25 | 2928 | if *self_.ctrl(i) == DELETED { | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2929:25 | 2929 | self_.set_ctrl(i, EMPTY); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2930:25 | 2930 | drop(self_.bucket_ptr(i, size_of)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2930:30 | 2930 | drop(self_.bucket_ptr(i, size_of)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2942:16 | 2942 | if *guard.ctrl(i) != DELETED { | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2942:17 | 2942 | if *guard.ctrl(i) != DELETED { | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2946:23 | 2946 | let i_p = guard.bucket_ptr(i, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::find_insert_slot` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2956:29 | 2956 | let new_i = guard.find_insert_slot(hash).index; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2964:21 | 2964 | guard.set_ctrl_h2(i, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::bucket_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2968:31 | 2968 | let new_i_p = guard.bucket_ptr(new_i, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::replace_ctrl_h2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2972:33 | 2972 | let prev_ctrl = guard.replace_ctrl_h2(new_i, hash); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2974:21 | 2974 | guard.set_ctrl(i, EMPTY); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2978:21 | 2978 | ptr::copy_nonoverlapping(i_p, new_i_p, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::swap_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:2985:21 | 2985 | ptr::swap_nonoverlapping(i_p, new_i_p, size_of); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::allocation_info` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3029:29 | 3029 | let (ptr, layout) = self.allocation_info(table_layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3023:5 | 3023 | / unsafe fn free_buckets(&mut self, alloc: &A, table_layout: TableLayout) 3024 | | where 3025 | | A: Allocator, | |_____________________^ warning[E0133]: call to unsafe function `raw::alloc::inner::Allocator::deallocate` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3030:9 | 3030 | alloc.deallocate(ptr, layout); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3145:23 | 3145 | debug_assert!(self.is_bucket_full(index)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3144:5 | 3144 | unsafe fn erase(&mut self, index: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3153:28 | 3153 | let empty_before = Group::load(self.ctrl(index_before)).match_empty(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3153:40 | 3153 | let empty_before = Group::load(self.ctrl(index_before)).match_empty(); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3154:27 | 3154 | let empty_after = Group::load(self.ctrl(index)).match_empty(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3154:39 | 3154 | let empty_after = Group::load(self.ctrl(index)).match_empty(); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::set_ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3199:9 | 3199 | self.set_ctrl(index, ctrl); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::clone_from_impl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3313:13 | 3313 | self.clone_from_impl(source); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3312:9 | 3312 | unsafe fn clone_from_spec(&mut self, source: &Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_to_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3343:9 | 3343 | / source 3344 | | .table 3345 | | .ctrl(0) 3346 | | .copy_to_nonoverlapping(self.table.ctrl(0), self.table.num_ctrl_bytes()); | |____________________________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3341:5 | 3341 | unsafe fn clone_from_impl(&mut self, source: &Self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3343:9 | 3343 | / source 3344 | | .table 3345 | | .ctrl(0) | |____________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3346:37 | 3346 | .copy_to_nonoverlapping(self.table.ctrl(0), self.table.num_ctrl_bytes()); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::is_bucket_full` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3354:24 | 3354 | if self_.is_bucket_full(i) { | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3355:25 | 3355 | self_.bucket(i).drop(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3355:25 | 3355 | self_.bucket(i).drop(); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::iter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3361:21 | 3361 | for from in source.iter() { | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket_index` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3362:25 | 3362 | let index = source.bucket_index(&from); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawTable::::bucket` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3363:22 | 3363 | let to = guard.1.bucket(index); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3364:13 | 3364 | to.write(from.as_ref().clone()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3364:22 | 3364 | to.write(from.as_ref().clone()); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3483:19 | 3483 | let end = ctrl.add(len); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3479:5 | 3479 | unsafe fn new(ctrl: *const u8, data: Bucket, len: usize) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3487:29 | 3487 | let current_group = Group::load_aligned(ctrl).match_full(); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3488:25 | 3488 | let next_ctrl = ctrl.add(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3549:29 | 3549 | return Some(self.data.next_n(index)); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3546:5 | 3546 | unsafe fn next_impl(&mut self) -> Option> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3561:34 | 3561 | self.current_group = Group::load_aligned(self.next_ctrl).match_full().into_iter(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3562:25 | 3562 | self.data = self.data.next_n(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `spawn::spawn_job` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/spawn/mod.rs:82:19 | 82 | let job_ref = spawn_job(func, registry); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/spawn/mod.rs:72:1 | 72 | / pub(super) unsafe fn spawn_in(func: F, registry: &Arc) 73 | | where 74 | | F: FnOnce() + Send + 'static, | |_________________________________^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3563:30 | 3563 | self.next_ctrl = self.next_ctrl.add(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3603:30 | 3603 | let bucket = self.data.next_n(index); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3594:5 | 3594 | / unsafe fn fold_impl(mut self, mut n: usize, mut acc: B, mut f: F) -> B 3595 | | where 3596 | | F: FnMut(B, Bucket) -> B, | |____________________________________^ warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3640:34 | 3640 | self.current_group = Group::load_aligned(self.next_ctrl).match_full().into_iter(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::next_n` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3641:25 | 3641 | self.data = self.data.next_n(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3642:30 | 3642 | self.next_ctrl = self.next_ctrl.add(Group::WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `spawn::spawn_job` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/spawn/mod.rs:152:19 | 152 | let job_ref = spawn_job(func, registry); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/spawn/mod.rs:142:1 | 142 | / pub(super) unsafe fn spawn_fifo_in(func: F, registry: &Arc) 143 | | where 144 | | F: FnOnce() + Send + 'static, | |_________________________________^ warning[E0133]: call to unsafe function `registry::WorkerThread::push_fifo` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/spawn/mod.rs:157:25 | 157 | Some(worker) => worker.push_fifo(job_ref), | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::Bucket::::drop` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3712:17 | 3712 | item.drop(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3709:5 | 3709 | unsafe fn drop_elements(&mut self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3848:25 | 3848 | self.ctrl = NonNull::new_unchecked(self.ctrl.as_ptr().add(Group::WIDTH)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3819:5 | 3819 | unsafe fn next_impl(&mut self) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3848:48 | 3848 | self.ctrl = NonNull::new_unchecked(self.ctrl.as_ptr().add(Group::WIDTH)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::sse2::Group::load_aligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:3851:34 | 3851 | self.current_group = Group::load_aligned(self.ctrl.as_ptr()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `raw::RawIterHashInner::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:4097:20 | 4097 | inner: RawIterHashInner::new(&table.table, hash), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:4095:5 | 4095 | unsafe fn new(table: &RawTable, hash: u64) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::sse2::Group::load` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:4129:21 | 4129 | let group = Group::load(table.ctrl(probe_seq.pos)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:4126:5 | 4126 | unsafe fn new(table: &RawTableInner, hash: u64) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTableInner::ctrl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/raw/mod.rs:4129:33 | 4129 | let group = Group::load(table.ctrl(probe_seq.pos)); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Compiling generic-array v0.14.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=01c172478df74ac4 -C extra-filename=-01c172478df74ac4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/generic-array-01c172478df74ac4 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern version_check=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libversion_check-3017820ecec33e85.rlib --cap-lints warn -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `map::HashMap::::get_many_unchecked_mut_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/map.rs:1599:9 | 1599 | self.get_many_unchecked_mut_inner(ks) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/map.rs:1592:5 | 1592 | / pub unsafe fn get_many_unchecked_mut( 1593 | | &mut self, 1594 | | ks: [&Q; N], 1595 | | ) -> [Option<&'_ mut V>; N] 1596 | | where 1597 | | Q: Hash + Equivalent + ?Sized, | |_________________________________________^ warning[E0133]: call to unsafe function `map::HashMap::::get_many_unchecked_mut_inner` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/map.rs:1725:9 | 1725 | self.get_many_unchecked_mut_inner(ks) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/map.rs:1718:5 | 1718 | / pub unsafe fn get_many_key_value_unchecked_mut( 1719 | | &mut self, 1720 | | ks: [&Q; N], 1721 | | ) -> [Option<(&'_ K, &'_ mut V)>; N] 1722 | | where 1723 | | Q: Hash + Equivalent + ?Sized, | |_________________________________________^ warning[E0133]: call to unsafe function `raw::RawTable::::get_many_unchecked_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/map.rs:1746:9 | 1746 | / self.table 1747 | | .get_many_unchecked_mut(hashes, |i, (k, _)| ks[i].equivalent(k)) | |____________________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/map.rs:1738:5 | 1738 | / unsafe fn get_many_unchecked_mut_inner( 1739 | | &mut self, 1740 | | ks: [&Q; N], 1741 | | ) -> [Option<&'_ mut (K, V)>; N] 1742 | | where 1743 | | Q: Hash + Equivalent + ?Sized, | |_________________________________________^ warning: creating a shared reference to mutable static is discouraged --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:173:33 | 173 | .or_else(|err| unsafe { THE_REGISTRY.as_ref().ok_or(err) }) | ^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static | = note: for more information, see = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives = note: `#[warn(static_mut_refs)]` on by default warning: creating a mutable reference to mutable static is discouraged --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-core-0.5.0/src/registry.rs:200:55 | 200 | .map(|registry: Arc| unsafe { &*THE_REGISTRY.get_or_insert(registry) }) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives warning[E0133]: call to unsafe function `map::HashMap::::insert_unique_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/set.rs:1119:9 | 1119 | self.map.insert_unique_unchecked(value, ()).0 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/set.rs:1118:5 | 1118 | pub unsafe fn insert_unique_unchecked(&mut self, value: T) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw::RawTable::::get_many_unchecked_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/table.rs:1110:9 | 1110 | self.raw.get_many_unchecked_mut(hashes, eq) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/hashbrown-0.15.0/src/table.rs:1105:5 | 1105 | / pub unsafe fn get_many_unchecked_mut( 1106 | | &mut self, 1107 | | hashes: [u64; N], 1108 | | eq: impl FnMut(usize, &T) -> bool, 1109 | | ) -> [Option<&'_ mut T>; N] { | |_______________________________^ Compiling parking_lot_core v0.9.10 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=af0a067c0d38f604 -C extra-filename=-af0a067c0d38f604 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/parking_lot_core-af0a067c0d38f604 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_MORE_LENGTHS=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/generic-array-a95b4b9e03a2a263/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/generic-array-01c172478df74ac4/build-script-build` [generic-array 0.14.7] cargo:rustc-cfg=relaxed_coherence Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_ATOMIC_USIZE=1 CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/lock_api-19616b98fcaef516/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/lock_api-d20fafb6f2f6d343/build-script-build` warning: `typenum` (build script) generated 5 warnings Compiling rustc-rayon v0.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rayon CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Simple work-stealing parallelism for Rust - fork for rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-rayon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-rayon' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rayon --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc82f4bfbb94e759 -C extra-filename=-dc82f4bfbb94e759 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-9dd41f9eb914ae60.rmeta --extern rayon_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librayon_core-ec1aec2a8f05a69a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` [lock_api 0.4.12] cargo:rustc-cfg=has_const_fn_trait_bound Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/typenum-afdddf2241a82583/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/typenum-3223dc6584766506/build-script-main` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/parking_lot_core-9a035256d8b7968a/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/parking_lot_core-af0a067c0d38f604/build-script-build` [typenum 1.17.0] cargo:rerun-if-changed=build/main.rs [parking_lot_core 0.9.10] cargo:rerun-if-changed=build.rs Compiling tracing-core v0.1.30 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Core primitives for application-level tracing. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_core --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=7833e2d9c149a494 -C extra-filename=-7833e2d9c149a494 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-9a179e62f06bcf1b.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `hashbrown` (lib) generated 153 warnings Compiling scopeguard v1.2.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as shorthands for guards with one of the implemented strategies. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name scopeguard --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=a99191a6f8e7023c -C extra-filename=-a99191a6f8e7023c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/quicksort.rs:896:47 | 896 | heapsort(&mut v, &|_, _| thread_rng().gen()); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=typenum CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/typenum-afdddf2241a82583/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name typenum --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=40309cee4915d107 -C extra-filename=-40309cee4915d107 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs:132:5 | 132 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/lib.rs:140:5 | 140 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:147:7 | 147 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:150:7 | 150 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:182:7 | 182 | #[cfg(feature = "alloc")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `alloc` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:488:15 | 488 | #[cfg(not(feature = "alloc"))] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable` = help: consider adding `alloc` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:373:11 | 373 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:710:11 | 710 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:713:11 | 713 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:721:11 | 721 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:724:11 | 724 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tracing_unstable` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/field.rs:270:15 | 270 | #[cfg(all(tracing_unstable, feature = "valuable"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scopeguard-1.2.0/src/lib.rs:486:32 | 486 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 486 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `scopeguard` (lib) generated 1 warning Compiling log v0.4.22 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name log --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=d9eb441b653dc775 -C extra-filename=-d9eb441b653dc775 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:533:34 | 533 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 533 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:639:34 | 639 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 639 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1179:34 | 1179 | fn enabled(&self, metadata: &Metadata) -> bool; | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1179 | fn enabled(&self, metadata: &Metadata<'_>) -> bool; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1188:28 | 1188 | fn log(&self, record: &Record); | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1188 | fn log(&self, record: &Record<'_>); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1203:27 | 1203 | fn enabled(&self, _: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | fn enabled(&self, _: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1207:23 | 1207 | fn log(&self, _: &Record) {} | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1207 | fn log(&self, _: &Record<'_>) {} | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1215:34 | 1215 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1215 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1219:28 | 1219 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1232:34 | 1232 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1232 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1236:28 | 1236 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1236 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1249:34 | 1249 | fn enabled(&self, metadata: &Metadata) -> bool { | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1249 | fn enabled(&self, metadata: &Metadata<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1253:28 | 1253 | fn log(&self, record: &Record) { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1253 | fn log(&self, record: &Record<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1469:34 | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1469 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1486:34 | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1486 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:38:11 | 38 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 38 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:40:65 | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location<'_>), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:41:26 | 41 | kvs: Option<&[(&str, Value)]>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 41 | kvs: Option<&[(&str, Value<'_>)]>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:65:11 | 65 | args: Arguments, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | args: Arguments<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/__private_api.rs:67:64 | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location), | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location<'_>), | ++++ warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:51:5 | 51 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:61:13 | 61 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/bit.rs:187:7 | 187 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `tests` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/uint.rs:1656:7 | 1656 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tests)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/uint.rs:1709:16 | 1709 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::suspicious_arithmetic_impl))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unused import: `*` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/typenum-1.17.0/src/lib.rs:104:25 | 104 | N1, N2, Z0, P1, P2, *, | ^ | = note: `#[warn(unused_imports)]` on by default warning[E0133]: use of mutable static is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1449:13 | 1449 | LOGGER = logger; | ^^^^^^ use of mutable static | = note: for more information, see issue #71668 = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/log-0.4.22/src/lib.rs:1446:1 | 1446 | pub unsafe fn set_logger_racy(logger: &'static dyn Log) -> Result<(), SetLoggerError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `subscriber::Subscriber::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/subscriber.rs:783:9 | 783 | self.as_ref().downcast_raw(id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/subscriber.rs:778:5 | 778 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `subscriber::Subscriber::downcast_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/subscriber.rs:868:9 | 868 | self.as_ref().downcast_raw(id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/subscriber.rs:863:5 | 863 | unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: creating a shared reference to mutable static is discouraged --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-core-0.1.30/src/dispatcher.rs:430:14 | 430 | Some(GLOBAL_DISPATCH.as_ref().expect( | ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static | = note: for more information, see = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives = note: `#[warn(static_mut_refs)]` on by default warning: `log` (lib) generated 20 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=lock_api CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/lock_api-19616b98fcaef516/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name lock_api --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=3ecf8905984361df -C extra-filename=-3ecf8905984361df --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern scopeguard=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libscopeguard-a99191a6f8e7023c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg has_const_fn_trait_bound` warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:148:11 | 148 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:158:15 | 158 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:232:11 | 232 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:247:15 | 247 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:369:11 | 369 | #[cfg(has_const_fn_trait_bound)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_const_fn_trait_bound` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:379:15 | 379 | #[cfg(not(has_const_fn_trait_bound))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning[E0133]: call to unsafe function `mutex::RawMutexFair::unlock_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:107:9 | 107 | self.unlock_fair(); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:106:5 | 106 | unsafe fn bump(&self) { | ^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `mutex::RawMutex::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:273:9 | 273 | self.raw.unlock(); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:272:5 | 272 | pub unsafe fn force_unlock(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `mutex::RawMutexFair::unlock_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:365:9 | 365 | self.raw.unlock_fair(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/mutex.rs:364:5 | 364 | pub unsafe fn force_unlock_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `mutex::RawMutex::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:133:13 | 133 | self.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:128:5 | 128 | pub unsafe fn unlock(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `mutex::RawMutexFair::unlock_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:165:13 | 165 | self.mutex.unlock_fair(); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:160:5 | 160 | pub unsafe fn unlock_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `mutex::RawMutexFair::bump` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:184:13 | 184 | self.mutex.bump(); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:179:5 | 179 | pub unsafe fn bump(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `remutex::RawReentrantMutex::::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:382:9 | 382 | self.raw.unlock(); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:381:5 | 381 | pub unsafe fn force_unlock(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `remutex::RawReentrantMutex::::unlock_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:475:9 | 475 | self.raw.unlock_fair(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/remutex.rs:474:5 | 474 | pub unsafe fn force_unlock_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLockFair::unlock_shared_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:132:9 | 132 | self.unlock_shared_fair(); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:131:5 | 131 | unsafe fn bump_shared(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLockFair::unlock_exclusive_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:146:9 | 146 | self.unlock_exclusive_fair(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:145:5 | 145 | unsafe fn bump_exclusive(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLockUpgradeFair::unlock_upgradable_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:269:9 | 269 | self.unlock_upgradable_fair(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:268:5 | 268 | unsafe fn bump_upgradable(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLock::unlock_shared` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:556:9 | 556 | self.raw.unlock_shared(); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:555:5 | 555 | pub unsafe fn force_unlock_read(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLock::unlock_exclusive` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:572:9 | 572 | self.raw.unlock_exclusive(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:571:5 | 571 | pub unsafe fn force_unlock_write(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLockFair::unlock_shared_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:710:9 | 710 | self.raw.unlock_shared_fair(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:709:5 | 709 | pub unsafe fn force_unlock_read_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rwlock::RawRwLockFair::unlock_exclusive_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:726:9 | 726 | self.raw.unlock_exclusive_fair(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/rwlock.rs:725:5 | 725 | pub unsafe fn force_unlock_write_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: field `0` is never read --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/lock_api-0.4.12/src/lib.rs:103:24 | 103 | pub struct GuardNoSend(*mut ()); | ----------- ^^^^^^^ | | | field in this struct | = help: consider removing this field = note: `#[warn(dead_code)]` on by default warning: `lock_api` (lib) generated 22 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=generic_array CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/generic-array-a95b4b9e03a2a263/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name generic_array --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=6cbeeeef2eb598a4 -C extra-filename=-6cbeeeef2eb598a4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern typenum=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtypenum-40309cee4915d107.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg relaxed_coherence` warning: `typenum` (lib) generated 6 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/parking_lot_core-9a035256d8b7968a/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot_core --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=e784e5fd84154c7d -C extra-filename=-e784e5fd84154c7d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:136:19 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 136 | | #[cfg(relaxed_coherence)] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` 182 | 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:158:23 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 158 | | #[cfg(not(relaxed_coherence))] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` 182 | 183 | / impl_from! { 184 | | 1 => ::typenum::U1, 185 | | 2 => ::typenum::U2, 186 | | 3 => ::typenum::U3, ... | 215 | | 32 => ::typenum::U32 216 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:136:19 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 136 | | #[cfg(relaxed_coherence)] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `relaxed_coherence` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:158:23 | 126 | / macro_rules! impl_from { 127 | | ($($n: expr => $ty: ty),*) => { 128 | | $( 129 | | impl From<[T; $n]> for GenericArray { ... | 158 | | #[cfg(not(relaxed_coherence))] | | ^^^^^^^^^^^^^^^^^ ... | 180 | | } 181 | | } | |_- in this expansion of `impl_from!` ... 219 | / impl_from! { 220 | | 33 => ::typenum::U33, 221 | | 34 => ::typenum::U34, 222 | | 35 => ::typenum::U35, ... | 268 | | 1024 => ::typenum::U1024 269 | | } | |_- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `UnparkHandle` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/mod.rs:85:49 | 85 | pub use self::imp::{thread_yield, ThreadParker, UnparkHandle}; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `tsan_enabled` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/word_lock.rs:293:13 | 293 | if cfg!(tsan_enabled) { | ^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tsan_enabled)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tsan_enabled)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/impls.rs:69:34 | 69 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 69 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/iter.rs:68:32 | 68 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:235:62 | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut, &mut usize) { | --------------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, T>, &mut usize) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:290:59 | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter, &mut usize) { | -----------^-- expected lifetime parameter | help: indicate the anonymous lifetime | 290 | pub unsafe fn iter_position(&mut self) -> (slice::Iter<'_, T>, &mut usize) { | +++ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:328:20 | 328 | let next = (*current).next_in_queue.get(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:325:1 | 325 | unsafe fn rehash_bucket_into(bucket: &'static Bucket, table: &mut HashTable) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:329:25 | 329 | let hash = hash((*current).key.load(Ordering::Relaxed), table.hash_bits); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:333:13 | 333 | (*table.entries[hash].queue_tail.get()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:338:9 | 338 | (*current).next_in_queue.set(ptr::null()); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:463:5 | 463 | bucket1.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:462:1 | 462 | unsafe fn unlock_bucket_pair(bucket1: &Bucket, bucket2: &Bucket) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:465:9 | 465 | bucket2.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:607:13 | 607 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:591:1 | 591 | / pub unsafe fn park( 592 | | key: usize, 593 | | validate: impl FnOnce() -> bool, 594 | | before_sleep: impl FnOnce(), ... | 597 | | timeout: Option, 598 | | ) -> ParkResult { | |_______________^ warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::prepare_park` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:616:9 | 616 | thread_data.parker.prepare_park(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:618:13 | 618 | (*bucket.queue_tail.get()).next_in_queue.set(thread_data); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:624:9 | 624 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::park_until` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:633:30 | 633 | Some(timeout) => thread_data.parker.park_until(timeout), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::park` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:635:17 | 635 | thread_data.parker.park(); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `parking_lot::deadlock::on_unpark` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:637:17 | 637 | deadlock::on_unpark(thread_data); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::timed_out` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:653:13 | 653 | if !thread_data.parker.timed_out() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:655:13 | 655 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:666:28 | 666 | let next = (*current).next_in_queue.get(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:675:28 | 675 | if (*scan).key.load(Ordering::Relaxed) == key { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:679:32 | 679 | scan = (*scan).next_in_queue.get(); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:688:20 | 688 | if (*current).key.load(Ordering::Relaxed) == key { | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:691:25 | 691 | link = &(*current).next_in_queue; | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:703:9 | 703 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:745:12 | 745 | if (*current).key.load(Ordering::Relaxed) == key { | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:732:1 | 732 | / pub unsafe fn unpark_one( 733 | | key: usize, 734 | | callback: impl FnOnce(UnparkResult) -> UnparkToken, 735 | | ) -> UnparkResult { | |_________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:747:24 | 747 | let next = (*current).next_in_queue.get(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:756:24 | 756 | if (*scan).key.load(Ordering::Relaxed) == key { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:760:28 | 760 | scan = (*scan).next_in_queue.get(); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:766:30 | 766 | result.be_fair = (*bucket.fair_timeout.get()).should_timeout(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:770:13 | 770 | (*current).unpark_token.set(token); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::unpark_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:777:26 | 777 | let handle = (*current).parker.unpark_lock(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:777:26 | 777 | let handle = (*current).parker.unpark_lock(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:779:13 | 779 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::UnparkHandleT::unpark` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:780:13 | 780 | handle.unpark(); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:784:21 | 784 | link = &(*current).next_in_queue; | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:793:5 | 793 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:823:12 | 823 | if (*current).key.load(Ordering::Relaxed) == key { | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:813:1 | 813 | pub unsafe fn unpark_all(key: usize, unpark_token: UnparkToken) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:825:24 | 825 | let next = (*current).next_in_queue.get(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:832:13 | 832 | (*current).unpark_token.set(unpark_token); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::unpark_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:837:26 | 837 | threads.push((*current).parker.unpark_lock()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:837:26 | 837 | threads.push((*current).parker.unpark_lock()); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:840:21 | 840 | link = &(*current).next_in_queue; | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:848:5 | 848 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::UnparkHandleT::unpark` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:854:9 | 854 | handle.unpark(); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `parking_lot::unlock_bucket_pair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:902:9 | 902 | unlock_bucket_pair(bucket_from, bucket_to); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:888:1 | 888 | / pub unsafe fn unpark_requeue( 889 | | key_from: usize, 890 | | key_to: usize, 891 | | validate: impl FnOnce() -> RequeueOp, 892 | | callback: impl FnOnce(RequeueOp, UnparkResult) -> UnparkToken, 893 | | ) -> UnparkResult { | |_________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:914:12 | 914 | if (*current).key.load(Ordering::Relaxed) == key_from { | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:916:24 | 916 | let next = (*current).next_in_queue.get(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:930:21 | 930 | (*requeue_threads_tail).next_in_queue.set(current); | ^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:935:17 | 935 | (*current).key.store(key_to, Ordering::Relaxed); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:943:24 | 943 | if (*scan).key.load(Ordering::Relaxed) == key_from { | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:947:28 | 947 | scan = (*scan).next_in_queue.get(); | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:953:21 | 953 | link = &(*current).next_in_queue; | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:961:9 | 961 | (*requeue_threads_tail).next_in_queue.set(ptr::null()); | ^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:963:13 | 963 | (*bucket_to.queue_tail.get()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:974:26 | 974 | result.be_fair = (*bucket_from.fair_timeout.get()).should_timeout(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:980:9 | 980 | (*wakeup_thread).unpark_token.set(token); | ^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::unpark_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:981:22 | 981 | let handle = (*wakeup_thread).parker.unpark_lock(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:981:22 | 981 | let handle = (*wakeup_thread).parker.unpark_lock(); | ^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `parking_lot::unlock_bucket_pair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:983:9 | 983 | unlock_bucket_pair(bucket_from, bucket_to); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::UnparkHandleT::unpark` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:984:9 | 984 | handle.unpark(); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `parking_lot::unlock_bucket_pair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:987:9 | 987 | unlock_bucket_pair(bucket_from, bucket_to); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1035:12 | 1035 | if (*current).key.load(Ordering::Relaxed) == key { | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1020:1 | 1020 | / pub unsafe fn unpark_filter( 1021 | | key: usize, 1022 | | mut filter: impl FnMut(ParkToken) -> FilterOp, 1023 | | callback: impl FnOnce(UnparkResult) -> UnparkToken, 1024 | | ) -> UnparkResult { | |_________________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1037:24 | 1037 | let next = (*current).next_in_queue.get(); | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1038:26 | 1038 | match filter((*current).park_token.get()) { | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1053:29 | 1053 | link = &(*current).next_in_queue; | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1063:21 | 1063 | link = &(*current).next_in_queue; | ^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1072:26 | 1072 | result.be_fair = (*bucket.fair_timeout.get()).should_timeout(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1079:9 | 1079 | (*t.0).unpark_token.set(token); | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `thread_parker::ThreadParkerT::unpark_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1080:20 | 1080 | t.1 = Some((*t.0).parker.unpark_lock()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1080:20 | 1080 | t.1 = Some((*t.0).parker.unpark_lock()); | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `word_lock::WordLock::unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1084:5 | 1084 | bucket.mutex.unlock(); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::UnparkHandleT::unpark` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1089:9 | 1089 | handle.unchecked_unwrap().unpark(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `util::UncheckedOptionExt::unchecked_unwrap` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/parking_lot.rs:1089:9 | 1089 | handle.unchecked_unwrap().unpark(); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `thread_parker::imp::ThreadParker::init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:54:13 | 54 | self.init(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:51:5 | 51 | unsafe fn prepare_park(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_mutex_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:64:17 | 64 | let r = libc::pthread_mutex_lock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:60:5 | 60 | unsafe fn timed_out(&self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_mutex_unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:67:17 | 67 | let r = libc::pthread_mutex_unlock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_mutex_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:74:17 | 74 | let r = libc::pthread_mutex_lock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:73:5 | 73 | unsafe fn park(&self) { | ^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_cond_wait` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:77:21 | 77 | let r = libc::pthread_cond_wait(self.condvar.get(), self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_mutex_unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:80:17 | 80 | let r = libc::pthread_mutex_unlock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_mutex_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:86:17 | 86 | let r = libc::pthread_mutex_lock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:85:5 | 85 | unsafe fn park_until(&self, timeout: Instant) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_mutex_unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:91:25 | 91 | let r = libc::pthread_mutex_unlock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_cond_timedwait` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:97:25 | 97 | let r = libc::pthread_cond_timedwait(self.condvar.get(), self.mutex.get(), &ts); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_cond_wait` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:108:25 | 108 | let r = libc::pthread_cond_wait(self.condvar.get(), self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_mutex_unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:112:17 | 112 | let r = libc::pthread_mutex_unlock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_mutex_lock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:119:17 | 119 | let r = libc::pthread_mutex_lock(self.mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:118:5 | 118 | unsafe fn unpark_lock(&self) -> UnparkHandle { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_condattr_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:139:17 | 139 | let r = libc::pthread_condattr_init(attr.as_mut_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:137:5 | 137 | unsafe fn init(&self) { | ^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_condattr_setclock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:141:17 | 141 | let r = libc::pthread_condattr_setclock(attr.as_mut_ptr(), libc::CLOCK_MONOTONIC); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_cond_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:143:17 | 143 | let r = libc::pthread_cond_init(self.condvar.get(), attr.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_condattr_destroy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:145:17 | 145 | let r = libc::pthread_condattr_destroy(attr.as_mut_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:173:9 | 173 | (*self.thread_parker).should_park.set(false); | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:172:5 | 172 | unsafe fn unpark(self) { | ^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_cond_signal` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:178:17 | 178 | let r = libc::pthread_cond_signal((*self.thread_parker).condvar.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:178:43 | 178 | let r = libc::pthread_cond_signal((*self.thread_parker).condvar.get()); | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `libc::pthread_mutex_unlock` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:180:17 | 180 | let r = libc::pthread_mutex_unlock((*self.thread_parker).mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/thread_parker/unix.rs:180:44 | 180 | let r = libc::pthread_mutex_unlock((*self.thread_parker).mutex.get()); | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `util::unreachable` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/util.rs:18:21 | 18 | None => unreachable(), | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/util.rs:15:5 | 15 | unsafe fn unchecked_unwrap(self) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/util.rs:29:9 | 29 | core::hint::unreachable_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot_core-0.9.10/src/util.rs:25:1 | 25 | unsafe fn unreachable() -> ! { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:236:16 | 236 | ((&mut *self.array.as_mut_ptr()).iter_mut(), &mut self.position) | ^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:235:5 | 235 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut, &mut usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:244:21 | 244 | let array = ptr::read(&self.array); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:243:5 | 243 | pub unsafe fn into_inner(self) -> GenericArray { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:248:9 | 248 | array.assume_init() | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: `tracing-core` (lib) generated 15 warnings Compiling pin-project-lite v0.2.15 warning: `parking_lot_core` (lib) generated 95 warnings Compiling rustc-hash v1.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.15 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name pin_project_lite --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/pin-project-lite-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ab83936a45caba0 -C extra-filename=-1ab83936a45caba0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hash --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=21907b1b9a0129aa -C extra-filename=-21907b1b9a0129aa --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:655:5 | 655 | ::core::ptr::read(&*a as *const A as *const B) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/generic-array-0.14.7/src/lib.rs:653:1 | 653 | pub unsafe fn transmute(a: A) -> B { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/src/lib.rs:43:28 | 43 | pub type FxHashMap = HashMap>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-1.1.0/src/lib.rs:47:25 | 47 | pub type FxHashSet = HashSet>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary Compiling parking_lot v0.12.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.12.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name parking_lot --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=4718d656cf79a587 -C extra-filename=-4718d656cf79a587 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern lock_api=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblock_api-3ecf8905984361df.rmeta --extern parking_lot_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot_core-e784e5fd84154c7d.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `rustc-hash` (lib) generated 2 warnings Compiling proc-macro-hack v0.5.20+deprecated Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.5.20+deprecated CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec87ce25e53d7bf2 -C extra-filename=-ec87ce25e53d7bf2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro-hack-ec87ce25e53d7bf2 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: `generic-array` (lib) generated 12 warnings Compiling rustc_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 compiler/rustc_macros/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ee013e875cfc32e -C extra-filename=-5ee013e875cfc32e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_macros-5ee013e875cfc32e -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `lock_api::RawMutexFair::unlock_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_fair_mutex.rs:31:9 | 31 | self.unlock_fair() | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_fair_mutex.rs:30:5 | 30 | unsafe fn unlock(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `lock_api::RawMutexFair::unlock_fair` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_fair_mutex.rs:43:9 | 43 | self.0.unlock_fair() | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_fair_mutex.rs:42:5 | 42 | unsafe fn unlock_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `lock_api::RawMutexFair::bump` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_fair_mutex.rs:48:9 | 48 | self.0.bump() | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_fair_mutex.rs:47:5 | 47 | unsafe fn bump(&self) { | ^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `parking_lot_core::deadlock::release_resource` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_mutex.rs:101:9 | 101 | deadlock::release_resource(self as *const _ as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_mutex.rs:100:5 | 100 | unsafe fn unlock(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `parking_lot_core::deadlock::release_resource` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_mutex.rs:122:9 | 122 | deadlock::release_resource(self as *const _ as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_mutex.rs:121:5 | 121 | unsafe fn unlock_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `lock_api::RawRwLock::unlock_shared` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:158:9 | 158 | self.unlock_shared(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:156:5 | 156 | unsafe fn unlock_shared_fair(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `raw_rwlock::RawRwLock::bump_shared_slow` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:179:13 | 179 | self.bump_shared_slow(); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:175:5 | 175 | unsafe fn bump_shared(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `lock_api::RawRwLock::unlock_shared` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:912:9 | 912 | self.unlock_shared(); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:911:5 | 911 | unsafe fn bump_shared_slow(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `parking_lot_core::unpark_filter` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:972:9 | 972 | parking_lot_core::unpark_filter(addr, filter, callback); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/raw_rwlock.rs:939:5 | 939 | / unsafe fn wake_parked_threads( 940 | | &self, 941 | | new_state: usize, 942 | | callback: impl FnOnce(usize, UnparkResult) -> UnparkToken, 943 | | ) { | |_____^ warning[E0133]: call to unsafe function `util::unreachable` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/util.rs:20:21 | 20 | None => unreachable(), | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/util.rs:17:5 | 17 | unsafe fn unchecked_unwrap(self) -> T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/util.rs:31:9 | 31 | core::hint::unreachable_unchecked() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/parking_lot-0.12.3/src/util.rs:27:1 | 27 | unsafe fn unreachable() -> ! { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.5.20+deprecated CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro-hack-61a055fa58e381e5/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro-hack-ec87ce25e53d7bf2/build-script-build` warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:17:12 | 17 | *ptr = ptr.offset(1); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:15:1 | 15 | unsafe fn get_and_increment(ptr: &mut *mut T) -> *mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:22:12 | 22 | *ptr = ptr.offset(-1); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:21:1 | 21 | unsafe fn decrement_and_get(ptr: &mut *mut T) -> *mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:124:17 | 124 | let v_mid = v.add(mid); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:118:1 | 118 | / unsafe fn merge(v: &mut [T], mid: usize, buf: *mut T, is_less: &F) 119 | | where 120 | | F: Fn(&T, &T) -> bool, | |__________________________^ warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:125:17 | 125 | let v_end = v.add(len); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:148:9 | 148 | ptr::copy_nonoverlapping(v, buf, mid); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:151:18 | 151 | end: buf.add(mid), | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:163:39 | 163 | let to_copy = if is_less(&*right, &**left) { | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:163:48 | 163 | let to_copy = if is_less(&*right, &**left) { | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::get_and_increment` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:164:17 | 164 | get_and_increment(&mut right) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::get_and_increment` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:166:17 | 166 | get_and_increment(left) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:168:13 | 168 | ptr::copy_nonoverlapping(to_copy, get_and_increment(out), 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::get_and_increment` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:168:47 | 168 | ptr::copy_nonoverlapping(to_copy, get_and_increment(out), 1); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:172:9 | 172 | ptr::copy_nonoverlapping(v_mid, buf, len - mid); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:175:18 | 175 | end: buf.add(len - mid), | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:187:39 | 187 | let to_copy = if is_less(&*right.offset(-1), &*left.offset(-1)) { | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:187:40 | 187 | let to_copy = if is_less(&*right.offset(-1), &*left.offset(-1)) { | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:187:59 | 187 | let to_copy = if is_less(&*right.offset(-1), &*left.offset(-1)) { | ^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:187:60 | 187 | let to_copy = if is_less(&*right.offset(-1), &*left.offset(-1)) { | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::decrement_and_get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:188:17 | 188 | decrement_and_get(left) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::decrement_and_get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:190:17 | 190 | decrement_and_get(right) | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:192:13 | 192 | ptr::copy_nonoverlapping(to_copy, decrement_and_get(&mut out), 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::decrement_and_get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:192:47 | 192 | ptr::copy_nonoverlapping(to_copy, decrement_and_get(&mut out), 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:313:24 | 313 | if is_less(v.get_unchecked(start + 1), v.get_unchecked(start)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:290:1 | 290 | / unsafe fn mergesort(v: &mut [T], buf: *mut T, is_less: &F) -> MergesortResult 291 | | where 292 | | T: Send, 293 | | F: Fn(&T, &T) -> bool + Sync, | |_________________________________^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:313:52 | 313 | if is_less(v.get_unchecked(start + 1), v.get_unchecked(start)) { | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:314:44 | 314 | while start > 0 && is_less(v.get_unchecked(start), v.get_unchecked(start - 1)) { | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:314:68 | 314 | while start > 0 && is_less(v.get_unchecked(start), v.get_unchecked(start - 1)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:325:45 | 325 | while start > 0 && !is_less(v.get_unchecked(start), v.get_unchecked(start - 1)) { | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:325:69 | 325 | while start > 0 && !is_less(v.get_unchecked(start), v.get_unchecked(start - 1)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::merge` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:354:13 | 354 | / merge( 355 | | &mut v[left.start..right.start + right.len], 356 | | left.len, 357 | | buf, 358 | | &is_less, 359 | | ); | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:459:19 | 459 | left_end: left.as_mut_ptr().add(left_len), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:435:1 | 435 | / unsafe fn par_merge(left: &mut [T], right: &mut [T], dest: *mut T, is_less: &F) 436 | | where 437 | | T: Send, 438 | | F: Fn(&T, &T) -> bool + Sync, | |_________________________________^ warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:461:20 | 461 | right_end: right.as_mut_ptr().add(right_len), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:469:39 | 469 | let to_copy = if is_less(&*s.right_start, &*s.left_start) { | ^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:469:56 | 469 | let to_copy = if is_less(&*s.right_start, &*s.left_start) { | ^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::get_and_increment` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:470:17 | 470 | get_and_increment(&mut s.right_start) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::get_and_increment` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:472:17 | 472 | get_and_increment(&mut s.left_start) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:474:13 | 474 | ptr::copy_nonoverlapping(to_copy, get_and_increment(&mut s.dest), 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::get_and_increment` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:474:47 | 474 | ptr::copy_nonoverlapping(to_copy, get_and_increment(&mut s.dest), 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:491:30 | 491 | let dest_r = SendPtr(dest.add(left_l.len() + right_l.len())); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::par_merge` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:493:21 | 493 | move || par_merge(left_l, right_l, dest_l.get(), is_less), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::par_merge` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:494:21 | 494 | move || par_merge(left_r, right_r, dest_r.get(), is_less), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:557:23 | 557 | let src = v.add(start); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:538:1 | 538 | / unsafe fn recurse( 539 | | v: *mut T, 540 | | buf: *mut T, 541 | | chunks: &[(usize, usize)], ... | 545 | | T: Send, 546 | | F: Fn(&T, &T) -> bool + Sync, | |_________________________________^ warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:558:24 | 558 | let dest = buf.add(start); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:559:13 | 559 | ptr::copy_nonoverlapping(src, dest, end - start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:585:14 | 585 | src: src.add(start), | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:586:15 | 586 | dest: dest.add(start), | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::recurse` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:595:17 | 595 | move || recurse(v.get(), buf.get(), left, !into_buf, is_less), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::recurse` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:596:17 | 596 | move || recurse(v.get(), buf.get(), right, !into_buf, is_less), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:604:20 | 604 | let src_left = slice::from_raw_parts_mut(src.add(start), mid - start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:604:46 | 604 | let src_left = slice::from_raw_parts_mut(src.add(start), mid - start); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:605:21 | 605 | let src_right = slice::from_raw_parts_mut(src.add(mid), end - mid); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:605:47 | 605 | let src_right = slice::from_raw_parts_mut(src.add(mid), end - mid); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `slice::mergesort::par_merge` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:606:5 | 606 | par_merge(src_left, src_right, dest.add(start), is_less); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/slice/mergesort.rs:606:36 | 606 | par_merge(src_left, src_right, dest.add(start), is_less); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Compiling block-buffer v0.10.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=block_buffer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Buffer type for block processing of data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=block-buffer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name block_buffer --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f06843ce7ef47733 -C extra-filename=-f06843ce7ef47733 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgeneric_array-6cbeeeef2eb598a4.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=0 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_macros-cba38496616340c4/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_macros-5ee013e875cfc32e/build-script-build` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/print.rs:4:40 | 4 | pub(crate) struct TokensOrDefault<'a, T: 'a>(pub &'a Option); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:560:23 | 560 | pub struct Pairs<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 560 - pub struct Pairs<'a, T: 'a, P: 'a> { 560 + pub struct Pairs<'a, T, P> { | [rustc_macros 0.0.0] cargo:rerun-if-changed=build.rs [rustc_macros 0.0.0] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:610:26 | 610 | pub struct PairsMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 610 - pub struct PairsMut<'a, T: 'a, P: 'a> { 610 + pub struct PairsMut<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:747:22 | 747 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:755:25 | 755 | struct PrivateIter<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 755 - struct PrivateIter<'a, T: 'a, P: 'a> { 755 + struct PrivateIter<'a, T, P> { | warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:861:25 | 861 | pub struct IterMut<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/syn-2.0.87/src/punctuated.rs:870:28 | 870 | struct PrivateIterMut<'a, T: 'a, P: 'a> { | ^^^^ ^^^^ | help: remove these bounds | 870 - struct PrivateIterMut<'a, T: 'a, P: 'a> { 870 + struct PrivateIterMut<'a, T, P> { | Compiling crypto-common v0.1.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crypto_common CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Common cryptographic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crypto-common CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crypto_common --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=a8917ed3c913e91a -C extra-filename=-a8917ed3c913e91a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern generic_array=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgeneric_array-6cbeeeef2eb598a4.rmeta --extern typenum=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtypenum-40309cee4915d107.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/vec.rs:201:19 | 201 | let ptr = vec.as_mut_ptr().add(start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/vec.rs:195:5 | 195 | unsafe fn from_vec(vec: &mut Vec, len: usize) -> DrainProducer<'_, T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `vec::DrainProducer::<'_, T>::new` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/vec.rs:202:9 | 202 | DrainProducer::new(slice::from_raw_parts_mut(ptr, len)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/vec.rs:202:28 | 202 | DrainProducer::new(slice::from_raw_parts_mut(ptr, len)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Compiling psm v0.1.23 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/Cargo.toml CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=548078a74df47b60 -C extra-filename=-548078a74df47b60 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/psm-548078a74df47b60 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libcc-72bc2c804a9907bd.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling arrayvec v0.7.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name arrayvec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=95eb4a6b0c198a95 -C extra-filename=-95eb4a6b0c198a95 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_map.rs:21:5 | 21 | HashMap => IntoIter, | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_map.rs:45:9 | 45 | &'a HashMap => Iter<'a, K, V>, | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_map.rs:61:13 | 61 | &'a mut HashMap => IterMut<'a, K, V>, | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_map.rs:75:33 | 75 | marker: PhantomData<&'a mut HashMap>, | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_map.rs:79:17 | 79 | for &'a mut HashMap | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: using `drain` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_map.rs:85:32 | 85 | let vec: Vec<_> = self.drain().collect(); | ^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale = note: `-W rustc::potential-query-instability` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::potential_query_instability)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_set.rs:21:5 | 21 | HashSet => IntoIter, | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_set.rs:45:9 | 45 | &'a HashSet => Iter<'a, T>, | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_set.rs:61:33 | 61 | marker: PhantomData<&'a mut HashSet>, | ^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_set.rs:64:77 | 64 | impl<'a, T: Hash + Eq + Send, S: BuildHasher> ParallelDrainFull for &'a mut HashSet { | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: using `drain` can result in unstable query results --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/collections/hash_set.rs:69:32 | 69 | let vec: Vec<_> = self.drain().collect(); | ^^^^^ | = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:198:45 | 198 | fn hash_map_extend(map: &mut HashMap, list: LinkedList>) | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:200:5 | 200 | HashMap: Extend, | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/build.rs:1:1 | 1 | extern crate cc; | ^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:211:42 | 211 | impl ParallelExtend<(K, V)> for HashMap | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:227:62 | 227 | impl<'a, K: 'a, V: 'a, S> ParallelExtend<(&'a K, &'a V)> for HashMap | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:241:42 | 241 | fn hash_set_extend(set: &mut HashSet, list: LinkedList>) | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:243:5 | 243 | HashSet: Extend, | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:254:34 | 254 | impl ParallelExtend for HashSet | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/extend.rs:268:42 | 268 | impl<'a, T, S> ParallelExtend<&'a T> for HashSet | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/from_par_iter.rs:79:48 | 79 | impl FromParallelIterator<(K, V)> for HashMap | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-rayon-0.5.0/src/iter/from_par_iter.rs:111:40 | 111 | impl FromParallelIterator for HashSet | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:605:50 | 605 | pub fn drain(&mut self, range: R) -> Drain | -----^------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 605 | pub fn drain(&mut self, range: R) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:632:65 | 632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain | -----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T, CAP> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:961:32 | 961 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 961 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1217:32 | 1217 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1217 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/array_string.rs:503:32 | 503 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 503 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/array_string.rs:515:32 | 515 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { (**self).fmt(f) } | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { (**self).fmt(f) } | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/errors.rs:39:32 | 39 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/errors.rs:45:32 | 45 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 45 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::ptr::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec_impl.rs:57:9 | 57 | ptr::write(self.as_mut_ptr().add(len), element); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec_impl.rs:54:5 | 54 | unsafe fn push_unchecked(&mut self, element: Self::Item) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec_impl.rs:57:20 | 57 | ptr::write(self.as_mut_ptr().add(len), element); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arrayvec_impl::ArrayVecImpl::set_len` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec_impl.rs:58:9 | 58 | self.set_len(len + 1); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arrayvec_impl::ArrayVecImpl::push_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:231:9 | 231 | ArrayVecImpl::push_unchecked(self, element) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:230:5 | 230 | pub unsafe fn push_unchecked(&mut self, element: T) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:261:9 | 261 | self.as_mut_ptr().add(index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:260:5 | 260 | unsafe fn get_unchecked_ptr(&mut self, index: usize) -> *mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:672:21 | 672 | let array = ptr::read(self_.as_ptr() as *const [T; CAP]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:669:5 | 669 | pub unsafe fn into_inner_unchecked(self) -> [T; CAP] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `arrayvec::raw_ptr_add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1085:23 | 1085 | let mut ptr = raw_ptr_add(self.as_mut_ptr(), len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1080:5 | 1080 | / pub(crate) unsafe fn extend_from_iter(&mut self, iterable: I) 1081 | | where I: IntoIterator | |_______________________________________^ warning[E0133]: call to unsafe function `arrayvec::raw_ptr_add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1086:23 | 1086 | let end_ptr = raw_ptr_add(ptr, take); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1104:21 | 1104 | ptr.write(elt); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `arrayvec::raw_ptr_add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1106:23 | 1106 | ptr = raw_ptr_add(ptr, 1); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1134:9 | 1134 | ptr.add(offset) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:1129:1 | 1129 | unsafe fn raw_ptr_add(ptr: *mut T, offset: usize) -> *mut T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:36:9 | 36 | ptr.add(0).write(code as u8); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:32:1 | 32 | pub unsafe fn encode_utf8(ch: char, ptr: *mut u8, len: usize) -> Result | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:36:9 | 36 | ptr.add(0).write(code as u8); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:39:9 | 39 | ptr.add(0).write((code >> 6 & 0x1F) as u8 | TAG_TWO_B); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:39:9 | 39 | ptr.add(0).write((code >> 6 & 0x1F) as u8 | TAG_TWO_B); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:40:9 | 40 | ptr.add(1).write((code & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:40:9 | 40 | ptr.add(1).write((code & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:43:9 | 43 | ptr.add(0).write((code >> 12 & 0x0F) as u8 | TAG_THREE_B); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:43:9 | 43 | ptr.add(0).write((code >> 12 & 0x0F) as u8 | TAG_THREE_B); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:44:9 | 44 | ptr.add(1).write((code >> 6 & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:44:9 | 44 | ptr.add(1).write((code >> 6 & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:45:9 | 45 | ptr.add(2).write((code & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:45:9 | 45 | ptr.add(2).write((code & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:48:9 | 48 | ptr.add(0).write((code >> 18 & 0x07) as u8 | TAG_FOUR_B); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:48:9 | 48 | ptr.add(0).write((code >> 18 & 0x07) as u8 | TAG_FOUR_B); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:49:9 | 49 | ptr.add(1).write((code >> 12 & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:49:9 | 49 | ptr.add(1).write((code >> 12 & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:50:9 | 50 | ptr.add(2).write((code >> 6 & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:50:9 | 50 | ptr.add(2).write((code >> 6 & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:51:9 | 51 | ptr.add(3).write((code & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/char.rs:51:9 | 51 | ptr.add(3).write((code & 0x3F) as u8 | TAG_CONT); | ^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayvec-0.7.6/src/arrayvec.rs:969:23 | 969 | pub struct Drain<'a, T: 'a, const CAP: usize> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: `psm` (build script) generated 1 warning Compiling thin-vec v0.2.13 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thin_vec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='Aria Beingessner ' CARGO_PKG_DESCRIPTION='A vec that takes up less space on the stack' CARGO_PKG_HOMEPAGE='https://github.com/gankra/thin-vec' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thin-vec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gankra/thin-vec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thin_vec --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gecko-ffi", "serde", "std", "unstable"))' -C metadata=36a2d31e0bdc5b5e -C extra-filename=-36a2d31e0bdc5b5e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `arrayvec` (lib) generated 40 warnings Compiling rustix v0.38.38 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.38 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=b85b2e29016c9ccb -C extra-filename=-b85b2e29016c9ccb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustix-b85b2e29016c9ccb -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `no_global_oom_handling` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1993:11 | 1993 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:623:14 | 623 | &mut *self.ptr() | ^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:622:5 | 622 | unsafe fn header_mut(&mut self) -> &mut Header { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `ThinVec::::header_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:765:13 | 765 | self.header_mut().set_len(len) | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:759:5 | 759 | pub unsafe fn set_len(&mut self, len: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ThinVec::::header_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:771:9 | 771 | self.header_mut().set_len(len) | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:770:5 | 770 | unsafe fn set_len_non_singleton(&mut self, len: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::alloc::realloc` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1514:23 | 1514 | let ptr = realloc( | _______________________^ 1515 | | self.ptr() as *mut u8, 1516 | | layout::(old_cap), 1517 | | alloc_size::(new_cap), 1518 | | ) as *mut Header; | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1510:5 | 1510 | unsafe fn reallocate(&mut self, new_cap: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1523:13 | 1523 | (*ptr).set_cap(new_cap); | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `std::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1524:24 | 1524 | self.ptr = NonNull::new_unchecked(ptr); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1541:17 | 1541 | / new_header 1542 | | .as_ptr() 1543 | | .add(1) 1544 | | .cast::() 1545 | | .copy_from_nonoverlapping(self.data_raw(), len); | |___________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1541:17 | 1541 | / new_header 1542 | | .as_ptr() 1543 | | .add(1) | |___________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ThinVec::::set_len_non_singleton` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:1546:17 | 1546 | self.set_len_non_singleton(0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ThinVec::::set_len` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:2590:17 | 2590 | vec.set_len(vec.len() + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thin-vec-0.2.13/src/lib.rs:2579:5 | 2579 | unsafe fn fill>(&mut self, replace_with: &mut I) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compiling synstructure v0.13.1 warning: `thin-vec` (lib) generated 11 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=synstructure CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/synstructure-0.13.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/synstructure-0.13.1/Cargo.toml CARGO_PKG_AUTHORS='Nika Layzell ' CARGO_PKG_DESCRIPTION='Helper methods and macros for custom derives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=synstructure CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mystor/synstructure' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name synstructure --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=8d39a31eced87cc3 -C extra-filename=-8d39a31eced87cc3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rmeta --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rmeta --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rmeta --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.38 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustix-c36b65ff5353fd48/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustix-b85b2e29016c9ccb/build-script-build` [rustix 0.38.38] cargo:rerun-if-changed=build.rs warning: `parking_lot` (lib) generated 11 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/Cargo.toml CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/psm-548078a74df47b60/build-script-build` [psm 0.1.23] OPT_LEVEL = Some(3) [psm 0.1.23] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out) [psm 0.1.23] TARGET = Some(x86_64-unknown-openbsd) [psm 0.1.23] HOST = Some(x86_64-unknown-openbsd) [psm 0.1.23] cargo:rerun-if-env-changed=CC_x86_64-unknown-openbsd [psm 0.1.23] CC_x86_64-unknown-openbsd = None [psm 0.1.23] cargo:rerun-if-env-changed=CC_x86_64_unknown_openbsd [psm 0.1.23] CC_x86_64_unknown_openbsd = Some(cc) [psm 0.1.23] cargo:rerun-if-env-changed=CC_KNOWN_WRAPPER_CUSTOM [psm 0.1.23] CC_KNOWN_WRAPPER_CUSTOM = None [psm 0.1.23] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [psm 0.1.23] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [rustix 0.38.38] cargo:rustc-cfg=static_assertions [rustix 0.38.38] cargo:rustc-cfg=libc [rustix 0.38.38] cargo:rustc-cfg=netbsdlike [rustix 0.38.38] cargo:rustc-cfg=bsd [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD [rustix 0.38.38] cargo:rerun-if-env-changed=CARGO_CFG_MIRI Compiling indexmap v2.6.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.6.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name indexmap --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/indexmap-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="rustc-rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=d57d3ca7bc1aabb5 -C extra-filename=-d57d3ca7bc1aabb5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern equivalent=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libequivalent-09a40099ea882127.rmeta --extern hashbrown=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libhashbrown-7dadea024b1be7c9.rmeta --extern rustc_rayon=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librayon-dc82f4bfbb94e759.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` [psm 0.1.23] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [psm 0.1.23] CRATE_CC_NO_DEFAULTS = None [psm 0.1.23] DEBUG = Some(false) [psm 0.1.23] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-openbsd [psm 0.1.23] CFLAGS_x86_64-unknown-openbsd = None [psm 0.1.23] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_openbsd [psm 0.1.23] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [psm 0.1.23] cargo:rerun-if-env-changed=CC_SHELL_ESCAPED_FLAGS [psm 0.1.23] CC_SHELL_ESCAPED_FLAGS = None [psm 0.1.23] CARGO_ENCODED_RUSTFLAGS = Some(--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill) [psm 0.1.23] cargo:rustc-check-cfg=cfg(switchable_stack,asm,link_asm) [psm 0.1.23] cargo:rustc-cfg=asm [psm 0.1.23] cargo:rustc-cfg=link_asm [psm 0.1.23] cargo:rustc-cfg=switchable_stack [psm 0.1.23] cargo:rerun-if-env-changed=AR_x86_64-unknown-openbsd [psm 0.1.23] AR_x86_64-unknown-openbsd = None [psm 0.1.23] cargo:rerun-if-env-changed=AR_x86_64_unknown_openbsd [psm 0.1.23] AR_x86_64_unknown_openbsd = Some(ar) [psm 0.1.23] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-openbsd [psm 0.1.23] ARFLAGS_x86_64-unknown-openbsd = None [psm 0.1.23] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_openbsd [psm 0.1.23] ARFLAGS_x86_64_unknown_openbsd = None [psm 0.1.23] cargo:rerun-if-env-changed=HOST_ARFLAGS [psm 0.1.23] HOST_ARFLAGS = None [psm 0.1.23] cargo:rerun-if-env-changed=ARFLAGS [psm 0.1.23] ARFLAGS = None [psm 0.1.23] cargo:rustc-link-lib=static=psm_s [psm 0.1.23] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out Compiling digest v0.10.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=digest CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic hash functions and message authentication codes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=digest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name digest --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=a9dab597188a849a -C extra-filename=-a9dab597188a849a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern block_buffer=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libblock_buffer-f06843ce7ef47733.rmeta --extern crypto_common=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrypto_common-a8917ed3c913e91a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `rustc-rayon-core` (lib) generated 67 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=proc_macro_hack CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.5.20+deprecated CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/proc-macro-hack-61a055fa58e381e5/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name proc_macro_hack --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05eb41ee577cbb9a -C extra-filename=-05eb41ee577cbb9a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling stacker v0.1.17 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stacker' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stacker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b07000b53bab660d -C extra-filename=-b07000b53bab660d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/stacker-b07000b53bab660d -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libcc-72bc2c804a9907bd.rlib --cap-lints warn -Z binary-dep-depinfo` warning: `rustc-rayon` (lib) generated 78 warnings Compiling errno v0.3.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name errno --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a8b013c280c2ead9 -C extra-filename=-a8b013c280c2ead9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs:158:1 | 158 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:6:35 | 6 | pub(crate) fn parse_input(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 6 | pub(crate) fn parse_input(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:22:62 | 22 | fn parse_export(attrs: TokenStream, vis: Visibility, tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | fn parse_export(attrs: TokenStream, vis: Visibility, tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:57:24 | 57 | fn parse_punct(tokens: Iter, ch: char) -> Result<(), Error> { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn parse_punct(tokens: Iter<'_>, ch: char) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:74:13 | 74 | tokens: Iter, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | tokens: Iter<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:87:24 | 87 | fn parse_macro(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn parse_macro(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:99:24 | 99 | fn parse_ident(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 99 | fn parse_ident(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:109:26 | 109 | fn parse_keyword(tokens: Iter, kw: &'static str) -> Result<(), Error> { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 109 | fn parse_keyword(tokens: Iter<'_>, kw: &'static str) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:119:22 | 119 | fn parse_int(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn parse_int(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:127:24 | 127 | fn parse_group(tokens: Iter, delimiter: Delimiter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 127 | fn parse_group(tokens: Iter<'_>, delimiter: Delimiter) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:139:29 | 139 | fn parse_visibility(tokens: Iter) -> Visibility { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 139 | fn parse_visibility(tokens: Iter<'_>) -> Visibility { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:151:29 | 151 | fn parse_attributes(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | fn parse_attributes(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:169:41 | 169 | pub(crate) fn parse_export_args(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 169 | pub(crate) fn parse_export_args(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:211:41 | 211 | pub(crate) fn parse_define_args(tokens: Iter) -> Result<(), Error> { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 211 | pub(crate) fn parse_define_args(tokens: Iter<'_>) -> Result<(), Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:221:39 | 221 | pub(crate) fn parse_enum_hack(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 221 | pub(crate) fn parse_enum_hack(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/parse.rs:245:44 | 245 | pub(crate) fn parse_fake_call_site(tokens: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 245 | pub(crate) fn parse_fake_call_site(tokens: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs:209:33 | 209 | fn expand_proc_macro_hack(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 209 | fn expand_proc_macro_hack(args: Iter<'_>, input: Iter) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs:209:46 | 209 | fn expand_proc_macro_hack(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 209 | fn expand_proc_macro_hack(args: Iter, input: Iter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs:242:32 | 242 | fn expand_fake_call_site(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn expand_fake_call_site(args: Iter<'_>, input: Iter) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs:242:45 | 242 | fn expand_fake_call_site(args: Iter, input: Iter) -> Result { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 242 | fn expand_fake_call_site(args: Iter, input: Iter<'_>) -> Result { | ++++ warning: unexpected `cfg` condition name: `need_proc_macro_hack` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/proc-macro-hack-0.5.20+deprecated/src/lib.rs:267:45 | 267 | if args.only_hack_old_rustc && cfg!(not(need_proc_macro_hack)) { | ^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(need_proc_macro_hack)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(need_proc_macro_hack)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `bitrig` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/unix.rs:78:13 | 78 | target_os = "bitrig", | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("bitrig"))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"bitrig\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs:46:34 | 46 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 46 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/errno-0.3.9/src/lib.rs:57:34 | 57 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling byteorder v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name byteorder --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=6d0dd4b2ce00d5a1 -C extra-filename=-6d0dd4b2ce00d5a1 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stacker' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stacker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/stacker-3630d4a5c853ba81/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/stacker-b07000b53bab660d/build-script-build` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.38 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/rustix-c36b65ff5353fd48/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustix --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=83c01bb79874bf6a -C extra-filename=-83c01bb79874bf6a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern libc_errno=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liberrno-a8b013c280c2ead9.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --cfg static_assertions --cfg libc --cfg netbsdlike --cfg bsd` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2342:30 | 2342 | fn arbitrary(gen: &mut G) -> Wi128 { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2343:52 | 2343 | let max = calc_max!(::core::u128::MAX, gen.size(), 16); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2344:27 | 2344 | let output = (gen.gen::() as u128) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2344:31 | 2344 | let output = (gen.gen::() as u128) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2345:21 | 2345 | | ((gen.gen::() as u128) << 64); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2345:25 | 2345 | | ((gen.gen::() as u128) << 64); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2351:30 | 2351 | fn arbitrary(gen: &mut G) -> Wi128 { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2352:52 | 2352 | let max = calc_max!(::core::i128::MAX, gen.size(), 16); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2353:27 | 2353 | let output = (gen.gen::() as i128) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2353:31 | 2353 | let output = (gen.gen::() as i128) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2354:21 | 2354 | | ((gen.gen::() as i128) << 64); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2354:25 | 2354 | | ((gen.gen::() as i128) << 64); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:2361:14 | 2361 | .gen(StdGen::new(thread_rng(), size as usize)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/byteorder-1.5.0/src/lib.rs:3313:14 | 3313 | .gen(StdGen::new(thread_rng(), 16)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `errno` (lib) generated 3 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=psm CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/Cargo.toml CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name psm --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=415c9fed8abd55e0 -C extra-filename=-415c9fed8abd55e0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'` warning[E0133]: call to unsafe function `_rust_psm_replace_stack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:106:5 | 106 | _rust_psm_replace_stack(data, callback, sp) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:100:1 | 100 | / unsafe fn rust_psm_replace_stack( 101 | | data: usize, 102 | | callback: extern_item!(unsafe fn(usize) -> !), 103 | | sp: *mut u8, 104 | | _: *mut u8, 105 | | ) -> ! { | |______^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `_rust_psm_on_stack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:118:5 | 118 | _rust_psm_on_stack(data, return_ptr, callback, sp) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:111:1 | 111 | / unsafe fn rust_psm_on_stack( 112 | | data: usize, 113 | | return_ptr: usize, 114 | | callback: extern_item!(unsafe fn(usize, usize)), 115 | | sp: *mut u8, 116 | | _: *mut u8, 117 | | ) { | |_^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:195:39 | 195 | StackDirection::Descending => base.offset(size as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:181:1 | 181 | pub unsafe fn on_stack R>(base: *mut u8, size: usize, callback: F) -> R { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rust_psm_on_stack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:199:5 | 199 | / rust_psm_on_stack( 200 | | &mut callback as *mut MaybeUninit as usize, 201 | | &mut return_value as *mut MaybeUninit as usize, 202 | | with_on_stack::, 203 | | sp, 204 | | base, 205 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:206:12 | 206 | return return_value.assume_init(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:186:30 | 186 | let return_ptr = (*(return_ptr as *mut MaybeUninit)).as_mut_ptr(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:29:9 | 27 | / macro_rules! extern_item { 28 | | (unsafe $($toks: tt)+) => { 29 | | unsafe extern "sysv64" $($toks)+ | | ^^^^^^ 30 | | }; ... | 33 | | }; 34 | | } | |_- in this expansion of `extern_item!` ... 184 | / extern_item! { 185 | | unsafe fn with_on_stack R>(callback_ptr: usize, return_ptr: usize) { 186 | | let return_ptr = (*(return_ptr as *mut MaybeUninit)).as_mut_ptr(); 187 | | let callback = (*(callback_ptr as *mut MaybeUninit)).as_ptr(); ... | 191 | | } 192 | | } | |_____- in this macro invocation warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:187:28 | 187 | let callback = (*(callback_ptr as *mut MaybeUninit)).as_ptr(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:190:13 | 190 | return_ptr.write((callback.read())()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:190:30 | 190 | return_ptr.write((callback.read())()); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:262:39 | 262 | StackDirection::Descending => base.offset(size as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:253:1 | 253 | pub unsafe fn replace_stack(base: *mut u8, size: usize, callback: F) -> ! { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `rust_psm_replace_stack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:264:5 | 264 | / rust_psm_replace_stack( 265 | | &callback as *const F as usize, 266 | | with_replaced_stack::, 267 | | sp, 268 | | base, 269 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:257:9 | 257 | ::core::ptr::read(d as *const F)(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:29:9 | 27 | / macro_rules! extern_item { 28 | | (unsafe $($toks: tt)+) => { 29 | | unsafe extern "sysv64" $($toks)+ | | ^^^^^^ 30 | | }; ... | 33 | | }; 34 | | } | |_- in this expansion of `extern_item!` ... 254 | / extern_item! { unsafe fn with_replaced_stack(d: usize) -> ! { 255 | | // Safe to move out, because the closure is essentially forgotten by 256 | | // this being required to never return... 257 | | ::core::ptr::read(d as *const F)(); 258 | | ::core::hint::unreachable_unchecked(); 259 | | } } | |_______- in this macro invocation warning[E0133]: call to unsafe function `core::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/psm-0.1.23/src/lib.rs:258:9 | 258 | ::core::hint::unreachable_unchecked(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: `psm` (lib) generated 13 warnings Compiling rustc_serialize v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_serialize CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_serialize/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_serialize CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_serialize --edition=2021 compiler/rustc_serialize/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06dfd14cba81a6bd -C extra-filename=-06dfd14cba81a6bd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-d57d3ca7bc1aabb5.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `byteorder` (lib) generated 14 warnings Compiling blake3 v1.5.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/Cargo.toml CARGO_PKG_AUTHORS='Jack O'\''Connor :Samuel Neves' CARGO_PKG_DESCRIPTION='the BLAKE3 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=blake3 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BLAKE3-team/BLAKE3' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=9fdf222bc7edfc0f -C extra-filename=-9fdf222bc7edfc0f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/blake3-9fdf222bc7edfc0f -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libcc-72bc2c804a9907bd.rlib --cap-lints warn -Z binary-dep-depinfo` Compiling fastrand v2.1.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name fastrand --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=417179d59a89ee18 -C extra-filename=-417179d59a89ee18 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling itoa v1.0.11 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.11 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name itoa --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=b3c7dc329ab5ef22 -C extra-filename=-b3c7dc329ab5ef22 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/buffer.rs:22:16 | 22 | let init = slice::from_raw_parts_mut(buf_ptr.cast::(), init_len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/buffer.rs:15:1 | 15 | / pub(super) unsafe fn split_init( 16 | | buf: &mut [MaybeUninit], 17 | | init_len: usize, 18 | | ) -> (&mut [u8], &mut [MaybeUninit]) { | |________________________________________^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/buffer.rs:23:18 | 23 | let uninit = slice::from_raw_parts_mut(buf_ptr.add(init_len), uninit_len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/buffer.rs:23:44 | 23 | let uninit = slice::from_raw_parts_mut(buf_ptr.add(init_len), uninit_len); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `weak::fetch` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/weak.rs:104:19 | 104 | let val = fetch(self.name); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/weak.rs:103:5 | 103 | unsafe fn initialize(&self) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::mem::transmute_copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/weak.rs:110:26 | 110 | addr => Some(mem::transmute_copy::<*mut c_void, F>(&addr)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::dlsym` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/weak.rs:143:5 | 143 | libc::dlsym(libc::RTLD_DEFAULT, name.as_ptr().cast()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/weak.rs:138:1 | 138 | unsafe fn fetch(name: &str) -> *mut c_void { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::os::fd::FromRawFd::from_raw_fd` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/conv.rs:125:12 | 125 | Ok(OwnedFd::from_raw_fd(raw as RawFd)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/conv.rs:121:1 | 121 | pub(super) unsafe fn ret_owned_fd(raw: LibcFd) -> io::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compiling cpufeatures v0.2.14 warning: `proc-macro-hack` (lib) generated 21 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=cpufeatures CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cpufeatures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name cpufeatures --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9056f46dbb424a19 -C extra-filename=-9056f46dbb424a19 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/Cargo.toml CARGO_PKG_AUTHORS='Jack O'\''Connor :Samuel Neves' CARGO_PKG_DESCRIPTION='the BLAKE3 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=blake3 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BLAKE3-team/BLAKE3' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/blake3-9fdf222bc7edfc0f/build-script-build` warning[E0133]: call to unsafe function `libc::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:30:15 | 30 | ret_usize(c::read(borrowed_fd(fd), buf.cast(), min(len, READ_LIMIT))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:29:1 | 29 | pub(crate) unsafe fn read(fd: BorrowedFd<'_>, buf: *mut u8, len: usize) -> io::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pread` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:58:15 | 58 | ret_usize(c::pread(borrowed_fd(fd), buf.cast(), len, offset)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:43:1 | 43 | / pub(crate) unsafe fn pread( 44 | | fd: BorrowedFd<'_>, 45 | | buf: *mut u8, 46 | | len: usize, 47 | | offset: u64, 48 | | ) -> io::Result { | |______________________^ warning[E0133]: call to unsafe function `libc::close` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:201:13 | 201 | let _ = c::close(raw_fd as c::c_int); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:200:1 | 200 | pub(crate) unsafe fn close(raw_fd: RawFd) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:215:15 | 215 | ret_c_int(c::ioctl(borrowed_fd(fd), request, arg)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:210:1 | 210 | / pub(crate) unsafe fn ioctl( 211 | | fd: BorrowedFd<'_>, 212 | | request: RawOpcode, 213 | | arg: *mut c::c_void, 214 | | ) -> io::Result { | |____________________________^ warning[E0133]: call to unsafe function `backend::io::syscalls::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:224:5 | 224 | ioctl(fd, request, arg) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/backend/libc/io/syscalls.rs:219:1 | 219 | / pub(crate) unsafe fn ioctl_readonly( 220 | | fd: BorrowedFd<'_>, 221 | | request: RawOpcode, 222 | | arg: *mut c::c_void, 223 | | ) -> io::Result { | |____________________________^ Compiling measureme v11.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=stacker CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/stacker' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stacker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/stacker-3630d4a5c853ba81/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name stacker --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0403db87b2c250e -C extra-filename=-a0403db87b2c250e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --extern psm=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpsm-415c9fed8abd55e0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=measureme CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/Cargo.toml CARGO_PKG_AUTHORS='Wesley Wiser :Michael Woerister ' CARGO_PKG_DESCRIPTION='Support crate for rustc'\''s self-profiling feature' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/measureme' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=measureme CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/measureme' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=11.0.1 CARGO_PKG_VERSION_MAJOR=11 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name measureme --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=89aceb9aa021e91c -C extra-filename=-89aceb9aa021e91c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblog-d9eb441b653dc775.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-4718d656cf79a587.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-21907b1b9a0129aa.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_sse2_ffi, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_sse2_rust, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_sse41_ffi, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_sse41_rust, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_avx2_ffi, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_avx2_rust, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_avx512_ffi, values(none())) [blake3 1.5.4] cargo:rustc-check-cfg=cfg(blake3_neon, values(none())) [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_PURE [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_NO_NEON [blake3 1.5.4] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out) warning[E0133]: call to unsafe function `backend::io::syscalls::close` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/io/close.rs:54:5 | 54 | backend::io::syscalls::close(raw_fd) [blake3 1.5.4] TARGET = Some(x86_64-unknown-openbsd) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/io/close.rs:53:1 | 53 | pub unsafe fn close(raw_fd: RawFd) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [blake3 1.5.4] HOST = Some(x86_64-unknown-openbsd) [blake3 1.5.4] CC_x86_64-unknown-openbsd = None [blake3 1.5.4] CC_x86_64_unknown_openbsd = Some(cc) [blake3 1.5.4] CC_KNOWN_WRAPPER_CUSTOM = None [blake3 1.5.4] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [blake3 1.5.4] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/patterns.rs:99:12 | 99 | Ok(ptr.cast::().read()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/patterns.rs:98:5 | 98 | unsafe fn output_from_ptr(_: IoctlOutput, ptr: *mut c::c_void) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ioctl::_ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:94:9 | 94 | _ioctl(fd, request, arg)? | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:86:1 | 86 | pub unsafe fn ioctl(fd: F, mut ioctl: I) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ioctl::_ioctl_readonly` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:96:9 | 96 | _ioctl_readonly(fd, request, arg)? | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ioctl::Ioctl::output_from_ptr` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:101:5 | 101 | I::output_from_ptr(output, arg) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `backend::io::syscalls::ioctl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:109:5 | 109 | crate::backend::io::syscalls::ioctl(fd, request, arg) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:104:1 | 104 | / unsafe fn _ioctl( 105 | | fd: BorrowedFd<'_>, 106 | | request: RawOpcode, 107 | | arg: *mut c::c_void, 108 | | ) -> Result { | |________________________^ warning[E0133]: call to unsafe function `backend::io::syscalls::ioctl_readonly` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:117:5 | 117 | crate::backend::io::syscalls::ioctl_readonly(fd, request, arg) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustix-0.38.38/src/ioctl/mod.rs:112:1 | 112 | / unsafe fn _ioctl_readonly( 113 | | fd: BorrowedFd<'_>, 114 | | request: RawOpcode, 115 | | arg: *mut c::c_void, 116 | | ) -> Result { | |________________________^ warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/counters.rs:729:26 | 729 | let (gen, name) = match (family, model) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/counters.rs:794:33 | 794 | if matches!(gen, Zen | UnknownMaybeZenLike) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/counters.rs:836:38 | 836 | Ok(CpuModel::Amd(gen)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/counters.rs:842:26 | 842 | let (gen, name) = match (family, model) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/measureme-11.0.1/src/counters.rs:902:40 | 902 | Ok(CpuModel::Intel(gen)) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:29:1 | 29 | extern crate libc; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` [blake3 1.5.4] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out) [blake3 1.5.4] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT Compiling ena v0.14.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ena CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ena-0.14.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ena-0.14.3/Cargo.toml CARGO_PKG_AUTHORS='Niko Matsakis ' CARGO_PKG_DESCRIPTION='Union-find, congruence closure, and other unification code. Based on code from rustc.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/ena' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ena CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/ena' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ena --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=2ccc2ca64222f56a -C extra-filename=-2ccc2ca64222f56a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern log=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblog-d9eb441b653dc775.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `libc::mmap` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:157:33 | 157 | let new_stack = libc::mmap( | _________________________________^ 158 | | std::ptr::null_mut(), 159 | | stack_bytes, 160 | | libc::PROT_NONE, ... | 164 | | 0 165 | | ); | |_________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:156:13 | 156 | unsafe fn new(stack_bytes: usize, page_size: usize) -> StackRestoreGuard { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:175:40 | 175 | let above_guard_page = new_stack.add(page_size); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::mmap` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:183:33 | 183 | let result = if libc::mmap( | _________________________________^ 184 | | above_guard_page, 185 | | stack_bytes - page_size, 186 | | libc::PROT_READ | libc::PROT_WRITE, 187 | | libc::MAP_FIXED | libc::MAP_PRIVATE | libc::MAP_ANON | libc::MAP_STACK, 188 | | -1, 189 | | 0) == above_guard_page { | |__________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::pthread_stackseg_np` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:438:24 | 438 | assert_eq!(libc::pthread_stackseg_np(libc::pthread_self(), stackinfo.as_mut_ptr()), 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:436:9 | 436 | unsafe fn guess_os_stack_limit() -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::pthread_self` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:438:50 | 438 | assert_eq!(libc::pthread_stackseg_np(libc::pthread_self(), stackinfo.as_mut_ptr()), 0); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:439:18 | 439 | Some(stackinfo.assume_init().ss_sp as usize - stackinfo.assume_init().ss_size) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::mem::MaybeUninit::::assume_init` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/stacker-0.1.17/src/lib.rs:439:59 | 439 | Some(stackinfo.assume_init().ss_sp as usize - stackinfo.assume_init().ss_size) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior [blake3 1.5.4] CRATE_CC_NO_DEFAULTS = None [blake3 1.5.4] TARGET = Some(x86_64-unknown-openbsd) [blake3 1.5.4] HOST = Some(x86_64-unknown-openbsd) [blake3 1.5.4] CFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.4] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [blake3 1.5.4] CC_SHELL_ESCAPED_FLAGS = None [blake3 1.5.4] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out) [blake3 1.5.4] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT warning: `stacker` (lib) generated 8 warnings Compiling jobserver v0.1.32 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=jobserver CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='An implementation of the GNU Make jobserver for Rust. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/jobserver-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jobserver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/jobserver-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.32 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name jobserver --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=221e60eb58791900 -C extra-filename=-221e60eb58791900 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` [blake3 1.5.4] CRATE_CC_NO_DEFAULTS = None [blake3 1.5.4] TARGET = Some(x86_64-unknown-openbsd) [blake3 1.5.4] HOST = Some(x86_64-unknown-openbsd) [blake3 1.5.4] CFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.4] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [blake3 1.5.4] CC_SHELL_ESCAPED_FLAGS = None Compiling tempfile v3.13.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.13.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.13.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.13.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tempfile --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tempfile-3.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=46b815fb999bffbe -C extra-filename=-46b815fb999bffbe --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --extern fastrand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libfastrand-417179d59a89ee18.rmeta --extern once_cell=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libonce_cell-9a179e62f06bcf1b.rmeta --extern rustix=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustix-83c01bb79874bf6a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `libc::pipe` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:96:13 | 96 | cvt(libc::pipe(pipes.as_mut_ptr()))?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:72:5 | 72 | unsafe fn mk() -> io::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `imp::Client::from_fds` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:99:12 | 99 | Ok(Client::from_fds(pipes[0], pipes[1])) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `imp::Client::from_pipe` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:106:31 | 106 | if let Some(client) = Self::from_pipe(s, check_pipe)? { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:102:5 | 102 | pub(crate) unsafe fn open(s: &str, check_pipe: bool) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `imp::fd_check` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:181:16 | 181 | match (fd_check(read, check_pipe), fd_check(write, check_pipe)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:146:5 | 146 | unsafe fn from_pipe(s: &str, check_pipe: bool) -> Result, FromEnvErrorInner> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `imp::fd_check` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:181:44 | 181 | match (fd_check(read, check_pipe), fd_check(write, check_pipe)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::os::fd::FromRawFd::from_raw_fd` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:223:19 | 223 | read: File::from_raw_fd(read), | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:221:5 | 221 | unsafe fn from_fds(read: c_int, write: c_int) -> Client { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::os::fd::FromRawFd::from_raw_fd` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:224:20 | 224 | write: File::from_raw_fd(write), | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::fcntl` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:484:11 | 484 | match libc::fcntl(fd, libc::F_GETFD) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:483:1 | 483 | unsafe fn fcntl_check(fd: c_int) -> Result<(), FromEnvErrorInner> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::mem::zeroed` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:495:24 | 495 | let mut stat = mem::zeroed(); | ^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:493:1 | 493 | unsafe fn fd_check(fd: c_int, check_pipe: bool) -> Result<(), FromEnvErrorInner> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::fstat` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:496:12 | 496 | if libc::fstat(fd, &mut stat) == -1 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `imp::fcntl_check` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:498:13 | 498 | fcntl_check(fd)?; | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `imp::fcntl_check` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/unix.rs:514:9 | 514 | fcntl_check(fd) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_PREFER_INTRINSICS [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_PURE [blake3 1.5.4] cargo:rustc-cfg=blake3_sse2_ffi [blake3 1.5.4] cargo:rustc-cfg=blake3_sse41_ffi [blake3 1.5.4] cargo:rustc-cfg=blake3_avx2_ffi [blake3 1.5.4] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out) [blake3 1.5.4] OPT_LEVEL = Some(3) [blake3 1.5.4] TARGET = Some(x86_64-unknown-openbsd) [blake3 1.5.4] HOST = Some(x86_64-unknown-openbsd) [blake3 1.5.4] CC_x86_64-unknown-openbsd = None [blake3 1.5.4] CC_x86_64_unknown_openbsd = Some(cc) [blake3 1.5.4] CC_KNOWN_WRAPPER_CUSTOM = None [blake3 1.5.4] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [blake3 1.5.4] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT warning[E0133]: call to unsafe function `imp::Client::open` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs:275:15 | 275 | match imp::Client::open(s, check_pipe) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs:253:5 | 253 | pub unsafe fn from_env_ext(check_pipe: bool) -> FromEnv { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `Client::from_env_ext` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs:299:9 | 299 | Self::from_env_ext(false).client.ok() | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/jobserver-0.1.32/src/lib.rs:298:5 | 298 | pub unsafe fn from_env() -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [blake3 1.5.4] CRATE_CC_NO_DEFAULTS = None [blake3 1.5.4] DEBUG = Some(false) [blake3 1.5.4] CFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.4] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [blake3 1.5.4] CC_SHELL_ESCAPED_FLAGS = None [blake3 1.5.4] CARGO_ENCODED_RUSTFLAGS = Some(--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill) [blake3 1.5.4] AR_x86_64-unknown-openbsd = None [blake3 1.5.4] AR_x86_64_unknown_openbsd = Some(ar) [blake3 1.5.4] ARFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.4] ARFLAGS_x86_64_unknown_openbsd = None [blake3 1.5.4] HOST_ARFLAGS = None [blake3 1.5.4] ARFLAGS = None [blake3 1.5.4] cargo:rustc-link-lib=static=blake3_sse2_sse41_avx2_assembly [blake3 1.5.4] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_PURE [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_PREFER_INTRINSICS [blake3 1.5.4] cargo:rustc-cfg=blake3_avx512_ffi [blake3 1.5.4] OUT_DIR = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out) [blake3 1.5.4] OPT_LEVEL = Some(3) [blake3 1.5.4] TARGET = Some(x86_64-unknown-openbsd) [blake3 1.5.4] HOST = Some(x86_64-unknown-openbsd) [blake3 1.5.4] CC_x86_64-unknown-openbsd = None [blake3 1.5.4] CC_x86_64_unknown_openbsd = Some(cc) [blake3 1.5.4] CC_KNOWN_WRAPPER_CUSTOM = None [blake3 1.5.4] RUSTC_WRAPPER = Some(/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc) [blake3 1.5.4] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [blake3 1.5.4] CRATE_CC_NO_DEFAULTS = None [blake3 1.5.4] DEBUG = Some(false) [blake3 1.5.4] CFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.4] CFLAGS_x86_64_unknown_openbsd = Some(-O2 -ffunction-sections -fdata-sections -fPIC -m64 --target=x86_64-unknown-openbsd -O2 -pipe) [blake3 1.5.4] CC_SHELL_ESCAPED_FLAGS = None [blake3 1.5.4] CARGO_ENCODED_RUSTFLAGS = Some(--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill) warning: `syn` (lib) generated 764 warnings (45 duplicates) Compiling displaydoc v0.2.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=displaydoc CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/displaydoc-0.2.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/displaydoc-0.2.5/Cargo.toml CARGO_PKG_AUTHORS='Jane Lusby ' CARGO_PKG_DESCRIPTION='A derive macro for implementing the display Trait via a doc comment and string interpolation ' CARGO_PKG_HOMEPAGE='https://github.com/yaahc/displaydoc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=displaydoc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yaahc/displaydoc' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name displaydoc --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0f1fd5b0916d33c6 -C extra-filename=-0f1fd5b0916d33c6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` [blake3 1.5.4] AR_x86_64-unknown-openbsd = None [blake3 1.5.4] AR_x86_64_unknown_openbsd = Some(ar) [blake3 1.5.4] ARFLAGS_x86_64-unknown-openbsd = None [blake3 1.5.4] ARFLAGS_x86_64_unknown_openbsd = None [blake3 1.5.4] HOST_ARFLAGS = None [blake3 1.5.4] ARFLAGS = None [blake3 1.5.4] cargo:rustc-link-lib=static=blake3_avx512_assembly [blake3 1.5.4] cargo:rustc-link-search=native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_NEON [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_NO_NEON [blake3 1.5.4] cargo:rerun-if-env-changed=CARGO_FEATURE_PURE [blake3 1.5.4] cargo:rerun-if-env-changed=CC [blake3 1.5.4] cargo:rerun-if-env-changed=CFLAGS [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse41_x86-64_windows_gnu.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx512_x86-64_windows_gnu.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse2_x86-64_windows_gnu.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx2_x86-64_windows_gnu.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse41_x86-64_unix.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx512_x86-64_unix.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse2_x86-64_unix.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx2_x86-64_unix.S [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse41.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx512.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse2.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx2.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_portable.c [blake3 1.5.4] cargo:rerun-if-changed=c/example.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_dispatch.c [blake3 1.5.4] cargo:rerun-if-changed=c/main.c [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_neon.c [blake3 1.5.4] cargo:rerun-if-changed=c/README.md [blake3 1.5.4] cargo:rerun-if-changed=c/Makefile.testing [blake3 1.5.4] cargo:rerun-if-changed=c/blake3.h [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_impl.h [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse41_x86-64_windows_msvc.asm [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx512_x86-64_windows_msvc.asm [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_sse2_x86-64_windows_msvc.asm [blake3 1.5.4] cargo:rerun-if-changed=c/blake3_avx2_x86-64_windows_msvc.asm [blake3 1.5.4] cargo:rerun-if-changed=c/libblake3.pc.in [blake3 1.5.4] cargo:rerun-if-changed=c/blake3-config.cmake.in [blake3 1.5.4] cargo:rerun-if-changed=c/CMakePresets.json [blake3 1.5.4] cargo:rerun-if-changed=c/CMakeLists.txt [blake3 1.5.4] cargo:rerun-if-changed=c/test.py warning: `measureme` (lib) generated 5 warnings Compiling tracing-attributes v0.1.27 Compiling zerofrom-derive v0.1.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing_attributes CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors :Eliza Weisman :David Barsky ' CARGO_PKG_DESCRIPTION='Procedural macro attributes for automatically instrumenting functions. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-attributes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing_attributes --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=b65362c9343b1430 -C extra-filename=-b65362c9343b1430 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zerofrom_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-derive-0.1.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-derive-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the zerofrom crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerofrom-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zerofrom_derive --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90b835403340a92c -C extra-filename=-90b835403340a92c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern synstructure=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsynstructure-8d39a31eced87cc3.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-attributes-0.1.27/src/lib.rs:73:5 | 73 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `rustix` (lib) generated 19 warnings Compiling yoke-derive v0.7.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=yoke_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-derive-0.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-derive-0.7.4/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the yoke crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yoke-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name yoke_derive --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18783c57db8e37b3 -C extra-filename=-18783c57db8e37b3 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern synstructure=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsynstructure-8d39a31eced87cc3.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: `jobserver` (lib) generated 14 warnings Compiling zerovec-derive v0.10.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zerovec_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the zerovec crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerovec-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zerovec_derive --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2ad17035118d7c7 -C extra-filename=-b2ad17035118d7c7 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling rustc_index_macros v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_index_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index_macros/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_index_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_index_macros --edition=2021 compiler/rustc_index_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=e024dec07698a52f -C extra-filename=-e024dec07698a52f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern proc_macro -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/make_varule.rs:297:21 | 297 | sized_fields: &[FieldInfo], | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 297 | sized_fields: &[FieldInfo<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/make_varule.rs:298:26 | 298 | unsized_field_info: &UnsizedFields, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 298 | unsized_field_info: &UnsizedFields<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/make_varule.rs:343:21 | 343 | sized_fields: &[FieldInfo], | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 343 | sized_fields: &[FieldInfo<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/make_varule.rs:344:26 | 344 | unsized_field_info: &UnsizedFields, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 344 | unsized_field_info: &UnsizedFields<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/ule.rs:83:15 | 83 | fields: &[FieldInfo], | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 83 | fields: &[FieldInfo<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/ule.rs:96:41 | 96 | pub(crate) fn make_ule_fields(fields: &[FieldInfo]) -> Vec { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 96 | pub(crate) fn make_ule_fields(fields: &[FieldInfo<'_>]) -> Vec { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-derive-0.10.3/src/utils.rs:54:21 | 54 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn parse(input: ParseStream<'_>) -> Result { | ++++ Compiling tinystr v0.7.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tinystr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A small ASCII-only bounded length string representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinystr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tinystr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=950c727501921599 -C extra-filename=-950c727501921599 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-0f1fd5b0916d33c6.so --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/ascii.rs:637:32 | 637 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 637 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/ascii.rs:643:32 | 643 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 643 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `tinystr` (lib) generated 2 warnings Compiling unic-langid-impl v0.9.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_impl --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("binary", "likelysubtags", "serde", "serde_json"))' -C metadata=6f6b23e786146f65 -C extra-filename=-6f6b23e786146f65 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtinystr-950c727501921599.rmeta --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/errors.rs:23:32 | 23 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 23 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/parser/errors.rs:13:32 | 13 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 13 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/language.rs:95:37 | 95 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 95 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/region.rs:65:37 | 65 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 65 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/script.rs:53:37 | 53 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 53 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/variant.rs:63:37 | 63 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 63 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/lib.rs:467:37 | 467 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 467 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_macros/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/rustc_macros-cba38496616340c4/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_macros --edition=2021 compiler/rustc_macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=271b882e0d6c4660 -C extra-filename=-271b882e0d6c4660 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern synstructure=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsynstructure-8d39a31eced87cc3.rlib --extern proc_macro -Z binary-dep-depinfo` warning: `unic-langid-impl` (lib) generated 7 warnings Compiling zerocopy-derive v0.7.35 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-derive-0.7.35 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-derive-0.7.35/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Custom derive for traits from the zerocopy crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy-derive CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.35 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zerocopy_derive --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=736941acd86a590f -C extra-filename=-736941acd86a590f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling unic-langid-macros-impl v0.9.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid_macros_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-impl-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-impl-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-macros-impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_macros_impl --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-impl-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8480cfa2270f1110 -C extra-filename=-8480cfa2270f1110 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro_hack=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro_hack-05eb41ee577cbb9a.so --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern unic_langid_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_impl-6f6b23e786146f65.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-impl-0.9.5/src/lib.rs:1:1 | 1 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` Compiling zerofrom v0.1.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zerofrom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-0.1.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='ZeroFrom trait for constructing' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerofrom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zerofrom --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=8cdf54758bafb94f -C extra-filename=-8cdf54758bafb94f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern zerofrom_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerofrom_derive-90b835403340a92c.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `zerovec-derive` (lib) generated 7 warnings Compiling getrandom v0.2.15 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name getrandom --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=f557dea02e36768c -C extra-filename=-f557dea02e36768c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `tracing-attributes` (lib) generated 1 warning Compiling tracing v0.1.37 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tracing --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="max_level_info"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=8326df8e89992b1f -C extra-filename=-8326df8e89992b1f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --extern pin_project_lite=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libpin_project_lite-1ab83936a45caba0.rmeta --extern tracing_attributes=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libtracing_attributes-b65362c9343b1430.so --extern tracing_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing_core-7833e2d9c149a494.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `unic-langid-macros-impl` (lib) generated 1 warning Compiling memmap2 v0.2.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=memmap2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Dan Burkert :Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='Cross-platform Rust API for memory-mapped file IO' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memmap2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/memmap2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name memmap2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ee609eab137b918 -C extra-filename=-5ee609eab137b918 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs:914:5 | 914 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tracing-0.1.37/src/lib.rs:922:5 | 922 | private_in_public, | ^^^^^^^^^^^^^^^^^ warning: `extern crate` is not idiomatic in the new edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/unix.rs:1:1 | 1 | extern crate libc; | ^^^^^^^^^^^^^^^^^^ | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` help: convert it to a `use` | 1 | use libc; | ~~~ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:509:34 | 509 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 509 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:570:34 | 570 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 570 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:813:34 | 813 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 813 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util.rs:10:10 | 10 | &mut *(slice as *mut [MaybeUninit] as *mut [T]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util.rs:8:1 | 8 | pub unsafe fn slice_assume_init_mut(slice: &mut [MaybeUninit]) -> &mut [T] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util.rs:34:10 | 34 | &mut *(slice as *mut [T] as *mut [MaybeUninit]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util.rs:32:1 | 32 | pub unsafe fn slice_as_uninit_mut(slice: &mut [T]) -> &mut [MaybeUninit] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util_libc.rs:39:48 | 39 | unsafe fn get_errno() -> libc::c_int { *errno_location() } | ^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util_libc.rs:39:9 | 39 | unsafe fn get_errno() -> libc::c_int { *errno_location() } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `libc::__errno` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util_libc.rs:39:49 | 39 | unsafe fn get_errno() -> libc::c_int { *errno_location() } | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `libc::open` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util_libc.rs:139:18 | 139 | let fd = libc::open(path.as_ptr() as *const _, libc::O_RDONLY | libc::O_CLOEXEC); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/getrandom-0.2.15/src/util_libc.rs:136:1 | 136 | pub unsafe fn open_readonly(path: &str) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `MmapOptions::map` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:446:9 | 446 | MmapOptions::new().map(file) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:445:5 | 445 | pub unsafe fn map(file: &File) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` Compiling yoke v0.7.4 warning[E0133]: call to unsafe function `MmapOptions::map_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:648:9 | 648 | MmapOptions::new().map_mut(file) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/memmap2-0.2.3/src/lib.rs:647:5 | 647 | pub unsafe fn map_mut(file: &File) -> Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=yoke CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Abstraction allowing borrowed data to be carried along with the backing data it borrows from' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yoke CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name yoke --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=0caaffc09a598e86 -C extra-filename=-0caaffc09a598e86 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern stable_deref_trait=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-a51069ebc772bffd.rmeta --extern yoke_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libyoke_derive-18783c57db8e37b3.so --extern zerofrom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-8cdf54758bafb94f.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/zero_from.rs:54:35 | 54 | YokeTraitHack::<::Output>::zero_from(c).0 | ------^^^^^^^^--------- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 54 | YokeTraitHack::<>::Output>::zero_from(c).0 | ++++ warning: `getrandom` (lib) generated 5 warnings Compiling rustc_arena v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_arena CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_arena/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_arena CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_arena --edition=2021 compiler/rustc_arena/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c02cc46c55198960 -C extra-filename=-c02cc46c55198960 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `alloc::boxed::Box::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:156:20 | 156 | let _box = Box::from_raw(pointer.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:155:5 | 155 | unsafe fn drop_raw(pointer: NonNull) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `alloc::rc::Rc::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:183:19 | 183 | let _rc = Rc::from_raw(pointer.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:182:5 | 182 | unsafe fn drop_raw(pointer: NonNull) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `alloc::rc::Rc::::increment_strong_count` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:204:9 | 204 | Rc::increment_strong_count(pointer.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:199:5 | 199 | unsafe fn addref_raw(pointer: NonNull) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `alloc::sync::Arc::::from_raw` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:227:20 | 227 | let _arc = Arc::from_raw(pointer.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:226:5 | 226 | unsafe fn drop_raw(pointer: NonNull) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `alloc::sync::Arc::::increment_strong_count` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:248:9 | 248 | Arc::increment_strong_count(pointer.as_ptr()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/cartable_ptr.rs:243:5 | 243 | unsafe fn addref_raw(pointer: NonNull) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/macro_impls.rs:80:13 | 61 | / macro_rules! unsafe_complex_yoke_impl { 62 | | () => { 63 | | fn transform(&'a self) -> &'a Self::Output { 64 | | unsafe { mem::transmute(self) } ... | 80 | | ptr::read(ptr) | | ^^^^^^^^^^^^^^ call to unsafe function ... | 90 | | }; 91 | | } | |_- in this expansion of `unsafe_complex_yoke_impl!` ... 95 | unsafe_complex_yoke_impl!(); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/macro_impls.rs:76:9 | 61 | / macro_rules! unsafe_complex_yoke_impl { 62 | | () => { 63 | | fn transform(&'a self) -> &'a Self::Output { 64 | | unsafe { mem::transmute(self) } ... | 76 | | unsafe fn make(from: Self::Output) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 90 | | }; 91 | | } | |_- in this expansion of `unsafe_complex_yoke_impl!` ... 95 | unsafe_complex_yoke_impl!(); | --------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/macro_impls.rs:80:13 | 61 | / macro_rules! unsafe_complex_yoke_impl { 62 | | () => { 63 | | fn transform(&'a self) -> &'a Self::Output { 64 | | unsafe { mem::transmute(self) } ... | 80 | | ptr::read(ptr) | | ^^^^^^^^^^^^^^ call to unsafe function ... | 90 | | }; 91 | | } | |_- in this expansion of `unsafe_complex_yoke_impl!` ... 102 | unsafe_complex_yoke_impl!(); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/macro_impls.rs:76:9 | 61 | / macro_rules! unsafe_complex_yoke_impl { 62 | | () => { 63 | | fn transform(&'a self) -> &'a Self::Output { 64 | | unsafe { mem::transmute(self) } ... | 76 | | unsafe fn make(from: Self::Output) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 90 | | }; 91 | | } | |_- in this expansion of `unsafe_complex_yoke_impl!` ... 102 | unsafe_complex_yoke_impl!(); | --------------------------- in this macro invocation Compiling zerocopy v0.7.35 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-0.7.35 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-0.7.35/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Utilities for zero-copy parsing and serialization' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.35 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zerocopy --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=03905de80f06fd5e -C extra-filename=-03905de80f06fd5e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern byteorder=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbyteorder-6d0dd4b2ce00d5a1.rmeta --extern zerocopy_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerocopy_derive-736941acd86a590f.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/macro_impls.rs:80:13 | 61 | / macro_rules! unsafe_complex_yoke_impl { 62 | | () => { 63 | | fn transform(&'a self) -> &'a Self::Output { 64 | | unsafe { mem::transmute(self) } ... | 80 | | ptr::read(ptr) | | ^^^^^^^^^^^^^^ call to unsafe function ... | 90 | | }; 91 | | } | |_- in this expansion of `unsafe_complex_yoke_impl!` ... 107 | unsafe_complex_yoke_impl!(); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/macro_impls.rs:76:9 | 61 | / macro_rules! unsafe_complex_yoke_impl { 62 | | () => { 63 | | fn transform(&'a self) -> &'a Self::Output { 64 | | unsafe { mem::transmute(self) } ... | 76 | | unsafe fn make(from: Self::Output) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 90 | | }; 91 | | } | |_- in this expansion of `unsafe_complex_yoke_impl!` ... 107 | unsafe_complex_yoke_impl!(); | --------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/yokeable.rs:262:9 | 262 | core::ptr::read(ptr) | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/yokeable.rs:255:5 | 255 | unsafe fn make(from: Cow<'a, T>) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/yokeable.rs:288:9 | 288 | mem::transmute(from) | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/yoke-0.7.4/src/yokeable.rs:287:5 | 287 | unsafe fn make(from: &'a T) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `memmap2` (lib) generated 6 warnings Compiling elsa v1.7.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=elsa CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Append-only collections for Rust where borrows to entries can outlive insertions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=elsa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/manishearth/elsa' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name elsa --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=303cf184ea2079ac -C extra-filename=-303cf184ea2079ac --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern stable_deref_trait=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-a51069ebc772bffd.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `tracing` (lib) generated 2 warnings Compiling zerovec v0.10.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=zerovec CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Zero-copy vector backed by a byte array' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerovec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.10.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name zerovec --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=dcc6cba1ea572744 -C extra-filename=-dcc6cba1ea572744 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern yoke=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libyoke-0caaffc09a598e86.rmeta --extern zerofrom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-8cdf54758bafb94f.rmeta --extern zerovec_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libzerovec_derive-b2ad17035118d7c7.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `yoke` (lib) generated 11 warnings Compiling arrayref v0.3.9 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=arrayref CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayref-0.3.9 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayref-0.3.9/Cargo.toml CARGO_PKG_AUTHORS='David Roundy ' CARGO_PKG_DESCRIPTION='Macros to take array references of slices' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayref CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/droundy/arrayref' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name arrayref --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c8bba0003697092 -C extra-filename=-8c8bba0003697092 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/vec.rs:111:31 | 111 | pub fn iter(&self) -> Iter { | ----^-- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 111 | pub fn iter(&self) -> Iter<'_, T> { | +++ Compiling rustc-hash v2.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A speedy, non-cryptographic hashing algorithm used by rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_hash --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=1a25aa7e566b54ef -C extra-filename=-1a25aa7e566b54ef --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/vec.rs:65:12 | 65 | &**(*vec).get_unchecked(index) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/vec.rs:63:5 | 63 | pub unsafe fn get_unchecked(&self, index: usize) -> &T::Target { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/vec.rs:65:12 | 65 | &**(*vec).get_unchecked(index) | ^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior Compiling scoped-tls v1.0.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=scoped_tls CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scoped-tls-1.0.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scoped-tls-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Library implementation of the standard library'\''s old `scoped_thread_local'\!'` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/scoped-tls' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scoped-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/scoped-tls' CARGO_PKG_RUST_VERSION=1.59 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name scoped_tls --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/scoped-tls-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80655be2235c6dd6 -C extra-filename=-80655be2235c6dd6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:15:21 | 15 | map: UnsafeCell>, | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:147:30 | 147 | pub fn into_map(self) -> HashMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:188:35 | 188 | impl std::convert::AsMut> for FrozenMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:193:34 | 193 | fn as_mut(&mut self) -> &mut HashMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:198:20 | 198 | impl From> for FrozenMap { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:199:18 | 199 | fn from(map: HashMap) -> Self { | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/map.rs:236:18 | 236 | let map: HashMap<_, _, _> = iter.into_iter().collect(); | ^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/elsa-1.7.1/src/sync.rs:26:17 | 26 | map: RwLock>, | ^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/owned.rs:228:32 | 228 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 228 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:26:32 | 26 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:175:43 | 175 | pub const fn as_flexzerovec(&self) -> FlexZeroVec { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 175 | pub const fn as_flexzerovec(&self) -> FlexZeroVec<'_> { | ++++ warning: elided lifetime has a name --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/map2d/borrowed.rs:277:94 | 277 | pub fn iter0<'l>(&'l self) -> impl Iterator> + '_ { | -- lifetime `'l` declared here ^^ this elided lifetime gets resolved as `'l` | = note: `#[warn(elided_named_lifetimes)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:483:36 | 483 | let _: VarZeroVecComponents = VarZeroVecComponents::parse_byte_slice(bytes)?; | --------------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 483 | let _: VarZeroVecComponents<'_, T, F> = VarZeroVecComponents::parse_byte_slice(bytes)?; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/slice.rs:529:32 | 529 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 529 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:204:32 | 204 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 204 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/lib.rs:38:28 | 38 | pub type FxHashMap = HashMap; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/lib.rs:42:25 | 42 | pub type FxHashSet = HashSet; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: prefer `FxHashMap` over `HashMap`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/seeded_state.rs:5:32 | 5 | pub type FxHashMapSeed = std::collections::HashMap; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashMap` may be necessary warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-hash-2.0.0/src/seeded_state.rs:9:29 | 9 | pub type FxHashSetSeed = std::collections::HashSet; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary warning: `elsa` (lib) generated 11 warnings Compiling rustc_graphviz v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_graphviz CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_graphviz/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_graphviz CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_graphviz --edition=2021 compiler/rustc_graphviz/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f528ffe9843101b6 -C extra-filename=-f528ffe9843101b6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `rustc-hash` (lib) generated 4 warnings Compiling constant_time_eq v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=constant_time_eq CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/constant_time_eq-0.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/constant_time_eq-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='Cesar Eduardo Barros ' CARGO_PKG_DESCRIPTION='Compares two equal-sized byte strings in constant time.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='CC0-1.0 OR MIT-0 OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=constant_time_eq CARGO_PKG_README=README CARGO_PKG_REPOSITORY='https://github.com/cesarb/constant_time_eq' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name constant_time_eq --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=5cecf1a86c8e6323 -C extra-filename=-5cecf1a86c8e6323 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling rustc-stable-hash v0.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_stable_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-stable-hash-0.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-stable-hash-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A stable hashing algorithm used by rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-stable-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-stable-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_stable_hash --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rustc-stable-hash-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=ede4cd759009a489 -C extra-filename=-ede4cd759009a489 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=blake3 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/Cargo.toml CARGO_PKG_AUTHORS='Jack O'\''Connor :Samuel Neves' CARGO_PKG_DESCRIPTION='the BLAKE3 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=blake3 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BLAKE3-team/BLAKE3' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name blake3 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=fa20edf00cb66b0e -C extra-filename=-fa20edf00cb66b0e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern arrayref=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libarrayref-8c8bba0003697092.rmeta --extern arrayvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-95eb4a6b0c198a95.rmeta --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --extern constant_time_eq=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libconstant_time_eq-5cecf1a86c8e6323.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs:369:32 | 369 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 369 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs:381:32 | 381 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 381 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs:407:32 | 407 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs:592:32 | 592 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 592 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs:1554:32 | 1554 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1554 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/lib.rs:1729:32 | 1729 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1729 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling rand_core v0.6.4 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rand_core --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=5defffb124aa2e90 -C extra-filename=-5defffb124aa2e90 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern getrandom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libgetrandom-f557dea02e36768c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/lib.rs:38:13 | 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/block.rs:132:34 | 132 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 132 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/block.rs:296:34 | 296 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 296 | fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:50:16 | 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:64:16 | 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:75:16 | 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:119:32 | 119 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 119 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:136:32 | 136 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 136 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/error.rs:211:32 | 211 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 211 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/os.rs:46:12 | 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_core-0.6.4/src/lib.rs:411:16 | 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning[E0133]: call to unsafe function `avx2::ffi::blake3_hash_many_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx2.rs:21:5 | 21 | / ffi::blake3_hash_many_avx2( 22 | | inputs.as_ptr() as *const *const u8, 23 | | inputs.len(), 24 | | N / BLOCK_LEN, ... | 31 | | out.as_mut_ptr(), 32 | | ) | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx2.rs:7:1 | 7 | / pub unsafe fn hash_many( 8 | | inputs: &[&[u8; N]], 9 | | key: &CVWords, 10 | | counter: u64, ... | 15 | | out: &mut [u8], 16 | | ) { | |_^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `avx512::ffi::blake3_compress_in_place_avx512` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:11:5 | 11 | ffi::blake3_compress_in_place_avx512(cv.as_mut_ptr(), block.as_ptr(), block_len, counter, flags) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:4:1 | 4 | / pub unsafe fn compress_in_place( 5 | | cv: &mut CVWords, 6 | | block: &[u8; BLOCK_LEN], 7 | | block_len: u8, 8 | | counter: u64, 9 | | flags: u8, 10 | | ) { | |_^ warning[E0133]: call to unsafe function `avx512::ffi::blake3_compress_xof_avx512` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:23:5 | 23 | / ffi::blake3_compress_xof_avx512( 24 | | cv.as_ptr(), 25 | | block.as_ptr(), 26 | | block_len, ... | 29 | | out.as_mut_ptr(), 30 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:15:1 | 15 | / pub unsafe fn compress_xof( 16 | | cv: &CVWords, 17 | | block: &[u8; BLOCK_LEN], 18 | | block_len: u8, 19 | | counter: u64, 20 | | flags: u8, 21 | | ) -> [u8; 64] { | |_____________^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:141:10 | 141 | &*(slice as *const Self) | ^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:132:5 | 132 | pub const unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `avx512::ffi::blake3_hash_many_avx512` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:49:5 | 49 | / ffi::blake3_hash_many_avx512( 50 | | inputs.as_ptr() as *const *const u8, 51 | | inputs.len(), 52 | | N / BLOCK_LEN, ... | 59 | | out.as_mut_ptr(), 60 | | ) | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:35:1 | 35 | / pub unsafe fn hash_many( 36 | | inputs: &[&[u8; N]], 37 | | key: &CVWords, 38 | | counter: u64, ... | 43 | | out: &mut [u8], 44 | | ) { | |_^ warning[E0133]: call to unsafe function `avx512::ffi::blake3_xof_many_avx512` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:74:5 | 74 | / ffi::blake3_xof_many_avx512( 75 | | cv.as_ptr(), 76 | | block.as_ptr(), 77 | | block_len, ... | 81 | | out.len() / BLOCK_LEN, 82 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_avx512.rs:65:1 | 65 | / pub unsafe fn xof_many( 66 | | cv: &CVWords, 67 | | block: &[u8; BLOCK_LEN], 68 | | block_len: u8, ... | 71 | | out: &mut [u8], 72 | | ) { | |_^ warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:148:14 | 148 | &mut *(remainder as *mut Self) | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:145:5 | 145 | pub(crate) unsafe fn from_byte_slice_mut_unchecked(bytes: &mut [u8]) -> &mut Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:232:19 | 232 | 1 => *self.data.get_unchecked(index) as usize, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:230:5 | 230 | pub unsafe fn get_unchecked(&self, index: usize) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:234:27 | 234 | let ptr = self.data.as_ptr().add(index * 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:235:36 | 235 | u16::from_le_bytes(core::ptr::read(ptr as *const [u8; 2])) as usize | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sse2::ffi::blake3_compress_in_place_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse2.rs:11:5 | 11 | ffi::blake3_compress_in_place_sse2(cv.as_mut_ptr(), block.as_ptr(), block_len, counter, flags) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse2.rs:4:1 | 4 | / pub unsafe fn compress_in_place( 5 | | cv: &mut CVWords, 6 | | block: &[u8; BLOCK_LEN], 7 | | block_len: u8, 8 | | counter: u64, 9 | | flags: u8, 10 | | ) { | |_^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:241:27 | 241 | let ptr = self.data.as_ptr().add(index * w); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/flexzerovec/slice.rs:242:17 | 242 | core::ptr::copy_nonoverlapping(ptr, bytes.as_mut_ptr(), w); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sse2::ffi::blake3_compress_xof_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse2.rs:23:5 | 23 | / ffi::blake3_compress_xof_sse2( 24 | | cv.as_ptr(), 25 | | block.as_ptr(), 26 | | block_len, ... | 29 | | out.as_mut_ptr(), 30 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse2.rs:15:1 | 15 | / pub unsafe fn compress_xof( 16 | | cv: &CVWords, 17 | | block: &[u8; BLOCK_LEN], 18 | | block_len: u8, 19 | | counter: u64, 20 | | flags: u8, 21 | | ) -> [u8; 64] { | |_____________^ warning[E0133]: call to unsafe function `sse2::ffi::blake3_hash_many_sse2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse2.rs:49:5 | 49 | / ffi::blake3_hash_many_sse2( 50 | | inputs.as_ptr() as *const *const u8, 51 | | inputs.len(), 52 | | N / BLOCK_LEN, ... | 59 | | out.as_mut_ptr(), 60 | | ) | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse2.rs:35:1 | 35 | / pub unsafe fn hash_many( 36 | | inputs: &[&[u8; N]], 37 | | key: &CVWords, 38 | | counter: u64, ... | 43 | | out: &mut [u8], 44 | | ) { | |_^ warning[E0133]: call to unsafe function `sse41::ffi::blake3_compress_in_place_sse41` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse41.rs:11:5 | 11 | ffi::blake3_compress_in_place_sse41(cv.as_mut_ptr(), block.as_ptr(), block_len, counter, flags) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse41.rs:4:1 | 4 | / pub unsafe fn compress_in_place( 5 | | cv: &mut CVWords, 6 | | block: &[u8; BLOCK_LEN], 7 | | block_len: u8, 8 | | counter: u64, 9 | | flags: u8, 10 | | ) { | |_^ warning[E0133]: call to unsafe function `sse41::ffi::blake3_compress_xof_sse41` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse41.rs:23:5 | 23 | / ffi::blake3_compress_xof_sse41( 24 | | cv.as_ptr(), 25 | | block.as_ptr(), 26 | | block_len, ... | 29 | | out.as_mut_ptr(), 30 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse41.rs:15:1 | 15 | / pub unsafe fn compress_xof( 16 | | cv: &CVWords, 17 | | block: &[u8; BLOCK_LEN], 18 | | block_len: u8, 19 | | counter: u64, 20 | | flags: u8, 21 | | ) -> [u8; 64] { | |_____________^ warning[E0133]: call to unsafe function `sse41::ffi::blake3_hash_many_sse41` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse41.rs:49:5 | 49 | / ffi::blake3_hash_many_sse41( 50 | | inputs.as_ptr() as *const *const u8, 51 | | inputs.len(), 52 | | N / BLOCK_LEN, ... | 59 | | out.as_mut_ptr(), 60 | | ) | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/blake3-1.5.4/src/ffi_sse41.rs:35:1 | 35 | / pub unsafe fn hash_many( 36 | | inputs: &[&[u8; N]], 37 | | key: &CVWords, 38 | | counter: u64, ... | 43 | | out: &mut [u8], 44 | | ) { | |_^ Compiling derive-where v1.2.7 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=derive_where CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Deriving with custom trait bounds' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derive-where CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/ModProg/derive-where' CARGO_PKG_RUST_VERSION=1.57 CARGO_PKG_VERSION=1.2.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name derive_where --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=3041e078b567e7fd -C extra-filename=-3041e078b567e7fd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:227:25 | 227 | let len_bytes = slice.get_unchecked(0..LENGTH_WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:216:5 | 216 | pub unsafe fn from_bytes_unchecked(slice: &'a [u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ule::ULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:228:23 | 228 | let len_ule = RawBytesULE::::from_byte_slice_unchecked(len_bytes); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:230:19 | 230 | let len = len_ule.get_unchecked(0).as_unsigned_int(); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:231:29 | 231 | let indices_bytes = slice.get_unchecked( | _____________________________^ 232 | | LENGTH_WIDTH + METADATA_WIDTH 233 | | ..LENGTH_WIDTH + METADATA_WIDTH + F::INDEX_WIDTH * (len as usize), 234 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:236:13 | 236 | slice.get_unchecked(LENGTH_WIDTH + METADATA_WIDTH + F::INDEX_WIDTH * (len as usize)..); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::components::VarZeroVecComponents::<'a, T, F>::get_things_range` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:274:21 | 274 | let range = self.get_things_range(idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:273:5 | 273 | pub(crate) unsafe fn get_unchecked(self, idx: usize) -> &'a T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:275:28 | 275 | let things_slice = self.things.get_unchecked(range); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ule::VarULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:276:9 | 276 | T::from_byte_slice_unchecked(things_slice) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:285:43 | 285 | let start = F::rawbytes_to_usize(*self.indices_slice().get_unchecked(idx)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:284:5 | 284 | unsafe fn get_things_range(self, idx: usize) -> Range { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:289:35 | 289 | F::rawbytes_to_usize(*self.indices_slice().get_unchecked(idx + 1)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::components::VarZeroVecComponents::<'a, T, F>::get_things_range` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:301:21 | 301 | let range = self.get_things_range(idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:300:5 | 300 | pub(crate) unsafe fn get_range(self, idx: usize) -> Range { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/components.rs:302:22 | 302 | let offset = (self.things as *const [u8] as *const u8) | ______________________^ 303 | | .offset_from(self.entire_slice as *const [u8] as *const u8) | |_______________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::index_data` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:139:35 | 139 | F::rawbytes_to_usize(*self.index_data(idx)) | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:134:5 | 134 | unsafe fn element_position_unchecked(&self, idx: usize) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::element_position_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:152:21 | 152 | let start = self.element_position_unchecked(idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:151:5 | 151 | unsafe fn element_range_unchecked(&self, idx: usize) -> core::ops::Range { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::element_position_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:153:19 | 153 | let end = self.element_position_unchecked(idx + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `ule::ULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:180:10 | 180 | &F::RawBytes::from_byte_slice_unchecked(&self.entire_slice[Self::index_range(index)])[0] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:179:5 | 179 | unsafe fn index_data(&self, index: usize) -> &F::RawBytes { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::from_raw_parts_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:195:20 | 195 | let data = slice::from_raw_parts_mut(ptr.add(range.start), F::INDEX_WIDTH); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:188:5 | 188 | unsafe fn index_data_mut(&mut self, index: usize) -> &mut F::RawBytes { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:195:46 | 195 | let data = slice::from_raw_parts_mut(ptr.add(range.start), F::INDEX_WIDTH); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::element_position_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:262:27 | 262 | let pos = self.element_position_unchecked(index); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:248:5 | 248 | unsafe fn shift(&mut self, index: usize, new_size: usize, shift_type: ShiftType) -> &mut [u8] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::element_range_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:267:18 | 267 | _ => self.element_range_unchecked(index), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:295:33 | 295 | let old_slice_end = slice_range.start.add(slice_len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:296:30 | 296 | let data_start = slice_range | ______________________________^ 297 | | .start 298 | | .add(LENGTH_WIDTH + METADATA_WIDTH + len * F::INDEX_WIDTH); | |__________________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:300:17 | 300 | data_start.add(prev_element.start)..data_start.add(prev_element.end); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:300:53 | 300 | data_start.add(prev_element.start)..data_start.add(prev_element.end); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:307:35 | 307 | let index_start = slice_range | ___________________________________^ 308 | | .start 309 | | .add(LENGTH_WIDTH + METADATA_WIDTH + F::INDEX_WIDTH * index); | |________________________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:310:30 | 310 | index_start..index_start.add(F::INDEX_WIDTH) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::shift::shift_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:320:17 | 320 | shift_bytes(index_range.end..prev_element_p.start, index_range.start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::shift::shift_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:324:13 | 324 | / shift_bytes( 325 | | prev_element_p.end..old_slice_end, 326 | | prev_element_p 327 | | .start 328 | | .offset((new_size as i64 + index_shift) as isize), 329 | | ); | |_____________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:326:17 | 326 | / prev_element_p 327 | | .start 328 | | .offset((new_size as i64 + index_shift) as isize), | |_____________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::shift::shift_bytes` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:334:21 | 334 | shift_bytes(index_range.start..prev_element_p.start, index_range.end); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::index_data_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:336:22 | 336 | *self.index_data_mut(index) = F::usize_to_rawbytes(prev_element.start); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::set_len` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:337:21 | 337 | self.set_len(len + 1); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::set_len` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:341:21 | 341 | self.set_len(len - 1); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `alloc::vec::Vec::::set_len` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:349:13 | 349 | self.entire_slice.set_len(new_slice_len); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::shift_indices` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:352:13 | 352 | self.shift_indices(first_affected_index, (shift - index_shift) as i32); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `varzerovec::owned::VarZeroVecOwned::::element_position_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:361:15 | 361 | + self.element_position_unchecked(index); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:315:17 | 315 | ptr::copy(block.start, to, block.end.offset_from(block.start) as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:313:13 | 313 | unsafe fn shift_bytes(block: Range<*const u8>, to: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset_from` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/owned.rs:315:44 | 315 | ptr::copy(block.start, to, block.end.offset_from(block.start) as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:130:9 | 130 | mem::transmute(bytes) | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:128:5 | 128 | pub const unsafe fn from_bytes_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `varzerovec::components::VarZeroVecComponents::<'a, T, F>::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:239:9 | 239 | self.as_components().get_unchecked(idx) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:238:5 | 238 | pub unsafe fn get_unchecked(&self, idx: usize) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:292:9 | 292 | mem::transmute(bytes) | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:290:5 | 290 | pub(crate) unsafe fn from_byte_slice_unchecked_mut(bytes: &mut [u8]) -> &mut Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `varzerovec::components::VarZeroVecComponents::<'a, T, F>::get_range` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:296:21 | 296 | let range = self.as_components().get_range(idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:295:5 | 295 | pub(crate) unsafe fn get_bytes_at_mut(&mut self, idx: usize) -> &mut [u8] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:489:9 | 489 | mem::transmute(bytes) | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/slice.rs:487:5 | 487 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/vec.rs:282:24 | 282 | Self::Borrowed(core::mem::transmute::<&[u8], &VarZeroSlice>(bytes)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/varzerovec/vec.rs:281:5 | 281 | pub const unsafe fn from_bytes_unchecked(bytes: &'a [u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/attr/item.rs:159:32 | 159 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 159 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/attr/item.rs:265:32 | 265 | where_clause: &mut Option>, | ---^------------ expected lifetime parameter | help: indicate the anonymous lifetime | 265 | where_clause: &mut Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/attr/item.rs:267:10 | 267 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 267 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/attr/item.rs:306:18 | 306 | fn parse(input: ParseStream) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 306 | fn parse(input: ParseStream<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/attr/item.rs:452:32 | 452 | fn where_bounds(&self, data: &Item) -> Punctuated { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 452 | fn where_bounds(&self, data: &Item<'_>) -> Punctuated { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/attr/item.rs:471:49 | 471 | fn from_stream(span: Span, data: &Data, input: ParseStream) -> Result<(Span, Self)> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 471 | fn from_stream(span: Span, data: &Data, input: ParseStream<'_>) -> Result<(Span, Self)> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data/field.rs:36:24 | 36 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 36 | fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data/fields.rs:64:13 | 64 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data/fields.rs:65:36 | 65 | field_ident: impl for<'b> Fn(&'b Field) -> &'b Ident, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | field_ident: impl for<'b> Fn(&'b Field<'_>) -> &'b Ident, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data/fields.rs:94:13 | 94 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data/fields.rs:95:36 | 95 | field_ident: impl for<'b> Fn(&'b Field) -> &'b Ident, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 95 | field_ident: impl for<'b> Fn(&'b Field<'_>) -> &'b Ident, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data.rs:237:34 | 237 | pub fn fields(&self) -> Either<&Fields, &Pat> { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 237 | pub fn fields(&self) -> Either<&Fields<'_>, &Pat> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data.rs:313:31 | 313 | pub fn simple_type(&self) -> SimpleType { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 313 | pub fn simple_type(&self) -> SimpleType<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data.rs:338:37 | 338 | ) -> impl '_ + Iterator + DoubleEndedIterator { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 338 | ) -> impl '_ + Iterator> + DoubleEndedIterator { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data.rs:351:81 | 351 | pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 351 | pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/input.rs:60:28 | 60 | .collect::>>()?; | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 60 | .collect::>>>()?; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/clone.rs:25:43 | 25 | fn additional_where_bounds(&self, data: &Item) -> Option { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 25 | fn additional_where_bounds(&self, data: &Item<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/clone.rs:46:10 | 46 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/clone.rs:91:10 | 91 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 91 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/common_ord.rs:21:9 | 21 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 21 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/common_ord.rs:319:35 | 319 | let mut discriminants = Vec::>::with_capacity(variants.len()); | ---^----- expected lifetime parameter | help: indicate the anonymous lifetime | 319 | let mut discriminants = Vec::>::with_capacity(variants.len()); | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/common_ord.rs:368:9 | 368 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 368 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/common_ord.rs:419:52 | 419 | pub fn build_ord_body(trait_: &DeriveTrait, data: &Data) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 419 | pub fn build_ord_body(trait_: &DeriveTrait, data: &Data<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/common_ord.rs:457:47 | 457 | pub fn build_incomparable_pattern(variants: &[Data]) -> Option { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 457 | pub fn build_incomparable_pattern(variants: &[Data<'_>]) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/debug.rs:24:11 | 24 | _item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 24 | _item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/debug.rs:44:10 | 44 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 44 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/default.rs:24:11 | 24 | _item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 24 | _item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/default.rs:42:10 | 42 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/eq.rs:24:11 | 24 | _item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 24 | _item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/eq.rs:45:10 | 45 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/hash.rs:24:11 | 24 | _item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 24 | _item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/hash.rs:44:10 | 44 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 44 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/ord.rs:25:10 | 25 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 25 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/ord.rs:46:10 | 46 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 46 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/partial_eq.rs:25:10 | 25 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 25 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/partial_eq.rs:113:10 | 113 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 113 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/partial_ord.rs:25:10 | 25 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 25 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_/partial_ord.rs:52:10 | 52 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 52 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_.rs:122:43 | 122 | fn additional_where_bounds(&self, data: &Item) -> Option { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 122 | fn additional_where_bounds(&self, data: &Item<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_.rs:137:10 | 137 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 137 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_.rs:152:10 | 152 | data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 152 | data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_.rs:184:44 | 184 | fn additional_where_bounds(&self, _data: &Item) -> Option { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 184 | fn additional_where_bounds(&self, _data: &Item<'_>) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_.rs:203:11 | 203 | _item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 203 | _item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/trait_.rs:218:11 | 218 | _data: &Data, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 218 | _data: &Data<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/lib.rs:628:9 | 628 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 628 | item: &Item<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/lib.rs:629:13 | 629 | generics: &SplitGenerics, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 629 | generics: &SplitGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/lib.rs:671:9 | 671 | item: &Item, | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 671 | item: &Item<'_>, | ++++ warning[E0133]: call to unsafe function `core::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/slice.rs:68:30 | 68 | Self::from_ule_slice(core::slice::from_raw_parts( | ______________________________^ 69 | | bytes.as_ptr() as *const T::ULE, 70 | | bytes.len() / core::mem::size_of::(), 71 | | )) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/slice.rs:66:5 | 66 | pub const unsafe fn from_bytes_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ule::ULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/slice.rs:479:30 | 479 | Self::from_ule_slice(T::ULE::from_byte_slice_unchecked(bytes)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/slice.rs:478:5 | 478 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::NonNull::::as_ref` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:139:9 | 139 | self.buf.as_ref() | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:138:5 | 138 | unsafe fn as_arbitrary_slice<'a>(&self) -> &'a [U] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `alloc::vec::Vec::::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:162:9 | 162 | Vec::from_raw_parts(self.buf.as_ptr() as *mut U, len, self.capacity) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:156:5 | 156 | unsafe fn get_vec(&self) -> Vec { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:387:28 | 387 | Self::new_borrowed(core::slice::from_raw_parts( | ____________________________^ 388 | | bytes.as_ptr() as *const T::ULE, 389 | | bytes.len() / core::mem::size_of::(), 390 | | )) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/zerovec/mod.rs:385:5 | 385 | pub const unsafe fn from_bytes_unchecked(bytes: &'a [u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compiling sha2 v0.10.8 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sha2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sha2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=90218fffc26d4992 -C extra-filename=-90218fffc26d4992 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcpufeatures-9056f46dbb424a19.rmeta --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libdigest-a9dab597188a849a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `rand_core` (lib) generated 11 warnings Compiling sha1 v0.10.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=sha1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='SHA-1 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha1 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name sha1 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=9deab35c8ac25e4d -C extra-filename=-9deab35c8ac25e4d --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --extern cpufeatures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcpufeatures-9056f46dbb424a19.rmeta --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libdigest-a9dab597188a849a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `varzerovec::slice::VarZeroSlice::::get_bytes_at_mut` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:68:36 | 68 | value.encode_var_ule_write(self.0.get_bytes_at_mut(idx)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:63:5 | 63 | / pub unsafe fn set_field_at + ?Sized>( 64 | | &mut self, 65 | | idx: usize, 66 | | value: &A, 67 | | ) { | |_____^ warning[E0133]: call to unsafe function `varzerovec::slice::VarZeroSlice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:81:32 | 81 | T::validate_byte_slice(self.0.get_unchecked(index)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:77:5 | 77 | / pub unsafe fn validate_field( 78 | | &self, 79 | | index: usize, 80 | | ) -> Result<(), ZeroVecError> { | |_________________________________^ warning[E0133]: call to unsafe function `ule::VarULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:92:9 | 92 | T::from_byte_slice_unchecked(self.0.get_unchecked(index)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:91:5 | 91 | pub unsafe fn get_field(&self, index: usize) -> &T { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `varzerovec::slice::VarZeroSlice::::get_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:92:38 | 92 | T::from_byte_slice_unchecked(self.0.get_unchecked(index)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:102:9 | 102 | mem::transmute(>::from_byte_slice_unchecked(bytes)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:100:5 | 100 | pub unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ule::VarULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:102:24 | 102 | mem::transmute(>::from_byte_slice_unchecked(bytes)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::transmute` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:150:9 | 150 | / mem::transmute(>::from_byte_slice_unchecked( 151 | | bytes, 152 | | )) | |__________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:148:5 | 148 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ule::VarULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/multi.rs:150:24 | 150 | mem::transmute(>::from_byte_slice_unchecked( | ________________________^ 151 | | bytes, 152 | | )) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/option.rs:202:10 | 202 | &*(entire_struct_as_slice as *const Self) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/option.rs:199:5 | 199 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::str::from_utf8_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/slices.rs:60:9 | 60 | str::from_utf8_unchecked(bytes) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/slices.rs:59:5 | 59 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `ule::ULE::from_byte_slice_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/slices.rs:101:9 | 101 | T::from_byte_slice_unchecked(bytes) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/slices.rs:100:5 | 100 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::char::methods::::from_u32_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/unvalidated.rs:321:9 | 321 | char::from_u32_unchecked(u32::from_le_bytes([u0, u1, u2, 0])) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/unvalidated.rs:319:5 | 319 | pub unsafe fn to_char_unchecked(self) -> char { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/mod.rs:136:9 | 136 | core::slice::from_raw_parts(data as *const Self, len) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/ule/mod.rs:132:5 | 132 | unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &[Self] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:38:9 | 38 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:34:5 | 34 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:66:9 | 66 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:62:5 | 62 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:94:9 | 94 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:90:5 | 90 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:140:9 | 140 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:136:5 | 136 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:186:9 | 186 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:182:5 | 182 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:234:9 | 234 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:230:5 | 230 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | #[cold] 187 | | fn init_inner() -> bool { ... | 201 | | } 202 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | #[cold] 187 | | fn init_inner() -> bool { ... | 201 | | } 202 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning[E0133]: call to unsafe function `core::ptr::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:282:9 | 282 | ptr::read(ptr) | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/zerovec-0.10.4/src/yoke_impls.rs:278:5 | 278 | unsafe fn make(from: Self::Output) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | #[cold] 187 | | fn init_inner() -> bool { ... | 201 | | } 202 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | #[cold] 187 | | fn init_inner() -> bool { ... | 201 | | } 202 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:100:1 | 100 | cpufeatures::new!(shani_cpuid, "sha", "sse2", "ssse3", "sse4.1"); | ---------------------------------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 172 | / $crate::__unless_target_features! { 173 | | $($tf),+ => { 174 | | STORAGE.load(Relaxed) == 1 175 | | } 176 | | } | |_____________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | #[cold] 187 | | fn init_inner() -> bool { ... | 201 | | } 202 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:17:47 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 17 | #[cfg(not(any(target_env = "sgx", target_os = "", target_os = "uefi")))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/lib.rs:156:1 | 156 | macro_rules! new { | ---------------- in this expansion of `cpufeatures::new!` (#1) ... 184 | let res = $crate::__unless_target_features! { | ___________________________- 185 | | $($tf),+ => { 186 | | #[cold] 187 | | fn init_inner() -> bool { ... | 201 | | } 202 | | }; | |_________________- in this macro invocation (#2) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:14:1 | 14 | cpufeatures::new!(avx2_cpuid, "avx2"); | ------------------------------------- in this macro invocation (#1) --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/cpufeatures-0.2.14/src/x86.rs:22:43 | 13 | macro_rules! __unless_target_features { | ------------------------------------- in this expansion of `$crate::__unless_target_features!` (#2) ... 22 | #[cfg(any(target_env = "sgx", target_os = "", target_os = "uefi"))] | ^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values(""))'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_os, values(\"\"))");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:36:25 | 36 | let MASK: __m128i = _mm_set_epi64x(0x0001_0203_0405_0607, 0x0809_0A0B_0C0D_0E0F); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:34:1 | 34 | unsafe fn digest_blocks(state: &mut [u32; 5], blocks: &[[u8; 64]]) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:38:26 | 38 | let mut state_abcd = _mm_set_epi32( | __________________________^ 39 | | state[0] as i32, 40 | | state[1] as i32, 41 | | state[2] as i32, 42 | | state[3] as i32, 43 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:44:23 | 44 | let mut state_e = _mm_set_epi32(state[4] as i32, 0, 0, 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:51:22 | 51 | let mut w0 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(0)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:51:39 | 51 | let mut w0 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(0)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:51:55 | 51 | let mut w0 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(0)), MASK); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:52:22 | 52 | let mut w1 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(1)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:52:39 | 52 | let mut w1 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(1)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:52:55 | 52 | let mut w1 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(1)), MASK); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:53:22 | 53 | let mut w2 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(2)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:53:39 | 53 | let mut w2 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(2)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:53:55 | 53 | let mut w2 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(2)), MASK); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:54:22 | 54 | let mut w3 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(3)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:54:39 | 54 | let mut w3 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(3)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:54:55 | 54 | let mut w3 = _mm_shuffle_epi8(_mm_loadu_si128(block_ptr.offset(3)), MASK); | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:59:22 | 59 | let mut h1 = _mm_add_epi32(state_e, w0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:62:14 | 62 | h1 = _mm_sha1rnds4_epu32(h0, h1, 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` ... 63 | h0 = rounds4!(h1, h0, w1, 0); | ----------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` ... 63 | h0 = rounds4!(h1, h0, w1, 0); | ----------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` ... 64 | h1 = rounds4!(h0, h1, w2, 0); | ----------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` ... 64 | h1 = rounds4!(h0, h1, w2, 0); | ----------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` ... 65 | h0 = rounds4!(h1, h0, w3, 0); | ----------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` ... 65 | h0 = rounds4!(h1, h0, w3, 0); | ----------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 66 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 0); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 66 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 0); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 66 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 0); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 66 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 0); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 66 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 0); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 69 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 69 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 69 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 69 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 69 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 70 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 70 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 70 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 70 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 70 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 71 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 71 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 71 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 71 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 71 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 72 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 72 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 72 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 72 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 72 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 1); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(h0, h1, w1, w2, w3, w4, w0, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(h0, h1, w1, w2, w3, w4, w0, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(h0, h1, w1, w2, w3, w4, w0, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(h0, h1, w1, w2, w3, w4, w0, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(h0, h1, w1, w2, w3, w4, w0, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(h1, h0, w2, w3, w4, w0, w1, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(h1, h0, w2, w3, w4, w0, w1, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(h1, h0, w2, w3, w4, w0, w1, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(h1, h0, w2, w3, w4, w0, w1, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(h1, h0, w2, w3, w4, w0, w1, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(h0, h1, w3, w4, w0, w1, w2, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(h0, h1, w3, w4, w0, w1, w2, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(h0, h1, w3, w4, w0, w1, w2, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(h0, h1, w3, w4, w0, w1, w2, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(h0, h1, w3, w4, w0, w1, w2, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(h1, h0, w4, w0, w1, w2, w3, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(h1, h0, w4, w0, w1, w2, w3, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(h1, h0, w4, w0, w1, w2, w3, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(h1, h0, w4, w0, w1, w2, w3, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(h1, h0, w4, w0, w1, w2, w3, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(h0, h1, w0, w1, w2, w3, w4, 2); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(h1, h0, w1, w2, w3, w4, w0, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(h0, h1, w2, w3, w4, w0, w1, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 85 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 85 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 85 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 85 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 85 | schedule_rounds4!(h1, h0, w3, w4, w0, w1, w2, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 86 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 86 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 86 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 86 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 86 | schedule_rounds4!(h0, h1, w4, w0, w1, w2, w3, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:9 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 87 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:28 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 87 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:18:42 | 16 | / macro_rules! schedule { 17 | | ($v0:expr, $v1:expr, $v2:expr, $v3:expr) => { 18 | | _mm_sha1msg2_epu32(_mm_xor_si128(_mm_sha1msg1_epu32($v0, $v1), $v2), $v3) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 19 | | }; 20 | | } | |_- in this expansion of `schedule!` (#2) 21 | 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 28 | | $w4 = schedule!($w0, $w1, $w2, $w3); | | ----------------------------- in this macro invocation (#2) 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 87 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1rnds4_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:9 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 87 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:12:34 | 10 | / macro_rules! rounds4 { 11 | | ($h0:ident, $h1:ident, $wk:expr, $i:expr) => { 12 | | _mm_sha1rnds4_epu32($h0, _mm_sha1nexte_epu32($h1, $wk), $i) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 13 | | }; 14 | | } | |_- in this expansion of `rounds4!` (#2) ... 22 | / macro_rules! schedule_rounds4 { 23 | | ( 24 | | $h0:ident, $h1:ident, 25 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 29 | | $h1 = rounds4!($h0, $h1, $w4, $i); | | --------------------------- in this macro invocation (#2) 30 | | }; 31 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 87 | schedule_rounds4!(h1, h0, w0, w1, w2, w3, w4, 3); | ------------------------------------------------ in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:89:22 | 89 | state_abcd = _mm_add_epi32(state_abcd, h0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha1nexte_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:90:19 | 90 | state_e = _mm_sha1nexte_epu32(h1, state_e); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_extract_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:93:16 | 93 | state[0] = _mm_extract_epi32(state_abcd, 3) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_extract_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:94:16 | 94 | state[1] = _mm_extract_epi32(state_abcd, 2) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_extract_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:95:16 | 95 | state[2] = _mm_extract_epi32(state_abcd, 1) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_extract_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:96:16 | 96 | state[3] = _mm_extract_epi32(state_abcd, 0) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_extract_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha1-0.10.6/src/compress/x86.rs:97:16 | 97 | state[4] = _mm_extract_epi32(state_e, 3) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256msg1_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:11:14 | 11 | let t1 = _mm_sha256msg1_epu32(v0, v1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:10:1 | 10 | unsafe fn schedule(v0: __m128i, v1: __m128i, v2: __m128i, v3: __m128i) -> __m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:12:14 | 12 | let t2 = _mm_alignr_epi8(v3, v2, 4); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:13:14 | 13 | let t3 = _mm_add_epi32(t1, t2); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256msg2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:14:5 | 14 | _mm_sha256msg2_epu32(t3, v3) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:44:25 | 44 | let MASK: __m128i = _mm_set_epi64x( | _________________________^ 45 | | 0x0C0D_0E0F_0809_0A0Bu64 as i64, 46 | | 0x0405_0607_0001_0203u64 as i64, 47 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:42:1 | 42 | unsafe fn digest_blocks(state: &mut [u32; 8], blocks: &[[u8; 64]]) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:50:16 | 50 | let dcba = _mm_loadu_si128(state_ptr.add(0)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:50:32 | 50 | let dcba = _mm_loadu_si128(state_ptr.add(0)); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:51:16 | 51 | let efgh = _mm_loadu_si128(state_ptr.add(1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:51:32 | 51 | let efgh = _mm_loadu_si128(state_ptr.add(1)); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:53:16 | 53 | let cdab = _mm_shuffle_epi32(dcba, 0xB1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:54:16 | 54 | let efgh = _mm_shuffle_epi32(efgh, 0x1B); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:55:20 | 55 | let mut abef = _mm_alignr_epi8(cdab, efgh, 8); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_blend_epi16` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:56:20 | 56 | let mut cdgh = _mm_blend_epi16(efgh, cdab, 0xF0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:63:22 | 63 | let mut w0 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(0)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:63:39 | 63 | let mut w0 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(0)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:63:55 | 63 | let mut w0 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(0)), MASK); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:64:22 | 64 | let mut w1 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(1)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:64:39 | 64 | let mut w1 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(1)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:64:55 | 64 | let mut w1 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(1)), MASK); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:65:22 | 65 | let mut w2 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(2)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:65:39 | 65 | let mut w2 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(2)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:65:55 | 65 | let mut w2 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(2)), MASK); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:66:22 | 66 | let mut w3 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(3)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:66:39 | 66 | let mut w3 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(3)), MASK); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:66:55 | 66 | let mut w3 = _mm_shuffle_epi8(_mm_loadu_si128(data_ptr.add(3)), MASK); | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 69 | rounds4!(abef, cdgh, w0, 0); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 69 | rounds4!(abef, cdgh, w0, 0); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 69 | rounds4!(abef, cdgh, w0, 0); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 69 | rounds4!(abef, cdgh, w0, 0); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 69 | rounds4!(abef, cdgh, w0, 0); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 70 | rounds4!(abef, cdgh, w1, 1); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 70 | rounds4!(abef, cdgh, w1, 1); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 70 | rounds4!(abef, cdgh, w1, 1); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 70 | rounds4!(abef, cdgh, w1, 1); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 70 | rounds4!(abef, cdgh, w1, 1); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 71 | rounds4!(abef, cdgh, w2, 2); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 71 | rounds4!(abef, cdgh, w2, 2); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 71 | rounds4!(abef, cdgh, w2, 2); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 71 | rounds4!(abef, cdgh, w2, 2); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 71 | rounds4!(abef, cdgh, w2, 2); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 72 | rounds4!(abef, cdgh, w3, 3); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 72 | rounds4!(abef, cdgh, w3, 3); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 72 | rounds4!(abef, cdgh, w3, 3); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 72 | rounds4!(abef, cdgh, w3, 3); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` ... 72 | rounds4!(abef, cdgh, w3, 3); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 73 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 4); | ---------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 4); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 4); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 4); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 4); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 73 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 4); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 74 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 5); | ---------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 74 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 5); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 74 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 5); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 74 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 5); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 74 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 5); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 74 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 5); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 75 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 6); | ---------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 75 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 6); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 75 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 6); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 75 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 6); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 75 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 6); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 75 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 6); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 76 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 7); | ---------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 7); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 7); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 7); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 7); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 76 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 7); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 77 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 8); | ---------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 8); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 8); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 8); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 8); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 77 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 8); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 78 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 9); | ---------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 9); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 9); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 9); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 9); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 78 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 9); | ---------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 79 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 10); | ----------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 10); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 10); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 10); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 10); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 79 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 10); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 80 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 11); | ----------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 11); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 11); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 11); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 11); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 80 | schedule_rounds4!(abef, cdgh, w2, w3, w4, w0, w1, 11); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 81 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 12); | ----------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 81 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 12); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 81 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 12); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 81 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 12); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 81 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 12); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 81 | schedule_rounds4!(abef, cdgh, w3, w4, w0, w1, w2, 12); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 82 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 13); | ----------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 82 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 13); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 82 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 13); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 82 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 13); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 82 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 13); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 82 | schedule_rounds4!(abef, cdgh, w4, w0, w1, w2, w3, 13); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 83 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 14); | ----------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 14); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 14); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 14); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 14); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 83 | schedule_rounds4!(abef, cdgh, w0, w1, w2, w3, w4, 14); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha256::x86::schedule` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:34:15 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 34 | | $w4 = schedule($w0, $w1, $w2, $w3); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 35 | | rounds4!($abef, $cdgh, $w4, $i); 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` ... 84 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 15); | ----------------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:20:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 15); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:21:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 15); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:22:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); 21 | | let t1 = _mm_add_epi32($rest, kv); 22 | | $cdgh = _mm_sha256rnds2_epu32($cdgh, $abef, t1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 15); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:23:18 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 23 | | let t2 = _mm_shuffle_epi32(t1, 0x0E); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 15); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_sha256rnds2_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:24:17 | 17 | / macro_rules! rounds4 { 18 | | ($abef:ident, $cdgh:ident, $rest:expr, $i:expr) => {{ 19 | | let k = crate::consts::K32X4[$i]; 20 | | let kv = _mm_set_epi32(k[0] as i32, k[1] as i32, k[2] as i32, k[3] as i32); ... | 24 | | $abef = _mm_sha256rnds2_epu32($abef, $cdgh, t2); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 25 | | }}; 26 | | } | |_- in this expansion of `rounds4!` (#2) 27 | 28 | / macro_rules! schedule_rounds4 { 29 | | ( 30 | | $abef:ident, $cdgh:ident, 31 | | $w0:expr, $w1:expr, $w2:expr, $w3:expr, $w4:expr, ... | 35 | | rounds4!($abef, $cdgh, $w4, $i); | | ------------------------------- in this macro invocation (#2) 36 | | }}; 37 | | } | |_- in this expansion of `schedule_rounds4!` (#1) ... 84 | schedule_rounds4!(abef, cdgh, w1, w2, w3, w4, w0, 15); | ----------------------------------------------------- in this macro invocation (#1) | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:86:16 | 86 | abef = _mm_add_epi32(abef, abef_save); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:87:16 | 87 | cdgh = _mm_add_epi32(cdgh, cdgh_save); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:90:16 | 90 | let feba = _mm_shuffle_epi32(abef, 0x1B); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:91:16 | 91 | let dchg = _mm_shuffle_epi32(cdgh, 0xB1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_blend_epi16` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:92:16 | 92 | let dcba = _mm_blend_epi16(feba, dchg, 0xF0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:93:16 | 93 | let hgef = _mm_alignr_epi8(dchg, feba, 8); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_storeu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:96:5 | 96 | _mm_storeu_si128(state_ptr_mut.add(0), dcba); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:96:22 | 96 | _mm_storeu_si128(state_ptr_mut.add(0), dcba); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_storeu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:97:5 | 97 | _mm_storeu_si128(state_ptr_mut.add(1), hgef); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha256/x86.rs:97:22 | 97 | _mm_storeu_si128(state_ptr_mut.add(1), hgef); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha512::x86::sha512_compress_x86_64_avx` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:33:9 | 33 | sha512_compress_x86_64_avx(state, &blocks[0]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:29:1 | 29 | unsafe fn sha512_compress_x86_64_avx2(state: &mut [u64; 8], blocks: &[[u8; 128]]) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_setzero_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:37:32 | 37 | let mut ms: MsgSchedule = [_mm_setzero_si128(); 8]; | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_setzero_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:38:32 | 38 | let mut t2: RoundStates = [_mm_setzero_si128(); 40]; | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_setzero_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:39:18 | 39 | let mut x = [_mm256_setzero_si256(); 8]; | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha512::x86::load_data_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:42:9 | 42 | load_data_avx2(&mut x, &mut ms, &mut t2, blocks.as_ptr().add(i) as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:42:50 | 42 | load_data_avx2(&mut x, &mut ms, &mut t2, blocks.as_ptr().add(i) as *const _); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha512::x86::rounds_0_63_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:46:9 | 46 | rounds_0_63_avx2(&mut current_state, &mut x, &mut ms, &mut t2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_setzero_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:59:19 | 59 | let mut ms = [_mm_setzero_si128(); 8]; | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:58:1 | 58 | unsafe fn sha512_compress_x86_64_avx(state: &mut [u64; 8], block: &[u8; 128]) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_setzero_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:60:18 | 60 | let mut x = [_mm_setzero_si128(); 8]; | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha512::x86::load_data_avx` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:64:5 | 64 | load_data_avx(&mut x, &mut ms, block.as_ptr() as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha512::x86::rounds_0_63_avx` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:65:5 | 65 | rounds_0_63_avx(&mut current_state, &mut x, &mut ms); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_setr_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:73:16 | 73 | let MASK = _mm_setr_epi32(0x04050607, 0x00010203, 0x0c0d0e0f, 0x08090a0b); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:71:1 | 71 | unsafe fn load_data_avx(x: &mut [__m128i; 8], ms: &mut MsgSchedule, data: *const __m128i) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:77:21 | 75 | / macro_rules! unrolled_iterations { 76 | | ($($i:literal),*) => {$( 77 | | x[$i] = _mm_loadu_si128(data.add($i) as *const _); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 78 | | x[$i] = _mm_shuffle_epi8(x[$i], MASK); ... | 86 | | )*}; 87 | | } | |_____- in this expansion of `unrolled_iterations!` 88 | 89 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:77:37 | 75 | / macro_rules! unrolled_iterations { 76 | | ($($i:literal),*) => {$( 77 | | x[$i] = _mm_loadu_si128(data.add($i) as *const _); | | ^^^^^^^^^^^^ call to unsafe function 78 | | x[$i] = _mm_shuffle_epi8(x[$i], MASK); ... | 86 | | )*}; 87 | | } | |_____- in this expansion of `unrolled_iterations!` 88 | 89 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:78:21 | 75 | / macro_rules! unrolled_iterations { 76 | | ($($i:literal),*) => {$( 77 | | x[$i] = _mm_loadu_si128(data.add($i) as *const _); 78 | | x[$i] = _mm_shuffle_epi8(x[$i], MASK); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 86 | | )*}; 87 | | } | |_____- in this expansion of `unrolled_iterations!` 88 | 89 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:80:21 | 75 | / macro_rules! unrolled_iterations { 76 | | ($($i:literal),*) => {$( 77 | | x[$i] = _mm_loadu_si128(data.add($i) as *const _); 78 | | x[$i] = _mm_shuffle_epi8(x[$i], MASK); 79 | | 80 | | let y = _mm_add_epi64( | | _____________________^ 81 | || x[$i], 82 | || _mm_loadu_si128(&K64[2 * $i] as *const u64 as *const _), 83 | || ); | ||_____________^ call to unsafe function ... | 86 | | )*}; 87 | | } | |______- in this expansion of `unrolled_iterations!` 88 | 89 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:82:17 | 75 | / macro_rules! unrolled_iterations { 76 | | ($($i:literal),*) => {$( 77 | | x[$i] = _mm_loadu_si128(data.add($i) as *const _); 78 | | x[$i] = _mm_shuffle_epi8(x[$i], MASK); ... | 82 | | _mm_loadu_si128(&K64[2 * $i] as *const u64 as *const _), | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 86 | | )*}; 87 | | } | |_____- in this expansion of `unrolled_iterations!` 88 | 89 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:100:16 | 100 | let MASK = _mm256_set_epi64x( | ________________^ 101 | | 0x0809_0A0B_0C0D_0E0F_i64, 102 | | 0x0001_0203_0405_0607_i64, 103 | | 0x0809_0A0B_0C0D_0E0F_i64, 104 | | 0x0001_0203_0405_0607_i64, 105 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:93:1 | 93 | / unsafe fn load_data_avx2( 94 | | x: &mut [__m256i; 8], 95 | | ms: &mut MsgSchedule, 96 | | t2: &mut RoundStates, 97 | | data: *const __m128i, 98 | | ) { | |_^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_insertf128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:109:21 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:109:52 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:109:68 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); | | ^^^^^^^^^^^^^^^^ call to unsafe function 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_insertf128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:110:21 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:110:52 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:110:68 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); | | ^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_shuffle_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:112:21 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); 111 | | 112 | | x[$i] = _mm256_shuffle_epi8(x[$i], MASK); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:114:21 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 114 | | let t = _mm_loadu_si128(K64.as_ptr().add($i * 2) as *const u64 as *const _); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:114:37 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 114 | | let t = _mm_loadu_si128(K64.as_ptr().add($i * 2) as *const u64 as *const _); | | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:115:21 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 115 | | let y = _mm256_add_epi64(x[$i], _mm256_set_m128i(t, t)); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_set_m128i` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:115:45 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 115 | | let y = _mm256_add_epi64(x[$i], _mm256_set_m128i(t, t)); | | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extracti128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:117:22 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 117 | | ms[$i] = _mm256_extracti128_si256(y, 0); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 118 | | t2[$i] = _mm256_extracti128_si256(y, 1); 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extracti128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:118:22 | 107 | / macro_rules! unrolled_iterations { 108 | | ($($i:literal),*) => {$( 109 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add(8 + $i) as *const _), 1); 110 | | x[$i] = _mm256_insertf128_si256(x[$i], _mm_loadu_si128(data.add($i) as *const _), 0); ... | 118 | | t2[$i] = _mm256_extracti128_si256(y, 1); | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function 119 | | )*}; 120 | | } | |_____- in this expansion of `unrolled_iterations!` 121 | 122 | unrolled_iterations!(0, 1, 2, 3, 4, 5, 6, 7); | -------------------------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:131:23 | 131 | let k64 = _mm_loadu_si128(&K64[k64_idx] as *const u64 as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:126:1 | 126 | unsafe fn rounds_0_63_avx(current_state: &mut State, x: &mut [__m128i; 8], ms: &mut MsgSchedule) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `sha512::x86::sha512_update_x_avx` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:132:21 | 132 | let y = sha512_update_x_avx(x, k64); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:157:21 | 157 | let t = _mm_loadu_si128(K64.as_ptr().add(k64x4_idx) as *const u64 as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:147:1 | 147 | / unsafe fn rounds_0_63_avx2( 148 | | current_state: &mut State, 149 | | x: &mut [__m256i; 8], 150 | | ms: &mut MsgSchedule, 151 | | t2: &mut RoundStates, 152 | | ) { | |_^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:157:37 | 157 | let t = _mm_loadu_si128(K64.as_ptr().add(k64x4_idx) as *const u64 as *const _); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `sha512::x86::sha512_update_x_avx2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:158:21 | 158 | let y = sha512_update_x_avx2(x, _mm256_set_m128i(t, t)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_set_m128i` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:158:45 | 158 | let y = sha512_update_x_avx2(x, _mm256_set_m128i(t, t)); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extracti128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:166:21 | 166 | ms[j] = _mm256_extracti128_si256(y, 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_extracti128_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:167:29 | 167 | t2[8 * i + j] = _mm256_extracti128_si256(y, 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:256:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 256 | | let mut t0 = $ALIGNR8(x[1], x[0], 8); | | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:254:9 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 254 | | unsafe fn $name(x: &mut [$ty; 8], k64: $ty) -> $ty { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:258:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 258 | | let mut t3 = $ALIGNR8(x[5], x[4], 8); | | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:260:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 260 | | let mut t2 = $SRL64(t0, 1); | | ^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:262:20 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 262 | | x[0] = $ADD64(x[0], t3); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:264:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 264 | | t3 = $SRL64(t0, 7); | | ^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:266:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 266 | | let mut t1 = $SLL64(t0, 64 - 8); | | ^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:269:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 269 | | t0 = $XOR(t3, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:271:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 271 | | t2 = $SRL64(t2, 8 - 1); | | ^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:275:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 275 | | t0 = $XOR(t0, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:277:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 277 | | t1 = $SLL64(t1, 8 - 1); | | ^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:279:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 279 | | t0 = $XOR(t0, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:280:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 280 | | t0 = $XOR(t0, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:282:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 282 | | t3 = $SRL64(x[7], 6); | | ^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:284:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 284 | | t2 = $SLL64(x[7], 64 - 61); | | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:286:20 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 286 | | x[0] = $ADD64(x[0], t0); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:288:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 288 | | t1 = $SRL64(x[7], 19); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:291:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 291 | | t3 = $XOR(t3, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:293:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 293 | | t2 = $SLL64(t2, 61 - 19); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:297:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 297 | | t3 = $XOR(t3, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:299:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 299 | | t1 = $SRL64(t1, 61 - 19); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:301:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 301 | | t3 = $XOR(t3, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:302:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 302 | | t3 = $XOR(t3, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:305:20 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 305 | | x[0] = $ADD64(x[0], t3); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:318:13 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 318 | | $ADD64(x[7], k64) | | ^^^^^^^^^^^^^^^^^ call to unsafe function 319 | | } 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` 322 | 323 | / fn_sha512_update_x!(sha512_update_x_avx, __m128i, { 324 | | ADD64 = _mm_add_epi64, 325 | | ALIGNR8 = _mm_alignr_epi8, 326 | | SRL64 = _mm_srli_epi64, 327 | | SLL64 = _mm_slli_epi64, 328 | | XOR = _mm_xor_si128, 329 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:256:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 256 | | let mut t0 = $ALIGNR8(x[1], x[0], 8); | | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:254:9 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 254 | | unsafe fn $name(x: &mut [$ty; 8], k64: $ty) -> $ty { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_alignr_epi8` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:258:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 258 | | let mut t3 = $ALIGNR8(x[5], x[4], 8); | | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:260:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 260 | | let mut t2 = $SRL64(t0, 1); | | ^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:262:20 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 262 | | x[0] = $ADD64(x[0], t3); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:264:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 264 | | t3 = $SRL64(t0, 7); | | ^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:266:26 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 266 | | let mut t1 = $SLL64(t0, 64 - 8); | | ^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:269:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 269 | | t0 = $XOR(t3, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:271:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 271 | | t2 = $SRL64(t2, 8 - 1); | | ^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:275:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 275 | | t0 = $XOR(t0, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:277:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 277 | | t1 = $SLL64(t1, 8 - 1); | | ^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:279:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 279 | | t0 = $XOR(t0, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:280:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 280 | | t0 = $XOR(t0, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:282:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 282 | | t3 = $SRL64(x[7], 6); | | ^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:284:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 284 | | t2 = $SLL64(x[7], 64 - 61); | | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:286:20 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 286 | | x[0] = $ADD64(x[0], t0); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:288:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 288 | | t1 = $SRL64(x[7], 19); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:291:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 291 | | t3 = $XOR(t3, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:293:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 293 | | t2 = $SLL64(t2, 61 - 19); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:297:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 297 | | t3 = $XOR(t3, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:299:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 299 | | t1 = $SRL64(t1, 61 - 19); | | ^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:301:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 301 | | t3 = $XOR(t3, t2); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_xor_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:302:18 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 302 | | t3 = $XOR(t3, t1); | | ^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:305:20 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 305 | | x[0] = $ADD64(x[0], t3); | | ^^^^^^^^^^^^^^^^ call to unsafe function ... | 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/sha2-0.10.8/src/sha512/x86.rs:318:13 | 246 | / macro_rules! fn_sha512_update_x { 247 | | ($name:ident, $ty:ident, { 248 | | ADD64 = $ADD64:ident, 249 | | ALIGNR8 = $ALIGNR8:ident, ... | 318 | | $ADD64(x[7], k64) | | ^^^^^^^^^^^^^^^^^ call to unsafe function 319 | | } 320 | | }; 321 | | } | |_- in this expansion of `fn_sha512_update_x!` ... 331 | / fn_sha512_update_x!(sha512_update_x_avx2, __m256i, { 332 | | ADD64 = _mm256_add_epi64, 333 | | ALIGNR8 = _mm256_alignr_epi8, 334 | | SRL64 = _mm256_srli_epi64, 335 | | SLL64 = _mm256_slli_epi64, 336 | | XOR = _mm256_xor_si256, 337 | | }); | |__- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: field `0` is never read --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/derive-where-1.2.7/src/data.rs:72:8 | 72 | Union(&'a Fields<'a>), | ----- ^^^^^^^^^^^^^^ | | | field in this variant | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 72 | Union(()), | ~~ Compiling rustc_index v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_index CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_index/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_index CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_index --edition=2021 compiler/rustc_index/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rustc_randomized_layouts"))' -C metadata=2a2297aaa3d28c15 -C extra-filename=-2a2297aaa3d28c15 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-95eb4a6b0c198a95.rmeta --extern rustc_index_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_index_macros-e024dec07698a52f.so --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `sha1` (lib) generated 114 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=tinystr CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A small ASCII-only bounded length string representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinystr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name tinystr --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=a2c02738b1c813f9 -C extra-filename=-a2c02738b1c813f9 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-0f1fd5b0916d33c6.so --extern zerovec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-dcc6cba1ea572744.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `blake3` (lib) generated 17 warnings Compiling md-5 v0.10.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=md5 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/md-5-0.10.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/md-5-0.10.6/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='MD5 hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=md-5 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name md5 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=c5d0bf3f637b1a10 -C extra-filename=-c5d0bf3f637b1a10 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --extern digest=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libdigest-a9dab597188a849a.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `asciibyte::AsciiByte::to_ascii_byte_array` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/ascii.rs:212:20 | 212 | bytes: AsciiByte::to_ascii_byte_array(&bytes), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/ascii.rs:210:5 | 210 | pub const unsafe fn from_bytes_unchecked(bytes: [u8; N]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/asciibyte.rs:143:9 | 143 | *(bytes as *const [u8; N] as *const [AsciiByte; N]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/tinystr-0.7.6/src/asciibyte.rs:142:5 | 142 | pub const unsafe fn to_ascii_byte_array(bytes: &[u8; N]) -> [AsciiByte; N] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compiling unicode-width v0.2.0 warning: `tinystr` (lib) generated 4 warnings (2 duplicates) Compiling ppv-lite86 v0.2.20 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.2.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_width --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=bb65f91f96082fdb -C extra-filename=-bb65f91f96082fdb --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/Cargo.toml CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.2.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ppv_lite86 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=6f097c7601553c5f -C extra-filename=-6f097c7601553c5f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern zerocopy=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerocopy-03905de80f06fd5e.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1100:29 | 1100 | fn fmt(&self, fmt: &mut Formatter) -> Result { | ^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 1100 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1116:29 | 1116 | fn fmt(&self, fmt: &mut Formatter) -> Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1116 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1126:29 | 1126 | fn fmt(&self, fmt: &mut Formatter) -> Result { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1126 | fn fmt(&self, fmt: &mut Formatter<'_>) -> Result { | ++++ warning: `zerovec` (lib) generated 83 warnings Compiling rustc_data_structures v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_data_structures CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_data_structures/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_data_structures CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_data_structures --edition=2021 compiler/rustc_data_structures/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=344e4f0e14dda6dd -C extra-filename=-344e4f0e14dda6dd --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern arrayvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libarrayvec-95eb4a6b0c198a95.rmeta --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --extern either=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libeither-9dd41f9eb914ae60.rmeta --extern elsa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libelsa-303cf184ea2079ac.rmeta --extern ena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libena-2ccc2ca64222f56a.rmeta --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-d57d3ca7bc1aabb5.rmeta --extern jobserver_crate=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libjobserver-221e60eb58791900.rmeta --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --extern measureme=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmeasureme-89aceb9aa021e91c.rmeta --extern memmap2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmemmap2-5ee609eab137b918.rmeta --extern parking_lot=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libparking_lot-4718d656cf79a587.rmeta --extern rustc_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_hash-1a25aa7e566b54ef.rmeta --extern rayon=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librayon-dc82f4bfbb94e759.rmeta --extern rustc_stable_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_stable_hash-ede4cd759009a489.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-c02cc46c55198960.rmeta --extern rustc_graphviz=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_graphviz-f528ffe9843101b6.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern smallvec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsmallvec-d51367e9ad37f835.rmeta --extern stacker=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstacker-a0403db87b2c250e.rmeta --extern tempfile=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtempfile-46b815fb999bffbe.rmeta --extern thin_vec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libthin_vec-36a2d31e0bdc5b5e.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out` Compiling serde v1.0.214 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=21d234c75879f222 -C extra-filename=-21d234c75879f222 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/serde-21d234c75879f222 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:136:18 | 136 | x2::new([W::unpack(p[0]), W::unpack(p[1])]) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:134:5 | 134 | unsafe fn unpack(p: vec256_storage) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:136:35 | 136 | x2::new([W::unpack(p[0]), W::unpack(p[1])]) | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:181:18 | 181 | x2::new([W::unsafe_read_le(input.0), W::unsafe_read_le(input.1)]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:179:5 | 179 | unsafe fn unsafe_read_le(input: &[u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:181:46 | 181 | x2::new([W::unsafe_read_le(input.0), W::unsafe_read_le(input.1)]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_be` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:186:18 | 186 | x2::new([W::unsafe_read_be(input.0), W::unsafe_read_be(input.1)]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:184:5 | 184 | unsafe fn unsafe_read_be(input: &[u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_be` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:186:46 | 186 | x2::new([W::unsafe_read_be(input.0), W::unsafe_read_be(input.1)]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:359:13 | 359 | W::unpack(p[0]), | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:356:5 | 356 | unsafe fn unpack(p: vec512_storage) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:360:13 | 360 | W::unpack(p[1]), | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:361:13 | 361 | W::unpack(p[2]), | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:362:13 | 362 | W::unpack(p[3]), | ^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:414:13 | 414 | W::unsafe_read_le(&input[..n]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:411:5 | 411 | unsafe fn unsafe_read_le(input: &[u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:415:13 | 415 | W::unsafe_read_le(&input[n..n * 2]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:416:13 | 416 | W::unsafe_read_le(&input[n * 2..n * 3]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:417:13 | 417 | W::unsafe_read_le(&input[n * 3..]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_be` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:424:13 | 424 | W::unsafe_read_be(&input[..n]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:421:5 | 421 | unsafe fn unsafe_read_be(input: &[u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_be` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:425:13 | 425 | W::unsafe_read_be(&input[n..n * 2]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_be` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:426:13 | 426 | W::unsafe_read_be(&input[n * 2..n * 3]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_be` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/soft.rs:427:13 | 427 | W::unsafe_read_be(&input[n * 3..]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:55:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 55 | | Self::new(x.sse2) | | ^^^^^^ access to union field ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 319 | def_vec!(u32x4_sse2, u32); | ------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:54:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 54 | | unsafe fn unpack(x: vec128_storage) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 319 | def_vec!(u32x4_sse2, u32); | ------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:83:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 83 | | Self::new(_mm_loadu_si128(input.as_ptr() as *const _)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 319 | def_vec!(u32x4_sse2, u32); | ------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:81:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 81 | | unsafe fn unsafe_read_le(input: &[u8]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 319 | def_vec!(u32x4_sse2, u32); | ------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:88:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 88 | | Self::new(_mm_loadu_si128(input.as_ptr() as *const _)).bswap() | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 319 | def_vec!(u32x4_sse2, u32); | ------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:86:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 86 | | unsafe fn unsafe_read_be(input: &[u8]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 319 | def_vec!(u32x4_sse2, u32); | ------------------------- in this macro invocation warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:55:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 55 | | Self::new(x.sse2) | | ^^^^^^ access to union field ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 320 | def_vec!(u64x2_sse2, u64); | ------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:54:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 54 | | unsafe fn unpack(x: vec128_storage) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 320 | def_vec!(u64x2_sse2, u64); | ------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:83:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 83 | | Self::new(_mm_loadu_si128(input.as_ptr() as *const _)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 320 | def_vec!(u64x2_sse2, u64); | ------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:81:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 81 | | unsafe fn unsafe_read_le(input: &[u8]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 320 | def_vec!(u64x2_sse2, u64); | ------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:88:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 88 | | Self::new(_mm_loadu_si128(input.as_ptr() as *const _)).bswap() | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 320 | def_vec!(u64x2_sse2, u64); | ------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:86:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 86 | | unsafe fn unsafe_read_be(input: &[u8]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 320 | def_vec!(u64x2_sse2, u64); | ------------------------- in this macro invocation warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:55:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 55 | | Self::new(x.sse2) | | ^^^^^^ access to union field ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 321 | def_vec!(u128x1_sse2, u128); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:54:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 54 | | unsafe fn unpack(x: vec128_storage) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 321 | def_vec!(u128x1_sse2, u128); | --------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:83:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 83 | | Self::new(_mm_loadu_si128(input.as_ptr() as *const _)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 321 | def_vec!(u128x1_sse2, u128); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:81:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 81 | | unsafe fn unsafe_read_le(input: &[u8]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 321 | def_vec!(u128x1_sse2, u128); | --------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:88:27 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 88 | | Self::new(_mm_loadu_si128(input.as_ptr() as *const _)).bswap() | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 321 | def_vec!(u128x1_sse2, u128); | --------------------------- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:86:13 | 40 | / macro_rules! def_vec { 41 | | ($vec:ident, $word:ident) => { 42 | | #[allow(non_camel_case_types)] 43 | | #[derive(Copy, Clone, FromBytes, AsBytes, FromZeroes)] ... | 86 | | unsafe fn unsafe_read_be(input: &[u8]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 137 | | }; 138 | | } | |_- in this expansion of `def_vec!` ... 321 | def_vec!(u128x1_sse2, u128); | --------------------------- in this macro invocation warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:507:19 | 507 | Self::new(_mm_set_epi32( | ___________________^ 508 | | xs[3] as i32, 509 | | xs[2] as i32, 510 | | xs[1] as i32, 511 | | xs[0] as i32, 512 | | )) | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:506:5 | 506 | unsafe fn unsafe_from(xs: [u32; 4]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:664:19 | 664 | Self::new(_mm_set_epi64x(xs[1] as i64, xs[0] as i64)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:663:5 | 663 | unsafe fn unsafe_from(xs: [u64; 2]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1077:13 | 1077 | let q = _mm_shuffle_epi32(_mm_cmpeq_epi64(x, y), 0b1100_0110); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1076:1 | 1076 | unsafe fn eq128_s4(x: __m128i, y: __m128i) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cmpeq_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1077:31 | 1077 | let q = _mm_shuffle_epi32(_mm_cmpeq_epi64(x, y), 0b1100_0110); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cvtsi128_si64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1078:5 | 1078 | _mm_cvtsi128_si64(q) == -1 | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cmpeq_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1083:13 | 1083 | let q = _mm_cmpeq_epi32(x, y); | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1082:1 | 1082 | unsafe fn eq128_s2(x: __m128i, y: __m128i) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cvtsi128_si64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1084:13 | 1084 | let p = _mm_cvtsi128_si64(_mm_srli_si128(q, 8)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1084:31 | 1084 | let p = _mm_cvtsi128_si64(_mm_srli_si128(q, 8)); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_cvtsi128_si64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1085:13 | 1085 | let q = _mm_cvtsi128_si64(q); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior Compiling thiserror v1.0.66 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-1.0.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84b784dd573069d6 -C extra-filename=-84b784dd573069d6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/thiserror-84b784dd573069d6 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1407:23 | 1407 | Self::new(p.avx) | ^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1406:9 | 1406 | unsafe fn unpack(p: vec256_storage) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1414:23 | 1414 | Self::new(_mm256_loadu_si256(input.as_ptr() as *const _)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1412:9 | 1412 | unsafe fn unsafe_read_le(input: &[u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::StoreBytes::unsafe_read_le` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1418:13 | 1418 | Self::unsafe_read_le(input).bswap() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1417:9 | 1417 | unsafe fn unsafe_read_be(input: &[u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1608:17 | 1608 | u32x4x2_avx2::unpack(p.avx[0]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1606:9 | 1606 | unsafe fn unpack(p: vec512_storage) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1608:38 | 1608 | u32x4x2_avx2::unpack(p.avx[0]), | ^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior warning[E0133]: call to unsafe function `types::Store::unpack` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1609:17 | 1609 | u32x4x2_avx2::unpack(p.avx[1]), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ppv-lite86-0.2.20/src/x86_64/sse2.rs:1609:38 | 1609 | u32x4x2_avx2::unpack(p.avx[1]), | ^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior warning: `ppv-lite86` (lib) generated 46 warnings Compiling rand_chacha v0.3.1 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rand_chacha --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=00617b02fbf054b8 -C extra-filename=-00617b02fbf054b8 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern ppv_lite86=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libppv_lite86-6f097c7601553c5f.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_core-5defffb124aa2e90.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/serde-e83c1cc9d4f35d97/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/serde-21d234c75879f222/build-script-build` [serde 1.0.214] cargo:rerun-if-changed=build.rs [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_cstr) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_error) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_net) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_num_saturating) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_core_try_from) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_float_copysign) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_serde_derive) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_std_atomic) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_std_atomic64) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) [serde 1.0.214] cargo:rustc-check-cfg=cfg(no_target_has_atomic) Compiling serde_derive v1.0.214 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde_derive --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=db07edffd3238c82 -C extra-filename=-db07edffd3238c82 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling thiserror-impl v1.0.66 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name thiserror_impl --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d312c71428a3d514 -C extra-filename=-d312c71428a3d514 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/chacha.rs:65:32 | 65 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 65 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/chacha.rs:80:40 | 70 | / macro_rules! chacha_impl { 71 | | ($ChaChaXCore:ident, $ChaChaXRng:ident, $rounds:expr, $doc:expr, $abst:ident) => { 72 | | #[doc=$doc] 73 | | #[derive(Clone, PartialEq, Eq)] ... | 80 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 340 | | } 341 | | } | |_- in this expansion of `chacha_impl!` 342 | 343 | chacha_impl!(ChaCha20Core, ChaCha20Rng, 10, "ChaCha with 20 rounds", abstract20); | -------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/chacha.rs:80:40 | 70 | / macro_rules! chacha_impl { 71 | | ($ChaChaXCore:ident, $ChaChaXRng:ident, $rounds:expr, $doc:expr, $abst:ident) => { 72 | | #[doc=$doc] 73 | | #[derive(Clone, PartialEq, Eq)] ... | 80 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 340 | | } 341 | | } | |_- in this expansion of `chacha_impl!` ... 344 | chacha_impl!(ChaCha12Core, ChaCha12Rng, 6, "ChaCha with 12 rounds", abstract12); | ------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand_chacha-0.3.1/src/chacha.rs:80:40 | 70 | / macro_rules! chacha_impl { 71 | | ($ChaChaXCore:ident, $ChaChaXRng:ident, $rounds:expr, $doc:expr, $abst:ident) => { 72 | | #[doc=$doc] 73 | | #[derive(Clone, PartialEq, Eq)] ... | 80 | | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 340 | | } 341 | | } | |_- in this expansion of `chacha_impl!` ... 345 | chacha_impl!(ChaCha8Core, ChaCha8Rng, 4, "ChaCha with 8 rounds", abstract8); | --------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 80 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: `derive-where` (lib) generated 48 warnings Compiling static_assertions v1.1.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=static_assertions CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/static_assertions-1.1.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/static_assertions-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Nikolai Vazquez' CARGO_PKG_DESCRIPTION='Compile-time assertions to ensure that invariants are met.' CARGO_PKG_HOMEPAGE='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=static_assertions CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name static_assertions --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=350029e3802580a2 -C extra-filename=-350029e3802580a2 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/lib.rs:18:1 | 18 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:48:43 | 48 | pub fn get(input: &[Attribute]) -> Result { | ^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 48 | pub fn get(input: &[Attribute]) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:93:34 | 93 | attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/attr.rs:142:28 | 142 | fn parse_token_expr(input: ParseStream, mut begin_expr: bool) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 142 | fn parse_token_expr(input: ParseStream<'_>, mut begin_expr: bool) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:57:23 | 57 | fn impl_struct(input: Struct) -> TokenStream { | ^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | fn impl_struct(input: Struct<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:228:21 | 228 | fn impl_enum(input: Enum) -> TokenStream { | ^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | fn impl_enum(input: Enum<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:487:25 | 487 | fn fields_pat(fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 487 | fn fields_pat(fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:512:34 | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn from_initializer(from_field: &Field<'_>, backtrace_field: Option<&Field>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/expand.rs:512:66 | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field>) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 512 | fn from_initializer(from_field: &Field, backtrace_field: Option<&Field<'_>>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/fmt.rs:12:50 | 12 | pub fn expand_shorthand(&mut self, fields: &[Field]) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 12 | pub fn expand_shorthand(&mut self, fields: &[Field<'_>]) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/fmt.rs:125:31 | 125 | fn explicit_named_args(input: ParseStream) -> Result> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn explicit_named_args(input: ParseStream<'_>) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/generics.rs:26:21 | 26 | fn crawl(in_scope: &ParamsInScope, ty: &Type, found: &mut bool) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 26 | fn crawl(in_scope: &ParamsInScope<'_>, ty: &Type, found: &mut bool) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:7:48 | 7 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:11:50 | 11 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:15:53 | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:19:62 | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:53:48 | 53 | pub(crate) fn from_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 53 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:57:50 | 57 | pub(crate) fn source_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 57 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:61:53 | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:65:62 | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/prop.rs:128:25 | 128 | from_field: Option<&Field>, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | from_field: Option<&Field<'_>>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:108:34 | 108 | fn check_non_field_attrs(attrs: &Attrs) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 108 | fn check_non_field_attrs(attrs: &Attrs<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:138:32 | 138 | fn check_field_attrs(fields: &[Field]) -> Result<()> { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 138 | fn check_field_attrs(fields: &[Field<'_>]) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:205:22 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field<'_>, two: &Field) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/thiserror-impl-1.0.66/src/valid.rs:205:35 | 205 | fn same_member(one: &Field, two: &Field) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 205 | fn same_member(one: &Field, two: &Field<'_>) -> bool { | ++++ Compiling rand v0.8.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rand --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=6e8beff895e4c34a -C extra-filename=-6e8beff895e4c34a --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern libc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblibc-7422920b5f7c8bf7.rmeta --extern rand_chacha=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_chacha-00617b02fbf054b8.rmeta --extern rand_core=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand_core-5defffb124aa2e90.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `sha2` (lib) generated 222 warnings Compiling adler2 v2.0.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=adler2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='Jonas Schievink :oyvindln ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/oyvindln/adler2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name adler2 --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=de24524c52e2f2b0 -C extra-filename=-de24524c52e2f2b0 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs:185:18 | 185 | thread_rng().gen() | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/bernoulli.rs:138:26 | 138 | let v: u64 = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:115:39 | 115 | let value: $uty = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:130:39 | 130 | let value: $uty = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:145:39 | 145 | let value: $uty = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:187:34 | 187 | assert_eq!(zeros.gen::<$ty>(), $ZERO); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:189:32 | 189 | assert_eq!(one.gen::<$ty>(), $EPSILON / 2.0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:191:32 | 191 | assert_eq!(max.gen::<$ty>(), 1.0 - $EPSILON / 2.0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:227:34 | 227 | assert_eq!(zeros.gen::<$ty>(), $ZERO); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:229:32 | 229 | assert_eq!(one.gen::<$ty>(), $EPSILON / 2.0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/float.rs:231:32 | 231 | assert_eq!(max.gen::<$ty>(), 1.0 - $EPSILON / 2.0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/integer.rs:78:21 | 78 | rng.gen::<$uty>() as $ty | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/integer.rs:96:48 | 96 | if let Some(nz) = $new(rng.gen()) { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/integer.rs:118:43 | 118 | $intrinsic::from_bits(rng.gen::<$vec>()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:163:30 | 163 | _rng.gen::<$tyvar>() | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:202:43 | 202 | *elem = MaybeUninit::new(_rng.gen()); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:218:23 | 218 | [_rng.gen::<$t>(), $(_rng.gen::<$ts>()),*] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:218:43 | 218 | [_rng.gen::<$t>(), $(_rng.gen::<$ts>()),*] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:239:16 | 239 | if rng.gen::() { | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:240:22 | 240 | Some(rng.gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:252:22 | 252 | Wrapping(rng.gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/other.rs:280:27 | 280 | .map(|()| rng.gen::()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:494:47 | 494 | let v: $u_large = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:502:25 | 502 | rng.gen() | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:531:32 | 531 | return rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:548:43 | 548 | let v: $u_large = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:649:44 | 649 | let mut v: $unsigned = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:664:44 | 664 | v = mask.select(v, rng.gen()); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:902:37 | 902 | let value1_2 = (rng.gen::<$uty>() >> $bits_to_discard).into_float_with_exponent(0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/uniform.rs:942:30 | 942 | (rng.gen::<$uty>() >> $bits_to_discard).into_float_with_exponent(0); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:93:8 | 93 | fn gen(&mut self) -> T | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:325:32 | 325 | *elt = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:484:13 | 484 | let gen: [f32; 2] = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:484:33 | 484 | let gen: [f32; 2] = rng.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:485:27 | 485 | assert_eq!(array, gen); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:565:11 | 565 | r.gen::(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:577:11 | 577 | r.gen::(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/adapter/reseeding.rs:378:31 | 378 | let first: u32 = rng1.gen(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/adapter/reseeding.rs:380:26 | 380 | let _ = rng1.gen::(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/adapter/reseeding.rs:384:32 | 384 | assert_eq!(first, rng2.gen::()); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/thread.rs:140:11 | 140 | r.gen::(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/index.rs:360:27 | 360 | let key = rng.gen::().powf(1.0 / weight); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/index.rs:395:27 | 395 | let key = rng.gen::().powf(1.0 / weight); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs:53:13 | 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] | ^^^^^^^ | = help: expected names are: `bootstrap`, `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `llvm_enzyme`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/lib.rs:181:12 | 181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/mod.rs:116:12 | 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `features` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/distribution.rs:162:7 | 162 | #[cfg(features = "nightly")] | ^^^^^^^^^^^^^^^^^^^^ | = note: see for more information about checking conditional configuration help: there is a config with a similar name and value | 162 | #[cfg(feature = "nightly")] | ~~~~~~~ warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:235:11 | 235 | #[cfg(not(std))] | ^^^ help: found config with similar value: `feature = "std"` | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:291:19 | 289 | / macro_rules! scalar_float_impl { 290 | | ($ty:ident, $uty:ident) => { 291 | | #[cfg(not(std))] | | ^^^ help: found config with similar value: `feature = "std"` 292 | | impl Float for $ty { ... | 356 | | }; 357 | | } | |_- in this expansion of `scalar_float_impl!` 358 | 359 | scalar_float_impl!(f32, u32); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `std` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:291:19 | 289 | / macro_rules! scalar_float_impl { 290 | | ($ty:ident, $uty:ident) => { 291 | | #[cfg(not(std))] | | ^^^ help: found config with similar value: `feature = "std"` 292 | | impl Float for $ty { ... | 356 | | }; 357 | | } | |_- in this expansion of `scalar_float_impl!` ... 360 | scalar_float_impl!(f64, u64); | ---------------------------- in this macro invocation | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/weighted_index.rs:80:12 | 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/weighted_index.rs:429:12 | 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/weighted_index.rs:450:32 | 450 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 450 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rng.rs:395:12 | 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/mod.rs:99:12 | 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/mod.rs:118:12 | 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/adapter/read.rs:85:32 | 85 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 85 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/std.rs:32:12 | 32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/thread.rs:60:12 | 60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/rngs/thread.rs:87:12 | 87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:29:12 | 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:623:12 | 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/index.rs:276:12 | 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:114:16 | 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:142:16 | 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:170:16 | 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:219:16 | 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:115:80 | 115 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 115 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter<'_, Self, Self::Item> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:222:32 | 222 | ) -> Result, WeightedError> | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 222 | ) -> Result, WeightedError> | +++ warning: unexpected `cfg` condition name: `doc_cfg` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:465:16 | 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] | ^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:515:80 | 515 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 515 | fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter<'_, Self, Self::Item> | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:566:32 | 566 | ) -> Result, WeightedError> | ---------------^----------------- expected lifetime parameter | help: indicate the anonymous lifetime | 566 | ) -> Result, WeightedError> | +++ Compiling miniz_oxide v0.8.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name miniz_oxide --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=4be88bed1084503c -C extra-filename=-4be88bed1084503c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern adler2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libadler2-de24524c52e2f2b0.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/ast.rs:133:23 | 133 | let variants: Vec = variants | ^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 133 | let variants: Vec> = variants | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:148:23 | 148 | ser_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 148 | ser_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:149:22 | 149 | de_name: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 149 | de_name: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:150:35 | 150 | de_aliases: Option>, | -------^------- expected lifetime parameter | help: indicate the anonymous lifetime | 150 | de_aliases: Option>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:558:54 | 558 | let _ = attr.parse_args_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 558 | let _ = attr.parse_args_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:661:36 | 661 | pub fn serde_path(&self) -> Cow { | ---^---------- expected lifetime parameter | help: indicate the anonymous lifetime | 661 | pub fn serde_path(&self) -> Cow<'_, syn::Path> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:680:15 | 680 | untagged: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 680 | untagged: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:681:23 | 681 | internal_tag: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 681 | internal_tag: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:682:18 | 682 | content: Attr, | ----^------- expected lifetime parameter | help: indicate the anonymous lifetime | 682 | content: Attr<'_, String>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:741:23 | 741 | field_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 741 | field_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:742:25 | 742 | variant_identifier: BoolAttr, | ^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 742 | variant_identifier: BoolAttr<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1392:35 | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1392 | F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta<'_>) -> syn::Result, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1387:12 | 1387 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1387 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1432:12 | 1432 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1432 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1440:12 | 1440 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1440 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1448:12 | 1448 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1448 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1457:12 | 1457 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1457 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1466:12 | 1466 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1466 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1501:12 | 1501 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1501 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1523:12 | 1523 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1523 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1546:12 | 1546 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1546 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1567:12 | 1567 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1567 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1590:12 | 1590 | meta: &ParseNestedMeta, | ^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1590 | meta: &ParseNestedMeta<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/attr.rs:1597:54 | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1597 | if let Ok(lifetimes) = string.parse_with(|input: ParseStream<'_>| { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:45:59 | 45 | pub fn from_str(rename_all_str: &str) -> Result { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 45 | pub fn from_str(rename_all_str: &str) -> Result> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/case.rs:125:32 | 125 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 125 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:737:38 | 737 | fn flush(&mut self, output: &mut OutputBufferOxide) -> Result<()> { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 737 | fn flush(&mut self, output: &mut OutputBufferOxide<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1066:51 | 1066 | fn start_static_block(&mut self, output: &mut OutputBufferOxide) { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1066 | fn start_static_block(&mut self, output: &mut OutputBufferOxide<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1080:52 | 1080 | fn start_dynamic_block(&mut self, output: &mut OutputBufferOxide) -> Result<()> { | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1080 | fn start_dynamic_block(&mut self, output: &mut OutputBufferOxide<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:8:36 | 8 | pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 8 | pub fn check(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1523:18 | 1523 | output: &mut OutputBufferOxide, | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1523 | output: &mut OutputBufferOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1621:18 | 1621 | output: &mut OutputBufferOxide, | ^^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1621 | output: &mut OutputBufferOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1636:20 | 1636 | callback: &mut CallbackOxide, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1636 | callback: &mut CallbackOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:27:45 | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 27 | fn check_default_on_tuple(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1787:60 | 1787 | fn compress_normal(d: &mut CompressorOxide, callback: &mut CallbackOxide) -> bool { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1787 | fn compress_normal(d: &mut CompressorOxide, callback: &mut CallbackOxide<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:1984:58 | 1984 | fn compress_fast(d: &mut CompressorOxide, callback: &mut CallbackOxide) -> bool { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1984 | fn compress_fast(d: &mut CompressorOxide, callback: &mut CallbackOxide<'_>) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:2181:32 | 2181 | fn flush_output_buffer(c: &mut CallbackOxide, p: &mut ParamsOxide) -> (TDEFLStatus, usize, usize) { | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2181 | fn flush_output_buffer(c: &mut CallbackOxide<'_>, p: &mut ParamsOxide) -> (TDEFLStatus, usize, usize) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:66:43 | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn check_remote_generic(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/deflate/core.rs:2260:20 | 2260 | callback: &mut CallbackOxide, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2260 | callback: &mut CallbackOxide<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:78:35 | 78 | fn check_getter(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn check_getter(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:392:38 | 392 | fn read_u16_le(iter: &mut slice::Iter) -> u16 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 392 | fn read_u16_le(iter: &mut slice::Iter<'_, u8>) -> u16 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:100:36 | 100 | fn check_flatten(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 100 | fn check_flatten(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:407:38 | 407 | fn read_u32_le(iter: &mut slice::Iter) -> u32 { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 407 | fn read_u32_le(iter: &mut slice::Iter<'_, u8>) -> u32 { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:423:64 | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter) { | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 423 | fn fill_bit_buffer(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>) { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:491:30 | 491 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 491 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:117:57 | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:599:42 | 599 | fn read_byte(in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn read_byte(in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:618:30 | 618 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 618 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:144:39 | 144 | fn check_identifier(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 144 | fn check_identifier(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:647:64 | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter, flags: u32, f: F) -> Action | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 647 | fn pad_to_bytes(l: &mut LocalVars, in_iter: &mut slice::Iter<'_, u8>, flags: u32, f: F) -> Action | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:226:47 | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 226 | fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:981:30 | 981 | in_iter: &mut slice::Iter, | -----------^--- expected lifetime parameter | help: indicate the anonymous lifetime | 981 | in_iter: &mut slice::Iter<'_, u8>, | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:300:61 | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 300 | fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/miniz_oxide-0.8.0/src/inflate/core.rs:982:19 | 982 | out_buf: &mut OutputBuffer, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 982 | out_buf: &mut OutputBuffer<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:352:50 | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 352 | fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:370:44 | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 370 | fn check_transparent(cx: &Ctxt, cont: &mut Container<'_>, derive: Derive) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:455:30 | 455 | fn allow_transparent(field: &Field, derive: Derive) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 455 | fn allow_transparent(field: &Field<'_>, derive: Derive) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/check.rs:470:50 | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 470 | fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/internals/symbol.rs:68:40 | 68 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 68 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:42:12 | 42 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 42 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:58:12 | 58 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 58 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:92:12 | 92 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 92 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:313:12 | 313 | cont: &Container, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 313 | cont: &Container<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/bound.rs:372:24 | 372 | fn type_of_item(cont: &Container) -> syn::Type { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 372 | fn type_of_item(cont: &Container<'_>) -> syn::Type { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:69:35 | 69 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 69 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:74:41 | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 74 | fn precondition_sized(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:87:50 | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 87 | fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:130:19 | 130 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:160:26 | 160 | fn build_generics(cont: &Container, borrowed: &BorrowedLifetimes) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 160 | fn build_generics(cont: &Container<'_>, borrowed: &BorrowedLifetimes) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:260:30 | 260 | fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 260 | fn borrowed_lifetimes(cont: &Container<'_>) -> BorrowedLifetimes { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:274:28 | 274 | fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 274 | fn deserialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:346:38 | 346 | fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 346 | fn deserialize_in_place_body(_cont: &Container<'_>, _params: &Parameters) -> Option { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:350:35 | 350 | fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 350 | fn deserialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:464:15 | 464 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 464 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:466:11 | 466 | form: TupleForm, | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 466 | form: TupleForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:685:15 | 685 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 685 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:874:13 | 874 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 874 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:934:15 | 934 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 934 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:936:11 | 936 | form: StructForm, | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 936 | form: StructForm<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1203:17 | 1203 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1203 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1219:17 | 1219 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1219 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1234:42 | 1234 | fn prepare_enum_variant_enum(variants: &[Variant]) -> (TokenStream, Stmts) { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1234 | fn prepare_enum_variant_enum(variants: &[Variant<'_>]) -> (TokenStream, Stmts) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1278:17 | 1278 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1278 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1371:17 | 1371 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1371 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1418:17 | 1418 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1418 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1733:17 | 1733 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1733 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1742:17 | 1742 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1742 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1798:15 | 1798 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1798 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1845:15 | 1845 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1845 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1887:15 | 1887 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1887 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1943:13 | 1943 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1943 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:1981:13 | 1981 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1981 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2009:28 | 2009 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2009 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2069:28 | 2069 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2069 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2098:17 | 2098 | variants: &[Variant], | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2098 | variants: &[Variant<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2208:28 | 2208 | deserialized_fields: &[FieldWithAliases], | ^^^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2208 | deserialized_fields: &[FieldWithAliases<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2493:15 | 2493 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2493 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2932:15 | 2932 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2932 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2947:15 | 2947 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2947 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:2992:28 | 2992 | fn expr_is_missing(field: &Field, cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2992 | fn expr_is_missing(field: &Field<'_>, cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3037:13 | 3037 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3037 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3067:30 | 3067 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3067 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3076:26 | 3076 | fn has_flatten(fields: &[Field]) -> bool { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3076 | fn has_flatten(fields: &[Field<'_>]) -> bool { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3207:5 | 3207 | DeImplGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3207 | DeImplGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3208:5 | 3208 | DeTypeGenerics, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 3208 | DeTypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/de.rs:3209:10 | 3209 | syn::TypeGenerics, | -----^^^^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3209 | syn::TypeGenerics<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:22:28 | 22 | pub fn pretend_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 22 | pub fn pretend_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:64:31 | 64 | fn pretend_fields_used(cont: &Container, is_packed: bool) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 64 | fn pretend_fields_used(cont: &Container<'_>, is_packed: bool) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:38 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:78:59 | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 78 | fn pretend_fields_used_struct(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:45 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container<'_>, fields: &[Field]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:93:66 | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field]) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 93 | fn pretend_fields_used_struct_packed(cont: &Container, fields: &[Field<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:36 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container<'_>, variants: &[Variant]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:111:59 | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant]) -> TokenStream { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 111 | fn pretend_fields_used_enum(cont: &Container, variants: &[Variant<'_>]) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/pretend.rs:147:33 | 147 | fn pretend_variants_used(cont: &Container) -> TokenStream { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 147 | fn pretend_variants_used(cont: &Container<'_>) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:61:35 | 61 | fn precondition(cx: &Ctxt, cont: &Container) { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn precondition(cx: &Ctxt, cont: &Container<'_>) { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:98:19 | 98 | fn new(cont: &Container) -> Self { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 98 | fn new(cont: &Container<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:130:26 | 130 | fn build_generics(cont: &Container) -> syn::Generics { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 130 | fn build_generics(cont: &Container<'_>) -> syn::Generics { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:166:26 | 166 | fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 166 | fn serialize_body(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:186:33 | 186 | fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 186 | fn serialize_transparent(cont: &Container<'_>, params: &Parameters) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:228:13 | 228 | field: &Field, | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 228 | field: &Field<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:254:15 | 254 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 254 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:291:52 | 291 | fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 291 | fn serialize_struct(params: &Parameters, fields: &[Field<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:325:15 | 325 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 325 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:366:15 | 366 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 366 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:390:52 | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 390 | fn serialize_enum(params: &Parameters, variants: &[Variant<'_>], cattrs: &attr::Container) -> Fragment { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:418:15 | 418 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 418 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:500:15 | 500 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 500 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:573:15 | 573 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 573 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:639:15 | 639 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 639 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:762:15 | 762 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 762 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:809:14 | 809 | context: TupleVariant, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 809 | context: TupleVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:811:15 | 811 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 811 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:880:14 | 880 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 880 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:882:15 | 882 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 882 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:964:14 | 964 | context: StructVariant, | ^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 964 | context: StructVariant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:966:15 | 966 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 966 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1051:15 | 1051 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1051 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1099:15 | 1099 | fields: &[Field], | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1099 | fields: &[Field<'_>], | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1176:15 | 1176 | variant: &Variant, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1176 | variant: &Variant<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1271:44 | 1271 | fn get_member(params: &Parameters, field: &Field, member: &Member) -> TokenStream { | ^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1271 | fn get_member(params: &Parameters, field: &Field<'_>, member: &Member) -> TokenStream { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/ser.rs:1300:30 | 1300 | fn effective_style(variant: &Variant) -> Style { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1300 | fn effective_style(variant: &Variant<'_>) -> Style { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:4:25 | 4 | pub fn this_type(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 4 | pub fn this_type(cont: &Container<'_>) -> Path { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_derive-1.0.214/src/this.rs:18:26 | 18 | pub fn this_value(cont: &Container) -> Path { | ^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 18 | pub fn this_value(cont: &Container<'_>) -> Path { | ++++ warning: trait `Float` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:238:18 | 238 | pub(crate) trait Float: Sized { | ^^^^^ | = note: `#[warn(dead_code)]` on by default warning: associated items `lanes`, `extract`, and `replace` are never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:247:8 | 245 | pub(crate) trait FloatAsSIMD: Sized { | ----------- associated items in this trait 246 | #[inline(always)] 247 | fn lanes() -> usize { | ^^^^^ ... 255 | fn extract(self, index: usize) -> Self { | ^^^^^^^ ... 260 | fn replace(self, index: usize, new_value: Self) -> Self { | ^^^^^^^ warning: method `all` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/distributions/utils.rs:268:8 | 266 | pub(crate) trait BoolAsSIMD: Sized { | ---------- method in this trait 267 | fn any(self) -> bool; 268 | fn all(self) -> bool; | ^^^ warning: `rand_chacha` (lib) generated 4 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid_impl CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_impl --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("binary", "likelysubtags", "serde", "serde_json"))' -C metadata=8e255761f80f19d6 -C extra-filename=-8e255761f80f19d6 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-a2c02738b1c813f9.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: outlives requirements can be inferred --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/mod.rs:625:41 | 625 | pub struct SliceChooseIter<'a, S: ?Sized + 'a, T: 'a> { | ^^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(explicit_outlives_requirements)]` warning: prefer `FxHashSet` over `HashSet`, it has better performance --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/rand-0.8.5/src/seq/index.rs:528:21 | 528 | let mut cache = HashSet::with_capacity(amount.as_usize()); | ^^^^^^^ | = note: a `use rustc_data_structures::fx::FxHashSet` may be necessary = note: `-W rustc::default-hash-types` implied by `-W rustc::internal` = help: to override `-W rustc::internal` add `#[allow(rustc::default_hash_types)]` warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/language.rs:37:19 | 37 | Self(Some(TinyStr8::from_bytes_unchecked(v.to_le_bytes()))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/language.rs:36:5 | 36 | pub const unsafe fn from_raw_unchecked(v: u64) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/region.rs:40:14 | 40 | Self(TinyStr4::from_bytes_unchecked(v.to_le_bytes())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/region.rs:39:5 | 39 | pub const unsafe fn from_raw_unchecked(v: u32) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/script.rs:28:14 | 28 | Self(TinyStr4::from_bytes_unchecked(v.to_le_bytes())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/script.rs:27:5 | 27 | pub const unsafe fn from_raw_unchecked(v: u32) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/variant.rs:38:14 | 38 | Self(TinyStr8::from_bytes_unchecked(v.to_le_bytes())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-impl-0.9.5/src/subtags/variant.rs:37:5 | 37 | pub const unsafe fn from_raw_unchecked(v: u64) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `rand` (lib) generated 77 warnings Compiling twox-hash v1.6.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=twox_hash CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/Cargo.toml CARGO_PKG_AUTHORS='Jake Goulding ' CARGO_PKG_DESCRIPTION='A Rust implementation of the XXHash and XXH3 algorithms' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=twox-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/shepmaster/twox-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name twox_hash --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=73a2686dcd266c2c -C extra-filename=-73a2686dcd266c2c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --extern rand=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librand-6e8beff895e4c34a.rmeta --extern static_assertions=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstatic_assertions-350029e3802580a2.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/std_support.rs:12:54 | 12 | RandomXxHashBuilder64(rand::thread_rng().gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/std_support.rs:42:54 | 42 | RandomXxHashBuilder32(rand::thread_rng().gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/std_support.rs:72:52 | 72 | RandomHashBuilder64(rand::thread_rng().gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/std_support.rs:96:53 | 96 | RandomHashBuilder128(rand::thread_rng().gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 warning: `thiserror-impl` (lib) generated 25 warnings Compiling crc32fast v1.4.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/Cargo.toml CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name crc32fast --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=4698837f70f3c6c4 -C extra-filename=-4698837f70f3c6c4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern cfg_if=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcfg_if-2066b5f246575195.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unused import: `crate::std_support::sixty_four::RandomXxHashBuilder64` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/sixty_four.rs:286:9 | 286 | pub use crate::std_support::sixty_four::RandomXxHashBuilder64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `crate::std_support::thirty_two::RandomXxHashBuilder32` --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/thirty_two.rs:271:9 | 271 | pub use crate::std_support::thirty_two::RandomXxHashBuilder32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/lib.rs:170:32 | 170 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 170 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: access to union field is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:75:17 | 75 | let x = A { a }.b; | ^^^^^^^^^ access to union field | = note: for more information, see issue #71668 = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:69:1 | 69 | unsafe fn debug(s: &str, a: arch::__m128i) -> arch::__m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:100:18 | 100 | let mut x3 = get(&mut data); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:91:1 | 91 | unsafe fn calculate(crc: u32, mut data: &[u8]) -> u32 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:101:18 | 101 | let mut x2 = get(&mut data); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:102:18 | 102 | let mut x1 = get(&mut data); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:103:18 | 103 | let mut x0 = get(&mut data); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:106:10 | 106 | x3 = arch::_mm_xor_si128(x3, arch::_mm_cvtsi32_si128(!crc as i32)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_cvtsi32_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:106:34 | 106 | x3 = arch::_mm_xor_si128(x3, arch::_mm_cvtsi32_si128(!crc as i32)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:108:16 | 108 | let k1k2 = arch::_mm_set_epi64x(K2, K1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:110:14 | 110 | x3 = reduce128(x3, get(&mut data), k1k2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:110:28 | 110 | x3 = reduce128(x3, get(&mut data), k1k2); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:111:14 | 111 | x2 = reduce128(x2, get(&mut data), k1k2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:111:28 | 111 | x2 = reduce128(x2, get(&mut data), k1k2); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:112:14 | 112 | x1 = reduce128(x1, get(&mut data), k1k2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:112:28 | 112 | x1 = reduce128(x1, get(&mut data), k1k2); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:113:14 | 113 | x0 = reduce128(x0, get(&mut data), k1k2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:113:28 | 113 | x0 = reduce128(x0, get(&mut data), k1k2); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:116:16 | 116 | let k3k4 = arch::_mm_set_epi64x(K4, K3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:117:17 | 117 | let mut x = reduce128(x3, x2, k3k4); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:118:9 | 118 | x = reduce128(x, x1, k3k4); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:119:9 | 119 | x = reduce128(x, x0, k3k4); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::reduce128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:123:13 | 123 | x = reduce128(x, get(&mut data), k3k4); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::get` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:123:26 | 123 | x = reduce128(x, get(&mut data), k3k4); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::debug` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:126:5 | 126 | debug("128 > 64 init", x); | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:697:21 | 697 | let d = _mm_loadu_si128(xdata.add(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:686:5 | 686 | / pub(crate) unsafe fn accumulate512( 687 | | acc: &mut [u64], 688 | | data: &[u8], 689 | | keys: &[u8], 690 | | acc_width: AccWidth, 691 | | ) { | |_____^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:146:13 | 146 | let x = arch::_mm_xor_si128( | _____________^ 147 | | arch::_mm_clmulepi64_si128(x, k3k4, 0x10), 148 | | arch::_mm_srli_si128(x, 8), 149 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_clmulepi64_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:147:9 | 147 | arch::_mm_clmulepi64_si128(x, k3k4, 0x10), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:697:37 | 697 | let d = _mm_loadu_si128(xdata.add(i)); | ^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_srli_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:148:9 | 148 | arch::_mm_srli_si128(x, 8), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:698:21 | 698 | let k = _mm_loadu_si128(xkey.add(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:698:37 | 698 | let k = _mm_loadu_si128(xkey.add(i)); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:150:13 | 150 | let x = arch::_mm_xor_si128( | _____________^ 151 | | arch::_mm_clmulepi64_si128( 152 | | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), 153 | | arch::_mm_set_epi64x(0, K5), ... | 156 | | arch::_mm_srli_si128(x, 4), 157 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_clmulepi64_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:151:9 | 151 | / arch::_mm_clmulepi64_si128( 152 | | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), 153 | | arch::_mm_set_epi64x(0, K5), 154 | | 0x00, 155 | | ), | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_and_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:152:13 | 152 | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:152:36 | 152 | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:153:13 | 153 | arch::_mm_set_epi64x(0, K5), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:699:22 | 699 | let dk = _mm_xor_si128(d, k); // uint32 dk[4] = {d0+k0, d1+k1, d2+k2, d3+k3} */ | ^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_srli_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:156:9 | 156 | arch::_mm_srli_si128(x, 4), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `specialized::pclmulqdq::debug` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:158:5 | 158 | debug("128 > 64 xx", x); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_mul_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:700:23 | 700 | let mul = _mm_mul_epu32(dk, _mm_shuffle_epi32(dk, 0x31)); // uint64 res[4] = {dk0*dk1, dk2*dk3, ...} */ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:700:41 | 700 | let mul = _mm_mul_epu32(dk, _mm_shuffle_epi32(dk, 0x31)); // uint64 res[4] = {dk0*dk1, dk2*dk3, ...} */ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi64x` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:163:14 | 163 | let pu = arch::_mm_set_epi64x(U_PRIME, P_X); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_clmulepi64_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:166:14 | 166 | let t1 = arch::_mm_clmulepi64_si128( | ______________^ 167 | | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), 168 | | pu, 169 | | 0x10, 170 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:701:13 | 701 | / xacc.add(i).write(if acc_width == AccWidth::Acc128Bits { 702 | | let dswap = _mm_shuffle_epi32(d, _mm_shuffle(1, 0, 3, 2)); 703 | | let add = _mm_add_epi64(xacc.add(i).read(), dswap); 704 | | _mm_add_epi64(mul, add) ... | 707 | | _mm_add_epi64(mul, add) 708 | | }) | |______________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_and_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:167:9 | 167 | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:701:13 | 701 | xacc.add(i).write(if acc_width == AccWidth::Acc128Bits { | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:167:32 | 167 | arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:702:29 | 702 | let dswap = _mm_shuffle_epi32(d, _mm_shuffle(1, 0, 3, 2)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_clmulepi64_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:172:14 | 172 | let t2 = arch::_mm_clmulepi64_si128( | ______________^ 173 | | arch::_mm_and_si128(t1, arch::_mm_set_epi32(0, 0, 0, !0)), 174 | | pu, 175 | | 0x00, 176 | | ); | |_____^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:703:27 | 703 | let add = _mm_add_epi64(xacc.add(i).read(), dswap); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_and_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:173:9 | 173 | arch::_mm_and_si128(t1, arch::_mm_set_epi32(0, 0, 0, !0)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_set_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:173:33 | 173 | arch::_mm_and_si128(t1, arch::_mm_set_epi32(0, 0, 0, !0)), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_extract_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:181:13 | 181 | let c = arch::_mm_extract_epi32(arch::_mm_xor_si128(x, t2), 1) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:703:41 | 703 | let add = _mm_add_epi64(xacc.add(i).read(), dswap); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:181:37 | 181 | let c = arch::_mm_extract_epi32(arch::_mm_xor_si128(x, t2), 1) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:703:41 | 703 | let add = _mm_add_epi64(xacc.add(i).read(), dswap); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:704:17 | 704 | _mm_add_epi64(mul, add) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:706:27 | 706 | let add = _mm_add_epi64(xacc.add(i).read(), d); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:706:41 | 706 | let add = _mm_add_epi64(xacc.add(i).read(), d); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:706:41 | 706 | let add = _mm_add_epi64(xacc.add(i).read(), d); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:707:17 | 707 | _mm_add_epi64(mul, add) | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_clmulepi64_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:191:14 | 191 | let t1 = arch::_mm_clmulepi64_si128(a, keys, 0x00); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:190:1 | 190 | unsafe fn reduce128(a: arch::__m128i, b: arch::__m128i, keys: arch::__m128i) -> arch::__m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_clmulepi64_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:192:14 | 192 | let t2 = arch::_mm_clmulepi64_si128(a, keys, 0x11); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:193:5 | 193 | arch::_mm_xor_si128(arch::_mm_xor_si128(b, t1), t2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:193:25 | 193 | arch::_mm_xor_si128(arch::_mm_xor_si128(b, t1), t2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_set1_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:717:23 | 717 | let prime32 = _mm_set1_epi32(PRIME32_1 as i32); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:714:5 | 714 | pub unsafe fn scramble_acc(acc: &mut [u64], key: &[u8]) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::read` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:720:24 | 720 | let data = xacc.add(i).read(); | ^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:720:24 | 720 | let data = xacc.add(i).read(); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_srli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:721:27 | 721 | let shifted = _mm_srli_epi64(data, 47); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:722:24 | 722 | let data = _mm_xor_si128(data, shifted); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:724:21 | 724 | let k = _mm_loadu_si128(xkey.add(i)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `std::arch::x86_64::_mm_loadu_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:198:13 | 198 | let r = arch::_mm_loadu_si128(a.as_ptr() as *const arch::__m128i); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/crc32fast-1.4.2/src/specialized/pclmulqdq.rs:196:1 | 196 | unsafe fn get(a: &mut &[u8]) -> arch::__m128i { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:724:37 | 724 | let k = _mm_loadu_si128(xkey.add(i)); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_xor_si128` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:725:22 | 725 | let dk = _mm_xor_si128(data, k); | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_mul_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:727:23 | 727 | let dk1 = _mm_mul_epu32(dk, prime32); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_shuffle_epi32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:729:22 | 729 | let d2 = _mm_shuffle_epi32(dk, 0x31); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_mul_epu32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:730:23 | 730 | let dk2 = _mm_mul_epu32(d2, prime32); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_slli_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:731:24 | 731 | let dk2h = _mm_slli_epi64(dk2, 32); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:733:13 | 733 | xacc.add(i).write(_mm_add_epi64(dk1, dk2h)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:733:13 | 733 | xacc.add(i).write(_mm_add_epi64(dk1, dk2h)); | ^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::arch::x86_64::_mm_add_epi64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:733:31 | 733 | xacc.add(i).write(_mm_add_epi64(dk1, dk2h)); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: method `write_u32_le` is never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/twox-hash-1.6.3/src/xxh3.rs:349:8 | 348 | trait BufMut { | ------ method in this trait 349 | fn write_u32_le(&mut self, n: u32); | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `crc32fast` (lib) generated 48 warnings Compiling rustc_span v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_span CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_span/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_span CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_span --edition=2021 compiler/rustc_span/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9556d1da08bab2fc -C extra-filename=-9556d1da08bab2fc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern blake3=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libblake3-fa20edf00cb66b0e.rmeta --extern derive_where=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libderive_where-3041e078b567e7fd.so --extern indexmap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libindexmap-d57d3ca7bc1aabb5.rmeta --extern itoa=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libitoa-b3c7dc329ab5ef22.rmeta --extern md5=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libmd5-c5d0bf3f637b1a10.rmeta --extern rustc_arena=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_arena-c02cc46c55198960.rmeta --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_index=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_index-2a2297aaa3d28c15.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern scoped_tls=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libscoped_tls-80655be2235c6dd6.rmeta --extern sha1=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsha1-9deab35c8ac25e4d.rmeta --extern sha2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libsha2-90218fffc26d4992.rmeta --extern tracing=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtracing-8326df8e89992b1f.rmeta --extern unicode_width=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_width-bb65f91f96082fdb.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out` warning: `twox-hash` (lib) generated 40 warnings Compiling writeable v0.5.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=writeable CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A more efficient alternative to fmt::Display' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=writeable CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.5.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name writeable --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=8610b5c1cdb36afe -C extra-filename=-8610b5c1cdb36afe --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:78:32 | 78 | let rand = rng.gen::<$u>(); | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:115:37 | 115 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 115 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:137:37 | 137 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 137 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:159:37 | 159 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 159 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:188:37 | 188 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 188 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:214:45 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { 201 | | #[inline] ... | 214 | | fn write_to_string(&self) -> Cow { | | ---^---- expected lifetime parameter ... | 226 | | }; 227 | | } | |_- in this expansion of `impl_write_smart_pointer!` 228 | 229 | impl_write_smart_pointer!(Cow<'a, T>, T: alloc::borrow::ToOwned); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 214 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:200:14 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { | | ^^-- | | | | | help: elide the unused lifetime 201 | | #[inline] ... | 225 | | impl_write_smart_pointer!($ty, T: Writeable); | | -------------------------------------------- in this macro invocation (#2) 226 | | }; 227 | | } | | - | | | | |_in this expansion of `impl_write_smart_pointer!` (#1) | in this expansion of `impl_write_smart_pointer!` (#2) ... 230 | impl_write_smart_pointer!(alloc::boxed::Box); | ----------------------------------------------- in this macro invocation (#1) | = note: requested on the command line with `-W unused-lifetimes` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:214:45 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { 201 | | #[inline] ... | 214 | | fn write_to_string(&self) -> Cow { | | ---^---- expected lifetime parameter ... | 225 | | impl_write_smart_pointer!($ty, T: Writeable); | | -------------------------------------------- in this macro invocation (#2) 226 | | }; 227 | | } | | - | | | | |_in this expansion of `impl_write_smart_pointer!` (#1) | in this expansion of `impl_write_smart_pointer!` (#2) ... 230 | impl_write_smart_pointer!(alloc::boxed::Box); | ----------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 214 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:200:14 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { | | ^^-- | | | | | help: elide the unused lifetime 201 | | #[inline] ... | 225 | | impl_write_smart_pointer!($ty, T: Writeable); | | -------------------------------------------- in this macro invocation (#2) 226 | | }; 227 | | } | | - | | | | |_in this expansion of `impl_write_smart_pointer!` (#1) | in this expansion of `impl_write_smart_pointer!` (#2) ... 231 | impl_write_smart_pointer!(alloc::rc::Rc); | ------------------------------------------- in this macro invocation (#1) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:214:45 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { 201 | | #[inline] ... | 214 | | fn write_to_string(&self) -> Cow { | | ---^---- expected lifetime parameter ... | 225 | | impl_write_smart_pointer!($ty, T: Writeable); | | -------------------------------------------- in this macro invocation (#2) 226 | | }; 227 | | } | | - | | | | |_in this expansion of `impl_write_smart_pointer!` (#1) | in this expansion of `impl_write_smart_pointer!` (#2) ... 231 | impl_write_smart_pointer!(alloc::rc::Rc); | ------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 214 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: lifetime parameter `'a` never used --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:200:14 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { | | ^^-- | | | | | help: elide the unused lifetime 201 | | #[inline] ... | 225 | | impl_write_smart_pointer!($ty, T: Writeable); | | -------------------------------------------- in this macro invocation (#2) 226 | | }; 227 | | } | | - | | | | |_in this expansion of `impl_write_smart_pointer!` (#1) | in this expansion of `impl_write_smart_pointer!` (#2) ... 232 | impl_write_smart_pointer!(alloc::sync::Arc); | ---------------------------------------------- in this macro invocation (#1) warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/impls.rs:214:45 | 198 | / macro_rules! impl_write_smart_pointer { 199 | | ($ty:path, T: $extra_bound:path) => { 200 | | impl<'a, T: ?Sized + Writeable + $extra_bound> Writeable for $ty { 201 | | #[inline] ... | 214 | | fn write_to_string(&self) -> Cow { | | ---^---- expected lifetime parameter ... | 225 | | impl_write_smart_pointer!($ty, T: Writeable); | | -------------------------------------------- in this macro invocation (#2) 226 | | }; 227 | | } | | - | | | | |_in this expansion of `impl_write_smart_pointer!` (#1) | in this expansion of `impl_write_smart_pointer!` (#2) ... 232 | impl_write_smart_pointer!(alloc::sync::Arc); | ---------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 214 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:195:48 | 195 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow)> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:195:72 | 195 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow)> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 195 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow<'_, str>)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:332:48 | 332 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow)> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 332 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:332:72 | 332 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow)> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 332 | fn try_write_to_string(&self) -> Result, (Self::Error, Cow<'_, str>)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:383:37 | 383 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 383 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:441:48 | 441 | fn try_write_to_string(&self) -> Result, (Infallible, Cow)> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 441 | fn try_write_to_string(&self) -> Result, (Infallible, Cow)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/try_writeable.rs:441:71 | 441 | fn try_write_to_string(&self) -> Result, (Infallible, Cow)> { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 441 | fn try_write_to_string(&self) -> Result, (Infallible, Cow<'_, str>)> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/writeable-0.5.5/src/lib.rs:273:37 | 273 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 273 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: `miniz_oxide` (lib) generated 19 warnings Compiling litemap v0.7.3 warning: `unic-langid-impl` (lib) generated 11 warnings (7 duplicates) Compiling serde_json v1.0.132 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=litemap CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/litemap-0.7.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/litemap-0.7.3/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A key-value Map implementation based on a flat, sorted Vec.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=litemap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name litemap --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/litemap-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=d57acb4b72948ef5 -C extra-filename=-d57acb4b72948ef5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.132 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name build_script_build --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=402e96d893ae1e98 -C extra-filename=-402e96d893ae1e98 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/serde_json-402e96d893ae1e98 -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn -Z binary-dep-depinfo` Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=openbsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_CFG_WINDOWS_RAW_DYLIB='' CARGO_ENCODED_RUSTFLAGS='--cfg=windows_raw_dylib-Csymbol-mangling-version=v0-Zunstable-options--check-cfg=cfg(bootstrap)--check-cfg=cfg(llvm_enzyme)-Zmacro-backtrace-Csplit-debuginfo=off-Wrustc::internal-Wkeyword_idents_2024-Wunsafe_op_in_unsafe_fn-Clink-args=-Wl,-z,origin-Clink-args=-Wl,-rpath,$ORIGIN/../lib-Zon-broken-pipe=kill' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde_json-1.0.132/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.132 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-openbsd LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release:/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1/lib/rustlib/x86_64-unknown-openbsd/lib:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' NUM_JOBS=6 OPT_LEVEL=3 OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/serde_json-1bc786bae2a1c9a4/out PROFILE=release RUSTC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTC_WRAPPER=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc RUSTDOC=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustdoc TARGET=x86_64-unknown-openbsd /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/build/serde_json-402e96d893ae1e98/build-script-build` [serde_json 1.0.132] cargo:rerun-if-changed=build.rs [serde_json 1.0.132] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) [serde_json 1.0.132] cargo:rustc-cfg=fast_arithmetic="64" Compiling ruzstd v0.7.2 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ruzstd CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/Cargo.toml CARGO_PKG_AUTHORS='Moritz Borcherding ' CARGO_PKG_DESCRIPTION='A decoder for the zstd compression format' CARGO_PKG_HOMEPAGE='https://github.com/KillingSpark/zstd-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ruzstd CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/KillingSpark/zstd-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ruzstd --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="hash"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hash", "rustc-dep-of-std", "std"))' -C metadata=12104e0912c3c23e -C extra-filename=-12104e0912c3c23e --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern twox_hash=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtwox_hash-73a2686dcd266c2c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling icu_locid v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_locid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='API for managing Unicode Language and Locale Identifiers' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_locid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_locid --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=f27e6635167787c4 -C extra-filename=-f27e6635167787c4 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-0f1fd5b0916d33c6.so --extern litemap=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/liblitemap-d57acb4b72948ef5.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-a2c02738b1c813f9.rmeta --extern writeable=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-8610b5c1cdb36afe.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-dcc6cba1ea572744.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `writeable` (lib) generated 20 warnings Compiling flate2 v1.0.34 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=flate2 CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flate2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' CARGO_PKG_RUST_VERSION=1.56.1 CARGO_PKG_VERSION=1.0.34 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name flate2 --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=202315e83959bc48 -C extra-filename=-202315e83959bc48 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern crc32fast=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libcrc32fast-4698837f70f3c6c4.rmeta --extern miniz_oxide=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libminiz_oxide-4be88bed1084503c.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/langid.rs:437:38 | 437 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 437 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:354:64 | 321 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 322 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 323 | | impl writeable::Writeable for $type { 324 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 354 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 369 | | }; 370 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/langid.rs:450:1 | 450 | impl_writeable_for_each_subtag_str_no_test!(LanguageIdentifier, selff, selff.script.is_none() && selff.region.is_none() && selff.variants.is_empty() => selff.language.write_to_string(... | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/locale.rs:430:38 | 430 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { | -----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 430 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:354:64 | 321 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 322 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 323 | | impl writeable::Writeable for $type { 324 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 354 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 369 | | }; 370 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/locale.rs:435:1 | 435 | impl_writeable_for_each_subtag_str_no_test!(Locale, selff, selff.extensions.is_empty() => selff.id.write_to_string()); | --------------------------------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/parser/langid.rs:29:16 | 29 | iter: &mut SubtagIterator, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 29 | iter: &mut SubtagIterator<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/parser/langid.rs:112:15 | 112 | mut iter: SubtagIterator, | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 112 | mut iter: SubtagIterator<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/other/subtag.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Other`](super::Other) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 29 | | ["y", "toolooong"], 30 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/other/mod.rs:84:53 | 84 | pub(crate) fn try_from_iter(ext: u8, iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 84 | pub(crate) fn try_from_iter(ext: u8, iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/other/mod.rs:177:52 | 177 | fn write_to_string(&self) -> alloc::borrow::Cow { | ------------------^---- expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/private/other.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Private`](super::Private) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 31 | | ["toolooong"], 32 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/private/mod.rs:134:44 | 134 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 134 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/transform/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Fields`](super::Fields). 7 | | /// 8 | | /// The key has to be a two ASCII characters long, with the first ... | 31 | | ["", "k", "0k", "k12"], 32 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:354:64 | 321 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 322 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 323 | | impl writeable::Writeable for $type { 324 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 354 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 369 | | }; 370 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/transform/value.rs:116:1 | 116 | impl_writeable_for_each_subtag_str_no_test!(Value, selff, selff.0.is_empty() => alloc::borrow::Cow::Borrowed("true")); | --------------------------------------------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/transform/mod.rs:161:44 | 161 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 161 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/attribute.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// An attribute used in a set of [`Attributes`](super::Attributes). 7 | | /// 8 | | /// An attribute has to be a sequence of alphanumerical characters no ... | 33 | | ["no", "toolooong"], 34 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:354:64 | 321 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 322 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 323 | | impl writeable::Writeable for $type { 324 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 354 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 369 | | }; 370 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` (#2) 371 | 372 | / macro_rules! impl_writeable_for_subtag_list { 373 | | ($type:tt, $sample1:literal, $sample2:literal) => { 374 | | impl_writeable_for_each_subtag_str_no_test!($type, selff, selff.0.len() == 1 => alloc::borrow::Cow::Borrowed(selff.0.get(0).unwrap().as_str()... | | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation (#2) ... | 391 | | }; 392 | | } | |_- in this expansion of `impl_writeable_for_subtag_list!` (#1) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/attributes.rs:112:1 | 112 | impl_writeable_for_subtag_list!(Attributes, "foobar", "testing"); | ---------------------------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Keywords`](super::Keywords). 7 | | /// 8 | | /// The key has to be a two ASCII alphanumerical characters long, with the first ... | 31 | | ["a", "a8", "abc"], 32 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:354:64 | 321 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 322 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 323 | | impl writeable::Writeable for $type { 324 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 354 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 369 | | }; 370 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` (#2) 371 | 372 | / macro_rules! impl_writeable_for_subtag_list { 373 | | ($type:tt, $sample1:literal, $sample2:literal) => { 374 | | impl_writeable_for_each_subtag_str_no_test!($type, selff, selff.0.len() == 1 => alloc::borrow::Cow::Borrowed(selff.0.get(0).unwrap().as_str()... | | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation (#2) ... | 391 | | }; 392 | | } | |_- in this expansion of `impl_writeable_for_subtag_list!` (#1) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/value.rs:152:1 | 152 | impl_writeable_for_subtag_list!(Value, "islamic", "civil"); | ---------------------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/mod.rs:153:44 | 153 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 153 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/mod.rs:245:44 | 245 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator) -> Result { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 245 | pub(crate) fn try_from_iter(iter: &mut SubtagIterator<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/language.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A language subtag (examples: `"en"`, `"csb"`, `"zh"`, `"und"`, etc.) 7 | | /// 8 | | /// [`Language`] represents a Unicode base language code conformant to the ... | 47 | | ["419", "german", "en1"], 48 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/region.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A region subtag (examples: `"US"`, `"CN"`, `"AR"` etc.) 7 | | /// 8 | | /// [`Region`] represents a Unicode base language code conformant to the ... | 44 | | ["12", "FRA", "b2"], 45 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/script.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A script subtag (examples: `"Latn"`, `"Arab"`, etc.) 7 | | /// 8 | | /// [`Script`] represents a Unicode base language code conformant to the ... | 32 | | ["Latin"], 33 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:164:60 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 164 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/variant.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A variant subtag (examples: `"macos"`, `"posix"`, `"1996"` etc.) 7 | | /// 8 | | /// [`Variant`] represents a Unicode base language code conformant to the ... | 34 | | ["yes"], 35 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:354:64 | 321 | / macro_rules! impl_writeable_for_each_subtag_str_no_test { 322 | | ($type:tt $(, $self:ident, $borrow_cond:expr => $borrow:expr)?) => { 323 | | impl writeable::Writeable for $type { 324 | | fn write_to(&self, sink: &mut W) -> core::fmt::Result { ... | 354 | | fn write_to_string(&self) -> alloc::borrow::Cow { | | ------------------^---- expected lifetime parameter ... | 369 | | }; 370 | | } | |_- in this expansion of `impl_writeable_for_each_subtag_str_no_test!` (#2) 371 | 372 | / macro_rules! impl_writeable_for_subtag_list { 373 | | ($type:tt, $sample1:literal, $sample2:literal) => { 374 | | impl_writeable_for_each_subtag_str_no_test!($type, selff, selff.0.len() == 1 => alloc::borrow::Cow::Borrowed(selff.0.get(0).unwrap().as_str()... | | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation (#2) ... | 391 | | }; 392 | | } | |_- in this expansion of `impl_writeable_for_subtag_list!` (#1) | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/variants.rs:120:1 | 120 | impl_writeable_for_subtag_list!(Variants, "macos", "posix"); | ----------------------------------------------------------- in this macro invocation (#1) | help: indicate the anonymous lifetime | 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: `gen` is a keyword in the 2024 edition --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/lib.rs:245:49 | 245 | iter::repeat(()).map(|_| rand::thread_rng().gen()) | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` | = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2024! = note: for more information, see issue #49716 = note: requested on the command line with `-W keyword-idents-2024` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/bufreader.rs:27:41 | 27 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter) -> Result<(), ::std::fmt::Error> { | ------------^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 27 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter<'_>) -> Result<(), ::std::fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/ffi/rust.rs:44:32 | 44 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 44 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/ffi/rust.rs:117:32 | 117 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 117 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/ffi/mod.rs:49:37 | 49 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | ----------^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 49 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/mem.rs:536:32 | 536 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 536 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/flate2-1.0.34/src/mem.rs:564:32 | 564 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 564 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:365:22 | 365 | let m1_ptr = s1_ptr.add(start_in_s1); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:356:5 | 356 | pub unsafe fn extend_from_within_unchecked_branchless(&mut self, start: usize, len: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:373:22 | 373 | let m2_ptr = s2_ptr.add(start_in_s2); | ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:398:23 | 398 | debug_assert!(self.buf.as_ptr().add(self.cap) > f1_ptr.add(m1_in_f1 + m2_in_f1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:398:57 | 398 | debug_assert!(self.buf.as_ptr().add(self.cap) > f1_ptr.add(m1_in_f1 + m2_in_f1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:399:23 | 399 | debug_assert!(self.buf.as_ptr().add(self.cap) > f2_ptr.add(m1_in_f2 + m2_in_f2)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:399:57 | 399 | debug_assert!(self.buf.as_ptr().add(self.cap) > f2_ptr.add(m1_in_f2 + m2_in_f2)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `decoding::ringbuffer::copy_with_checks` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:403:9 | 403 | / copy_with_checks( 404 | | m1_ptr, m2_ptr, f1_ptr, f2_ptr, m1_in_f1, m2_in_f1, m1_in_f2, m2_in_f2, 405 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:460:9 | 460 | / dst.0 461 | | .cast::() 462 | | .write_unaligned(src.0.cast::().read_unaligned()) | |_______________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:440:1 | 440 | / unsafe fn copy_bytes_overshooting( 441 | | src: (*const u8, usize), 442 | | dst: (*mut u8, usize), 443 | | copy_at_least: usize, 444 | | ) { | |_^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:462:30 | 462 | .write_unaligned(src.0.cast::().read_unaligned()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:468:31 | 468 | let src_ptr_end = src.0.add(copy_multiple).cast::(); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:472:17 | 472 | dst_ptr.write_unaligned(src_ptr.read_unaligned()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_unaligned` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:472:41 | 472 | dst_ptr.write_unaligned(src_ptr.read_unaligned()); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:473:27 | 473 | src_ptr = src_ptr.add(1); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:474:27 | 474 | dst_ptr = dst_ptr.add(1); | ^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:478:13 | 478 | dst.0.copy_from_nonoverlapping(src.0, copy_at_least); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:483:9 | 483 | slice::from_raw_parts(src.0, copy_at_least), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::slice::from_raw_parts` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:484:9 | 484 | slice::from_raw_parts(dst.0, copy_at_least) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:501:5 | 501 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:491:1 | 491 | / unsafe fn copy_without_checks( 492 | | m1_ptr: *const u8, 493 | | m2_ptr: *const u8, 494 | | f1_ptr: *mut u8, ... | 499 | | m2_in_f2: usize, 500 | | ) { | |_^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:502:5 | 502 | / f1_ptr 503 | | .add(m1_in_f1) 504 | | .copy_from_nonoverlapping(m2_ptr, m2_in_f1); | |___________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:502:5 | 502 | / f1_ptr 503 | | .add(m1_in_f1) | |______________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:506:5 | 506 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:506:37 | 506 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:507:5 | 507 | / f2_ptr 508 | | .add(m1_in_f2) 509 | | .copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | |_________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:507:5 | 507 | / f2_ptr 508 | | .add(m1_in_f2) | |______________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:509:35 | 509 | .copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:526:9 | 526 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:515:1 | 515 | / unsafe fn copy_with_checks( 516 | | m1_ptr: *const u8, 517 | | m2_ptr: *const u8, 518 | | f1_ptr: *mut u8, ... | 523 | | m2_in_f2: usize, 524 | | ) { | |_^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:529:9 | 529 | / f1_ptr 530 | | .add(m1_in_f1) 531 | | .copy_from_nonoverlapping(m2_ptr, m2_in_f1); | |_______________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:529:9 | 529 | / f1_ptr 530 | | .add(m1_in_f1) | |__________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:535:9 | 535 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:535:41 | 535 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:538:9 | 538 | / f2_ptr 539 | | .add(m1_in_f2) 540 | | .copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | |_____________________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:538:9 | 538 | / f2_ptr 539 | | .add(m1_in_f2) | |__________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:540:39 | 540 | .copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:567:13 | 567 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:547:1 | 547 | / unsafe fn copy_with_nobranch_check( 548 | | m1_ptr: *const u8, 549 | | m2_ptr: *const u8, 550 | | f1_ptr: *mut u8, ... | 555 | | m2_in_f2: usize, 556 | | ) { | |_^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:570:13 | 570 | f1_ptr.copy_from_nonoverlapping(m2_ptr, m2_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:573:13 | 573 | f2_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:576:13 | 576 | f2_ptr.copy_from_nonoverlapping(m2_ptr, m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:581:13 | 581 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:582:13 | 582 | / f1_ptr 583 | | .add(m1_in_f1) 584 | | .copy_from_nonoverlapping(m2_ptr, m2_in_f1); | |___________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:582:13 | 582 | / f1_ptr 583 | | .add(m1_in_f1) | |______________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:587:13 | 587 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:588:13 | 588 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:588:45 | 588 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:590:14 | 590 | 6 => core::hint::unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:591:14 | 591 | 7 => core::hint::unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:593:13 | 593 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:594:13 | 594 | f2_ptr.copy_from_nonoverlapping(m2_ptr, m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:597:13 | 597 | f1_ptr.copy_from_nonoverlapping(m2_ptr, m2_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:598:13 | 598 | f2_ptr.copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:598:45 | 598 | f2_ptr.copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:601:13 | 601 | f2_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:602:13 | 602 | / f2_ptr 603 | | .add(m1_in_f2) 604 | | .copy_from_nonoverlapping(m2_ptr, m2_in_f2); | |___________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:602:13 | 602 | / f2_ptr 603 | | .add(m1_in_f2) | |______________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:609:13 | 609 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:610:13 | 610 | / f1_ptr 611 | | .add(m1_in_f1) 612 | | .copy_from_nonoverlapping(m2_ptr, m2_in_f1); | |___________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:610:13 | 610 | / f1_ptr 611 | | .add(m1_in_f1) | |______________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:613:13 | 613 | f2_ptr.copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:613:45 | 613 | f2_ptr.copy_from_nonoverlapping(m2_ptr.add(m2_in_f1), m2_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:616:13 | 616 | f1_ptr.copy_from_nonoverlapping(m1_ptr, m1_in_f1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:617:13 | 617 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:617:45 | 617 | f2_ptr.copy_from_nonoverlapping(m1_ptr.add(m1_in_f1), m1_in_f2); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::copy_from_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:618:13 | 618 | / f2_ptr 619 | | .add(m1_in_f2) 620 | | .copy_from_nonoverlapping(m2_ptr, m2_in_f2); | |___________________________________________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::add` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:618:13 | 618 | / f2_ptr 619 | | .add(m1_in_f2) | |______________________________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:622:15 | 622 | 14 => core::hint::unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:623:15 | 623 | 15 => core::hint::unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::hint::unreachable_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ruzstd-0.7.2/src/decoding/ringbuffer.rs:624:14 | 624 | _ => core::hint::unreachable_unchecked(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/other/subtag.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Other`](super::Other) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 29 | | ["y", "toolooong"], 30 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/other/subtag.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Other`](super::Other) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 29 | | ["y", "toolooong"], 30 | | ); | |_- in this macro invocation = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/private/other.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Private`](super::Private) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 31 | | ["toolooong"], 32 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/private/other.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A single item used in a list of [`Private`](super::Private) extensions. 7 | | /// 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than ... | 31 | | ["toolooong"], 32 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/transform/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Fields`](super::Fields). 7 | | /// 8 | | /// The key has to be a two ASCII characters long, with the first ... | 31 | | ["", "k", "0k", "k12"], 32 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/transform/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Fields`](super::Fields). 7 | | /// 8 | | /// The key has to be a two ASCII characters long, with the first ... | 31 | | ["", "k", "0k", "k12"], 32 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/attribute.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// An attribute used in a set of [`Attributes`](super::Attributes). 7 | | /// 8 | | /// An attribute has to be a sequence of alphanumerical characters no ... | 33 | | ["no", "toolooong"], 34 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/attribute.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// An attribute used in a set of [`Attributes`](super::Attributes). 7 | | /// 8 | | /// An attribute has to be a sequence of alphanumerical characters no ... | 33 | | ["no", "toolooong"], 34 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Keywords`](super::Keywords). 7 | | /// 8 | | /// The key has to be a two ASCII alphanumerical characters long, with the first ... | 31 | | ["a", "a8", "abc"], 32 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/extensions/unicode/key.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A key used in a list of [`Keywords`](super::Keywords). 7 | | /// 8 | | /// The key has to be a two ASCII alphanumerical characters long, with the first ... | 31 | | ["a", "a8", "abc"], 32 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/language.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A language subtag (examples: `"en"`, `"csb"`, `"zh"`, `"und"`, etc.) 7 | | /// 8 | | /// [`Language`] represents a Unicode base language code conformant to the ... | 47 | | ["419", "german", "en1"], 48 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/language.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A language subtag (examples: `"en"`, `"csb"`, `"zh"`, `"und"`, etc.) 7 | | /// 8 | | /// [`Language`] represents a Unicode base language code conformant to the ... | 47 | | ["419", "german", "en1"], 48 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/region.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A region subtag (examples: `"US"`, `"CN"`, `"AR"` etc.) 7 | | /// 8 | | /// [`Region`] represents a Unicode base language code conformant to the ... | 44 | | ["12", "FRA", "b2"], 45 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/region.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A region subtag (examples: `"US"`, `"CN"`, `"AR"` etc.) 7 | | /// 8 | | /// [`Region`] represents a Unicode base language code conformant to the ... | 44 | | ["12", "FRA", "b2"], 45 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/script.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A script subtag (examples: `"Latn"`, `"Arab"`, etc.) 7 | | /// 8 | | /// [`Script`] represents a Unicode base language code conformant to the ... | 32 | | ["Latin"], 33 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/script.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A script subtag (examples: `"Latn"`, `"Arab"`, etc.) 7 | | /// 8 | | /// [`Script`] represents a Unicode base language code conformant to the ... | 32 | | ["Latin"], 33 | | ); | |_- in this macro invocation warning[E0133]: call to unsafe function `tinystr::TinyAsciiStr::::from_bytes_unchecked` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:89:22 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 89 | | Self(tinystr::TinyAsciiStr::from_bytes_unchecked(v)) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/variant.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A variant subtag (examples: `"macos"`, `"posix"`, `"1996"` etc.) 7 | | /// 8 | | /// [`Variant`] represents a Unicode base language code conformant to the ... | 34 | | ["yes"], 35 | | ); | |_- in this macro invocation | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/helpers.rs:88:13 | 5 | / macro_rules! impl_tinystr_subtag { 6 | | ( 7 | | $(#[$doc:meta])* 8 | | $name:ident, ... | 88 | | pub const unsafe fn from_raw_unchecked(v: [u8; $len_end]) -> Self { | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... | 318 | | }; 319 | | } | |__- in this expansion of `impl_tinystr_subtag!` | ::: /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_locid-1.5.0/src/subtags/variant.rs:5:1 | 5 | / impl_tinystr_subtag!( 6 | | /// A variant subtag (examples: `"macos"`, `"posix"`, `"1996"` etc.) 7 | | /// 8 | | /// [`Variant`] represents a Unicode base language code conformant to the ... | 34 | | ["yes"], 35 | | ); | |_- in this macro invocation warning: `flate2` (lib) generated 7 warnings Compiling unic-langid-macros v0.9.5 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unic_langid_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unic_langid_macros --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unic-langid-macros-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54e2f4cfa588df78 -C extra-filename=-54e2f4cfa588df78 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro_hack=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro_hack-05eb41ee577cbb9a.so --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-a2c02738b1c813f9.rmeta --extern unic_langid_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunic_langid_impl-8e255761f80f19d6.rmeta --extern unic_langid_macros_impl=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libunic_langid_macros_impl-8480cfa2270f1110.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` Compiling icu_provider_macros v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_provider_macros CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_macros-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_macros-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Proc macros for ICU data providers' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_provider_macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_provider_macros --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e5f24e72bd6be97 -C extra-filename=-3e5f24e72bd6be97 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern proc_macro2=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libproc_macro2-a3eb6e1683412449.rlib --extern quote=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libquote-56507478ff93103e.rlib --extern syn=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libsyn-fef78311b97a6894.rlib --extern proc_macro --cap-lints warn -Z binary-dep-depinfo` Compiling wasmparser v0.218.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=wasmparser CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/Cargo.toml CARGO_PKG_AUTHORS='Yury Delendik ' CARGO_PKG_DESCRIPTION='A simple event-driven library for parsing WebAssembly binary files. ' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmparser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_RUST_VERSION=1.76.0 CARGO_PKG_VERSION=0.218.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=218 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name wasmparser --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' --deny=unsafe_code '--warn=clippy::unnecessary_to_owned' '--warn=clippy::map_clone' '--warn=clippy::manual_strip' '--warn=clippy::clone_on_copy' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "features", "no-hash-maps", "serde", "std", "validate"))' -C metadata=d0a1e8cdadc07356 -C extra-filename=-d0a1e8cdadc07356 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern bitflags=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libbitflags-0fdc0ca752406597.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider_macros-1.5.0/src/lib.rs:25:1 | 25 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/binary_reader.rs:55:32 | 55 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 55 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/binary_reader.rs:156:56 | 156 | pub fn new(data: &[u8], original_offset: usize) -> BinaryReader { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 156 | pub fn new(data: &[u8], original_offset: usize) -> BinaryReader<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/binary_reader.rs:2009:30 | 2009 | pub fn targets(&self) -> BrTableTargets { | ^^^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 2009 | pub fn targets(&self) -> BrTableTargets<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/parser.rs:937:76 | 937 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator> { | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 937 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator>> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/readers/core/code.rs:39:33 | 39 | fn skip_locals(reader: &mut BinaryReader) -> Result<()> { | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 39 | fn skip_locals(reader: &mut BinaryReader<'_>) -> Result<()> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/wasmparser-0.218.0/src/readers/core/types.rs:1984:18 | 1984 | reader: &mut BinaryReader, | ^^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 1984 | reader: &mut BinaryReader<'_>, | ++++ warning: `serde_derive` (lib) generated 125 warnings Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.214 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=214 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' OUT_DIR=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/serde-e83c1cc9d4f35d97/out /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name serde --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c4ba98369efdfc6b -C extra-filename=-c4ba98369efdfc6b --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern serde_derive=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libserde_derive-db07edffd3238c82.so --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` warning: `icu_provider_macros` (lib) generated 1 warning Compiling rustc_ast_ir v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_ast_ir CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_ast_ir/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_ast_ir CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_ast_ir --edition=2021 compiler/rustc_ast_ir/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="nightly"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=3d5449496c75635c -C extra-filename=-3d5449496c75635c --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern rustc_data_structures=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_data_structures-344e4f0e14dda6dd.rmeta --extern rustc_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/librustc_macros-271b882e0d6c4660.so --extern rustc_serialize=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_serialize-06dfd14cba81a6bd.rmeta --extern rustc_span=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/librustc_span-9556d1da08bab2fc.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/psm-bdda849db20f9e4c/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out -L native=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/build/blake3-523cb363c946a493/out` Compiling unicode-xid v0.2.6 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_xid CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-xid-0.2.6 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-xid-0.2.6/Cargo.toml CARGO_PKG_AUTHORS='erick.tryzelaar :kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-xid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_RUST_VERSION=1.17 CARGO_PKG_VERSION=0.2.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_xid --edition=2015 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=6ffcca12c7a70176 -C extra-filename=-6ffcca12c7a70176 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:95:40 | 95 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 95 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:106:40 | 106 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 106 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:190:40 | 190 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 190 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` 326 | 327 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 328 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8); | ----------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 329 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 330 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 331 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 332 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128); | ------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 333 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64); | ---------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 334 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8); | ---------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 335 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 336 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64); | -------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 337 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 338 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64); | --------------------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 339 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 340 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64); | --------------------------------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:317:48 | 253 | / macro_rules! primitive_deserializer { 254 | | ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 255 | | #[doc = "A deserializer holding"] 256 | | #[doc = $doc] ... | 317 | | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 324 | | } 325 | | } | |_- in this expansion of `primitive_deserializer!` ... 341 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char); | ------------------------------------------------------------------------ in this macro invocation | help: indicate the anonymous lifetime | 317 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:433:40 | 433 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 433 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:533:40 | 533 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:623:40 | 623 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 623 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:740:40 | 740 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 740 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:860:40 | 860 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 860 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:931:40 | 931 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 931 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:990:40 | 990 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 990 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1110:40 | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1110 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1123:40 | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1123 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1462:40 | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1462 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/value.rs:1564:40 | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1564 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/ignored_any.rs:116:46 | 116 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:20:46 | 20 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 20 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:59:46 | 59 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 59 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 383 | / impl_deserialize_num! { 384 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8 385 | | num_self!(i8:visit_i8); 386 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64); 387 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 388 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 390 | / impl_deserialize_num! { 391 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16 392 | | num_self!(i16:visit_i16); 393 | | num_as_self!(i8:visit_i8); 394 | | int_to_int!(i32:visit_i32 i64:visit_i64); 395 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 396 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 398 | / impl_deserialize_num! { 399 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32 400 | | num_self!(i32:visit_i32); 401 | | num_as_self!(i8:visit_i8 i16:visit_i16); 402 | | int_to_int!(i64:visit_i64); 403 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 404 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 406 | / impl_deserialize_num! { 407 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64 408 | | num_self!(i64:visit_i64); 409 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32); 410 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 411 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 413 | / impl_deserialize_num! { 414 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64 415 | | num_as_self!(i8:visit_i8 i16:visit_i16); 416 | | int_to_int!(i32:visit_i32 i64:visit_i64); 417 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 418 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 420 | / impl_deserialize_num! { 421 | | u8, NonZeroU8, deserialize_u8 422 | | num_self!(u8:visit_u8); 423 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 424 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64); 425 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 427 | / impl_deserialize_num! { 428 | | u16, NonZeroU16, deserialize_u16 429 | | num_self!(u16:visit_u16); 430 | | num_as_self!(u8:visit_u8); 431 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 432 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 433 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 435 | / impl_deserialize_num! { 436 | | u32, NonZeroU32, deserialize_u32 437 | | num_self!(u32:visit_u32); 438 | | num_as_self!(u8:visit_u8 u16:visit_u16); 439 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 440 | | uint_to_self!(u64:visit_u64); 441 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 443 | / impl_deserialize_num! { 444 | | u64, NonZeroU64, deserialize_u64 445 | | num_self!(u64:visit_u64); 446 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32); 447 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 448 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 450 | / impl_deserialize_num! { 451 | | usize, NonZeroUsize, deserialize_u64 452 | | num_as_self!(u8:visit_u8 u16:visit_u16); 453 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 454 | | uint_to_self!(u32:visit_u32 u64:visit_u64); 455 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 457 | / impl_deserialize_num! { 458 | | f32, deserialize_f32 459 | | num_self!(f32:visit_f32); 460 | | num_as_copysign_self!(f64:visit_f64); 461 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 462 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 463 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 465 | / impl_deserialize_num! { 466 | | f64, deserialize_f64 467 | | num_self!(f64:visit_f64); 468 | | num_as_copysign_self!(f32:visit_f32); 469 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 470 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 471 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 530 | / impl_deserialize_num! { 531 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128 532 | | num_self!(i128:visit_i128); 533 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 534 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 535 | | num_128!(u128:visit_u128); 536 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:143:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); | | -------------------------------------------------------------------------------- in this macro invocation (#2) ... | 143 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | | - | | | | |_in this expansion of `impl_deserialize_num!` (#1) | in this expansion of `impl_deserialize_num!` (#2) ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 143 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:97:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 97 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 97 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:119:62 | 82 | / macro_rules! impl_deserialize_num { 83 | | ($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val:ident : $visit:ident)*);)*) => { 84 | | impl_deserialize_num!($primitive, $deserialize $($method!($($val : $visit)*);)*); ... | 119 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 153 | | }; 154 | | } | |_- in this expansion of `impl_deserialize_num!` ... 538 | / impl_deserialize_num! { 539 | | u128, NonZeroU128, deserialize_u128 540 | | num_self!(u128:visit_u128); 541 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64); 542 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64); 543 | | num_128!(i128:visit_i128); 544 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 119 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:553:46 | 553 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 553 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:599:46 | 599 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 599 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:645:46 | 645 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 645 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:722:46 | 722 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 722 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:757:46 | 757 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 757 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:794:46 | 794 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 794 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:891:46 | 891 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 891 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:959:46 | 959 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 959 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1087 | / seq_impl!( 1088 | | #[cfg(any(feature = "std", feature = "alloc"))] 1089 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1090 | | BinaryHeap, ... | 1095 | | BinaryHeap::push 1096 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1098 | / seq_impl!( 1099 | | #[cfg(any(feature = "std", feature = "alloc"))] 1100 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1101 | | BTreeSet, ... | 1106 | | BTreeSet::insert 1107 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1109 | / seq_impl!( 1110 | | #[cfg(any(feature = "std", feature = "alloc"))] 1111 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1112 | | LinkedList, ... | 1117 | | LinkedList::push_back 1118 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1120 | / seq_impl!( 1121 | | #[cfg(feature = "std")] 1122 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1123 | | HashSet, ... | 1128 | | HashSet::insert 1129 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1020:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1020 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1020 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1056:62 | 989 | / macro_rules! seq_impl { 990 | | ( 991 | | $(#[$attr:meta])* 992 | | $ty:ident , ... | 1056 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1080 | | } 1081 | | } | |_- in this expansion of `seq_impl!` ... 1131 | / seq_impl!( 1132 | | #[cfg(any(feature = "std", feature = "alloc"))] 1133 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1134 | | VecDeque, ... | 1139 | | VecDeque::push_back 1140 | | ); | |_- in this macro invocation | help: indicate the anonymous lifetime | 1056 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1164:54 | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1201:54 | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1201 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1255:46 | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1255 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1287:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1287 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1287 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1311:58 | 1278 | / macro_rules! array_impls { 1279 | | ($($len:expr => ($($n:tt)+))+) => { 1280 | | $( 1281 | | impl<'de, T> Visitor<'de> for ArrayVisitor<[T; $len]> ... | 1311 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1353 | | } 1354 | | } | |_- in this expansion of `array_impls!` 1355 | 1356 | / array_impls! { 1357 | | 1 => (0) 1358 | | 2 => (0 1) 1359 | | 3 => (0 1 2) ... | 1388 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 1389 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1311 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ Compiling unicode-properties v0.1.3 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=unicode_properties CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-properties-0.1.3 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-properties-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='Charles Lew :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Query character Unicode properties according to UAX #44 and UTR #51. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-properties' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-properties CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-properties' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name unicode_properties --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="emoji"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=0ce6d4696da7ded5 -C extra-filename=-0ce6d4696da7ded5 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` ... 1489 | tuple_impl_body!(1 => (0 T)); | ---------------------------- in this macro invocation | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1421:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1421 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1421 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1455:58 | 1393 | / macro_rules! tuple_impls { 1394 | | ($($len:tt => ($($n:tt $name:ident)+))+) => { 1395 | | $( 1396 | | #[cfg_attr(docsrs, doc(hidden))] ... | 1401 | | tuple_impl_body!($len => ($($n $name)+)); | | ---------------------------------------- in this macro invocation (#2) ... | 1404 | | }; 1405 | | } | |_- in this expansion of `tuple_impls!` (#1) 1406 | 1407 | / macro_rules! tuple_impl_body { 1408 | | ($len:tt => ($($n:tt $name:ident)+)) => { 1409 | | #[inline] 1410 | | fn deserialize(deserializer: D) -> Result ... | 1455 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1477 | | }; 1478 | | } | |_- in this expansion of `tuple_impl_body!` (#2) ... 1492 | / tuple_impls! { 1493 | | 2 => (0 T0 1 T1) 1494 | | 3 => (0 T0 1 T1 2 T2) 1495 | | 4 => (0 T0 1 T1 2 T2 3 T3) ... | 1507 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) 1508 | | } | |_- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1455 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` 1567 | 1568 | / map_impl! { 1569 | | #[cfg(any(feature = "std", feature = "alloc"))] 1570 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "std", feature = "alloc"))))] 1571 | | BTreeMap, 1572 | | map, 1573 | | BTreeMap::new(), 1574 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1542:62 | 1512 | / macro_rules! map_impl { 1513 | | ( 1514 | | $(#[$attr:meta])* 1515 | | $ty:ident , ... | 1542 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1565 | | } 1566 | | } | |_- in this expansion of `map_impl!` ... 1576 | / map_impl! { 1577 | | #[cfg(feature = "std")] 1578 | | #[cfg_attr(docsrs, doc(cfg(feature = "std")))] 1579 | | HashMap, 1580 | | map, 1581 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::default()), 1582 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1542 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1726 | / deserialize_enum! { 1727 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1728 | | "`V4` or `V6`", 1729 | | deserializer 1730 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` (#2) ... 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1686 | / variant_identifier! { 1687 | $name_kind ($($variant; $bytes; $index),*) 1688 | $expecting_message, 1689 | VARIANTS 1690 | | } | |_________- in this macro invocation (#2) ... 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` (#1) ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation (#1) | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1696:54 | 1680 | / macro_rules! deserialize_enum { 1681 | | ( 1682 | | $name:ident $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1683 | | $expecting_message:expr, ... | 1696 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1713 | | } 1714 | | } | |_- in this expansion of `deserialize_enum!` ... 1772 | / deserialize_enum! { 1773 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1) 1774 | | "`V4` or `V6`", 1775 | | deserializer 1776 | | } | |_____________- in this macro invocation | help: indicate the anonymous lifetime | 1696 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1802:46 | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1802 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1841:46 | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1841 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1627:62 | 1605 | / macro_rules! variant_identifier { 1606 | | ( 1607 | | $name_kind:ident ($($variant:ident; $bytes:expr; $index:expr),*) 1608 | | $expecting_message:expr, ... | 1627 | | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | | -----^^^^^^^^^ | | | | | expected lifetime parameter ... | 1676 | | } 1677 | | } | |_- in this expansion of `variant_identifier!` ... 1902 | / variant_identifier! { 1903 | | OsStringKind (Unix; b"Unix"; 0, Windows; b"Windows"; 1) 1904 | | "`Unix` or `Windows`", 1905 | | OSSTR_VARIANTS 1906 | | } | |_- in this macro invocation | help: indicate the anonymous lifetime | 1627 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:1915:46 | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1915 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2164:62 | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2164 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2214:54 | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2214 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2303:62 | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2353:54 | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2353 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2504:58 | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2504 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2549:50 | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2549 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2661:58 | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2661 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2704:50 | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2704 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2799:58 | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2799 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2842:50 | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2842 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2910:62 | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2910 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:2968:54 | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2968 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3021:62 | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3021 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3077:54 | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3077 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/impls.rs:3173:46 | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 3173 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:209:36 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 209 | | fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 209 | fn invalid_type(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:227:37 | 139 | / macro_rules! declare_error_trait { 140 | | (Error: Sized $(+ $($supertrait:ident)::+)*) => { 141 | | /// The `Error` trait allows `Deserialize` implementations to create descriptive 142 | | /// error messages belonging to the `Deserializer` against which they are ... | 227 | | fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self { | | ^^^^^^^^^^ expected lifetime parameter ... | 296 | | } 297 | | } | |_- in this expansion of `declare_error_trait!` ... 300 | declare_error_trait!(Error: Sized + StdError); | --------------------------------------------- in this macro invocation | help: indicate the anonymous lifetime | 227 | fn invalid_value(unexp: Unexpected<'_>, exp: &Expected) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:398:40 | 398 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 398 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:477:40 | 477 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 477 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:484:40 | 484 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 484 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:490:40 | 490 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 490 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:496:40 | 496 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 496 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:1310:46 | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1310 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2281:40 | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2281 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/de/mod.rs:2303:40 | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2303 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:72:50 | 72 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 72 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:145:50 | 145 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 145 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:266:33 | 266 | fn unexpected(&self) -> Unexpected { | ^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 266 | fn unexpected(&self) -> Unexpected<'_> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:342:44 | 342 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 342 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:23 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::>::with_capacity(size_hint::cautious::(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:507:69 | 507 | Vec::::with_capacity(size_hint::cautious::(visitor.size_hint())); | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 507 | Vec::::with_capacity(size_hint::cautious::>(visitor.size_hint())); | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:24 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content<'_>, Content)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:519:33 | 519 | Vec::<(Content, Content)>::with_capacity( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 519 | Vec::<(Content, Content<'_>)>::with_capacity( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:44 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content<'_>, Content)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:520:53 | 520 | size_hint::cautious::<(Content, Content)>(visitor.size_hint()), | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 520 | size_hint::cautious::<(Content, Content<'_>)>(visitor.size_hint()), | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:578:44 | 578 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 578 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:862:44 | 862 | fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 862 | fn expecting(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:34 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content<'_>, Content)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:885:43 | 885 | let mut vec = Vec::<(Content, Content)>::with_capacity(size_hint::cautious::<( | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 885 | let mut vec = Vec::<(Content, Content<'_>)>::with_capacity(size_hint::cautious::<( | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:886:17 | 886 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 886 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:887:17 | 887 | Content, | ^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 887 | Content<'_>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:940:50 | 940 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 940 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:1017:50 | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1017 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2291:50 | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2291 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2336:50 | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2336 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/de.rs:2771:46 | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 2771 | fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:61:40 | 61 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 61 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/ser.rs:1357:40 | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 1357 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/doc.rs:28:32 | 28 | fn fmt(&self, _: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 28 | fn fmt(&self, _: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/private/mod.rs:30:48 | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 30 | pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> { | +++ warning: unused extern crate --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/serde-1.0.214/src/lib.rs:338:1 | 337 | / #[cfg(feature = "serde_derive")] 338 | | extern crate serde_derive; | | ^^^^^^^^^^^^^^^^^^^^^^^^^- | |__________________________| | help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(unused_extern_crates)]` Compiling ryu v1.0.18 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.18 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name ryu --edition=2018 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=217df961262cea8f -C extra-filename=-217df961262cea8f --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning[E0133]: call to unsafe function `pretty::format32` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/buffer/mod.rs:140:9 | 140 | raw::format32(self, result) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/buffer/mod.rs:139:5 | 139 | unsafe fn write_to_ryu_buffer(self, result: *mut u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: requested on the command line with `-W unsafe-op-in-unsafe-fn` warning[E0133]: call to unsafe function `pretty::format64` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/buffer/mod.rs:169:9 | 169 | raw::format64(self, result) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/buffer/mod.rs:168:5 | 168 | unsafe fn write_to_ryu_buffer(self, result: *mut u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/d2s_intrinsics.rs:86:5 | 86 | ptr::write(vp, mul_shift_64(4 * m + 2, mul, j)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/d2s_intrinsics.rs:78:1 | 78 | / pub unsafe fn mul_shift_all_64( 79 | | m: u64, 80 | | mul: &(u64, u64), 81 | | j: u32, ... | 84 | | mm_shift: u32, 85 | | ) -> u64 { | |________^ warning[E0133]: call to unsafe function `core::ptr::write` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/d2s_intrinsics.rs:87:5 | 87 | ptr::write(vm, mul_shift_64(4 * m - 1 - mm_shift as u64, mul, j)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:8:9 | 8 | *result = b'-'; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:5:1 | 5 | pub unsafe fn write_exponent3(mut k: isize, mut result: *mut u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:9:18 | 9 | result = result.offset(1); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:15:9 | 15 | *result = b'0' + (k / 100) as u8; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:17:17 | 17 | let d = DIGIT_TABLE.as_ptr().offset(k * 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:18:9 | 18 | ptr::copy_nonoverlapping(d, result.offset(1), 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:18:37 | 18 | ptr::copy_nonoverlapping(d, result.offset(1), 2); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:21:17 | 21 | let d = DIGIT_TABLE.as_ptr().offset(k * 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:22:9 | 22 | ptr::copy_nonoverlapping(d, result, 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:25:9 | 25 | *result = b'0' + k as u8; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:34:9 | 34 | *result = b'-'; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:31:1 | 31 | pub unsafe fn write_exponent2(mut k: isize, mut result: *mut u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:35:18 | 35 | result = result.offset(1); | ^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:41:17 | 41 | let d = DIGIT_TABLE.as_ptr().offset(k * 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:42:9 | 42 | ptr::copy_nonoverlapping(d, result, 2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/exponent.rs:45:9 | 45 | *result = b'0' + k as u8; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:18:9 | 18 | / ptr::copy_nonoverlapping( 19 | | DIGIT_TABLE.as_ptr().offset(c0 as isize), 20 | | result.offset(-2), 21 | | 2, 22 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:5:1 | 5 | pub unsafe fn write_mantissa_long(mut output: u64, mut result: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:19:13 | 19 | DIGIT_TABLE.as_ptr().offset(c0 as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:20:13 | 20 | result.offset(-2), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:23:9 | 23 | / ptr::copy_nonoverlapping( 24 | | DIGIT_TABLE.as_ptr().offset(c1 as isize), 25 | | result.offset(-4), 26 | | 2, 27 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:24:13 | 24 | DIGIT_TABLE.as_ptr().offset(c1 as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:25:13 | 25 | result.offset(-4), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:28:9 | 28 | / ptr::copy_nonoverlapping( 29 | | DIGIT_TABLE.as_ptr().offset(d0 as isize), 30 | | result.offset(-6), 31 | | 2, 32 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:29:13 | 29 | DIGIT_TABLE.as_ptr().offset(d0 as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:30:13 | 30 | result.offset(-6), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:33:9 | 33 | / ptr::copy_nonoverlapping( 34 | | DIGIT_TABLE.as_ptr().offset(d1 as isize), 35 | | result.offset(-8), 36 | | 2, 37 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:34:13 | 34 | DIGIT_TABLE.as_ptr().offset(d1 as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:35:13 | 35 | result.offset(-8), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:38:18 | 38 | result = result.offset(-8); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:40:5 | 40 | write_mantissa(output as u32, result); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:50:9 | 50 | / ptr::copy_nonoverlapping( 51 | | DIGIT_TABLE.as_ptr().offset(c0 as isize), 52 | | result.offset(-2), 53 | | 2, 54 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:44:1 | 44 | pub unsafe fn write_mantissa(mut output: u32, mut result: *mut u8) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:51:13 | 51 | DIGIT_TABLE.as_ptr().offset(c0 as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:52:13 | 52 | result.offset(-2), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:55:9 | 55 | / ptr::copy_nonoverlapping( 56 | | DIGIT_TABLE.as_ptr().offset(c1 as isize), 57 | | result.offset(-4), 58 | | 2, 59 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:56:13 | 56 | DIGIT_TABLE.as_ptr().offset(c1 as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:57:13 | 57 | result.offset(-4), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:60:18 | 60 | result = result.offset(-4); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:65:9 | 65 | / ptr::copy_nonoverlapping( 66 | | DIGIT_TABLE.as_ptr().offset(c as isize), 67 | | result.offset(-2), 68 | | 2, 69 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:66:13 | 66 | DIGIT_TABLE.as_ptr().offset(c as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:67:13 | 67 | result.offset(-2), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:70:18 | 70 | result = result.offset(-2); | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:74:9 | 74 | / ptr::copy_nonoverlapping( 75 | | DIGIT_TABLE.as_ptr().offset(c as isize), 76 | | result.offset(-2), 77 | | 2, 78 | | ); | |_________^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::const_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:75:13 | 75 | DIGIT_TABLE.as_ptr().offset(c as isize), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:76:13 | 76 | result.offset(-2), | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:80:9 | 80 | *result.offset(-1) = b'0' + output as u8; | ^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mantissa.rs:80:10 | 80 | *result.offset(-1) = b'0' + output as u8; | ^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:61:9 | 61 | *result = b'-'; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:52:1 | 52 | pub unsafe fn format64(f: f64, result: *mut u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:66:9 | 66 | ptr::copy_nonoverlapping(b"0.0".as_ptr(), result.offset(index), 3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:66:51 | 66 | ptr::copy_nonoverlapping(b"0.0".as_ptr(), result.offset(index), 3); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa_long` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:79:9 | 79 | write_mantissa_long(v.mantissa, result.offset(index + length)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:79:41 | 79 | write_mantissa_long(v.mantissa, result.offset(index + length)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:81:13 | 81 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:81:14 | 81 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:83:9 | 83 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:83:10 | 83 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:84:9 | 84 | *result.offset(index + kk + 1) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:84:10 | 84 | *result.offset(index + kk + 1) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa_long` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:88:9 | 88 | write_mantissa_long(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:88:41 | 88 | write_mantissa_long(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:89:9 | 89 | ptr::copy(result.offset(index + 1), result.offset(index), kk as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:89:19 | 89 | ptr::copy(result.offset(index + 1), result.offset(index), kk as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:89:45 | 89 | ptr::copy(result.offset(index + 1), result.offset(index), kk as usize); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:90:9 | 90 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:90:10 | 90 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:94:9 | 94 | *result.offset(index) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:94:10 | 94 | *result.offset(index) = b'0'; | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:95:9 | 95 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:95:10 | 95 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:98:13 | 98 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:98:14 | 98 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa_long` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:100:9 | 100 | write_mantissa_long(v.mantissa, result.offset(index + length + offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:100:41 | 100 | write_mantissa_long(v.mantissa, result.offset(index + length + offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:104:9 | 104 | *result.offset(index) = b'0' + v.mantissa as u8; | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:104:10 | 104 | *result.offset(index) = b'0' + v.mantissa as u8; | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:105:9 | 105 | *result.offset(index + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:105:10 | 105 | *result.offset(index + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::exponent::write_exponent3` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:106:30 | 106 | index as usize + 2 + write_exponent3(kk - 1, result.offset(index + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:106:54 | 106 | index as usize + 2 + write_exponent3(kk - 1, result.offset(index + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa_long` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:109:9 | 109 | write_mantissa_long(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:109:41 | 109 | write_mantissa_long(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:110:9 | 110 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:110:10 | 110 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:110:33 | 110 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:110:34 | 110 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:111:9 | 111 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:111:10 | 111 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:112:9 | 112 | *result.offset(index + length + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:112:10 | 112 | *result.offset(index + length + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::exponent::write_exponent3` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:116:15 | 116 | + write_exponent3(kk - 1, result.offset(index + length + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:116:39 | 116 | + write_exponent3(kk - 1, result.offset(index + length + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:167:9 | 167 | *result = b'-'; | ^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior note: an unsafe function restricts its caller, but its body is safe by default --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:159:1 | 159 | pub unsafe fn format32(f: f32, result: *mut u8) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning[E0133]: call to unsafe function `core::intrinsics::copy_nonoverlapping` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:172:9 | 172 | ptr::copy_nonoverlapping(b"0.0".as_ptr(), result.offset(index), 3); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:172:51 | 172 | ptr::copy_nonoverlapping(b"0.0".as_ptr(), result.offset(index), 3); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:185:9 | 185 | write_mantissa(v.mantissa, result.offset(index + length)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:185:36 | 185 | write_mantissa(v.mantissa, result.offset(index + length)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:187:13 | 187 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:187:14 | 187 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:189:9 | 189 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:189:10 | 189 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:190:9 | 190 | *result.offset(index + kk + 1) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:190:10 | 190 | *result.offset(index + kk + 1) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:194:9 | 194 | write_mantissa(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:194:36 | 194 | write_mantissa(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::intrinsics::copy` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:195:9 | 195 | ptr::copy(result.offset(index + 1), result.offset(index), kk as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:195:19 | 195 | ptr::copy(result.offset(index + 1), result.offset(index), kk as usize); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:195:45 | 195 | ptr::copy(result.offset(index + 1), result.offset(index), kk as usize); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:196:9 | 196 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:196:10 | 196 | *result.offset(index + kk) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:200:9 | 200 | *result.offset(index) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:200:10 | 200 | *result.offset(index) = b'0'; | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:201:9 | 201 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:201:10 | 201 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:204:13 | 204 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:204:14 | 204 | *result.offset(index + i) = b'0'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:206:9 | 206 | write_mantissa(v.mantissa, result.offset(index + length + offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:206:36 | 206 | write_mantissa(v.mantissa, result.offset(index + length + offset)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:210:9 | 210 | *result.offset(index) = b'0' + v.mantissa as u8; | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:210:10 | 210 | *result.offset(index) = b'0' + v.mantissa as u8; | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:211:9 | 211 | *result.offset(index + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:211:10 | 211 | *result.offset(index + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::exponent::write_exponent2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:212:30 | 212 | index as usize + 2 + write_exponent2(kk - 1, result.offset(index + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:212:54 | 212 | index as usize + 2 + write_exponent2(kk - 1, result.offset(index + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::mantissa::write_mantissa` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:215:9 | 215 | write_mantissa(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:215:36 | 215 | write_mantissa(v.mantissa, result.offset(index + length + 1)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:216:9 | 216 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:216:10 | 216 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:216:33 | 216 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:216:34 | 216 | *result.offset(index) = *result.offset(index + 1); | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:217:9 | 217 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:217:10 | 217 | *result.offset(index + 1) = b'.'; | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:218:9 | 218 | *result.offset(index + length + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dereference of raw pointer | = note: for more information, see issue #71668 = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:218:10 | 218 | *result.offset(index + length + 1) = b'e'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `pretty::exponent::write_exponent2` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:222:15 | 222 | + write_exponent2(kk - 1, result.offset(index + length + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::offset` is unsafe and requires unsafe block --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/ryu-1.0.18/src/pretty/mod.rs:222:39 | 222 | + write_exponent2(kk - 1, result.offset(index + length + 2)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: for more information, see issue #71668 = note: consult the function's documentation for information on how to avoid undefined behavior warning: `ryu` (lib) generated 136 warnings Compiling rustc_lexer v0.0.0 (/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer) Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=rustc_lexer CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/compiler/rustc_lexer/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Rust lexer used by rustc. No stability guarantees are provided. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_lexer CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name rustc_lexer --edition=2021 compiler/rustc_lexer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=023c3d7de7400cdc -C extra-filename=-023c3d7de7400cdc --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern unicode_properties=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_properties-0ce6d4696da7ded5.rmeta --extern unicode_xid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libunicode_xid-6ffcca12c7a70176.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: `ruzstd` (lib) generated 66 warnings Compiling icu_provider v1.5.0 Running `CARGO=/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/bin/cargo CARGO_CRATE_NAME=icu_provider CARGO_MANIFEST_DIR=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0 CARGO_MANIFEST_PATH=/exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Trait and struct definitions for the ICU data provider' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_provider CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps:/exopi-obj/pobj/rust-1.84.1/rustc-bootstrap-amd64-1.84.0/lib' /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc /exopi-obj/pobj/rust-1.84.1/build-amd64/build/bootstrap/debug/rustc --crate-name icu_provider --edition=2021 /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="macros"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=7d23ce7f280bec31 -C extra-filename=-7d23ce7f280bec31 --out-dir /exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps --target x86_64-unknown-openbsd -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps -L dependency=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps --extern displaydoc=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libdisplaydoc-0f1fd5b0916d33c6.so --extern icu_locid=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libicu_locid-f27e6635167787c4.rmeta --extern icu_provider_macros=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/release/deps/libicu_provider_macros-3e5f24e72bd6be97.so --extern stable_deref_trait=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libstable_deref_trait-a51069ebc772bffd.rmeta --extern tinystr=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libtinystr-a2c02738b1c813f9.rmeta --extern writeable=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libwriteable-8610b5c1cdb36afe.rmeta --extern yoke=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libyoke-0caaffc09a598e86.rmeta --extern zerofrom=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerofrom-8cdf54758bafb94f.rmeta --extern zerovec=/exopi-obj/pobj/rust-1.84.1/build-amd64/build/x86_64-unknown-openbsd/stage1-rustc/x86_64-unknown-openbsd/release/deps/libzerovec-dcc6cba1ea572744.rmeta --cap-lints warn --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo` warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:23:25 | 23 | fn load(&self, req: DataRequest) -> Result, DataError>; | ^^^^^^^^^^^ expected lifetime parameter | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` = help: to override `-W rust-2018-idioms` add `#[allow(elided_lifetimes_in_paths)]` help: indicate the anonymous lifetime | 23 | fn load(&self, req: DataRequest<'_>) -> Result, DataError>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:32:25 | 32 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 32 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:43:25 | 43 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:54:25 | 54 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 54 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:66:25 | 66 | fn load(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 66 | fn load(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:85:44 | 85 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 85 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:94:44 | 94 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 94 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:105:44 | 105 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 105 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:116:44 | 116 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 116 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:128:44 | 128 | fn load_data(&self, key: DataKey, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 128 | fn load_data(&self, key: DataKey, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:151:31 | 151 | fn load_bound(&self, req: DataRequest) -> Result, DataError>; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 151 | fn load_bound(&self, req: DataRequest<'_>) -> Result, DataError>; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:162:31 | 162 | fn load_bound(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 162 | fn load_bound(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:177:31 | 177 | fn load_bound(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 177 | fn load_bound(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:192:31 | 192 | fn load_bound(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 192 | fn load_bound(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:208:31 | 208 | fn load_bound(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 208 | fn load_bound(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/data_provider.rs:248:31 | 248 | fn load_bound(&self, req: DataRequest) -> Result, DataError> { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 248 | fn load_bound(&self, req: DataRequest<'_>) -> Result, DataError> { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/error.rs:164:46 | 164 | pub fn with_req(self, key: DataKey, req: DataRequest) -> DataError { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 164 | pub fn with_req(self, key: DataKey, req: DataRequest<'_>) -> DataError { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/error.rs:216:50 | 216 | pub fn with_req(mut self, key: DataKey, req: DataRequest) -> Self { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 216 | pub fn with_req(mut self, key: DataKey, req: DataRequest<'_>) -> Self { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/key.rs:533:32 | 533 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 533 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/key.rs:550:37 | 550 | fn write_to_string(&self) -> Cow { | ---^---- expected lifetime parameter | help: indicate the anonymous lifetime | 550 | fn write_to_string(&self) -> Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/request.rs:43:32 | 43 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 43 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/request.rs:141:32 | 141 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | -----^^^^^^^^^ | | | expected lifetime parameter | help: indicate the anonymous lifetime | 141 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/request.rs:173:52 | 173 | fn write_to_string(&self) -> alloc::borrow::Cow { | ------------------^---- expected lifetime parameter | help: indicate the anonymous lifetime | 173 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/response.rs:188:42 | 188 | F: FnOnce(&[u8]) -> Result<::Output, E>, | ------^^^^^^^^--------- expected lifetime parameter | help: indicate the anonymous lifetime | 188 | F: FnOnce(&[u8]) -> Result<>::Output, E>, | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:349:43 | 349 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result; | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 349 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result; | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:354:43 | 354 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 354 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:361:43 | 361 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 361 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:368:43 | 368 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 368 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:376:43 | 376 | fn load_any(&self, key: DataKey, req: DataRequest) -> Result { | ^^^^^^^^^^^ expected lifetime parameter | help: indicate the anonymous lifetime | 376 | fn load_any(&self, key: DataKey, req: DataRequest<'_>) -> Result { | ++++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:389:66 | 389 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap; | --------------------------------^----- expected lifetime parameter | help: indicate the anonymous lifetime | 389 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap<'_, Self>; | +++ warning: hidden lifetime parameters in types are deprecated --> /exopi-obj/pobj/rust-1.84.1/rustc-1.84.1-src/vendor/icu_provider-1.5.0/src/any.rs:397:66 | 397 | fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap